IDEC MICRO/I HG4G-CJT22 F-B Series User Manual page 105

Micro/i operator interfaces for windo/i-nv4
Table of Contents

Advertisement

Setting and operation examples
Direct entry
[M 0] == [M 1]
[M 0] == [M 1] & [M 2]
[M 0] == ~[M 1]
1234 == [D 0]
100 <= [D 0] + [D 1] + [D 2] + [D 3]
0 != [D 0] % 10
[D 0] == ~[D 1] & ~[D 2] & [D 3] &[D 4]
[D 10] + [D 11] == [D 12] + [D 13]
[D 10] == [D 11] + [D 12] * 2 + [D 13]
100 <= [D 0] + [D 1] + [D 2] + [D 3] +
[D 4] + [D 5] + [D 6] + [D 7]
1 == ([M 0] && [M 1]) || ([M 2] && [M 3])
[LDR 10] + [LDR 11] == [LDR 12] *
([LDR 13] + [LDR 14])
Settings
Trigger Condition Settings
dialog box
Data
Op.
Data
M0
==
M1
Data
Op.
Data
M0
==
M1
Data
Op.
Data
M0
&
M1
Not
Data
Op.
Data
1234
==
D0
Data
Op.
Data
100
<=
D0
Op.
Data
+
D2
Data
Op.
Data
0
!=
D0
Data
Op.
Data
D1
D0
==
Not
Op.
Data
&
D3
Data
Op.
Data
D10
+
D11
Op.
Data
+
D13
Data
Op.
Data
D10
==
D11
Op.
Data
*
2
(This expression cannot be
configured in the Trigger
Condition Settings dialog box
because it has over 6 items of
data.)
(This expression cannot be
configured on the Trigger
Condition Settings dialog box
because it uses logical operators
and it contains parentheses
"(" and ")".)
(This expression cannot be
configured on the Trigger
Condition Settings dialog box
because it mixes bitwise
operators and logical operators
or it contains parentheses
"(" and ")".)
WindO/I-NV4 User's Manual
5 WindO/I-NV4 Common Operations and Settings
The condition is satisfied if the values of
M0 and M1 are equal.
The condition is satisfied if the result of
Op.
Data
the AND operation on M1 and M2 is
&
M2
equal to M0.
The condition is satisfied if the result of
flipping the bits in M1 is equal to M0.
The condition is satisfied if the value of
D0 equals 1234.
Op.
Data
The condition is satisfied if the result of
+
D1
adding the values of D0 through D3 is
Op.
Data
100 or greater.
+
D3
The condition is satisfied if the value of
the remainder after D0 is divided by 10
Op.
Data
%
10
does not equal 0 (the value of D10
cannot be entirely divided by 10).
Op.
Data
The condition is satisfied if the logical
D2
&
AND operation on the flipped bits of D1,
Not
the flipped bits of D2, the value of D3,
Op.
Data
and the value of D4 is equal to D0.
&
D4
The condition is satisfied if the result of
Op.
Data
==
D12
adding the values of D12 and D13 is
equal to the result of adding the values
D10 and D11.
The condition is satisfied if the result of
Op.
Data
+
D12
adding the values of D11, D12
multiplied by two, and D13 is equal to
Op.
Data
+
D13
the value of D10.
The condition is satisfied if the result of
adding the values of D0 through D7 is
100 or greater.
The condition is satisfied if the logical OR
operation on the result of the logical AND
operation on M0 and M1 and the result
of the logical AND operation on M2 and
M3 is equal to 1.
The condition is satisfied if the result of
multiplying the value of LDR12 by the
result of adding the values of LDR13
and LDR14 is equal to the result of
adding the values of LDR10 and LDR11.
Action
2-73
2

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents