ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
02-13-2017 10:24 AM
I am attempting to read data from a cDAQ 9217 module. I have successfuly used the test panel in NI Max to read data from the RTD sensor connected to the 9217, but having difficulty in programming it correctly in LabView using DAQmX.
This is the error I am receiving. The settings on the create channel VI are the same as those in the NIMax test panel.
I have been able to to program three other cDAQ modules successfuly, but I am doing something wrong on this one.
Suggestions?
Solved! Go to Solution.
02-13-2017 10:29 AM - edited 02-13-2017 10:48 AM
You must have set the excitation to .001 on the NI-MAX test panel, but have failed to set it here.
Turn on Context Help and look at all the connections the Create Channel for RTD has. You have one to the lower right for Excitation Value that is unwired. It defaults to .0025. You need to wire in .001.
02-13-2017 10:32 AM
Thank you sir....that did the trick, missed that input