Hi,
I have an application on a real time cRIO that uses a timed loop to time data acquisition. This timed loop uses the 1kHz absolute time clock.
I would like to modify, on the fly, the phase of the loop.
For instance, let's say my timed loop has started at 15h00m05,000s and is running every 25ms. Now, while the loop is running, I want it to be re-phased the loop and have its next iteration starting at, let's says 15h06m07,333s and then still run every 25ms.
How could I do that? I thought i could just use the right terminal of the timed loop and enter a new offset but apparently, offset can only be set for the first iteration!
Thanks in advance,
Regards,
peper2001