Print Page | Close Window

my wish list: passive locking

Printed From: the12volt.com
Forum Name: Car Security and Convenience
Forum Discription: Car Alarms, Keyless Entries, Remote Starters, Immobilizer Bypasses, Sensors, Door Locks, Window Modules, Heated Mirrors, Heated Seats, etc.
URL: https://www.the12volt.com/installbay/forum_posts.asp?tid=43980
Printed Date: May 19, 2024 at 9:25 PM


Topic: my wish list: passive locking

Posted By: pken
Subject: my wish list: passive locking
Date Posted: November 28, 2004 at 5:35 PM

what passive locking does is that if you accidently hit the disarm (or unlock) button on your remote, it'll automatically rearm (or lock the door) in 30 seconds. But i dont like this option to be turned on, what if i drop or forget the remote in my car? here i have an algorithm (or sort of wish list) for folks who design/program remote starter to think about.

if (passive) { // if user turns on "passive locking".
    if (remote_unlock) // if the unlock button on the remote is pressed.
        while (door_trigger <= 30) { // let the door remains unlock/disarm for 30 seconds.
             door_unlock(); // unlock the door.
             disarm(); // disarm the alarm.
        }
        door_lock(); // now 30 seconds has passed, so lock the door and rearm the alarm.
        arm();
}

Here is another fool about remote starter. I shown my girlfriend off about my new remote starter (that's my new toy baby :) :)) while we were driving to some places. she accidently pressed a panic button, and the siren went off, was such an embarrassing. I wish that they should disable all functions/options on the remote while the car is driving.




Replies:

Posted By: draasch
Date Posted: November 28, 2004 at 6:06 PM
uyou will not be able to disable the panic feature.....you could be attack by a really hot blonde with car the running and need to panic the alarm......hot blondes dont just attack you when your car is off......

as far as the other stuff, you can go into programming mode and change the features.......i wish i could help walk you through the programming part, but i dont know what brand unit you have.......................................

-------------
Good Luck
David
Ace Security
813-376-9778
Tampa
Donate to the 12volt






Print Page | Close Window