User | Kudos |
---|---|
8 | |
6 | |
5 | |
4 | |
4 |
I wish the Formula VIs supported conditional logic.
More broadly, make the Formula Node and the Formula Parse and Eval VIs have the same syntax and capability.
from LV help:
Differences between the Parser in the Mathematics VIs and the Formula Node
The parser in the Mathematics VIs supports all elements that Formula Nodes support with the following exceptions:
Variables—Only a, a0, ..., a9, ... z, z0, ..., z9, are valid.
Logical, conditional, inequality, equality—?:,, &&, !=, ==, <, >, <=, and >= are not valid.
Functions—atan2, max, min, mod, pow, rem, and sizeOfDim are not valid. You can use these functions in a Formula Node or use their corresponding LabVIEW functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.