Signal Conditioning

cancel
Showing results for 
Search instead for 
Did you mean: 

calibration of scxi-1112 channels simultaneously

can i calibrate all the channels in the module simultaneously using Scxi -calibrate vi if so please send me a example in lab veiw
0 Kudos
Message 1 of 2
(3,028 Views)
Suresh,

It is not possible to calibrate all of the channels in the SCXI-1112 module simultaneously. However, it is possible to design a program which will calibrate every channel sequentially without having to manually update the SCXI channel string between each calibration run. Simply place the SCXI Calibrate VI in a for loop. Use the index of the for loop as the channel number and create the channel string dynamically. You can then pass this string, which will change each time around the for loop, into the SCXI calibrate VI.

Regards,
Justin Britten

Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,028 Views)