External Node: Difference between revisions
Appearance
Created page with "An '''External Node''' (also formerly known as an XNode, not to be confused with the current meaning of that term) is a subVI whose code determines not only its..." |
m Add Xnode category |
||
Line 2: | Line 2: | ||
Much like XNodes, External Nodes are not an officially-supported technology for third-party development. | Much like XNodes, External Nodes are not an officially-supported technology for third-party development. | ||
[[Category:Xnode]] |
Revision as of 19:38, 12 February 2022
An External Node (also formerly known as an XNode, not to be confused with the current meaning of that term) is a subVI whose code determines not only its function, but also its edit-time appearance and behavior. They are similar to modern XNodes in this respect, but while an XNode is a library containing several Ability VI's, an External Node is a single VI containing a case for each ability. The name of an External Node VI must begin with the characters ";D", not including quotes.
Much like XNodes, External Nodes are not an officially-supported technology for third-party development.