Onnvmonitorpointevent – Echelon OpenLNS User Manual
Page 756
OpenLNS Programmer's Reference
719
19 lcaMonitorEventTypeMsgRequest
A message monitor point has
received a request message.
20
lcaMonitorEventTypeMsgResponse
A message monitor point has
received a reponse message.
21
lcaMonitorEventTypeMsgComplete
This value is not used.
Added to API
LNS Release 3.0.
OnNvMonitorPointEvent
Summary
This event is generated whenever
a network variable monitor
point is created, removed, enabled or disabled
.
This event is fired whenever a network variable monitor
point is created or removed from a permanent monitor set.
The events are only fired in this case if the monitor set is
open. In addition, when you close or open a permanent
monitor set, this event will be fired for each network variable
monitor point in the set, indicating that the monitor points
have been removed from or created in memory.
This event is also fired the first time you enable a network
variable monitor point in a temporary monitor set after
creating the temporary monitor set. It will also be fired when
you remove a network variable monitor point from a
temporary monitor set, as long as that monitor point had
been enabled.
Syntax
(nvMonitorPoint As Object,
EventType as Integer)
Element
Description
nvMonitorPoint
The NvMonitorPoint object that was
created or shut down.
EventType
The event code for the event. The
possible values for this element,
which are contained in the
ConstMonitorEventType constant,
are as follows:
0 lcaMonitorEventTypeNull
This value is not used.
1 lcaMonitorEventTypeQuit
This value is not used.
2 lcaMonitorEventTypeAdd