Jump to content

XNodes: Difference between revisions

From LabVIEW Wiki
m link to ability VI page
m XNodes used in LabVIEW 8.2: forgot xnode for shared vars
Line 12: Line 12:
| Regular Expression || ([[vi.lib]]\regexp\Match Regular Expression.xnode)
| Regular Expression || ([[vi.lib]]\regexp\Match Regular Expression.xnode)
|-
|-
| Shared Variables || ([[vi.lib]]\variable\varXNode.llb\vi.lib\variable\varXNode.llb)
| Shared Variables || ([[vi.lib]]\variable\varXNode.llb\vi.lib\variable\varXNode.llb\varXNode.xnode)
|-
|-
| Timed Loops || ([[vi.lib]]\Platform\TimedLoop\XDataNode\XDataNode.xnode)
| Timed Loops || ([[vi.lib]]\Platform\TimedLoop\XDataNode\XDataNode.xnode)

Revision as of 19:27, 15 March 2007

XNodes are a technology built into LabVIEW 8.0+ that allows dynamic edit-time macro support.

XNodes are Libraries that feature several "Ability" VIs which consist of various events and methods of the XNode.

XNodes used in LabVIEW 8.2

Class Aggregate Handler? (vi.lib\Utility\AggHandler\Cls_AggHandler.xnode)
Class Grow Array Handler? (vi.lib\Utility\XGrowArr-llb\Cls_GrowArr.xnode)
Regular Expression (vi.lib\regexp\Match Regular Expression.xnode)
Shared Variables (vi.lib\variable\varXNode.llb\vi.lib\variable\varXNode.llb\varXNode.xnode)
Timed Loops (vi.lib\Platform\TimedLoop\XDataNode\XDataNode.xnode)
Database Variant To Data (vi.lib\addons\database\_DB Variant To Data\Database Variant To Data.xnode)

Ability VIs

See: Ability VIs For XNodes.

See Also