LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to programmatically minimize and maximize a LabView 8.5 program

How to you programmatically minimize and maximize a LabView 8.5 program.  In LabWindows SetPanelAttribute (panel, ATTR_WINDOW_ZOOM, VAL_MAXIMIZE); does it.

 

I would like to run the program for a period of time, then minimize it to run in the background.  Then on an error, have the program maximize so that the operator can see it.

 

Thanks, 

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

Hi pknight12...,

use an invoke node with the reference from the vi connected to it. Select front panel -> open, connect the state you need.

 

Mike 

Message 2 of 3
(2,933 Views)

Mike,

 

That works.

 

Thanks,

Paul

0 Kudos
Message 3 of 3
(2,916 Views)