|
<< Click to Display Table of Contents >>
Tag Reference |
All Tags of this Driver must be referenced by the ParamDevice and ParamItem properties or by the N/B parameters, according to the next tables.
Properties of Elipse E3, Elipse Power, or Elipse Water
Property |
Description |
|---|---|
ParamDevice |
Specifies a Group Address in the format n/n/n (MainGroup/MiddleGroup/SubGroup) |
ParamItem |
Specifies a Datapoint Type in the format n.nnn (MainType.SubType) |
N/B parameters
Parameter |
Description |
|---|---|
N1 or B1 |
Specifies a Group Address in number format |
N2 or B2 |
Specifies the data type of a Datapoint Type |
N3 or B3 |
Specifies the data subtype of a Datapoint Type |
N4 or B4 |
Not used |
•ParamDevice property: Used to select a Group Address defined by the KNX topology, specifying the addressing of groups with a Level 3 hierarchy, such as informing the value "4/2/5" to identify the address MainGroup equal to 4 (four), MiddleGroup equal to 2 (two), and SubGroup equal to 5 (five)
•ParamItem property: Used to specify a data type to interpret, such as informing the value "1.002" to manipulate values MainType equal to 1 (one) and SubType equal to 002. For a complete list of data types supported by this Driver, please check topic KNX Data Types
•N1 or B1 parameter: Used to select a Group Address defined by the KNX topology, by specifying the addressing of groups with a Level 3 hierarchy through a 15-bit structure in the format GGGGMMMSSSSSSSS, such as informing the value 8709 to identify the address MainGroup equal to 4 (four), MiddleGroup equal to 2 (two), and SubGroup equal to 5 (five)
•N2 or B2 parameter: Used to specify the main data type to interpret. For a complete list of data types supported by this Driver, please check topic KNX Data Types
•N3 or B3 parameter: Used to specify the data subtype to interpret. For a complete list of data subtypes supported by this Driver, please check topic KNX Data Types
NOTE |
Applications designed in Elipse SCADA do not support ParamDevice and ParamItem properties, therefore the configuration of commands must be performed only by using the N/B parameters of Tags. |