LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Interrupt program execution to get data and resume execution

Hi everybody,

 

Does somebody know how can I interrupt the execution of my program (main VI and all sub-VIs), display a dialog box, collect a given datum from the user, and resume execution?

 

Best regards,

Esteban

0 Kudos
Message 1 of 3
(2,820 Views)

Hi Arroyo,

 

you need to program a feature usually known as "PAUSE".

 

When I think about a "PAUSE" feature the words "state machine" come to my mind…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,815 Views)
On the other hand, dialogs in LabVIEW are inherently blocking anyway. What exactly are you trying to accomplish, and how much do you know about LabVIEW? Sounds like you might want to go through some of the online tutorials.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 3
(2,778 Views)