I am trying to create a new set of LabVIEW nodes that will communicate with a new protocol.
If it's at all possible, I'd like to make the new nodes similar to other connnectivity nodes (i.e. ActiveX, .NET, etc...). There would be an Open Reference node that pops up a custom dialog when created, a Close Reference node, a Property node that dynamically changes when the reference pin changes, and an Invoke node that dynamically changes when the reference pin changes.
Is it possible to create such nodes as sub-VI's? If so, then how? If not, then what is the prefered method of doing this?
Thanks in advance for any help
🙂VRMan