BASIC FUNCTION
The module enables the combination of up to three sensors, used for open, tilted and locked. The correct analog value that is obtained from the input window monitoring is needed to correctly determine the window position.
BASIC PROGRAMMING
Configuration of the two sensors
In order to ensure the correct calculation of the analog value (composite signal), the positions of the two contacts on the window must be stored in the Config.
• Door / window contact open Position “/” Door / window contact tilted Position ”
Handle side down : Sensor below window wing (on handle side down)
Handle side Top : Sensor above window wing (on upper side of handle)
Hinge side top : Sensor on hinges (top side of hinge)
OVERVIEW ALLOWED CONFIGURATIONS (Iw and It):
At Iw and It, the default inversion of the input is already taken into account.
Example: Iw = 1 = closed
Iw = 0 It = 0 Il = 0 or 1 |
Iw = 0 It = 1 Il = 0 or 1 |
Iw = 1 It = 0 Il = 0 or 1 |
Iw = 1 t = 1 Il = not connected |
Iw = 1 It = 1 Il = 0 |
Iw = 1 It = 1 Il = 1 |
|
Iw: handle side down It: handle side up |
Open (AQ = 3) |
Error (AQ = 0) |
Tilted (AQ = 2) |
Closed (AQ = 1) |
Closed and not locked (AQ = 4) |
Closed and locked (AQ = 5) |
Iw: handle side down It: hinge side up |
Error (AQ = 0) |
Open (AQ = 3) |
Tilted (AQ = 2) |
Closed (AQ = 1) |
Closed and not locked (AQ = 4) |
Closed and locked (AQ = 5) |
Iw: handle side up It: hinge side up |
Tilted (AQ = 2) |
Open (AQ = 3) |
Error (AQ = 0) |
Closed (AQ = 1) |
Closed and not locked (AQ = 4) |
Closed and locked (AQ = 5) |
INPUTS
Iw | Digital input for window contact | In order to be consistent with the alarm system and Intelligent Room Controller , the input expects the values (0 = closed, 1 = open), and must therefore usually be inverted in order to be usable with common sensors (0 = open, 1 = closed) |
It | Digital input for window contact tilted | Digital input for the window contact tilted (0 = closed, 1 = tilted). The values follow the logic of the window contact, ie the input must also be inverted. |
Il | Digital input for locked | Digital input for locked (0 = not locked, 1 = locked) |
The module is designed so that only one sensor is connected to each of the two inputs. If several sensors are connected to one input, they are logically evaluated with OR.
OUTPUTS
AQ | Analog output for grip position | 0 = unknown or configuration error 1 = closed, 2 = tilted 3 = open, 4 = closed and not locked 5 = closed and locked, |