Go to documentation repository
Page History
Configuring access cards allows you to set the required number and format of user access cards (see Assigning an access card to a user).
Access cards are configured as followsTo configure access cards, do the following:
- Go to the Access cards tab of the settings panel of the Access Manager object settings panel (1), to the Cards tab.
- In the Cards limits group Limit cards count group, from the Minimum drop-down list (2), select the minimum number of access cards that should must be assigned to the a user.
from 1 to 5 - 10—if the specified number of access cards is not assigned to the a user, then this user cannot be saved in the the Access Manager interface object.
Unlimited - —an unlimited number of access cards can be assigned to the a user.
Prohibited - the —user cannot be assigned access cards. Buttons and functional function menu for assigning access cards will be are inactive in the the Access Manager interface object.
- In the Cards limits Limit cards count group, from the Maximum drop-down list (3), select the maximum number of access cards that should must be assigned to the a user.
from 1 to 5 - 10—if the a user is assigned more than the specified number of access cards, then this user cannot be saved in the Access Manager interface object.
Unlimited - —an unlimited number of access cards can be assigned to the a user.
Prohibited - the —user cannot be assigned access cards. Buttons and functional function menu for assigning access cards will be are inactive in the the Access Manager interface object.
Info title Note If at least one Minimum or Maximum parameter has the Prohibited value, the buttons and the functional function menu for assigning access cards in the the Access Manager interface object will be are inactive.
- In the Formatting group, from the Common format drop-down list (4) select , select the access cards format:
Note title Attention! If the following access cards restrictions are violated, the user cannot be saved saved in the Access Manager interface object.
Default - —allows setting an arbitrary value for the facility code and card code. Any letters, numbers and symbols characters are allowed except: <| >.
Wiegand26 - —allows entering a 1-byte facility code (from 0 to 255), and a 2-byte card code (from 0 to 65535).
Wiegand32 - —allows entering a 2-byte facility byte facility code (from 0 to 65535), and a 2-byte card code code (from 0 to 65535).
Wiegand26 (code only) - —the facility code cannot be set, only a 3-byte card code is set (from 0 to 16777215).
Wiegand32 (code only) - —the facility code cannot be set, only a 4-byte card code is set (from 0 to 4294967295).
TouchMemory - the facility —the facility code cannot be set, only the 8-byte card code is set. The format is hexadecimal, characters A, B, C, D, E, F are allowed. The code should must be 8 characters or longer. If the entered card code is less than 8 characters long, the the the the higher order digits are filled with zeros.
Hikvision - —the Hikvision ACS format. It always has a fixed H character in the facility code. The card code is specified by a string with a maximum length of 32 characters.
Configurable - —allows setting the parameters of the facility the facility code (5) and card code (6).
Fixed character - —the specified single character will is always be hard-coded, which cannot be changed in the the Access Manager interface object.
String - allows —allows entering a string of 0 to 255 characters.
Numeric - —allows entering only numbers from 0 to 4294967295.
Hexadecimal - allows —allows entering numbers in HEX format (numbers and symbols characters A, B, C, D, E, F) from 0 to 8 bytes long.
Fixed number - —similar to Fixed character, but instead of a character, a number between 0 and 4294967295 is used.
Regular template - —allows defining setting an access card template with specified restrictions, lengths and value ranges.
Info title Note An example of some service characters for regular expressions:
- ^ is the beginning of the regular expression. A line opening.
- $ is the end of the regular expression. A line closing.
- . is any single character.
On the site website https://regex101.com, you can find a complete list of service characters for regular expressions, as well as to check the accuracy of a regular expression.
Example 1:
For the facility the facility code, it is necessary to limit the range of entered numbers from 1 to 3. The amount of numbers should must be not no more than 4. Other characters and numbers are not allowed.
Template:Code Block ^[1-3]{4}$
Example 2:
For a card code, it is necessary to limit the code length to 8 characters, at least 1 character for input. In this case, it is allowed to enter uppercase Latin letters A, B, C, D, E, F.
Template:Code Block ^[(A-F),(0-9)]{1,8}$
- Click the Apply button (7) to button to save the settings.
...
- .