View Source OpcUA.MonitoredItem (Opex62541 v0.1.4)

A Monitored Item is used to request a server for notifications of each change of value in a specific node.

Summary

Functions

Creates a structure for an Monitored Item of an existing node in a Server. The following options must be filled

Functions

@spec new(list()) :: %OpcUA.MonitoredItem{args: term()}

Creates a structure for an Monitored Item of an existing node in a Server. The following options must be filled:

  • :monitored_item -> %NodeId().
  • :sampling_time -> double().
  • :subscription_id -> integer().