08-12-2019 08:38 PM
Hello,
I am trying to create a Timed Sequence where each frame is activated after a certain amount of time is passed after the activation of the previous frame but my VI never goes past the first frame.
Any help is appreciated 🙂
Jimmy
Solved! Go to Solution.
08-12-2019 08:51 PM - edited 08-12-2019 08:52 PM
It can only go to the next frame once all code it the current frame has completed. This happens in the first frame when the stop button wired to the loop termination is pressed. The second frame will never finish, because the loop termination will never be true, thus the loop can never complete. The remaining frames can never be reached and their content is thus irrelevant.
08-12-2019 09:56 PM
Thank you! I have updated this VI with a flat sequence and a tab for timing. This is what i was looking for but also wonder if there is a neat way to do it better than I did.
08-12-2019 10:10 PM - edited 08-12-2019 10:33 PM
Instead of focusing in irrelevant features (tabs on the front panel), try to focus on the code.
I really recommend to continue with a few basic tutorials first.