Owner manual
OpenLNS Programmer's Reference 417
For example, the millisecond before
the end of this millennium would be:
2999/12/31 23:59:59:999.
Data Type
String.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
Value
Summary
Represents the data value that caused the alarm condition.
The format of this property depends upon the AlarmFormat
of the LonMarkObject object containing this LonMarkAlarm
object. By default, it returns a string of 4 hex byte values.
Availability
Local, full, and lightweight clients.
Syntax
alarmValue = lmaObject.Value
Element
Description
alarmValue
The value which caused the alarm.
lmaObject
The LonMarkAlarm object to be acted
on.
Data Type
Variant.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
LonMarkObject (Functional Block)
A functional block represents a collection of network variables and configuration properties
on a device that perform a related function. For example, a digital input device with four
switches could contain one function block for each switch. In OpenLNS, functional blocks are
represented by LonMarkObject objects.
Functional profiles defining standard LonMarkObjects (SFPTs) are published by the
LonMark Interoperability Association. Custom LonMarkObjects can be defined with
user-defined functional profile templates (UFPTs).
The following table summarizes the LonMarkObject object.
Description
A set of network variables and configuration properties on a
device that perform a related function.
Added to API
Prior to LNS Release 3.0.
Accessed Through
LonMarkObjects collection object.
Default Property
Name
Methods
• AssignNetworkVariable
• MoveToInterface
• UnassignNetworkVariable
Properties
• AlarmFormat