Issue
Require method on how to latch unlock a Door by Triple Badging.
Product Line
EcoStruxure Security Expert
Environment
Security Expert
Cause
Require Door to be controlled normally with card access but also to allow a valid User to latch unlock the Door with three consecutive valid badges.
Resolution
Required Objects
- virtual Output - Flag to trigger latching (v_TripleBadgeLock)
- Programmable Function - Latches Door when virtual output ON (Door_UnlockLatch)
- Programmable Function - Unlatches when virtual output OFF (Door_UnlockLatch_Restore)
- Door - Door to control (MainEntrance)
Configuration
- Create virtual Output v_TripleBadgeLock. Set Module Type to Output (PX) and Module Address and Module Output channel to ones that do not exist.
- On the Reader Expander > Reader 1 tab
- Set Reader 1 Arming Mode to Toggle Function Output on 3 Reads - Set Reader 1 Function Output to v_TripleBadgeLock
- Go to Automation > Programmable Functions and create Door_UnlockLatch
- Set Type to Door Control
- Set Mode to Normal - Under Door Control tab
- Set Door Function Mode to 2 - Follow Pulse On Output
- Set Door Control Mode to 1 - Latch Door Unlock
- Set Output To Check to v_TripleBadgeLock
- Set Door To Control to MainEntrance
- Save changes
- Right-click Door_UnlockLatch function and select Start - Go to Automation > Programmable Functions and create Door_UnlockLatch_Restore
- Set Type to Door Control
- Set Mode to Normal - Under Door Control tab
- Set Door Function Mode to 5 - Inverted Follow Pulse Off Output
- Set Door Control Mode to 0 - Emulate Unlock Menu
- Set Output To Check to v_TripleBadgeLock
- Set Door To Control to MainEntrance
- Save changes - Right-click Door_UnlockLatch_Restore function and select Start