Repeatcount – Echelon OpenLNS User Manual

Page 220

Advertising
background image

OpenLNS Programmer's Reference

183

default receive timer is calculated

based on the network topology,

channel delays, and other

connections that exist on the system.
This property accepts a range of

encoded values from 0 to 15. The

encoded receive timer values are as

follows:

Encoded

Value

Seconds

0

0.128

1

0.192

2

0.256

3

0.384

4

0.512

5

0.768

6

1.024

7

1.536

8

2.048

9

3.072

10

4.096

11

6.144

12

8.192

13

12.288

14

16.384

15

24.576

Data Type

Integer.

Read/Write

Read/write.

Added to API

Depends on the object used to access the property. Generally,

this property exists for an object as soon as the object is

added to the API.

RepeatCount

Summary

Indicates the number of times to repeat a message sent using

the repeated message service

(if the ConnectDescTemplate is

using the repeated message service, which is equal to

lcaSvcUnackdRpt).
This property will only be implemented if you set the

lcaConnPropsRepeatCount option in the

ConnectDescTemplate object’s PropertyOptions property. If

this property is not activated by the PropertyOptions

property, the default value is calculated based on network

topology.
You can set the frequency in which the repeat messages will

be sent by writing to the RepeatTimer property of the

ConnectDescTemplate object.

Availability

Local, full, and lightweight clients.

Advertising