Certification

cancel
Showing results for 
Search instead for 
Did you mean: 

Using references for Initialization- CLD

Hallo,

The LabVIEW core 3 project uses references of FP controls, as in the attachment, to initalize and to control visibility later. Is this a good programming practice that I could use in cld?

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

Yes,  Although I would store those references inside an Action Engine myself.

Ben's famous Action Engine Nugget is always a good read. 


"Should be" isn't "Is" -Jay
Message 2 of 3
(3,008 Views)

As Jeff mentioned I would use the Action Engine too. But don't update values using those references from a sub VI. Try as much as possible to update the value directly to the indicators.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 3 of 3
(2,960 Views)