The Expression Parser for LabVIEW by GPower lets you work with mathematical expressions and formulas as strings on your block diagram, instead of defining them with the built-in function blocks. E.g.:
"SIN(x/2)", where x=pi -> 1
"(x-2)*(y+1)^2", where x=17 and y=15 -> 3840
Using plain strings means your VI can build a mathematical expression dynamically on the block diagram and evaluate it into numbers at runtime. You can have the user type in math expressions directly on the front panel (and have the Expression Parser toolkit verify syntax), or you could read math expressions from a file at runtime to modify your program behavior.
Supporting more than 260 functions, math constants and any number of variables (even global VI Registers), the toolkit allows dynamic math in your LabVIEW program with millions of evaluations per second and is supported on both desktop and real-time. The toolkit supports all 14 numeric LabVIEW datatypes, and provides special integer and bit-wise operations, reports overflow during evaluation, and enables precise expression syntax with error messages and a bundled, feature-rich Expression Tester application.
Support Information
This product is not supported by NI. For technical support, please contact GPower at:
Web: gpower.io
Email: gpower@gpower.io
Phone: +45 5190 5790
Disclaimer: The Third-Party Add-Ons for LabVIEW on this page are offered by independent third-party providers who are solely responsible for these products. NI has no responsibility whatsoever for the performance, product descriptions, specifications, referenced content, or any and all claims or representations of these third-party providers. NI makes no warranty whatsoever, neither express nor implied, with respect to the goods, the referenced contents, or any and all claims or representations of the third-party providers.