With LV7 and TS3, I used DAQmx to read AI channels as DAQ assistant task, the first time I ran the sequences the data are there, the second time I had error task is not valid... I see DAQ Assistance creates the task every time and every test step. There is a task copy in the DAQ assistant.
Q1. Should I use setup sequence to create a taskID out and somehow store the taskId as a local, and then pass this local to the "task to copy" for every DAQmx Create task.vi
Q2. what kind of local(double, string) that can store taskID?
sincerely