I'm a relative newcomer to LabVIEW and one thing I almost always do when I start a project is take a reference to all of my FP controls and then bundle them up in some sort of order, create a constant and typedef them so that I can use a single wire to pass the references to all my sub-vi's.
There are some limitations to this process and one of them is that any changes to your front panel result in you having to rebuild the typedef from scratch which can be quite laborious. Another is that extracting a value or property from the wire can involved quite a few actions (unbundle by name, create a property node, unbundle again....twice etc.) but LabVIEW knows exactly what's in the wire.
I'm convinced that I could script the process for creating what I call a 'referential typedef' but updating an already existing typedef is a bit more difficult. I'd also like to build a single configurable access node that allows the operator to extract the specific data element the operator needs as a property attached to a connection pin rather than having to wire a string of unbundles and property nodes.
I'd like to see if other users do similar things to me (I suspect they do as a CLA taught me the process) and if they do would NI look at building these elements into a future version of LabVIEW?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has not received any kudos within a year after posting will be automatically declined.