06-08-2009 02:38 PM
Dear Labview,
I have a litle code that try the parse and evaluate the formula node. But it fail to give the correct output value compare to static fomular node. I'm using LabView 8.5.
Khai,
06-08-2009 04:01 PM
06-08-2009 04:11 PM - edited 06-08-2009 04:12 PM
Of course parsing a formula is very computationally expensive in general. You should try to get away from text based code and embrace dataflow and graphical programming more.
See how easy your code could look?
