Echelon OpenLNS User Manual

Page 929

Advertising
background image

OpenLNS Programmer's Reference

892

Disable and PingIntervals properties to 0.
Disable automatic service pin registration by setting the

system’s RegisterServicePin property to False.

Availability

Local, full, and lightweight clients.

Syntax

pathName = systemObject.ImportDirectory

Element

Description

optionValue

The value of the selected option.
The valid values for this property,

which are contained in the

ConstInstallOptions constant, are as

follows:
2 lcaSharedMedia
Indicates that the system may

potentially share the media with other

independently managed systems. This is

typically the case with power line or RF.
If the value is set to lcaSharedMedia,

the DomainIdSystem property will

automatically be set to the same value

as the NeuronId property of the

NetworkServiceDevice. This ensures

that no two networks operating in

shared media will have the same

domain.
It also sets the discovery interval to 0,

sets all the ping intervals to 0, and sets

the RegisterServicePin property to

False.
4 lcaPrivateMedia
This is the default value. Indicates that

no other systems share the media. This

is typically the case with a twisted pair

network in which you do not intend by

design to allow other independently

managed systems onto the same

physical media.
When this option is specified, LNS

enables background discovery by

initializing the DiscoveryInterval

property to 180 seconds. Similarly,

background node pinging is enabled for

mobile nodes by setting the interval to

60 seconds and service pin registration

is enabled.
Setting this property after the system

has been initially opened has no effect;

Advertising