This invention relates to security systems, and in particular to a method and system for prefiltering received wireless messages at the receiver module in order to send to the control panel only those messages that likely originated from an enrolled transmitter and thereby reduce the processing requirements of the control panel.
The present invention addresses problems caused by wireless security systems that are located in close proximity to other wireless security systems of the same design and operating frequency from the same manufacturer. As the development of these systems progresses, the effective range of the transmitter/receiver combinations also has increased dramatically. While increased effective range of the transmitters improves the reliability of the communications, it can also increase the reception of unwanted signals from nearby security systems. In a condominium or townhouse complex, for example, the housing units are typically clustered together. As the number of identical wireless alarm systems installed in these units increases, the amount of unwanted signal traffic that each system receives also increases.
In the current implementations of security systems, the wireless receiver and control panel are connected using a communications bus. As more unwanted signals are received, the amount of traffic on the bus increases, as well as the number of messages that must be processed by the control panel. The situation is compounded when a system has more than one receiver module. Even though a control panel will discard any message from a transmitter that is not enrolled in its memory (i.e. “learned” by the control panel during initialization or installation of the system), the multitude of such extraneous messages that pass through the receiver modules (since the have the same operating frequency and data protocols) to the control panel is problematic.
It is therefore an object of the present invention to provide a wireless security system that overcomes the problems of the prior art mentioned above.
It is also an object of the present invention to provide such a security system that ameliorates the unwanted processing requirements on the control panel due to nearby transmitters that are not part of the system.
In particular, it is an object of the present invention to provide such a security system that can process the received messages at the receiver module and pre-filter the messages that did not originate from an enrolled transmitter, so that such unwanted messages are not passed on to the control panel.
The present invention is thus a method and apparatus for use in a security system that performs a prefiltering function on messages received by the receiver module, prior to passing them on to the control panel for processing. This prefiltering eliminates a very large percentage of unwanted messages from reaching the control panel, thus reducing the deleterious effects of the problems mentioned above. The present invention takes advantage of the fact that in current implementations of security systems, the database of the identification numbers (i.e. serial numbers) of the system's transmitters is stored in the control panel. All received messages are sent from the receiver module to the control and analyzed by the control.
In order to reduce the amount of traffic between the RF receiver module and the control panel, this invention introduces a unique method of pre-filtering the received messages in the RF receiver module without overburdening the storage requirements in the receiver module. This invention uses a pre-filtering function to decide if a received message should be passed to the control panel, simplifying the amount of storage needed in the receiver module and reducing the processing required by the control panel.
Therefore, the present invention is utilized in a security system that has a plurality of wireless transmitters having a unique identification number, at least one wireless receiver module in communication with each of the transmitters, and a control panel connected to the receiver module for processing signals sent from the transmitters to the receiver module. The present invention is a method of prefiltering the received wireless signals by first generating a prefiltering map by the control panel. For each of the transmitters in the security system, an algorithm such as a hashing function is performed on the identification number of each transmitter enrolled in the system with the control panel. The results of the algorithm are stored in a prefiltering map, which is then sent to the receiver module(s) in the system for storage and subsequent use.
In operation, for each wireless message received by the receiver module from a transmitter, the receiver module first extracts from the message the identification number of the transmitter that transmitted the message. The receiver module then performs the algorithm (previously used at the control panel to generate the prefiltering map) on the extracted identification number. The receiver module then compares the result against the prefiltering map previously stored. The receiver module will then forward the message to the control panel if the comparison result shows a match (is true); or it will discard the message if the comparison result is false.
For example, the algorithm may be a hashing function selected to provide an N-bit result, wherein N is in the range of 4-8 bits. The prefiltering map will have 2N bit positions, and a bit is set in the map in the position that corresponds to the result of the hashing function for each transmitter. For example, if the hashing function is selected to provide an 8-bit result, then the prefiltering map will have 256 bit positions.
The preferred embodiment of the present invention will now be described with respect to the Figures.
Transmitter enrollment, also referred to in the art as “learning,” is a process whereby the transmitter 6 will be caused to transmit a message through the receiver module 8 to the control panel 10 as part of the installation procedure. The control panel 10 will store a unique identification number (IDn) associated with each transmitter 6 (which typically will be a unique serial number of the transmitter 6) in an ID table 40 as shown in
Thus, a nearby security system such as the second security system 4 may have a number of transmitters 7, a wireless receiver module 9, and a control panel 11 as shown in
In order to solve this problem, the present invention uses a prefiltering map to determine which messages were sent by non-enrolled transmitters, and which were likely sent by enrolled transmitters. One way to solve this problem would be to store a copy of the entire ID table 40 at each receiver module 8 of the system (rather than, or in addition to, storing the table 40 at the control panel 10 as currently done). However, this would require an extraordinary amount of memory in each receiver module, since each transmitter ID is typically 24 bits long and a typical security system could have as many as 50 or more transmitters enrolled with the system (thus requiring 1200 bits or more of memory in each receiver module).
The present invention instead provides for the generation by the control panel of a prefiltering map, which is then stored at each of the receiver modules for subsequent filtering of messages during operation of the system. During installation (or after the addition of a new transmitter 6 to the system), the control panel will operate on the identification number of each transmitter in the system with a predefined algorithm such as a hashing function. Hashing functions, which are well known in the art, will generate a number that can be just about any number of bits. In the preferred embodiment, the number of bits in the result of the hashing function algorithm will be in the range of 4-8 bits, preferably 8 bits, so that there will be 256 possible results. In general, a hashing function that produces a result on N-bits will yield 2N possible results.
As shown in
After the hashing conversion is performed on all enrolled transmitters, the prefiltering map will have a number of bits set in the 256-bit map. This map is sent via the data bus 14 to all receiver modules in the system and stored in a local memory of the receiver module as prefiltering map 30.
Thus, when the receiver 8 receives a stray message 18 (see
It is possible that two or more 24-bit identification numbers may provide the same 8-bit hashing result. Thus, it would be possible for a non-enrolled transmitter to provide the same result as an enrolled one. In this case, a stray message from the non-enrolled transmitter would be passed on to the control panel, but the control panel would determine that the message originated from a non-enrolled transmitter and simply ignore it as in the prior art systems. However, this system will not discard a valid transmission since a positive result will always be passed on.
An example of the hashing function algorithm that may be used in the present invention would be a cyclic redundancy check (CRC), which is well known in the art, and typically used for transmission error detection. A CRC is accomplished with various combinations of shift registers and exclusive-OR gates, and will produce a unique (or nearly unique) number for a given input bit stream. The CRC may be accomplished in either software, hardware, or a combination of both.
The circuitry used to execute the hashing function and produce the prefiltering map in the control panel may be accomplished with an appropriately programmed microprocessor, an ASIC, or any combination of discrete logic as appropriate to carry out the desired function as well known in the art. Likewise, the circuitry used to execute the hashing function and compare it to the stored prefiltering map in the receiver may be accomplished with an appropriately programmed microprocessor, an ASIC, or any combination of discrete logic as appropriate to carry out the desired function as well known in the art.
Number | Name | Date | Kind |
---|---|---|---|
6307837 | Ichikawa et al. | Oct 2001 | B1 |
6816455 | Goldberg et al. | Nov 2004 | B2 |
20040013112 | Goldberg et al. | Jan 2004 | A1 |
20040185845 | Abhishek et al. | Sep 2004 | A1 |
20060010265 | Aiken et al. | Jan 2006 | A1 |
Number | Date | Country | |
---|---|---|---|
20040030886 A1 | Feb 2004 | US |