Chapter 7 - Allen-Bradley Micro800 General Instructions Manual

Programmable controllers
Hide thumbs Also See for Micro800:
Table of Contents

Advertisement

Binary instructions
Binary instructions perform mathematical operations in which two elements are
combined to yield a single result.
Operator
AND_MASK
on
page 132
NOT_MASK
on
page 134
OR_MASK
on
page 136
ROL
on
page 138
ROR
on
page 140
SHL
on
page 142
SHR
on
page 144
XOR_MASK
on
page 146
Rockwell Automation Publication 2080-RM001D-EN-E - February 2015
Description
Integer bit-to-bit AND_MASK
Integer bit-to-bit negation NOT_MASK
Integer bit-to-bit OR_MASK
Rotate Left an integer value
Rotate Right an integer value
Shift Left an integer value
Shift Right an integer value
Integer bit-to-bit Exclusive OR mask

Chapter 7

131

Advertisement

Table of Contents
loading

Table of Contents