LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

To create a FGV to pass Reference.

Hi....

 

Can anyone help me to create a FGV to pass reference for the BK precision 9200 Instrument drivers VI's. I didn't understand how to create a reference for those specified VI's.

 

Thankyou.

0 Kudos
Message 1 of 5
(511 Views)

Simple way is to create Single Run VI with different State and Enum Defining the States.

Use Shift Register to hold the reference Session.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 5
(487 Views)

For what reason do you need a FGV?  What is wrong with just passing the reference around on a wire?


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 3 of 5
(473 Views)

IMHO: Functional Global Variables and "Action Engines" are a thing of the past.

 

They were workarounds that were useful at the time but I can't say I have needed one in a decade or longer.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 4 of 5
(398 Views)

@RTSLVU wrote:

IMHO: Functional Global Variables and "Action Engines" are a thing of the past.

 

They were workarounds that were useful at the time but I can't say I have needed one in a decade or longer.


The FGV was a workaround before the Global Variable was created.  That is why they are still occasionally called LabVIEW 2 Globals.  I would put Action Engines as an expansion of FGVs by creating explicit things that can be done with the global data.  They still have their place, but I also find myself using less and less Action Engines purely due to its singleton nature.


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
Message 5 of 5
(363 Views)