LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get All Control Values [Variant] Method for Global Vars

Hello,

to get all the data of controls use in a VI, the methode "Get All Control Values [Variant]" can be used fine.
Is anything else available for gloabl variables which are use by this VI?

Thanks.
0 Kudos
Message 1 of 5
(3,010 Views)
While I never tried it, I think that using this method on the global vi (i.e. the vi that hosts the global variables) should do the trick.
Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 2 of 5
(3,004 Views)
Yes, I tried to link this methode to the vi which contains the global vars but got the error message
"you cannot make a strict vi refernce to a global VIs.

Any other idea?

Thanks, Thomas.

Message Edited by maximint on 05-30-2007 08:41 AM

0 Kudos
Message 3 of 5
(2,999 Views)
I created the reference using Open VI Reference (Application Control palette) and wiring the "vi path" input. It worked. If the vi is already in memory, it is not necessary to specify the full vi path. Close the reference afterwards.
Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
Message 4 of 5
(2,991 Views)
Hi Paolo,

its working well, many thanks. Thats exactly what I was searching for.

Thanks, Thomas.
0 Kudos
Message 5 of 5
(2,985 Views)