Word Address
Specify the Word Address where the data will be stored.
Word Action
Select the Word action.
Write Data
Touch the switch and data will be written to the device/PLC's address specified in [Word Address].
Add Data/Subtract Data
Touch the switch and the data value is added to (subtracted from) the data currently in the device's specified Word Address. The result is then written to the [Word Address].
Add Data/Subtract Data
Digit Addition/Digit Subtraction
Every time the Switch is pressed, the specified digit is increased or decreased by one, then written to the [Word Address]. Only the specified digit changes, and does not affect the rest of the value.
Digit Addition/Digit Subtraction
Operation
Performs a boolean logic operation (AND/OR/XOR) between the Word Address value and the constant specified. The result is written to the [Word Address].
Operation
Data Type
Choose the constant's data type from [Dec], [BCD], or [Hex].
Bit Length
Select the bit length for the constant from [8 Bit], [16 Bit] or [32 Bit].
Constant
Set the value to write to the designated [Word Address].
Each [Data Type] has a different size range.
Bit Length |
Data Type |
Constant |
8 bit |
Dec |
-128 to 127 |
BCD |
0 to 99 |
|
Hex |
0 to FF |
|
16 bit |
Dec |
-32768 to 32767 |
BCD |
0 to 9999 |
|
Hex |
0 to FFFF |
|
32 bit |
Dec |
-2147483648 to 2147483647 |
BCD |
0 to 99999999 |
|
Hex |
0 to FFFFFFFF |
Addition Base Word Address (Subtraction Base Word Address)
The designated [Constant] is added to (subtracted from) this data, and the result is then written to [Word Address].
Data Type
Choose the constant's data format from [Bin] or [BCD].
Constant
Specify the value to be added/subtracted. Each [Data Type] has a different size range.
Word Action |
Data Type |
Constant |
Add |
Dec |
0 to 32767 |
BCD |
0 to 9999 |
|
Subtract |
Dec |
0 to 32768 |
BCD |
0 to 9999 |
Continuous Add Feature (Continuous Subtract Feature)
Specify whether to use a function that repeatedly adds or subtracts a value while pressing the switch.
If the Continuous Add Feature is set, the Delay Feature cannot be used.
This feature does not work if [Touch Panel Detection] is set to [Off Detect] in the [System Settings], [Display Unit] page, [Operation] tab.
Digit Addition/Digit Subtraction
Digit Position
Select the position of the digit to be increased (decreased). Value can be from 1 to 4.
Data Type
Choose the constant's data format from [Bin] or [BCD].
Continuous Add Feature (Continuous Subtract Feature)
Specify whether to repeatedly add or subtract the selected digit while pressing the switch.
If the Continuous Add Feature is set, the Delay Feature cannot be used.
This feature does not work if [Touch Panel Detection] is set to [Off Detect] in the [System Settings], [Display Unit] page, [Operation] tab.
Operation Base Word Address
Specify the Word Address to reference for the operation. The operation occurs with the data stored in the address designated here and the constant, and the result is then written to [Word Address].
Operator
Select from [AND], [OR], or [XOR].
AND (Logical AND)
Result is "0" when either of the two bits is "0", and "1" when both bits are "1".
OR (Logical OR)
Result is "1" when either of the two bits is "1", and "0" when both bits are "0".
XOR (Exclusive OR)
Result is "0" when both bits are the same value, and "1" when they are a different value.
For example, when [Operation Base Word Address] value is 5 and [Constant] is 3.
Constant
Designate the operation value. The value range is 0 to FFFF.