Add Notifier VI
- Updated2025-09-30
- 4 minute(s) read
Owning Palette: Alarms and Conditions VIs
Requires: OPC UA Toolkit
Adds a notifier to a parent folder. A notifier is an object that you can subscribe to get events from the associated condition nodes. To establish an event hierarchy, you can add a condition node and a source node as child nodes to a notifier.
For some condition node types, you need to add an extra node:
- If the condition node is a deviation alarm, you need to add a setpoint node.
- If the condition node is an off-normal alarm, you need to add a normal state node.
Example
![]() |
historical access specifies whether the parent folder supports historical access and the size of the history event queue.
| ||||||||||
![]() |
OPC UA server refnum in specifies the reference data value of the OPC UA server. | ||||||||||
![]() |
parent folder node ID specifies the ID of the parent folder. The format of the node ID is ns=<namespace index>;<identifier type>=<identifier>. If the parent folder does not exist, this VI creates a folder at the root level. A node ID contains the following components:
|
||||||||||
![]() |
notifier name specifies the name of the notifier. | ||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||
![]() |
description specifies additional information of the notifier. | ||||||||||
![]() |
OPC UA server refnum out returns the reference data value of the OPC UA server. | ||||||||||
![]() |
notifier node ID returns the ID of the notifier. | ||||||||||
![]() |
OPC UA notifier refnum out returns the reference data value of the OPC UA notifier. | ||||||||||
![]() |
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 Add Notifier VI.








