Measure

cancel
Showing results for 
Search instead for 
Did you mean: 

volatage measure

 

Hi

 

I Begginer in the Labview programming

I´m trying to make a program in order to measure voltage. but i need to place limits  high and low. if the volatge measure is within the these limits the result wll be opass. otherwise will be fail

I´m currently ussing the device USB 6009

 

Please

 

Can anybody help me??'

0 Kudos
Message 1 of 5
(5,920 Views)

This board is for the Excel add-on product called 'Measure'. You should have posted to the LabVIEW board.

 

All you need to do is use the In Range and Coerce function on the Comparison palette.

0 Kudos
Message 2 of 5
(5,918 Views)

Hi

 

First to all sorry for the mistake, since the title should be voltage

 

Thank you for the suggest

 

0 Kudos
Message 3 of 5
(5,914 Views)

Hi,

 

Check out the following link:

 

http://zone.ni.com/devzone/cda/epd/p/id/4997

 

It will get you started with NI DAQmx for analog inputs.  Once you get how it works, you can use the "In Range and Coerce" function.  This function allows you to establish the upper and lower limit for the input value, while the output is a boolean that indicates if the value is within the established range or not.

 

You can find this function under Programming --> Comparison.

 

Hope this helps!!

 

Anuar Rojas

 

Anuar R.
National Instruments México y Latinoamérica
Ingeniería de Aplicaciones
www.ni.com/soporte
0 Kudos
Message 4 of 5
(5,894 Views)

 

Hi Anuar

 

Thank you for your feed back, I will analize this example.

0 Kudos
Message 5 of 5
(5,888 Views)