04-22-2015 05:48 PM - edited 04-22-2015 05:50 PM
I am attempting to perform a calibration of a NI 9214 module, as per the instructions in the NI 9214 Calibration Procedure. All calibration equipment is as per recommendation, with the exception of the calibrator, which is a Fluke 5700A (Fluke 5520A is the recommended model). I have the cDAQ-9178 chassis setup per the procedure document. Using LabVIEW 2014 SP1, NI-DAQmx 14.5, and most recent IVI drivers.
My VI has successfully read the TC channel voltages, all of which are within the published specs. The problem I have is with the CJCs. Outputting the calibration resistances as per the procedure, and using an AI Voltage task to make measurements and converting to resistance as per the equation given in the document, instead of 1000, 19000 and 100000 ohms, I am measuring about 680, 3280 and 3900 ohms (as converted from measured voltages). This is consistent from trial to trial, in both high speed and high resolution modes, and across NI 9214 modules (I have seven). There is nothing obvious in the code or calibrator setup that would indicate a problem.
Anything else to check or modify? I can't figure this out.
Sean
04-23-2015 03:24 PM
Hello
Are you using the TB-9214 or the NI-CAL 9214?
Regards
Frank R.
04-23-2015 03:27 PM
NI CAL-9214, as per the calibration procedure document.
04-24-2015 03:08 PM
Hello CFER-STS
We are going to be testing that set up on Monday. We are going to communicate next steps.
Regards
Frank R.
04-27-2015 04:19 PM
Anxiously awaiting your reply.
04-27-2015 07:21 PM
Hello CFER-STS
The set up was tested and we were not able to reproduce your behavior in our end since it worked.
How are you connecting the COM and Ground Lug?
Regards
Frank R.
04-27-2015 08:31 PM
04-28-2015 06:01 PM
Hello CFER-STS
I see, do you have only one NI CAL 9214?
Regards
Frank R.
04-30-2015 05:14 PM
Yes, just the one. As a check - what should the resistance across the CJC terminals be if I measure them directly? Also, see below for the measurement task code. Is anything obviously wrong here?
05-01-2015 06:34 PM
Currently you are reading as many samples as are on the buffer instead of the number of samples between 8 and 130 as you are defining on your DAQmx Timing VI. To fix this, you should branch off the wire that is outputting from your selector function such that the samples between 8 and 130 are the ones you are reading in the DAQmx Read.