![]() |
|
Response On Security Off - Keypadid - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Support (https://www.comfortforums.com/forum-2.html) +--- Forum: Problems & Troubleshooting (https://www.comfortforums.com/forum-36.html) +---- Forum: Responses and Actions (https://www.comfortforums.com/forum-74.html) +---- Thread: Response On Security Off - Keypadid (/thread-4778.html) Pages:
1
2
|
- marcobeleza - 11-02-2017 [size=\"2\"]Hello, I have a problem on a response when i disarm the alarm. [/size] [size=\"2\"]I want to make a different action depending on which keypad i use to disarm the alarm. [/size] [size=\"2\"]Something like this.[/size] [size=\"2\"] If KeypadId = 1 Then Set Flag Flag001 End If If KeypadId = 2 Then Set Flag Flag002 End If[/size] [size=\"2\"]Can anyone help me ?[/size] [size=\"2\"]Thanks,[/size] - slychiu - 11-03-2017 What is the problem with the response that you have written? Does it not work? what are you trying to achieve? - marcobeleza - 11-05-2017 Hi, Thanks for the quick replay. The response is not working. I want to execute different actions depending on which keypad I disarm the alarm. The code I sent in my question was just an example. The real code of the response is the one bellow. I want one action when i disarm the alarm on keypad 3 (the garage) and one action when I disarm the alarm on keypad 1 during daytime. [font=\"arial\"][size=\"2\"] [/size][/font]If KeypadId = 3 Then Clear Flag Estor_Cozinha End If If KeypadId = 1 And Flag SunRise <> 0 Then Knx2 Off KNX2 6405 Knx2 DimAbs KNX2 6403 100 Knx2 Off KNX2 6411 Knx2 Off KNX2 6421 End If [font=\"arial\"][size=\"2\"] [/size][/font][font=\"arial\"][size=\"2\"] What could be wrong ? Thanks[/size][/font] - slychiu - 11-05-2017 It looks like you are correct We have confirmed that keypadID does not give the last keypad used. We will fix this in the next firmware release Thanks for the feedback - marcobeleza - 11-07-2017 Hi, Thanks for the reply, Any expected release date for the next firmware ? Thanks. - slychiu - 11-07-2017 We will release a beta version soon - slychiu - 11-09-2017 ULT 7.130 beta fixes the problem with teh Keypad ID See http://www.comfortforums.com/view_topic.php?id=4789&forum_id=79 - marcobeleza - 11-11-2017 Hi, Iôm sorry to say... but after the update of the beta firmware the problem still remain. [font=\"Verdana, sans-serif\"]Kind Regards,[/font] [font=\"Verdana, sans-serif\"] [/font] - slychiu - 11-12-2017 Are you sure you upgraded to 7.130? In the file alarme 1_1_2017 that you sent, the Controler firmware shows 7.117 Did you do a scan for modules after you upgraded? After you have made sure that you have upgraded to 7.130 please try the following Open UCM I/O Monitor by clicking \"Show\" Click Login and use your use code to log in if you are not yet logged in In the Command window enter DA4910. This is the action code for Get Keypad ID The reply should be RA4100 for Keypad ID =1 RA4200 for Keypad ID=2 RA4300 for keypad ID=3 etc Go to each keypad and log in Then enter DA4910 and check what is the reply, and if the keypad ID reported is the expected one. eg the screenshot below shows keypad id =1 This shows that the action If keypad ID is working, and the problem may be in the Response or you may be looking at the wring effects - marcobeleza - 11-12-2017 Hi, The file i sent to you was not upgraded one yet. But the test were done on a upgraded version. I will send by email the last upgraded file. I did a scan for all modules after the upgrade. When i do the RA4910 code the response is: > RA4910 < NA When i log on keypad 1 and then do DA4910 the response seams correct: > DA4910 < RA0100 Thanks |