Dear all,
I'm trying to send RS232 commands periodically.
I saw that timed loop can help me to do the job.
Then, I created a simple example to test and learn how to use it.
I put the example here. It consists on a timed loop with n itérations and a supplementary for loop with m itérations.
I set the timing to one second. Then, I expect a total time of execution of 20s but when I run the VI, it takes 19s.
I thought that I forgot an iteration but it seems not.
Could you help me please?
Finally, do you have clear examples on the use of timed loop to share ?
I found that it is possible also to start the loop with a DAQmx trigger but this is not obviously explained in the tutorials.
Best regards.