Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Response On Security Off - Keypadid
#11
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


Reply
#12
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,




Reply
#13
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
Reply
#14
Hi,
The problem has been fixed. The response is now working well.
Thanks,

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


Forum Jump:


Users browsing this thread: 1 Guest(s)