LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using property nodes to enable/disable controls

Solved!
Go to solution

I have a state machine (with event structure) where I'm using property nodes to enable or disable controls based on the current state.. to prevent events from occurring in certain states. The problem I have (or if not a problem, maybe not a clean solution) is that I have property nodes in many different states. Is there a clean way of using property nodes? For example, is there a way to use property nodes similar to the cleanliness of using clusters in state machines? Thanks in advance!

0 Kudos
Message 1 of 3
(1,028 Views)
Solution
Accepted by topic author d_vinson

Hi d,

 


@d_vinson wrote:

Is there a clean way of using property nodes? For example, is there a way to use property nodes similar to the cleanliness of using clusters in state machines?


Use references and subVIs to handle your (in)visible FP elements…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(997 Views)

Thanks! Just tried using references bundled into a cluster.. works great. 

0 Kudos
Message 3 of 3
(984 Views)