245
Se
tt
ing I
n
s
p
e
c
tio
n C
on
d
it
ions
C
h
ap
te
r 4
INDE
X
About Operators
Use operators to judge results of multiple checkers or numerical calculations.
+: Logical sum
Returns "OK (1)", if the result of either A or B is OK (1).
Example: JDC001=A+B
A
B
JDC001
OK (1)
OK (1)
OK (1)
OK (1)
NG (0)
OK (1)
NG (0)
OK (1)
OK (1)
NG (0)
NG (0)
NG (0)
*: Logical product
Returns "OK (1)", if the results of both A and B are OK (1).
Example: JDC001=A*B
A
B
JDC001
OK (1)
OK (1)
OK (1)
OK (1)
NG (0)
NG (0)
NG (0)
OK (1)
NG (0)
NG (0)
NG (0)
NG (0)
#: Exclusive OR
Returns "OK (1)", if the results differ between A and B.
Example: JDC001 = A # B
A
B
JDC001
OK (1)
OK (1)
NG (0)
OK (1)
NG (0)
OK (1)
NG (0)
OK (1)
OK (1)
NG (0)
NG (0)
NG (0)
/: Negation
Reverses a judgement.
Do not put a symbol "/” before the multiple contents in
parentheses.
Wrong: JD01=/(A+B)
Correct: JD01=/A+/B
Example: JDC001=/A
A
/
JDC001
OK (1)
Reversed
NG (0)
NG (0)
Reversed
OK (1)
JDC001 = / (A + B)
←
Wrong: Because A and B is in parentheses.
JDC001 = / A * / B
←
This means the same as the above formula. (Boolean algebra, De Morgan's laws)
Or store the formula of A+B in JRC (Internal) once, and then negate the JRC.
JDC002 = / (A * B)
←
Wrong: Because A and B is in parentheses.
JDC002 = / A + / B
←
This means the same as the above formula. (Boolean algebra, De Morgan's laws)
Or store the formula of A*B in JRC (Internal) once, and then negate the JRC.
(: Left parenthesis
): Right parenthesis
Judges the contents in parentheses by
priority.
Содержание PV-500
Страница 1: ......
Страница 10: ......
Страница 11: ...9 Names and Descriptions Chapter 1 INDEX Chapter 1 Names and Descriptions ...
Страница 21: ...19 Installation and Wiring Chapter 2 INDEX Chapter 2 Installation and Wiring ...
Страница 37: ...35 Basic Operation Chapter 3 INDEX Chapter 3 Basic Operation ...
Страница 55: ...53 Setting Inspection Conditions Chapter 4 INDEX Chapter 4 Setting Inspection Conditions ...
Страница 315: ...313 Setting of Operation and RUN Menu Chapter 5 INDEX Chapter 5 Setting of Operation and RUN Menu ...
Страница 331: ...329 Environment Settings Chapter 6 INDEX Chapter 6 Environment Settings Changing System Settings ...
Страница 345: ...343 Chapter 7 Changing Configuration INDEX Chapter 7 Changing Configuration TOOL ...
Страница 375: ...373 Operation and Data Output through I O Terminals Chapter 8 INDEX ...
Страница 390: ......
Страница 391: ...389 Control with Communication Port Chapter 9 INDEX Chapter 9 Control with Communication Port ...
Страница 430: ......
Страница 431: ...429 PVWIN Chapter 10 INDEX Chapter 10 PVWIN ...
Страница 437: ...435 Chapter 11 Specifications and List of Product Numbers INDEX Chapter 11 Specifications and List of Product Numbers ...
Страница 493: ......
Страница 494: ......