EBK LOGIXPRO PLC LAB MANUAL FOR PROGRAM
EBK LOGIXPRO PLC LAB MANUAL FOR PROGRAM
5th Edition
ISBN: 8220102803503
Author: Petruzella
Publisher: YUZU
bartleby

Concept explainers

Question
Book Icon
Chapter 1, Problem 4P
Program Plan Intro

AND Operator:

  • An AND operator accepts two inputs and produces a single output.
  • If both the inputs are CLOSE, then the output is ON. Otherwise, the output is OFF.
  • In Boolean expression, the AND operation is expressed using the “.” dot operator or “*” asterisk operator.

  X= B    or     X=A * B

  where A and B are the inputs and X is the output.

Truth table for AND operator:

INPUTA

INPUT

B

OUTPUT

X

OPENOPENOFF
OPENCLOSEOFF
CLOSEOPENOFF
CLOSECLOSEON

OR Operator:

  • An OR operator accepts two inputs and produces a single output.
  • If both the inputs are OPEN, then the output is OFF. Otherwise, the output is ON.
  • In Boolean expression, the OR operation is expressed using the “+” plus sign.

    X=A+B

  where A and B are the inputs and X is the output.

Truth table for OR operator:

INPUTA

INPUT

B

OUTPUT

X

OPENOPENOFF
OPENCLOSEON
CLOSEOPENON
CLOSECLOSEON

Blurred answer
Students have asked these similar questions
Write a program that calculates the reactions of a cantilever bearing a triangular bearing, taking into account different arrangements of the bearing, and displays a simplified form of the cantilever.
Write a computer program for calculating carburization heat treatments. The program should ask the user to provide an input for the carbon concentration at the surface (cs), and the concentration of carbon in the bulk (c0).
Write a ladder Program for a washing machine with the following specification: 1- The machine has two push-button switches A and B for turn on and off the machine respectively. 2- The machine has two sensors for weighting, the sensors given the following reading :- Sensori weight ON 25 KG ON 20 KG OFF 5 KG OFF 0 KG 3- The machine has two motor one for water (water pump) and the second for washing powder, each motor turn on in duration according the following table weight 25 KG 20 KG 5 KG 0 KG Sensor2 ON OFF ON OFF Motor1 (water pump) Motor2 (washing pump) 12 s 2 m 6 s 1m 20 s 2s Always off Always off
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr