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 111).
2․ Select the "Import Settings" function in the drop-down menu (Figure 112).
3․ The file export form will open, click on to select a json file (Figure 113).
4․ In the Name of the setting field, specify the name of the downloaded setting (Figure 114).
5․ Click on the Add button (Figure 115).
After successfully importing the setup, the message Setup loaded will be displayed in the upper-left corner of the screen (Figure 116).
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 117).
2․ Select the Export Settings function in the drop-down menu (Figure 118).
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 (Table 10).
Table 10. Example of using the variables full name
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 from ACS to local Access storage.
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