01-14-2011 10:44 AM
I want to output a trigger pulse, record two analog inputs, and save the data to a text file. When I do this for one iteration it works fine, but multiple iterations only acquire and save, the output pulse is only generated on the first iteration. I am using a counter pulse output to generate the signal. How can I fix this issue?
01-17-2011 05:38 PM
Hi there,
What kind of board are you using? Are you saving data to the file on every iteration? Depending on your application, it might be advisable to save all data to a file after you are done with your application. Can you post your code so that we can look at it?