irekz,
I already thought about that option, but i need a software option for the tool that i devloped. I want to trigger the alarm if possible via rs-232.
thanks
Bart
Moderators: Rene, Willem4ever
nlrb wrote:Furthermore, what Rene already noted on Aug 06, 2011, once enrolled the PM will send a message every 30 secs. to check whether the PL is still responding/alive.
- Code: Select all
0xAB 0x03 0x00 0x1E 0x00 0x34 0x36 0x30 0x36 0x00 0x00 0x43
If this message is not acknowledged (you can afford not the acknowledge a couple) then the PM enters the error state (PL communication error). The alive message (0xAB 0x03) will not be sent any longer.
To restore communication and clear the PM error, you need to send the following message.
- Code: Select all
0xAB 0x06 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x43
I.e. if you have not received the 0xAB 0x03 in the last minute, you will have to send a 0xAB 0x06.
nlrb wrote:After setting the bypass, request the actual status (to determine success) by sending A2 00 00 20 00 ...
irekz wrote:bartbakels wrote:HI,
Anybody have an idea, to remotely trigger an alarm, by the RS-232 interface? Maybe via a panic button emulation or another smart idea?
There is no option like this in 'Remote Programer' windows app. (there are options there to arm/disarm, but nothing to trigger the alarm.
One way to experiment is maybe with 0xA1 message (used for arming disarming). 3rd byte can have those values:
0x00 Disarm
0x04 Arm home
0x05 Arm away
0x14 Arm home instantly
Maybe one of the other values can trigger the panic alarm? Just a guess.
0xa1, 0x00, 0x00, 0x06, <pincode>, <pincode>, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43
Robby wrote:irekz wrote:bartbakels wrote:HI,
Anybody have an idea, to remotely trigger an alarm, by the RS-232 interface? Maybe via a panic button emulation or another smart idea?
There is no option like this in 'Remote Programer' windows app. (there are options there to arm/disarm, but nothing to trigger the alarm.
One way to experiment is maybe with 0xA1 message (used for arming disarming). 3rd byte can have those values:
0x00 Disarm
0x04 Arm home
0x05 Arm away
0x14 Arm home instantly
Maybe one of the other values can trigger the panic alarm? Just a guess.
Hi all,
I managed to generate a 'panic' alarm by sending 0x06.
- Code: Select all
0xa1, 0x00, 0x00, 0x06, <pincode>, <pincode>, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43
Return to Visonic Alarm systems
Users browsing this forum: No registered users and 0 guests