The Password ASCII String element enables password input using either a constant string or vector-based ASCII character storage. This element is designed for legacy applications requiring direct access to integer arrays or fixed password definitions.
The Link Type combo box property allows you to choose how the password is stored:
Const String: used for fixed passwords defined at design time.
Vector: used for storing or reading password values dynamically from a tag array.

|
Password ASCII String Attributes |
|
|
Actions |
Actions enable a single Touch Element to trigger multiple events. Multiple bits can be linked to one element, triggering Load screen, set, reset, and toggle bits, and more. To create an action:
|
|
Disabled Color |
The Disabled Color is applied to an element when the Touch Property Control bit is OFF. To change the default color, click the drop-down arrow on the right and select a color. |
|
Link Type |
Select the type of data link: Const String or Vector. |
| Const String Type | |
|
Password |
This property accepts a constant ASCII string (up to 16 characters) The entered string is stored internally and used as the Project Password value. |
| Vector Type | |
|
Tag: Link |
The contents of this Data Tag String are displayed on the Panel. Note that the password may NOT exceed the length set in the Length property. |
|
Vector Offset |
Defines the starting index (offset) within the array. |
|
Length |
Defines the max length of the password that the user can type into the field. Range 1-16 |
| Const String and Vector | |
|
Tag: Touch Enabled/Disabled |
The Touch property of this element is enabled by
default. |
|
Water Mark |
A Water Mark is the default text displayed in an element. You can edit it to instruct the user. |
|
Keyboard Type |
Select the keyboard layout: Alphanumeric - for full text input Numeric - for number-only entry |
|
Keyboard Title |
When the user enters data for this HMI Element, the virtual keyboard will open. |