Set up card configuration - SmartIntego OSS
NOTE
Card type support
The system only supports MIFARE DESFire cards.

Access to the card data is generally provided by the integrator or the card holder. Your SmartIntegoOSS locking devices only need a small part of the data on the card to identify them.
The application ID and the application’s write/read key are required for offline locking devices.
The data, in particular the application ID, is always entered in decimal notation in the SIOSSConfiguration tool:
0 1 2 3 4 5 6 7 8 9
Other manufacturers often use hexadecimal notation:
0 1 2 3 4 5 6 7 8 9 A B C D E F
You must convert the data from hexadecimal to decimal to be able to enter the data in the SmartIntego tool.
The special feature of this hexadecimal notation is that it can be read in both directions. The reading direction is specified in the card configuration. The result of the conversion to decimal notation depends on the reading direction. There are two read types:
- MSByte first (Most Significant Byte first): Highest byte first, corresponds to reading direction from left to right
- LSByte first (Least Significant Byte first): Lowest byte first, corresponds to reading direction from right to left
Example:
- Hex A4BC
- Hex MSByte first (A 4 B C)
- Decimal split MSB first: 42172
- Hex LSByte first (B C A 4)
- Decimal split LSB first 48292
NOTE
Changes to the card configuration
Changes to the card configuration are global changes. Make sure that all offline locking devices are updated after changes to the card configuration.