白皮书下载
Variable management
There are demands for data confidentiality in actual enterprise management, and that part of the data that needs to be kept confidential needs to be isolated. The function of variable management is to manage this part of data, ensure that process developers can call corresponding data when using factory design, and meet the requirements of enterprises for data security. Variables with high security requirements are created through commander variable management, and then the process is called during the actual process design. The variables will be encrypted, displayed and used to ensure data security.

1、 New variable
New variables support multiple types, including text, sparse value, password, Boolean, JSON and variable group. Text, sparse value, password, Boolean and JSON are single variables; The variable group is a compound variable and contains multiple sub variables.
When adding a single variable, you need to fill in the following information, as shown in the figure below. Note that the variable name cannot be repeated with other variables.

The following information is required for adding a new variable group, as shown in the figure below. The variable name cannot be duplicate with other variables, and the names of sub variables under this variable cannot be duplicate with each other.

When adding a sub variable, you need to fill in the following information. The supported types of sub variables include text, sparse value, password, Boolean and JSON.

● Department:Variables can be accessed by users of their departments and their sub departments to obtain, call and set variables;
● Variable name:User defined input. The name cannot be duplicate with the existing variable;
● Variable type:Support text, sparse value, password, Boolean, JSON and variable group types;
● Variable value:User defined input;
● Variable status:On means that the variable can be called by the factory, and off means that it cannot be called;
● Sub variable name:User defined input. The name cannot be the same as the existing sub variable under the variable;
● Sub variable type:Support text, sparse value, password, Boolean and JSON types;
● Subvariable value:User defined input;
2、 Edit variable
Click the Edit button in the list operation column to modify the variable information. You can modify the value, status and description of the variable.


3、 Delete variable
Click the delete button in the list operation column to delete variables. The called variables cannot be deleted. In order to avoid accidental deletion, the deletion operation will be confirmed again.




