10-21-2014 04:37 PM
I'm trying to control the four relays in a NI 9481 cdaq module. I have created a task to communicate with the module. What DAQmx function is used to open/close the relays? DAQmxWrite??? or what?
10-22-2014 03:25 AM
I've never used such a module, but you could start looking at the examples supplied with CVI.
Open the Example Finder (Help >> Find Examples... menu function), add your device to the device list at the bottom left of the window, check "Limit result to hardware and navigate in the tree to locate applicable examples. It appears that WriteDigPort seems a good starting point.