Delete Node VI
- Mise à jour2025-09-30
- Temps de lecture : 3 minute(s)
Owning Palette: OPC UA Server VIs
Requires: OPC UA Toolkit
Deletes a node, such as a folder, item, notifier, or condition. When you delete a folder, an item, or a notifier, you delete all the child nodes.
After you start an OPC UA server, you cannot delete nodes until the OPC UA server stops. Use the Stop VI to stop an OPC UA server.
Example
![]() |
OPC UA server refnum in specifies the reference data value of the OPC UA server. | ||||||||||
![]() |
node ID specifies the ID of the node. The format of the node ID is ns=<namespace index>;<identifier type>=<identifier>. A node ID contains the following components:
|
||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||
![]() |
OPC UA server refnum out returns the reference data value of the OPC UA server. | ||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
Example
Refer to the OPC UA Demo.lvproj in the labview\examples\Data Communication\OPCUA directory for an example of using the Delete Node VI.




