LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a keyboard shortcut for "pause" and "resume"?

Solved!
Go to solution

I searched carefully but could not find such a shortcut. Is there a keyboard shortcut for "pause" and "resume" on the LabVIEW window?

0 Kudos
Message 1 of 6
(7,113 Views)

If its for debugging purpose, use Breakpoints..

 

https://www.ni.com/docs/en-US/bundle/labview/page/managing-breakpoints.html

 

 

0 Kudos
Message 2 of 6
(7,111 Views)

It is not for debugging purposes.

0 Kudos
Message 3 of 6
(7,109 Views)

Hi Finkler,

 

so then you should explain what you're talking about!

Which "pause" and "resume" do you mean?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 6
(7,103 Views)

I run a VI by pressing the "Run" button (or Ctrl-R). After some time (nevermind why) I need to pause the VI. I typically do that by pressing the "Pause" button. Since I'm running this remotely from another computer, I would like to be able to press this button using a keyboard shortcut. Afterwards, I press the "Pause" button again to resume the VI.

0 Kudos
Message 5 of 6
(7,100 Views)
Solution
Accepted by topic author Finkler

Hi Finkler,

 

so you are using a debugging feature! And no, there seems to be no shortcut key assigned.

 

When you need a VI with the ability to "pause" you should learn about state machines. They are a common scheme to incorporate such "states" as "running" or "paused" in a VI (or program in general)...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 6 of 6
(7,096 Views)