Posts: 5,941
Threads: 868
Joined: Apr 2006
Reputation:
2
11-12-2017, 06:08 PM
(This post was last modified: 11-16-2017, 08:14 AM by slychiu.)
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
Posts: 12
Threads: 3
Joined: Mar 2016
Reputation:
0
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,
Posts: 5,941
Threads: 868
Joined: Apr 2006
Reputation:
2
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
Posts: 12
Threads: 3
Joined: Mar 2016
Reputation:
0
Hi,
The problem has been fixed. The response is now working well.
Thanks,
Posts: 5,941
Threads: 868
Joined: Apr 2006
Reputation:
2
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