About HID OMNIKEY reader integration
Learn how to modify the OmnikeyReadersConfiguration.gconfig file to correctly configure an HID OMNIKEY reader with your devices.
About the OmnikeyReadersConfiguration.gconfig file
The OmnikeyReadersConfiguration.gconfig file is found in your Security Center installation folder. The default path is C:\Program Files (x86)\Genetec Security Center 5.x. If the file is empty or not found, or if the detected reader is not part of the configuration file, the default CardType is set to iCLASS.
Configuration overview
- The reader's driver must be properly installed. For more information, see Troubleshooting: Driver fails to install for HID OMNIKEY USB readers.
- The OmnikeyReadersConfiguration.gconfig file must be updated
according to your needs:
- Configuration for HID Prox credentials
- Configuration for HID iCLASS and iCLASS Seos CSN credentials
- Configuration for HID Prox and iCLASS credentials
- Configuration for HID iCLASS and pivCLASS credentials with OMNIKEY 5422 readers
- Configuration for MIFARE and MIFARE DESFire credentials with OMNIKEY 5427 readers
NOTE: Each time you edit the configuration file, you must close and re-open the Automatic entry dialog box in the Cardholder management or Credential management tasks in Config Tool or Security Desk. - When updating the OmnikeyReadersConfiguration.gconfig file, the name of the reader is used as the ModelFamily value. Find the exact reader name to use in the HID OMNIKEY Workbench tool.
Finding the name of an HID OMNIKEY reader
When updating the OmnikeyReadersConfiguration.gconfig file to configure an HID OMNIKEY reader, you must use the name of the reader as the ModelFamily value. You can find the reader name in the HID OMNIKEY Workbench tool.
Procedure
After you finish
Supported credential technology with HID OMNIKEY readers and Security Center
The HID OMNIKEY reader integration with Security Center supports different credential technologies.
Model | Description | Contactless low frequency | Contactless high frequency |
---|---|---|---|
OK5022 | Contactless high frequency smart card reader. |
|
|
OK5422 | Dual-interface smart card reader. |
|
|
OK5427 | Dual-frequency keyboard emulation smart card reader. |
|
|
1 ATR mode must be set to PROX_WIEGAND_RAW.
2 FASC-N, GUID, GSA.
3 For more information, see the HID OMNIKEY 5427 User Guide.
4 The tool for loading the keys onto the reader is available in the OMNIKEY 5427CK Development Toolkit (DTK).
Configuration for HID Prox credentials
To read Prox credentials, the OmnikeyReadersConfiguration.gconfig file must contain specific lines of code.
<?xml version="1.0" encoding="utf-8" ?>
<Readers>
<Reader ModelFamily="[Reader name from HID OMNIKEY Workbench]">
<SupportedCards>
<Card Type="Prox" Bits="26"/>
</SupportedCards>
</Reader>
</Readers>
The number of bits depends on the card used.
<?xml version="1.0" encoding="utf-8" ?>
<Readers>
<Reader ModelFamily="[Reader name from HID OMNIKEY Workbench]">
<SupportedCards>
<Card Type="Prox" Bits="48"/>
<Card Type="Prox" Bits="26"/>
</SupportedCards>
</Reader>
</Readers>
- In a web browser, enter http://192.168.63.99.
- Click .
- Change ATR Mode to PROX_WIEGAND_RAW.
- Navigate to the System Config page, and then click Apply changes.
Configuration for HID iCLASS and iCLASS Seos CSN credentials
For HID OMNIKEY readers to read serial numbers instead of card numbers, the OmnikeyReadersConfiguration.gconfig file must contain specific lines of code.
<?xml version="1.0" encoding="utf-8" ?>
<Readers>
<Reader ModelFamily="[Reader name from HID OMNIKEY Workbench]" ReadSerialNumber="True"/>
</Readers>
The default value for the ReadSerialNumber attribute is False if not provided, if the reader is not part of the file, or if the configuration file is missing.
Configuration for HID Prox and iCLASS credentials
To read Prox credentials and the serial numbers of iCLASS credentials, the OmnikeyReadersConfiguration.gconfig file must contain specific lines of code.
<?xml version="1.0" encoding="utf-8" ?>
<Readers>
<Reader ModelFamily="[Reader name from HID OMNIKEY Workbench]">
<SupportedCards>
<Card Type="Prox" Bits="26"/>
</SupportedCards>
</Reader>
<Reader ModelFamily="[Reader name from HID OMNIKEY Workbench]" ReadSerialNumber="True"/>
</Readers>
<?xml version="1.0" encoding="utf-8" ?>
<Readers>
<Reader ModelFamily="[Reader name from HID OMNIKEY Workbench]">
<SupportedCards>
<Card Type="Prox" Bits="26"/>
</SupportedCards>
</Reader>
</Readers>
Configuration for HID iCLASS and pivCLASS credentials with OMNIKEY 5422 readers
To read iCLASS and pivCLASS credentials using an OMNIKEY 5422 reader, Security Center 5.10.1 or later is required, and the OmnikeyReadersConfiguration.gconfig file must contain specific lines of code.
<?xml version="1.0" encoding="utf-8" ?>
<Readers>
<Reader ModelFamily="[Reader name from HID OMNIKEY Workbench]">
<SupportedCards>
<Card Type="iClass"/>
...
ADD PIV CONFIGURATION HERE
...
</SupportedCards>
</Reader>
</Readers>
<Card Type="PIV" Bits="75"/>
Generates FASC-N 75-bit format credential (GSA standard).
<Card Type="PIV" Bits="200"/>
Generates FASC-N 200-bit format credential.
<Card Type="CIV" Bits="128"/>
Generates 128-bit GUID from a PIV-I or CIV credential.
Configuration for MIFARE and MIFARE DESFire credentials with OMNIKEY 5427 readers
To read the CSN from MIFARE, MIFARE DESFire, or other supported credentials with an OMNIKEY 5427 reader, the OmnikeyReadersConfiguration.gconfig file must contain specific lines of code.
OMNIKEY 5427 readers have a built-in web-based management tool. For more information, see the OMNIKEY 5427 documentation.
<?xml version="1.0" encoding="utf-8" ?>
<Readers>
<Reader ModelFamily="[Reader name from HID OMNIKEY Workbench]" ReadSerialNumber="True" />
</Readers>
Troubleshooting: Driver fails to install for HID OMNIKEY USB readers
If each time you try to enroll a credential using an HID OMNIKEY USB reader, you see an error message from Windows indicating that the driver failed to install, there are some troubleshooting steps you can use to resolve the issue.
Before you begin
- Disconnect the OMNIKEY reader from your workstation.
- Close Security Desk and Config Tool.