Dstxtimer – Echelon OpenLNS User Manual

Page 925

Advertising
background image

OpenLNS Programmer's Reference

888

Read/Write

Read/write.

Added to API

LNS Release 3.20.

DsTxTimer

Summary

Sets the interval between retries for acknowledged

(lcaSvcAckd) and request (lcaSvcRequest) messages sent

during monitor set operations involving temporary monitor

sets.
To set this value for network management messages, use the

TxTimer property.
To set this value for monitor set operations involving

permanent monitor sets, use the TransmitTimer property of

the ConnectDescTemplate object used by connections

involving your permanent monitor sets.
The default value for the DsTxTimer property is determined

based on the network topology. You should not modify this

default value. If the default value is not suitable for your

application, you should use the Delay property of each

Channel object on the network to ensure that each message is

sent at the correct interval.

Availability

Local, full, and lightweight clients.

Syntax

timerValue = systemObject.

DsTxTimer

Element

Description

timerValue

The encoded value of the transmit

timer.
This property accepts a range of

encoded values of 0–15. The encoded

values are for this property are as

follows:

Encoded

Value

Seconds

0

0.016

1

0.024

2

0.032

3

0.048

4

0.064

5

0.096

6

0.128

7

0.192

8

0.256

9

0.384

10

0.512

11

0.768

12

1.024

13

1.536

14

2.048

Advertising