06-23-2011 11:06 AM
Using daq, how do I wire a relay on the 9481? I want to turn on one relay.
Solved! Go to Solution.
06-23-2011 11:51 AM
Hi,
I'm not sure if you are asking about the physical wiring or the code wiring.
I would start by using Max, testing the On/Off using the test panel, then naming a task for turning on/off that channel.
Then in LabVIEW you can use the DAQmx Drivers to turn that relay on and off, using the task name. ( please tell me you don't plan to use traditional DAQ 🙂
This should get you going in the correct direction.