LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

generic vi reference

Hi Guys.

 

I am new in Labview. I have a subvi that i do not know how it works. Can you guys give a hand. When i hover the mouse on te vi, it says generic vi. It is shown in the first picture below. What does it do, and where can i find it in the function palette. 

 

 

 

 

 

 

 

 

untitled.JPGuntitled1.JPG

0 Kudos
Message 1 of 3
(3,878 Views)

Its a reference to a VI.  But with it being a constant, it probably isn't going to help much.  That is unless the constant is pointing to the VI it is contained in.

 

Can you post the VI itself.  I'm guessing that an actual VI will be registered in that spot in another case.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(3,874 Views)

IN the VI you showed I believe it is simply a "placeholder" and is there to allow you to specify an event. THe event as shown will never fire. Somewhere else in that code there is an event that uses a valid VI ref to "turn on the Event".

 

Search for

 

"Ton nugget dynamic" and look at Ton's Nugget on dynamic event registration. He uses the same construct in hsi example to "turn on" or "turn off" events.

\

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 3
(3,866 Views)