Hi Everyone,
I am trying to finalise on a code. I am remotely controlling my Agilent 34970A and I want to read channels one after the other. I have an actuator in the device that is also being controlled to close and open the channels.
The actuator channels are 201, 202....220
The multiplexer channels are 101, 102, 103....121
I want the code to close 201 and read 101, then open 201 before going out to close 202 and read 102....etc.
At the moment what I have will close all the actuator at once and read all the channels which is not what I want. I kinda know the long hand to do this is to have so many sequences but I want to see if there's a kinda shorthand.
Attached is a printscreen of the front panel of what I currently have.
P.S: I'm relatively new in using labview. I will appreciate all help I can get.