...
Item | Description | |
Touch Condition Setting | Logical operations can be used to control touch features. When the result of a logical operation is True, the touch feature operates; otherwise it does not. | |
Action Delay Setting | Sets a delay option that executes by a set number of seconds. This option will be executed only when the button is pressed and held down for the assigned value. The value you can assign is from 1(100msec) to 30(30000msec) seconds. Or you can input an analog tag name to specify delay time according to the assigned value. | |
On Delay | When touching the object for the set amount of time, the assigned action set in ‘Touch Down’ would run. If untouched before reaching the set amount of time, the object would not operate. ‘On Delay’ is usable for the ‘Touch Down’ action. The ‘Touch Up’ action operates with no relation to ‘On Delay’. | |
Off Delay | The assigned action would operate when releasing the object after the set amount of time (Delay time). ‘Off Delay’ is usable for the ‘Touch Down’ or ‘Touch Up’ action. | |
Double Touch | The assigned action would operate when touching the object and retouch in intervals. ‘Double Touch’ is usable for the ‘Touch Down’ or ‘Touch Up’ action. | |
Display Delay Status | When this option is selected, the ‘Delay’ status will be added in the ‘Shape Select’ window. While ‘Delay setting’ is operating, the shape of the switch is changed into ‘Delay’ status so that you can view the delay time. ※ ‘Display Delay Status’ function is supported in XpanelDesigner 2.53 and above versions. | |
Visible | When the option is selected, enter the tag name in the input field to specify the tag for visible condition. When the visible condition is satisfied, the corresponding switch object will appear. ※ ‘Visible’ function is supported in XpanelDesigner 2.53 and above versions. | |
ON | Switch object appears when the assigned digital tag value is ON(1) or analog tag value is bigger than 0. | |
OFF | Switch object disappears when the assigned digital tag value is OFF(0) or analog tag value is 0. | |
Security | Sets a security level on the object. (1-10) ※ Please refer to the ‘Security’ manual for more information. |
| If multiple switches are defined, they are disabled when one switch is operating, including the ‘On/Off Delay’ setting. If the value of the PLC contact is changed, the shape of the linked switch will be changed together. |
...
Item | Description |
With Data Condition Conversion | Displays the state with a single analog tag. Maximum 256 states can be displayed. |
At Each Bit Conversion | Since an analog is composed of a word, it is possible to display the states with 16 bits. It indicates that a word can display 17 states. Only one bit can be turned ON at a time. If any other bit is ON simultaneously, the priority goes to the less significant bit. E.g.) If the value of an analog tag is 3(0000 0000 0000 0011), State 1 and 2 are supposed to be ON. However, since State 1 has higher priority, the State 1 is ON. |
Label
You can display a text on the object. The text may differ according to the tag’s state. User can enter the text manually or retrieve the contents from the string table.
...