Owner manual
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 Delay
property of the AppDevice 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
Channel 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 AppDevice 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
The AppDevice object from which configuratio
to be downloaded into a physical device.