LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

After AI read of 4 data channels, can I apply a calibration to each channel?

Problem Description :
I am using an AI read to read my captured data from my 6115 board. The data is written to a text file and displayed on the front panel. Is there any way
to split the channels before they are displayed so I can apply a sensitivity factor(different for each channel ie: 4,4.1,3.5,3.9 V/PSIA) so the graph on
the front panel reads in PSIA, but the text data is stored in it's original value?
0 Kudos
Message 1 of 3
(2,417 Views)
Your data is already split since you have one wire going to the file write function and another going to the graph. Insert a function in the wire going to the graph. Inside this function you would use the index array to get each channel and then you can apply your cal factor to each channel. If you wire an array to an Add/Subtract/Multiply/Divide function, the other input can be a constant which will be applied to every element of the array. Something like in the attached should work.
Message 2 of 3
(2,417 Views)
Thank you... that did the trick....
0 Kudos
Message 3 of 3
(2,417 Views)