Situatie
If you need to config a Access Control Door Reader, here’s a general guide — the exact steps depend on your brand/system, but the core concepts are the same.
Solutie
Card/Fob/Biometric Reader
↓
Access Control Panel (Controller)
↓
Access Control Software (Server)
↓
Door Hardware (Lock, REX, Door Contact)
Typical Wiring (Reader to Controller)
Most readers use Wiegand or OSDP protocol:
Wiegand (standard):
| Wire Color | Function |
|---|---|
| Red | Power +12V |
| Black | Ground |
| Green | Wiegand Data 0 (D0) |
| White | Wiegand Data 1 (D1) |
| Orange/Brown | Beeper (optional) |
| Yellow | LED control (optional) |
| Blue/Purple | Tamper (optional) |
OSDP (newer, more secure):
| Wire | Function |
|---|---|
| + | Power |
| – | Ground |
| A | RS-485 A |
| B | RS-485 B |
Door Hardware Wiring
Controller Output → Magnetic Lock or Electric Strike
REX (Request to Exit) button → Controller Input
Door Contact (monitor open/close) → Controller Input
Mag Lock:
- Normally powered (locked), drops power to open
- Requires fail-safe consideration
Electric Strike:
- Normally unpowered (locked), receives power to open
- Fail-secure by default
Basic Software Configuration Steps
1. Add the Controller/Panel
- Enter IP address or COM port
- Set communication password
- Test connectivity
2. Add the Reader
- Assign to a door/panel port
- Set protocol (Wiegand, OSDP, Clock & Data)
- Set card format (26-bit, 34-bit, 37-bit, custom)
3. Configure the Door
- Unlock time (how long the door stays unlocked, e.g. 5 seconds)
- Extended unlock time (for accessibility)
- Door held open alarm timer
- Door forced open alarm
4. Create Access Levels / Schedules
- Define time schedules (e.g. Mon–Fri 8am–6pm)
- Create access groups and assign doors
- Assign access levels to cardholders
5. Enroll Cardholders
- Add name, photo, card number
- Assign access level
- Set activation/expiration dates
6. Test
- Present card → door should unlock
- Check event log for granted/denied events
- Test REX button
- Test door contact alarm
Common Issues & Fixes
| Problem | Likely Cause | Fix |
|---|---|---|
| Reader not reading cards | Wrong card format | Match bit format in software |
| Access denied on valid card | Wrong access level | Check cardholder access group |
| Door not unlocking | Wiring issue or relay config | Check lock output wiring |
| Reader LED stuck red | Power issue or tamper | Check voltage, reseat wiring |
| OSDP reader offline | Address mismatch | Set OSDP address on reader to match controller |
| Card reads but no event | Communication issue | Check controller connectivity |
OSDP Configuration Tips
- Each reader needs a unique OSDP address (0-126)
- Baud rate must match on both reader and controller (typically 9600 or 115200)
- Enable OSDP Secure Channel if supported for encrypted comms
- Use shielded cable for RS-485 runs
Card Formats (Common)
| Format | Bits | Notes |
|---|---|---|
| HID 26-bit | 26 | Most common, legacy |
| HID 34-bit | 34 | Corporate 1000 |
| HID 37-bit | 37 | H10304 |
| MIFARE | varies | Encrypted, more secure |
| DESFire EV1/EV2 | varies | High security |
Leave A Comment?