User | Kudos |
---|---|
6 | |
5 | |
2 | |
2 | |
2 |
Create a Control (or Indicator) and make it a typedef.
If you are like me, you will drop your control terminal in a dummy case structure that keeps all control/indicators tidily in a single location and only work with local variables, references or property nodes to access (read/write) this control.
But even if you are not like me, shouldn't you wonder why LV does not provide access to the Typedef from either Local Variables linked to the control (or indicator) or References to this control, or Property Nodes for this control?
The only way is to "Find" the terminal or control itself (which will potentially throw you in a parallel universe...I mean case in your main Action engine, for instance) and from there "Open Typedef". Of course you have to get back by your own means to the location which spurred the urge to look at that definition.
There is no fundamental justification to this limitation that I can think of. The reference, local variable and property nodes all know that they are associated with a typedef (check the contextual help when you hover over the objects or wires connected to them).
So, as the title says, Enable Local Variables, References and Property Nodes for a Typedef to provide direct access to this Typedef
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.