Permission granted. Find it in the CR here:
Looking forward to hearing your comments & suggestions. I'm sure that there are many things that can be done differently. So far I'm just happy that I stopped (frequently) crashing LabVIEW.
View File
LV muParser
LV-muParser provides a simple LabVIEW API for muParser fast math expression parser.
A modified version of muParser v2.3.4 is included. It will be installed to your "<LabVIEW>\resource" directory. I have added support for the "!" (not) operator as well as added ":" as a valid character for variable names.
You will find the muParser API in the functions palette under "Addons > LAVA > muParser"
muParser: https://beltoforion.de/en/muparser/
LV-muParser source on github: https://github.com/rfporter/LV-muParser
This package has been tested on Windows 10 & 11 and Ubuntu Linux 20.04.
Submitter
Porter
Submitted
08/25/2017
Category
General
License Type
BSD (Most common)
Take a look at drjdpowell's Messenger library (available in VIPM). I believe the demo shows an example of how to do what you want. Its relatively easy to learn the basics, and its even more powerful under the hood.