Siemens SINUMERIK 880 Programming Manual page 228

Hide thumbs Also See for SINUMERIK 880:
Table of Contents

Advertisement

01.93
@654 <Var> <Var 1> <Value>
The bit pattern in <Value> is logically negated. The result is stored in <Var>.
Example:
R50 = 00101100
@654
R52
R50
@655 <Var> <Var 1> <Value>
Bit 0 in <Var 1> and <Value > is logically ORed. The result is stored in <Var>.
@656 <Var> <Var 1> <Value>
Bit 0 in <Var 1> and <Value > is logically EXORed. The result is stored in <Var>.
@657 <Var> <Var 1> <Value>
Bit 0 in <Var 1> and <Value > is logically ANDed. The result is stored in <Var>.
Example:
R50 = 1
R51 = 0
@657
R52
R50
@658 <Var > <Var 1> <Value>
Bit 0 in <Var 1> and <Value > is logically ANDed. The result is negated and stored in
<Var>.
Example:
R50 = 1
R51 = 0
@658
R52
R50
@659 <Var> <Value>
The logic value (0 or 1) in <Value> is negated. The result is stored in <Var>.
© Siemens AG 1991 All Rights Reserved
SINUMERIK 880, (PG)
The contents of the pattern variable R50 are negated and
the result stored in R52.
R52 has the contents 11010011.
R51
A logical AND operation is performed on the Boolean
variables R50 and R51 and the result is stored in R52.
The contents of R52 are 0.
R51
A logical AND operation is performed on the Boolean
variables R50 and R51; the result is negated and
stored in R52. The contents of R52 are 1.
6ZB5 410-0HD02
11 Programming of Cycles
11.9 Mathematical functions
11–41

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sw 6Sinumerik 880 ga2Sw 1

Table of Contents