← All courses
Boolean Logic
AND, OR, XOR and the seal-in circuit
The starting point for every PLC program: combine inputs with AND, OR and XOR, then build the seal-in circuit that lets a motor keep running after you release the start button.
AND, OR, XOR and the seal-in circuit
The starting point for every PLC program: combine inputs with AND, OR and XOR, then build the seal-in circuit that lets a motor keep running after you release the start button.
// Turns on a lamp while a push button is pressed and off when released.