Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Response On Security Off - Keypadid
#1
[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]
Reply
#2
What is the problem with the response that you have written? Does it not work?

what are you trying to achieve?
Reply
#3
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]
Reply
#4
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
Reply
#5
Hi, Thanks for the reply,

Any expected release date for the next firmware ?

Thanks.
Reply
#6
We will release a beta version soon
Reply
#7
ULT 7.130 beta fixes the problem with teh Keypad ID
See http://www.comfortforums.com/view_topic.php?id=4789&forum_id=79
Reply
#8
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]

Reply
#9
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

Reply
#10
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


Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)