Issue
Need to activate an Output when access is denied to a User at a Door.
Product Line
Security Expert
Environment
EcoStruxure Security Expert
Cause
In the Door object, there is a facility for triggering Outputs on Pre Alarm, Door Left Open, and Door Forced Open but nothing for when a User is denied access.
Resolution
There were new Door commands added to SP-C firmware 2.08.1018 and newer to add this functionality.
- AccessDeniedTime = # has been added to the Door commands which will specify the duration in seconds that an output or output group will be activated for when access to the door has been denied. This must also be paired with one of the following 2 commands in order for the functionality to occur.
- AccessDeniedOutput = # has been added to the Door commands which will specify the output that will be activated when access to the door has been denied. The # will be the database ID of the output/output group.
- AccessDeniedOutputGroup = # has been added to the Door commands which will specify the output group that will be activated when access to the door has been denied. The # will be the database ID of the output group.
As an example, if you wanted the Output with an Id = 3 to turn on for 5 seconds when access is denied at the Door, the following lines would need to be added to the Door object in the Commands section.
- AccessDeniedTime = 5
- AccessDeniedOutput = 3