Mobileclasspinginterval, Mobileclspinginterval – Echelon OpenLNS User Manual

Page 792

Advertising
background image

OpenLNS Programmer's Reference

755

following value is defined for the

PingInterval

object in the

ConstClassIds

constant:
69 lcaClassIdPingIntervals

object

The object to be acted on.

Data Type

Integer.

Read/Write

Read only.

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.

MobileClassPingInterval

Summary

The cycle time (in seconds) for pinging devices that may

move. This value will be used for all devices and routers that

have their PingClass property set to lcaPingClassMobile.
All uninstalled devices are in this category because they are

more likely to be removed by the user without informing the

network management tool.

Availability

Local, full, and lightweight clients.

Syntax

permPing = piObject.MobileClsPingInterval

Element

Description

mobilePing

The ping interval (in seconds) for the

mobile ping class.
This value must be at least 30

seconds, and may not exceed any

non-zero value for the stationary

class. In addition, the following must

be true (excluding 0 values, which

means pinging is disabled):
MobileClsPingInterval <=

TemporaryClsPingInterval <=

StationaryClsPingInterval <=

PermanentClsPingInterval

You must change each of these

properties individually; therefore,

when you start a transaction, you can

set each of these properties to 0, set

the properties to the desired values,

and then commit the transaction.

Set this property to 0 to disable

pinging.

The minimum value is 30 seconds.
65535 (-1) means "do not change."

Advertising