Dsretrycount, E dsretrycount – Echelon OpenLNS User Manual
Page 924
OpenLNS Programmer's Reference
887
DsRetryCount
Summary
Sets the maximum number of times to retry messages sent
using the request/response, unacknowledged/repeat, or
acknowledged message services. This applies to messages
sent during monitor and control operations for temporary
monitor sets only.
Availability
Local, full, and lightweight clients.
Syntax
retryCountValue = systemObject.DsRetryCount
Element
Description
retryCountValue
The retry count value.
The value of this property sets the
retry count used by the Object Server
(and connections that use the default
System
value) for temporary monitor
set operations that use the service
types listed above. This value must be
between 0 and 15.
•
You can set the interval for retry
messages sent using the
acknowledged or request messages
for temporary monitor set
operations by writing to the
DsTxTimer property.
•
You can set the interval for repeat
messages sent using the
unacknowledged/repeat message
service for temporary monitor set
operations by writing to the
DsRepeatTimer property.
Note: This property applies to
monitor and control messages for
temporary monitor set operations only.
•
To set this value for network
management messages, use the
SystemRetryCount property of the
object.
To set this value for monitor set
operations involving permanent
monitor sets, use the RetryCount
property of the ConnectDescTemplate
object that is used by connections
involving your permanent monitor
sets.
systemObject
The System
object to be acted upon.
Data Type
Integer.