Hello fellow engineers! I would like some help from all of you. I am trying to implement a GUI in Labview. I want to know how I can realise the "pause" and "continue" functionalities. I welcome suggeestions from all of you. With warm regards, Aparna.
I use state machines which have a Paused or Idle state. The Pause button is has Boolean text = "Pause" in the False state and "Resume" (or Continue) in the True state. Other User Interface methods include Radio Buttons: Idle, Start/Run, Pause, Resume, Stop or an enum with similar items. The state machine architecture gives you great flexibility in how you handle the user inputs.