Echelon OpenLNS User Manual

Page 473

Advertising
background image

OpenLNS Programmer's Reference

436

3 lcaLonMarkObjectRequestSelfTest
Performs a self-test on the object. The

SelfTestResults

property of the

LonMarkObject

will be updated to reflect

the results of the test.
4

lcaLonMarkObjectRequestUpdateAlarm
Updates the alarm status of the

LonMarkObject

. In this case, the

LonMarkAlarm

property of the

LonMarkObject

will be updated to reflect

the current alarm status of the

LonMarkObject

on the network.

5

lcaLonMarkObjectRequestReportMask
Reports the status bit mask of the

LonMarkObject

. In this case, the

ReportMask

property of the

LonMarkObject

will be updated with current information.
6 lcaLonMarkObjectRequestOverride
Overrides the

LonMarkObject

.

7 lcaLonMarkObjectRequestEnable
Enables the

LonMarkObject

.

8

lcaLonMarkObjectRequestRemoveOve

rride
Cancels an override of the

LonMarkObject

,

without changing the enabled/disabled state

of the

LonMarkObject

. You can initiate an

override by writing the

lcaLonMarkObjectRequestOverride (6)

value to the Request property. You can

cancel an override, and re-enable the

LonMarkObject

, by writing the

lcaLonMarkObjectRequestNormal (0)

value to this property.
9

lcaLonMarkObjectRequestClearStatus
Clears the status of the

LonMarkObject

. In

this case, the information contained in the

Status

property of the

LonMarkObject

will

be cleared.
10

lcaLonMarkObjectRequestClearAlarm
Clears the alarm state of the

LonMarkObject

. The information contained

Advertising