Hello,
i'd like to know how to read voltage on a 1046 bridge on every channel.
Actualy, i can read 1 channel... on the phidget21, it was ok, but with the new version, ....
If you have a exemple, it'll be top.
Thanks
Tando
Code: Select all
VoltageRatioInput ch1;
VoltageRatioInput ch2;
ch1 = new VoltageRatioInput();
ch2 = new VoltageRatioInput();
ch1.Channel = 0;
ch2.Channel = 1;
ch1.Open();
ch2.Open();
Users browsing this forum: No registered users and 1 guest