Datapoint – Echelon OpenLNS User Manual
Page 686
OpenLNS Programmer's Reference
649
demonstrates this procedure:
Set curOptions = monPoint.CurrentOptions
curOptions.Authentication = True
curOptions.Retries = 5
Set monPoint.CurrentOptions = curOptions
Availability
Local, full, lightweight, and independent clients. Note that
objects and temporary monitor points
are not available on Independent clients.
Syntax
curOptions = monPoint.
Element
Description
curOptions
containing the current options for this
monitor point.
monPoint
on.
Data Type
Read/Write
Read/write.
Added to API
LNS Release 3.0.
DataPoint
Summary
object that can be used to read or write
to the network variable monitor point
.
The monitor set containing the
in order for you to access this property. The
object's
property will be initialized to contain the
Note: This property does not persistently contain the same
object. Each time you access this property, a new
Availability
Local, full, lightweight, and independent clients. Note that
objects and temporary monitor points
are not available on Independent clients.
Syntax
dpObject = mpObject.
Element
Description
dpObject
access to the monitor point value.
systemObject
on.
Data Type
Read/Write
Read only.
Added to API
LNS Release 3.0.