LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create "type Specifier VI refnum" as shown in the NI example below? See attached VI.

Solved!
Go to solution

I would like to create a create VI that will be calling 2 other VIs. I found this NI example, picture below that shows how to call another VI, but I don't know how "type specifier VI refnum" was created.

Can someone please help?

 

NI Example:

GRCK5000_0-1724542805681.png

My struggle:

GRCK5000_1-1724542853943.png

 

 

Download All
0 Kudos
Message 1 of 6
(578 Views)

As always, just right-click the connector and "Create constant".

Then right-click the constant and select VI server class...browse, and select a Vi that has the desired connector pane.

Message 2 of 6
(562 Views)

I think I  figured out how to do it, but now my code does not work. My goal is to call two VIs when I run the CallerVI.vi

GRCK5000_0-1724544647288.png

 

 

0 Kudos
Message 3 of 6
(559 Views)

@GRCK5000 wrote:

..., but now my code does not work.


You need to be more specific.

0 Kudos
Message 4 of 6
(556 Views)
Solution
Accepted by GRCK5000

To call two VIs you would just place them on the diagram of the caller right? Why are you jumping through all these flaming hoops?

0 Kudos
Message 5 of 6
(554 Views)

Thank you, Mr. Altenbach! I did not need these loops. I figured it out. 

0 Kudos
Message 6 of 6
(531 Views)