04-19-2012 07:10 PM
How many times did you want elapsed time to run?- Just the Once?
Stick it in the acquisition loop!
04-20-2012 02:55 AM
Where do I have to wire the iteration of for loop to?
04-20-2012 04:57 AM
It would be appreciated if you show me as an image or file. I want it to start from 0, 1, 2,... till I stop the run button
04-24-2012 11:07 AM
Hello,
what sense has the wait funktion in the second for loop?
I think you you have to another wait function that influence the time you´re want tool.
04-24-2012 05:40 PM
The reason why I have a waiting function in the second for loop is to make the user able to change the data saving frequency appearing in the front panel. Unfortunately it isn't correct. The data saving frequency in the text file isn't corresponding to the the delay time in the code. It should be starting from 0,1,2,3,4... if the user enters 1000ms. or 0, 0.5, 1, 1.5,... if the user enters 500ms.
Do you have any ideas?
04-27-2012 02:04 AM
Hello,
The wait function in the for loop causes that for every element in the loop you have to wait the defined time.
For example:
The array has five Elements and you want set the Time on 100 ms the Data would be saved every 500 ms after the for loop ends.
Greez
05-08-2012 07:43 AM
Hello,
is your Problem already resolved?
Greez