Am I missing something here? As I interpret the problem, Atit needs to
control valves and read only one channel since he has only one transducer.
To take it further along, he would need 25 bits to drive 25 valves, right?
So if he has no external mux he would need a 32 bit dio card. It is easy
from there, nestle the for loop within a while loop. Build the dio channel
list in a while loop and pass it to the for loop. This is dynamic, elegant
and easy to do.
Humbly Signed,
New Guy
PS: Please let me know if I am reading this wrong.
Atit wrote in message <38759be3@newsgroups.ni.com>...
I need some help. I construct the device for pressure measurement
25 channels by using 1 pressure transducer and 25 solenoid valves. I use
NIs DAQ board
to acquire data and LabVIEW to control this device.
Sometimes I want the device to read from channels 1 to 25, I use For loop
to iterate from 0 to 24. However I want the device to read from 5 to 12
,sometimes, but I have no idea how to do that. For loop in LabVIEW cannot
set the initial index, right? Could you please suggest me?
Thank you very much.