LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"self reference" vi labview 7

I'm searching in Labview 7.1 for a "this vi" reference node but can't find it. I know that it is possible to create one, i once did it. In higher versions of Labview it is available from the palettes. Do you know a solution for Labview 7.1?
0 Kudos
Message 1 of 5
(2,931 Views)

Hi vlipje,

you don´t need it. You can right click on the property node and select "Select class -> VI Server -> VI -> VI". This should also work.

Mike

0 Kudos
Message 2 of 5
(2,925 Views)

To get the reference to the current VI:

File I/O >> File Constants >> Current VI Path wired to Application Control >> Open VI Reference. This reference can be passed to a subVI over a VI Refnum control.

For working with the same VI the method of MikeS81 is prefered.

Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
Message 3 of 5
(2,917 Views)
Thanks Mike, this is a nice and clean solution, even better than what i had in mind..
0 Kudos
Message 4 of 5
(2,899 Views)
Indeed MikeS81 solution was what i was searching for. This one is also an nice solution, thanks
0 Kudos
Message 5 of 5
(2,897 Views)