Downloadconfigproperties – Echelon OpenLNS User Manual
Page 71
OpenLNS Programmer's Reference
34
value that is based on the amount of time it will take for a
request message to be sent on the channel, and for the
response message to be sent back on the channel.
You should also note that you can set the expected delay for a
message to be sent to a specific device by writing to the
property of the
object.
Availability
Local, full, and lightweight clients.
Syntax
delayValue = channelObject.Delay
Element
Description
delayValue
The delay associated with the channel,
in milliseconds. The valid range of this
property is 0 to 65,535.
Object
object to be acted upon.
Data Type
Long.
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.
DownloadConfigProperties
Summary
Downloads the configuration property values stored in the
logical
object into the corresponding physical
application device.
This method requires that the device being loaded be in a
configured state. Furthermore, if you are setting the
configuration property values to their default values (for
example, the downloadOptions element sets the
lcaConfigPropOptSetDefaults option), this method
requires that the configuration property values be uploaded
from the device (see the UploadConfigProperties method) or
imported from the device’s external interface file (see the
Import method).
Availability
Local, full, and lightweight clients.
Syntax
object.DownloadConfigProperties(downloadOptions)
Element
Description
object
object from which configuratio
to be downloaded into a physical device.