Element Path: <cwt><CORE><lowerDoor>
To the lower door opening and closing functionality Open and Close Events, Break-in alarm and two-sensor closing can be added.
The lower door can be equipped with two sensors: door sensor and locking bar sensor. Break-in alarm is activated if door is opened before locking bar is opened.
Two-sensor closing uses the two sensors as a double check to ensure the door is closed.
Attributes
breakInAlarm
Range: | None, Cwo, Siren |
Default: | None |
Description: | None: No alarm is activated. |
Cwo: An Event is sent to WebOffice if the door is opened before the locking bar is opened.
Siren: An Event is sent to WebOffice and a sound siren is activated if door is opened before the locking bar is opened.
lockType
Usage: | Optional |
Range: | None, E-Lock |
Default: | E-Lock |
Description: | The attribute defines the type of electronic door lock installed. |
None: No electronic lock installed. |
E-Lock: Electronic lock connected to the CAP bus. |
<lowerDoor lockType="E-Lock" />
Mode
Range: | None, Normal, TwoSensors |
Default: | None |
Description: | None: The lower door opening/closing is ignored |
Normal: An Event is sent when the door is opened and closed
TwoSensors: To ensure a door is properly closed, a two-sensor activation can be configured as a requirement for the door-closed signal to be sent. Normally one door sensor is used but a second hatch sensor can be added for double security.
The two-sensor requirement is only a requirement when closing a door, not opening a door.
Example:
<CORE>
<lowerDoor mode="Normal" breakInAlarm="Siren"/>
</CORE>