Within this configuration file, the channels of the connected HDL Buspro devices can be configured.
Info | ||
---|---|---|
| ||
<WorkspaceDirectory>\DataFiles\xio.Hdl.Channels.dat |
Code Block | ||
---|---|---|
| ||
HdlDemoCase;1;1;SingleChannel;7
HdlDemoCase;1;3;AcControl;1 |
Each channel has its own row with the parameters separated by a semicolon. (CSV-format)
The channel zones connected to a QL-NE100 device can be configured.
The zone definitions can be edited in the NETx Core Server Studio under Modules > HDL > Channel DefinitionsQlite> Qlite zone definitions
...
Col# |
---|
Parameter | Description | Scope | Unit | Default value |
---|---|---|---|---|
1 | Interface |
Name | The name of the interface the |
Creates a single server item NETx\XIO\HDL\<InterfaceName>\Single channel\<SubnetId>\<DeviceID>\<Channel>\Level
Channel equals AC number.
Channel equals AC number.
Doorbell does not use channel numbers. Set the parameter to 0.
Use HDL Mac as hexadecimal string without spaces as channel. eg: HdlDemoCase;1;1;RoomStatus;1637e5664c23301f
Channel equals area no.
zone is connected to. (As defined in Qlite interface configuration) | string | Reference to Qlite interface configuration | |
2 |
HDL Buspro subnet id of the device.
Available Types
Zone Name | Name of the zone. Must be unique. | string | None | ||
3 | Zone Number | Number of the zone set in QL-NE100 device. | integer | None | |
4 | Scene Ranges | Defines the scenes that shall be available as server items. It is possible to define comma separated list that also contains ranges. E.g. 1-10,15. If left empty, no scenes are available. | integer | 1 - 15 | None |
Each zone has 15 scene items defined. A scene is called by setting the scenes item to "true".
Currently active scenes have true as their item value, others have false as their value.
...