To read Prox credentials, the OmnikeyReadersConfiguration.gconfig file must contain specific lines of code.
The configuration file must contain the following 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.
To read Prox credential with multiple bit lengths, for example, 26 and 48 bits, the
configuration file must contain the following lines of
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:
- Download and install the following drivers:
- 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.