03-15-2012 04:32 AM
Hi
can anybody give help me with this problem?
My goal is to controll the Subpanel Vi im my main Vi. That will say stoping,pdating and do diffrent operation on the subpanel Vi from the main VI
Any Ideas?
03-15-2012 05:00 AM
What is exactly your problem?
You have achieved 'load and unload' the VI to/from the supanel control.
Regards,
Yogesh Redemptor
03-15-2012 05:00 AM
You can take the reference of the vi that you want to control in the sub panel form the main vi and use the Method (Invoke node) to get and set the different controls in that sub vi. You can search for the sub panel vi's in the LabVIEW examples.
Note: While using the control names in the invoke node use exact label name.
03-15-2012 05:16 AM
Anybody got any snippets of how this is done?
I want to controll the stop button inside the sub VI from the main VI.
03-15-2012 06:01 AM
You can use this.
03-15-2012 06:13 AM
Is this the way to do it?
Cant get it to work still..