Hi, all,
Could you guys help me to think of a better way to save my data from 10 channels?
I have 10 channels input from DAQ. I have a stacked sequence structure to each channel. I also have a case structure because not all the channels have data, the user can choose from the front panel if the channel has data. I attached a picture of the first frame.
My question is, I use sequence local to save data in each channel, then at the end of stacked sequence, save all the data into a spreadsheet. This works fine when there are only 2 or 3 channels. But since I have 10 channels now, I need to set up 9 sequence local, this leads to too much wire in the program.
Is there any other way to do this? Thank you very much.