03-18-2014 10:02 AM
Hello
Could someone please tell me how could I interface labview to an relay in the external hardware to switch ON/OFF the path of a circuit. Thankyou in advance...........
Regards
Solved! Go to Solution.
03-18-2014 10:07 AM
03-18-2014 10:12 AM
could you please tell me what kind of DAQ hardware device can I use......
03-18-2014 10:14 AM
03-18-2014 10:19 AM
MCCDAQ has the least expensive DAQ's, or you could pay more and have the relay bult into the board (http://www.mccdaq.com/solutions/USB-Digital-IO-High-Voltage-Solutions.aspx).
You could try using the parallel port with LabVIEW, I saw this work many years ago.
You should know that unless the board is built with the relay installed like the link above, you will need to amplify the signal so that it can drive the coil.
03-18-2014 12:07 PM
I like to use the PCI/PXI-6009 DIO card (96 DIO!) to control relays. That card can put out enough current to turn on a transistor that will then turn on a relay or drive a SSR directly (depending on how much current the control needs).
03-18-2014 12:36 PM
For those on a budget I usually recommend an Arduino Uno. You can usually find them for under $30, sometimes under $20. Then you load up the LIFA toolkit by NI, and you've got your self a bunch of DIO, a few AI, PWM, SPI, I2C, and a few other basic features. Again you won't be driving relayes directly with this, each pin has a very low current capability. You would have some kind of buffer circuit that could drive a mechanical relay.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
16 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
03-18-2014 04:34 PM
Thanks alot......Actually I am using GPIB as the DAQ hardware to interface labview with my test circuit, in which I am using relays for switching purpose........ is it possible to use the same GPIB even to interface the relays with labview ?
Best Regards
Pratheek
03-18-2014 04:44 PM