Siemens SINUMERIK 840D sl Programming Manual page 72

Job planning
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Flexible NC programming
1.4 Comparison and logic operations
Logic operator
AND
OR
NOT
XOR
Bit-by-bit logic operator
B_AND
B_OR
B_NOT
B_XOR
Note
In arithmetic expressions, the execution order of all the operators can be specified by
parentheses, in order to override the normal priority rules.
Note
Spaces must be left between BOOLEAN operands and operators.
Note
The operator
Examples
Example 1: Comparison operators
IF R10>=100 GOTOF DEST
or
R11=R10>=100
IF R11 GOTOF DEST
The result of the
Example 2: Logic operators
IF (R10<50) AND ($AA_IM[X]>=17.5) GOTOF DESTINATION
or
IF NOT R10 GOTOB START
NOT
Example 3: Bit-by-bit logic operators
IF $MC_RESET_MODE_MASK B_AND 'B10000' GOTOF
72
only refers to one operand. This is located after the operator.
B_NOT
R10>=100
only refers to one operand.
Meaning
AND
OR
Negation
Exclusive OR
Meaning
Bit-by-bit AND
Bit-by-bit OR
Bit-by-bit negation
Bit-by-bit exclusive OR
comparison is first buffered in
Programming Manual, 03/2013, 6FC5398-2BP40-3BA1
.
R11
ACT_PLANE
Job Planning

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828dSinumerik 840de sl

Table of Contents