LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can you set Strain Gage and Bridge Parameters on an indivdaul channel basis?

I am developing an application based on the LabVIEW 8.0 example, “Cont Acq Strain Samples (with Calibration)”. As currently written the example takes one set of Strain Gage and Bridge Parameters which it applies to all channels being measured. Is there a way to break this out so that each channel can have it’s own Strain Gage and Bridge Parameters?

0 Kudos
Message 1 of 2
(2,155 Views)
Yes, I just finished that for a job I'm doing using an SCXI-1520.  Simply put your bridge/gage parameters in a arrays (each array element is a clutser of controls for thew parameters) then feed that array into the DAQmx Creates Virtual channel.vi <AI Strain Gage> with this vi in a For Loop.  This seemed to work for me.  I've attached a screen grab of that portion of my program to illustrate. 
0 Kudos
Message 2 of 2
(2,144 Views)