Hi
I need to send the following data line by line to DAQ. So first I should send the first line and then the second line and finally the third line. To do this I have used a for loop and I create and close a task in each itearation. This makes my program very slow . Is there another way to configure DAQ outside.
P0.0 P0.1 P0.2 P0.3 P0.4
Line1 10 5 3 4 2
Line 2 3 1 3 4 2
Line 3 5 3 2 3 2