Configuration for HID Prox credentials - Security Center | HID

HID OMNIKEY reader integration

Product
Security Center
Content type
Guides > Installation guides
ft:locale
en-US
Last updated
2024-09-09

To read Prox credentials, the OmnikeyReadersConfiguration.gconfig file must contain specific lines of code.

The configuration file must contain the following lines of code:
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.

To read Prox credential with multiple bit lengths, for example, 26 and 48 bits, the configuration file must contain the following lines of code:
Code
<?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>
NOTE: To read Prox cards with an OMNIKEY 5427 reader, the ATR Mode reader setting must be changed using the OMNIKEY 5427 web-based management tool:
  1. Download and install the following drivers:
  2. In a web browser, enter http://192.168.63.99.
  3. Click Contactless Config > Prox Config.
  4. Change ATR Mode to PROX_WIEGAND_RAW.
  5. Navigate to the System Config page, and then click Apply changes.