12-28-2021 01:51 AM
Thank you for your suggestion!! I am still new in Labview and I will try my best to simplified the program.
12-28-2021 06:03 AM
@altenbach wrote:
wiebe@CARYA wrote:
@altenbach wrote:
It does not run forever because the loop terminates around iteration 120. So try to find a math function that starts over from zero instead, without stopping the loop.
Alternatively, put a 2nd loop around everything.
I don't like loop stacks containing the bulk of the code (see also) 😄
All you needs is a fully scalable and maintainable state machine!
Or a lightweight state pattern. Which I admit might be a bridge too far for OP for now.