Hello,
I have 8 load cell force sensors and I used example: Bridge - Continuous Input.vi to be able to handle 1 to 8 sensors just fine but it uses single calibration table for all sensors. I am able to construct scaling information of 8
different tables into single scaling information to be indexed into for loop to feed into DAQ Create Channel (AI-Force-Bridge-Table).vi but it won't break down the physical channels into individual AI to feed in indexed, array
scaling information of 8 different tables.
Physical channel is, for example, cDAQ1Mod1/ai0:7 or cDAQ1Mod1/ai0:3;cDAQ1Mod2/ai0:3 using 2 cards. How can I break them down into array to be indexed into DAQ Create Channel (AI-Force-Bridge-Table).vi during the for loop to synchonize with array scaling information?
Or do you have better idea without the need to break physical channels down?
Thanks.