LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing "pause" function in GUI

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.
0 Kudos
Message 1 of 3
(2,808 Views)

Hi Aparna,

I was not quite clear of what you were after but i have generated a small VI for a solution I think you are after. Hope it helps.

Regards,
Kabul

Message 2 of 3
(2,795 Views)
Aparma,

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.

Lynn
0 Kudos
Message 3 of 3
(2,786 Views)