Re: My FEH is possesed
Here is what could be happening if the alarm is controlled by a microcontroller:
The microcontroller executes a series of instructions is a prescribed order. These instructions take data from inputs, make decisions, and latch outputs on, or off. The output stays in the last state.
Sometimes external signals, especially radio signals of a sympathetic frequency, leak into the microcontroller circuitry. This can disturb the process so the instructions are no longer being executed, or allow them to be executed in the wrong sequence. Other times, the disturbance upsets an internal function register, so the microcontroller continues to run, but without all of its functions. Because of the fault, the microcontroller does not recognize the cancel signal from the remote. The output latch stays set, and the horn continues to honk!
Most of these occurrences are caught by an internal watch dog program that recognizes that certain instructions were not executed, so the processer resets. This does not catch every fault unless the programmer is extremely careful, and program testing is especially detailed.
|