Dynamiclonmarkobjectcapacity – Echelon OpenLNS User Manual
Page 428
OpenLNS Programmer's Reference
391
DynamicLonMarkObjectCapacity
Summary
Indicates the number of dynamic
(functional blocks) that can be added to the device containing
this interface
.
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 functional block
for each switch. In OpenLNS, functional blocks are
Some device interfaces support dynamic LonMarkObjects,
which means that you can add them to a device interface
method. In addition, you can add
network variables to a dynamic
been added to a device. This property returns the number of
objects that can be added to the
device containing this interface. The valid range for this
property is 0–4096.
You can check how many total
currently belong to an interface by reading the
Count
property of the
collection contained by the
interface. You can add dynamic
to the
method of the interfaces
collection.
Availability
Local, full, and lightweight clients.
Syntax
objectCapacity = interface.
Element
Description
objectCapacity
The number of dynamic LonMark
objects (functional blocks) that can
be added to the device containing
this interface.
interface
upon.
Data Type
Long.
Read/Write
Read only.
Added to API
LNS Release 3.20.