06-24-2010 06:28 AM
Hi :
i want to preform this formula Vout=2000mV+(Vin*10)mV using labview , how can in do that
thanks
06-24-2010 07:24 AM
It can be done with either "native LabVIEW functions" or by using a "formula node". Have you tried to do it yet? If so, post your code, or an image (.png please, no .bmp!). You would have a control for Vin, the mentioned functions, and a display for Vout. Pretty simple LabVIEW stuff, so give it a try.

06-24-2010 08:56 AM
To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.
06-24-2010 09:43 AM
@LV_Pro wrote:
It can be done with either "native LabVIEW functions" or by using a "formula node".
Another option would be to use linear evaluation. 😄