123
Senior Member
My ELK M1 is running like a Swiss watch so I've never heard it complain (i.e. beep). Does it ever beep to indicate something?
The Keypad KeyChange Update command returns, among many other things, the Beep and Chime mode settings for each Area. This does not appear to be related to an Entry/Exit's Chime mode (i.e. chime or voice) but has states where there's a Single Beep or a Continuous Beep. It suggests that the M1 can announce some sort of state by beeping. When does this happen?
From the ASCII Protocol manual:
Beep and Chime mode bit settings by area
The Keypad KeyChange Update command returns, among many other things, the Beep and Chime mode settings for each Area. This does not appear to be related to an Entry/Exit's Chime mode (i.e. chime or voice) but has states where there's a Single Beep or a Continuous Beep. It suggests that the M1 can announce some sort of state by beeping. When does this happen?
From the ASCII Protocol manual:
Beep and Chime mode bit settings by area
- Chime and beep OFF = 0x30 or ‘0’
- Single beep = 0x31 or bit 0 is set in low nibble.
- Constant beep = 0x32 or bit 1 is set in low nibble. This bit will only be set once and reset to 0 when the constant beep ends.
- Chime = 0x34 or bit 4 is set in low nibble. This bit will be set and reset after transmission.