08-02-2022 06:31 AM
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!
Solved! Go to Solution.
08-02-2022 07:51 AM
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…
08-02-2022 08:02 AM
Thanks! Just tried using references bundled into a cluster.. works great.