Comfort Automation/ Security System Forums

Full Version: Response On Security Off - Keypadid
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Sorry, typing mistake
The command should be DA4910 not RA4910
DA means Do action
RA is the reply


The problem could be the interpretation of the response

Log in on a keypad 1 to 3
Go to the Response and Execute Reponse directly
The Response should execute based on the last keypad used


Hi,
I have done the following test:
1 - Login to the first keyboard
2 - Make the command DA4910 and obtain this reply:
> DA4910
< RA0100
3 - Make a simple response: like this
 If KeypadId = 1 Then
 Clear Flag Estor_Cozinha
 End If
4 - Directly execute the response and nothing happens. 
5 - Change the response to KeypadId > 1
  If KeypadId > 1 Then
 Clear Flag Estor_Cozinha
 End If
6 - Directly execute the response and nothing happens again.
7 - Change the response to KeypadId < 1
  If KeypadId < 1 Then
 Clear Flag Estor_Cozinha
 End If
6 - Directly execute the response and now it worked well...


It seems the keypadid variable is below 1 for keypad 1.
Thanks,




You are correct. There was stil a problem with the action
Please upgrade to ULT 7.131 (Beta) This has fixed the problem. Your original response should work
Hi,
The problem has been fixed. The response is now working well.
Thanks,

The correct action and reply with ULTY 7.131
is
DA4910        Get last keypad

reply:
RA4100    Keypad ID1

RA4200   Keypad ID2

RA4300   Keypad ID3

and so on
Pages: 1 2