PLC questions

PLC Chapter 1


A B output
|----| |-----| |------( )--


This is an AND..A and B...if A and B are TRUE then turn on ouptut.



A ouptut
|----| |-----+------( )--|
| B |
|----| |-----|


This is an OR...if A or B is TRUE then turn on output.
For the above outputs to stay on the inputs must stay on.


This is not defined properly, are the pushbuttons maintained or momentary?

GREAT!! Got it right! Thx
 
Electronic programming gurus...

Given two single - pole switches, write a program that will turn on an output when both switch A and switch B are closed?

Given two single - pole switches, wirte a program that will turn on output when either switch A or switch B is closed?
emthup.gif



Given four NO (Normally Open) pushbuttons (A-B-C-D), write a program that will turn a lamp on if pushbuttons A and B or C and D are closed.
Done!
 

Similar Topics

Hello All, Was hoping I could get a little help with Modicon ladder logic. This is the first time I have seen Modicon logic and currently trying...
Replies
6
Views
294
I have never dealt with an Eaton PLC before. I have a customer that has a piece of equipment with an Eaton PLC (XNE_GWBR-CANOPEN). I don't have...
Replies
4
Views
2,303
HI, im a student and never experience changing PLC battery. i have some questions in mind. 1. how will i know if the battery is low or it...
Replies
6
Views
3,058
Describe how you would perform a 2-point linear calibration of a PLC analog input? The scaling is calculated in PLC ladder.
Replies
15
Views
4,838
Describe how you would perform a 2-point linear calibration of a PLC analog input? The scaling is calculated in PLC ladder. While tuning a...
Replies
15
Views
4,478
Back
Top Bottom