Documentation for ACFA PSIM 1.3.

Previous page Rights to access the time zones in the Access Manager  Configuring control readers in the Access Manager Next page

Configuring access cards allows you to set the required number and format of user access cards (see Assigning an access card to a user).

To configure access cards, do the following:

  1. Go to the settings panel of the Access Manager object, to the Cards tab.
  2. In the Limit cards count group, from the Minimum drop-down list, select the minimum number of access cards that must be assigned to a user.
    • from 1 to 10if the specified number of access cards is not assigned to a user, then this user cannot be saved in the Access Manager interface object.

    • Unlimitedan unlimited number of access cards can be assigned to a user.

    • Prohibiteduser cannot be assigned access cards. Buttons and function menu for assigning access cards are inactive in the Access Manager interface object.

  3. In the Limit cards count group, from the Maximum drop-down list, select the maximum number of access cards that must be assigned to a user.
    • from 1 to 10if a user is assigned more than the specified number of access cards, then this user cannot be saved in the Access Manager interface object.

    • Unlimitedan unlimited number of access cards can be assigned to a user.

    • Prohibiteduser cannot be assigned access cards. Buttons and function menu for assigning access cards are inactive in the Access Manager interface object.

      Note

      If at least one Minimum or Maximum parameter has the Prohibited value, the buttons and the function menu for assigning access cards in the Access Manager interface object are inactive.

  4. In the Formatting group, from the Common format drop-down list, select the access cards format:

    Attention!

    If the following access cards restrictions are violated, user cannot be saved in the Access Manager interface object.

    • Defaultallows setting an arbitrary value for the facility code and card code. Any letters, numbers and characters are allowed except: <| >.

    • Wiegand26allows entering a 1-byte facility code (from 0 to 255), and a 2-byte card code (from 0 to 65535).

    • Wiegand32allows entering a 2-byte facility code (from 0 to 65535), and a 2-byte card 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).

    • TouchMemorythe 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 must be 8 characters or longer. If the entered card code is less than 8 characters long, the the higher order digits are filled with zeros.

    • Hikvisionthe 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.

    • Configurableallows setting the parameters of the facility code and card code.

      • Fixed characterthe specified single character is always hard-coded, which cannot be changed in the Access Manager interface object.

      • Stringallows entering a string of 0 to 255 characters.

      • Numericallows entering only numbers from 0 to 4294967295.

      • Hexadecimalallows entering numbers in HEX format (numbers and characters A, B, C, D, E, F) from 0 to 8 bytes long.

      • Fixed numbersimilar to Fixed character, but instead of a character, a number between 0 and 4294967295 is used.

      • Regular templateallows setting an access card template with specified restrictions, lengths and value ranges.

        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 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 code, it is necessary to limit the range of entered numbers from 1 to 3. The amount of numbers must be no more than 4. Other characters and numbers are not allowed.
        Template:

        ^[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:

        ^[(A-F),(0-9)]{1,8}$
  5. Click the Apply button to save the settings.
  • No labels