You can add and delete users on the display unit.
To add a user, execute the [Security] operation (PopupAddUserDialog).
(Script Example)
For information about [Security] operations, refer to the following.
When the [Security] operation is executed, the following dialog box will appear.
To add a new user to a user group:
The number of users that can be
registered to a user group varies depending on the model of the display
unit. For information on the number of users
you can register, refer to the following.
Support Model/Feature List
Password conditions are as follows:
Special Characters | |||
! |
) | ; |
] |
" |
* | < |
^ |
# |
+ |
= |
_ |
$ |
, |
> |
` (Grave accent) |
% |
- |
? |
{ |
& |
. |
@ | | |
' (apostrophe) |
/ |
[ | } |
( |
: |
\ | ~ |
You cannot configure the [Complex Password] setting here. Use screen editing software to configure this setting. From the [Project Explorer] window, go to [Security] ➞ [Settings], and in the Properties window configure [Complex Password].
Error Message | Cause |
The password and confirmation password do not match. | [Enter Password] and [Confirm Password] entries do not match. |
Insufficient password strength. | Password conditions are not satisfied. |
Failed to add user. User Name already exists. |
The user name you entered is not unique. |
Failed to add user. Cannot write to this product. |
The application memory capacity has been exceeded. |
Failed to add user. Reached maximum number of users in a group. |
The number of users in the user group has reached the maximum limit. |
Failed to add user. Security level is insufficient to add users to the group. |
|
Failed to add user. User Name does not follow naming rules. |
The user name you entered does not follow the naming convention. For information on naming conventions, refer to the following. |
To delete a user, execute the [Security] operation (PopupDeleteUserDialog).
(Script Example)
For information about [Security] operations, refer to the following.
When the [Security] operation is executed, the following dialog box will appear.
To delete a user from a user group:
The user groups you can work with are user groups below the security level of the logged-in user. However, if the security level of the logged-in user is the highest on the system, then the user groups you can work with are users groups equal to or below the security level of the logged-in user.
Error Message | Cause |
Failed to delete user. Security level is insufficient to delete users in the group. |
|
The user groups you can work with are limited to user groups below the security level of the logged-in user.
However, if the security level of the logged-in user is the highest on the system, then the user groups you can work with are user groups equal to or below the security level of the logged-in user.
User Group | Security Level | User in the User Group | Destination User Group |
JrOpeA | 0 | USER0A, user0a | None |
JrOpeB | 0 | USER0B, user0b | None |
SrOpeA | 1 | USER1A, user1a | JrOpeA, JrOpeB |
SrOpeB | 1 | USER1B, user1b | JrOpeA, JrOpeB |
AdminA | 2 | USER2A, user2a | JrOpeA, JrOpeB, SrOpeA, SrOpeB, AdminA, AdminB |
AdminB | 2 | USER2B, user2b | JrOpeA, JrOpeB, SrOpeA, SrOpeB, AdminA, AdminB |
RsrvA | 3 | No user | - |
RsrvB | 3 | No user | - |
* In the above case, there are no users registered at security level 3 (RsrvA, RsrvB), so the maximum security level of the system is 2 (AdminA, AdminB).