Echelon OpenLNS User Manual
Page 942
OpenLNS Programmer's Reference
905
Syntax
repeatTimerValue = object.
Element
Description
repeatTimerValue
The encoded value of the repeat timer.
The default value for this property is
determined based on the network
topology. It is recommended that you
do not change this from the default
value. If the default value is not
suitable for your application, it is
recommended that you use the Delay
property of each Channel object on the
network to ensure that each message
is sent at the correct interval.
However, this property does accept a
range of encoded values from 0 to 15.
The encoded repeat timer values 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
15
3.072
You can also write the value 254 to
the property at any time to restore it
to the default.
If you assign this property a value
outside the acceptable range, the NS,
#29 lcaErrNsOutOfRange exception
will be thrown.
object
Data Type
Integer.
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.