10-31-2013 01:58 PM
Hi guys,
I dont have a lot of experience with labview, I have only acquired a signal. Need to acquire signal from displacement transducer and depending on position, need to control a 4 way soleniod valve that controls air cylinder. have a ni9201 input and ni9481 relay.
thanks!
10-31-2013 03:12 PM
10-31-2013 03:16 PM - edited 10-31-2013 03:21 PM
This is for a project. I have a LVDT that I am reading an analog signal for position. I want the electromechanical relay NI 9481 to turn on or off at a set analog voltage. I have done some of the tutorials and searched online with no luck.daq assist output want a boolean array as its input (green) our daq assist thata cquires dat produces (blue) data type. I guess the question is how to populate a boolean array with our processed acquired data?
10-31-2013 03:28 PM
10-31-2013 03:29 PM
How do you correlate an LVDT which provides an analog input value to a boolean array?
If you just want a single ON/OFF, TRUE/FALSE boolean value, then you can use a Greater Than or Less than comparison to compare your analog input to some constant that you define.
I suggest doing more than just "some of the tutorials".
10-31-2013 03:54 PM
where do i find this relay status check block in labview, i cant seem to find it.
http://digital.natinst.com/public.nsf/$CXIV/ATTACH-AEEE-76QSNL/$FILE/CheckRelay.jpg
11-06-2013 09:29 PM
That's just a boolean indicator that happens to be labeled "Relay Status".
There is nothing special about that.