01-20-2010 03:23 PM
01-21-2010 10:26 AM
Howdy j,
You can use a DAQmx Digital Output task to control the relays on a 9481. For example, outputtinga True/High to port0/line0 on the 9481 would close relay 0 on the 9481, I believe. (I may have it backwards: a True might open the relay, not close it.) Therefore, you would have one DAQmx Analog Input task reading temperatures on your thermocouple module. Use software to compare that temperature value against whatever limit you want, and close/open relays on the 9481 as you see fit.
For examples on hardware communication with your 9481, please see KnowledgeBase 4PSF9EE9: Where Can I Find LabVIEW or LabWindows/CVI Example Programs Specifically for...