06-05-2013, 11:49 AM
Greeting,
in our KNX installation, we are using a KNX Touch Panel. One page of the Touch Panel is being used for controlling the Cytech alarm system. The user can select the
zone number and see the current state of a zone (window open/ window closed).
When the system is in SECURITY OFF mode, the zone states are updated correctly
when a window opens or closes. A specific response in the Comfigurator SW is
handling the updates of the zones, i.e. it sends a KNX On telegram if the window
opens, respectively a KNX Off telegram if the window closes.
But, when we arm the system, the response does not send any KNX telegrams when
opening or closing the window. Like i said before, it works only when the system
is in SECURITY OFF mode.
The responses that are handling the updates of the zones are as follows:
For opening a window (for example reponse TZOnResp):
If Counter ZoneChoice = 1 Then
Knx On UCM-KNX 16154
Do TZ1OnDelResp After 5 Seconds Using Timer01
End If
Do TZ1OnDelResp After 5 Seconds Using Timer01
For closing a window (for example reponse TZOffResp):
If Counter ZoneChoice = 1 Then
Knx Off UCM-KNX 16154
End If
The ZoneChoice counter is the selector of the zone. It is being send to the alarm system by the Touch Panel via KNX bus.
I will send you the cclx file to support@cytech.biz
We have upgraded the firmware of every module is the system (Controller, UCM-KNX,
UCM-ETH02, DM02).
What could be the problem?
in our KNX installation, we are using a KNX Touch Panel. One page of the Touch Panel is being used for controlling the Cytech alarm system. The user can select the
zone number and see the current state of a zone (window open/ window closed).
When the system is in SECURITY OFF mode, the zone states are updated correctly
when a window opens or closes. A specific response in the Comfigurator SW is
handling the updates of the zones, i.e. it sends a KNX On telegram if the window
opens, respectively a KNX Off telegram if the window closes.
But, when we arm the system, the response does not send any KNX telegrams when
opening or closing the window. Like i said before, it works only when the system
is in SECURITY OFF mode.
The responses that are handling the updates of the zones are as follows:
For opening a window (for example reponse TZOnResp):
If Counter ZoneChoice = 1 Then
Knx On UCM-KNX 16154
Do TZ1OnDelResp After 5 Seconds Using Timer01
End If
Do TZ1OnDelResp After 5 Seconds Using Timer01
For closing a window (for example reponse TZOffResp):
If Counter ZoneChoice = 1 Then
Knx Off UCM-KNX 16154
End If
The ZoneChoice counter is the selector of the zone. It is being send to the alarm system by the Touch Panel via KNX bus.
I will send you the cclx file to support@cytech.biz
We have upgraded the firmware of every module is the system (Controller, UCM-KNX,
UCM-ETH02, DM02).
What could be the problem?
