Echelon OpenLNS User Manual

Page 1028

Advertising
background image

OpenLNS Programmer's Reference

991

the device template was imported from an external interface file, the configuration

property template file comes from the external interface file. Otherwise, the

configuration property template file is loaded from the device.
lcaErrNsWarningFirst

4030

A symbol denoting the beggining of the error number range reserved for warning codes.
lcaErrNsUpdateCommError

4030

The database updates were successful, but one or more nodes were not updated because

the NSS was unable to communicate with them. The NSS will continue to try to update

the nodes in the background if the UpdateInterval property of the System

object is set to

a non-zero value, and you can force a retry with the RetryUpdates method.
You can keep track of which devices are up to date using commissioning events, and by

reading the CommissionStatus property of each AppDevice

object

. If you are receiving

persistent update failures on a device, you should re-commission the device with the

Commission method.
lcaErrNsUpdateFuncError

4031

The database updates were successful, but one or more nodes were not updated because

the node(s) rejected the update, for example due to an authentication failure. This

usually means that there is a configuration mismatch between the node and the NSS's

database. The NSS will continue to try to update the nodes in the background if the

UpdateInterval property of the System

object is set to a non-zero value, and you can

force a retry with the RetryUpdates method.
You can keep track of which devices are up to date using commissioning events, and by

reading the CommissionStatus property of each AppDevice

object

. If you are receiving

persistent update failures on a device, you should re-commission the device with the

Commission method.
lcaErrNsNeuronStateChangeFail

4032

The NSS's database updates were successful, but one or more nodes were not updated

because the node(s) failed to make a necessary state transition. The NSS will continue

to try to update the nodes in the background if the UpdateInterval property of the

System

object is set to a non-zero value, and you can force a retry with the RetryUpdates

method.
You can keep track of which devices are up to date using commissioning events, and by

reading the CommissionStatus property of each AppDevice

object

. If you are receiving

persistent update failures on a device, you should re-commission the device with the

Commission method.
lcaErrNsNodeUpdateDisallowed

4033

The database updates were successful, but one or more nodes could not be updated

because they are in the wrong state. The NSS will continue to try to update the nodes in

the background if the UpdateInterval property of the System

object is set to a non-zero

value, and you can force a retry with the RetryUpdates method. You can keep track of

which devices are up to date using commissioning events and by reading the

CommissionStatus property of each AppDevice

object

. If a node is applicationless, you

must reload the application using the AppDevice

.load method.

You can keep track of which devices are up to date using commissioning events, and by

reading the CommissionStatus property of each AppDevice

object

. If you are receiving

Advertising