I have the following setup to run a timed test on a loop:
However, when I hit start, the timer takes 1.0 seconds to execute the actual test. How can I make it so that the timer executes the event right away? If I make Time parameter equal to 0, then the timer will clear and not run at all. If I make Initial Start Delay = -1.0, it will run once but the loop breaks after the first run.
Any advice would be really appreciated!
Thanks,
HSM