Autoread – Echelon OpenLNS User Manual
Page 273
OpenLNS Programmer's Reference
236
•
•
•
•
•
•
•
•
•
•
•
•
•
•
AutoRead
Summary
Determines whether the
Read
method will be called
, or
You can use either of these properties to read the data point’s
value; however, they are formatted differently. See these
individual properties for more information.
Availability
Local, full, lightweight, and independent clients. Note that
some objects containing this property are not available to
Independent clients.
Syntax
autoRead = dpObject.
Element
Description
dpObject
autoRead
A Boolean value.
•
True. The Read method is called
automatically
each time you read
, or
properties
.
This ensures that the value
returned by the data point, through
any of the three value properties,
always represents the current value
of the source object.
•
False. You must call the Read
method manually.
The default is True. The only exception
is when the DataPoint object is to be
used for a response (see the
event), or when the DataPoint object
represents a field (see the GetField