11-14-2010 07:15 PM
Hi
What are the acceptable formula inputs for the Eval Formula Node VI?
The help files do not mention much. It took me a long time to work out that 2*pi needed to be written pi(2).
I would also like to know if I can perform 'if' statements and what the correct syntax is.
My application uses two inputs (an integer and a voltage reading), a formula that the user enters (eval formula node vi), and an output number (DBL).
11-15-2010 06:10 AM
Hi,
I cant help much but I can tell you that I too have spent a long time figuring out formula node VI input fromat. What I can tell you is that 'to the power of' is written ** eg x squared is x**2.
I think that to use 'if' statements you will need to pre-evaluate your expression using string functions and programatically decide what to pass to the evaluate VI. If you post an example of what you want to do we may come up with some ideas.
Michael.
11-15-2010
02:46 PM
- last edited on
08-08-2025
05:35 PM
by
Content Cleaner