XOR


COSMAC 1802 OR & AND

Introduction to COSMAC 1802 OR & AND Statements COSMAC 1802 OR & AND instructions allow us to manipulate data. These instructions work on all 8 bits of a word at a time. These instructions work just like standard bit level logic gates work. They just perform the operation bit by Read More »

COSMAC 1802 OR & AND

Kenbak-1 Bitwise Instructions

Introduction to Kenbak-1 Bitwise Instructions The Kenbak-1 Bitwise instructions include AND, OR, and LNEG. With these instructions, think of the individual bits within an 8 bit word. With “AND”, a particular bit must be high in both the source and compare words to get the value of 1 in the Read More »

Kenbak-1 XOR Operation

ControlLogix OR vs. XOR

Introduction to ControlLogix OR vs. XOR In this section, we’ll discuss ControlLogix OR vs. XOR. Basically, with the OR statement, only one of two bits need to be true. On the other hand, with the XOR, only one of two bits can be true. XOR means “Exclusive OR” In ladder Read More »

xor

Node-Red Boolean Logic 2

Introduction to Node-Red Boolean Logic Node-Red Boolean Logic is very simple to use. Regardless of your knowledge level, it’s usually simpler to state our logic goals in plain English. Undoubtedly, we might be able to accomplish some logic tasks with a function node. However, the Boolean Logic nodes allows us Read More »

Boolean Logic

Common Logic Gates

Introduction to Common Logic Gates We use common logic gates to display the flow of a process. These gates include AND, OR, NOT, NAND, NOR, XOR, and XNOR. These logic gates convert a process into plain English in a way that anyone can understand how they work. By the same Read More »

Logic Gates