From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Anyway to control a control without main panel running

I am looking for a way to have a control pop-up with option without the main code running where the control is located?
Is there a way to do this in either active-X, VB, or LabVIEW as a background task.

Thanks
0 Kudos
Message 1 of 2
(2,065 Views)
You could have a small VI which contains a duplicate of the control in the other VI. The small VI runs, gets the value of the control and saves it to a file which can be read later by the main VI to set the control using property nodes.

I am not clear on what you mean by not running the main code. Something has to be running to do anything in LV.

Depending on what is running, you might be able to do something with VI server as well.

Post a more detailed description of what you are trying to do and someone will probably be able to help.

Lynn
0 Kudos
Message 2 of 2
(2,048 Views)