IDEC High Performance Series User Manual
Page 532
![background image](/manuals/350385/532/background.png)
1 Numerical Input
10-20
WindO/I-NV2 User’s Manual
Examples of Arithmetic Formula Input
■
No Touch Sound
This function is to disable touch sounds only for specified parts when the MICRO/I makes touch sounds.
Select this check box to display disable touch sounds for this part.
Bit operator
Sets the bit operator.
&
Logical AND
Calculates the logical product (AND) of each bit of
and
.
|
Logical OR
Calculates the logical sum (OR) of each bit of
and
.
^
Logical XOR
(exclusive OR)
Calculates the exclusive logical sum (XOR) of each bit of
and
.
<<
Left shift
Shifts each bit of
to left by
bit(s).
>>
Right shift
Shifts each bit of
to right by
bit(s).
Input Examples
Description
@ + 1
To perform the arithmetic operation and input the result, add 1 to the value entered
using the Keypad and write the result to the device.
To perform the arithmetic operation and display the result, add 1 to the value of device
and display the result.
[LDR 0] + @ + 100
To perform the arithmetic operation and input the result, add the value of LDR0 to the
value entered using the Keypad and add 100, and write the result to the device.
To perform the arithmetic operation and display the result, add the value of LDR0 to the
value of device and add 100, then display the result.
@ & 3
To perform the arithmetic operation and input the result, write the logical product of the
value entered using the Keypad and 3 to the device.
To perform the arithmetic operation and display the result, add 3 to the value of device
and display the result.
Item
Description
To enable touch sounds on the MICRO/I, select the Enable Touch Sound check box under the System
tab of the Project Settings dialog box.