LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

more channels

Hi,
 
I have a NI-SCXI-1600 USB DAQ with SCXI 1520 strain analog input (40 channels).
 
In my project, I have to use one channel(a0) to do readings in the beginning. Later I have to use another  channel (a1) to start a new reading while keep the previous going.
 
I wrote a program, see attached. I start the first readings, then stop it when I add new channel to start a new readings. The problem is when I restart it, the readings of fisrt channel become zero. It does not work. What is wrong with my program?
 
Also the way I split the array (it will be 37D array since I will use 37 channels) looks ugly. Do you have some good suggestion?
 
0 Kudos
Message 1 of 4
(2,902 Views)
Hello Jiqiu,

Please respond back in this duplicate thread if you have further questions.
Gerardo O.
RF SW Engineering R&D
National Instruments
0 Kudos
Message 2 of 4
(2,882 Views)
 
here is my code, I have same quetion like you,but I do not resolve it all ,can you continue to do something?
0 Kudos
Message 3 of 4
(2,876 Views)
Hello Fay,

The other forum seems like it already posted an answer.
If you need to add channels on the fly, you will have to perform an acquisition of all the channels and disable the ones that are not selected. Please post back to your thread or to the duplicate one.
Gerardo O.
RF SW Engineering R&D
National Instruments
0 Kudos
Message 4 of 4
(2,855 Views)