Skip to content

Access function#

Import settings function#

The Import settings function is designed to import settings from the local computer to the Access.

To import the settings, follow these steps:

1․ Click on the arrow in the upper right corner to the right of the user's avatar to expand the drop-down menu (Figure 102).

Switching to the **Import settings** function
Figure 102. Switching to the **Import settings** function

2․ Select the "Import Settings" function in the drop-down menu (Figure 103).

**Import settings** function
Figure 103. **Import settings** function

3․ The file export form will open, click on to select a json file (Figure 104).

Selecting a settings file
Figure 104. Selecting a settings file

4․ In the Name of the setting field, specify the name of the downloaded setting (Figure 105).

The **Setting name** field
Figure 105. The **Setting name** field

5․ Click on the Add button (Figure 106).

Adding a settings file
Figure 106. Adding a settings file

After successfully importing the setup, the message Setup loaded will be displayed in the upper-left corner of the screen (Figure 107).

Setting upload confirmation
Figure 107. Setting upload confirmation

If the setting is created and imported correctly, the components contained in this setting will be displayed in the corresponding sections "Services", "Controllers", "Devices" and "Pipelines".

Export settings function#

The Export settings function is designed to export settings to a local computer from the Access.

To export the settings, follow these steps:

1․ Click on the arrow in the upper right corner to the right of the user's avatar to expand the drop-down menu (Figure 109).

Switching to the **Export settings** function
Figure 109. Switching to the **Export settings** function

2․ Select the Export Settings function in the drop-down menu (Figure 110).

**Export settings** function
Figure 110. **Export settings** function

A file with the saved settings will be downloaded to the local computer in json format with all the components that are contained in this setting.

Reset Settings function#

The Reset Settings function deletes all components and related data in the Services, Controllers, Devices and Pipelines sections.

Full name variables#

The fields for entering successful_pass_message_template allow you to display the full name of recognized faces:

If the full name has more than 30 characters, then the first name will be shortened automatically to Last name with initials.

  • {fullname} - full name of the person from the "Information" field (user_data). Ivanov Petr Sergeevich;
  • {lastname} - Last name of the person. This is the first word from the "Information" field. Ivanov;
  • {firstname} - The name of the person. This is the second word from the "Information" field. Peter;
  • {middlename} - Middle name of the person. This is the third word from the "Information" field. Sergeevich;
  • {short_lastname} - The first letter of the last name with a dot at the end. I.;
  • {short_firstname} - The first letter of the name with a dot at the end. P.;
  • {short_middlename} - The first letter of the patronymic with a dot at the end. S. .

To display the message on the terminal screen, it is required to specify the desired variants of full name in the successful_pass_message_template and unsuccessful_pass_message fields.

An example of using full name variables:

Record in settings Output on terminal
Welcome, {fullname}! Welcome, Ivanov Petr Sergeevich!
Welcome, {firstname} {middlename}! Welcome, Peter Sergeevich!

Other functions#

Documentation#

The Documentation button is designed to switch to the online Access documentation.

Uploading employee data to XLSX#

The upload is necessary to view the list of employees uploaded to the ACS via Access.

To access the download method, you must be logged in to Access.

To download the file, it is enough to make a request:

http://vl_access_host:9091/vl-access/service/{service_id}/storage/
  • vl_access_host is the Access Host.
  • service_id is the identifier of the ACS service.

It will return an XLSX file containing the data of all employees.

Filtering by the fullname field.

To do this, add the corresponding `query' parameter to the query.

Filtering by fullname is case-sensitive.

Example:

http://vl_access_host:9091/vl-access/service/{service_id}/storage?fullname=Victor