![]() |
|
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
|
- slychiu - 11-12-2017 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 - marcobeleza - 11-12-2017 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, - slychiu - 11-13-2017 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 - marcobeleza - 11-16-2017 Hi, The problem has been fixed. The response is now working well. Thanks, - slychiu - 11-16-2017 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 |