Nongrouprcvtimernongrouprcvtimer_property, Nsihandle, Nongrouprcvtimer – Echelon OpenLNS User Manual
Page 120
OpenLNS Programmer's Reference
83
NonGroupRcvTimerNonGroupRcvTimer_Property
Summary
The value of the device's non-group receive timer. This
determines the time period within which receiving devices
will treat messages from the same source with the same
reference ID, but from a different connection, as duplicate
messages. The default is calculated based on the network
topology, channel delays and current connections that the
device is involved in. The value is encoded 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
Availability
Local, full, and lightweight clients.
Syntax
timerValue = adObject.NonGroupRcvTimer
Element
Description
timerValue
The non-group receive timer value.
adObject
to be acted on.
Data Type
Integer.
Read/Write
Read/write.
Added to API
LNS Release 3.0.
NsiHandle
Summary
Returns the unique identifier assigned to an NSI by the
OpenLNS Server. This handle is different than the
object, this property returns the handle for the device’s
parent
object, provided the device is
associated with an NSI or OpenLNS Server. If the device is
an independent application device, the return value will be
zero.
Availability
Local, full, and lightweight clients.