Xor - Allen-Bradley Micro800 General Instructions Manual

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

Advertisement

Chapter 8
Boolean instructions

XOR

Parameter
i1
i2
o1
158
Boolean exclusive OR of two values.
Arguments
Parameter
Data Type
Type
Input
BOOL
Input
BOOL
Output
BOOL
XOR operator ST language example
(* ST equivalence: *)
bo10 := bi101 XOR NOT (bi102);
bo5 := (bi51 XOR bi52) XOR bi53;
Rockwell Automation Publication 2080-RM001D-EN-E - February 2015
Description
Boolean exclusive OR of the two input terms.

Advertisement

Table of Contents
loading

Table of Contents