Hi,
I am getting a list of channel information from MySQL table via LabView. The
last field is the scalling function fro example
Data=8*(OutputVolt-21451)/78415
The field that I am talking about is the right side of the equation. It
comes as a string. What I want to do is to use this function in a dynamic
formula VI. So I will input
1) The Volt
2) The formula
And get the scaled data..
Any idea?
TIA