Need Help for this very basic question

Join Date
Apr 2011
Location
Manila, Philippines
Posts
295
using S7-200 PLC for this case...

Heres my problem...

I have 2 NORMALLY OPEN Push Buttons

PB1 is I0.0
PB2 is I0.1
PB1 and PB 2 are connected in parallel.
lamp is Q0.0

If I make I0.0 normally Open -l l- and I0.1 normally close -l/l-



will the light on even if I dont press any of the two?? (just confuse about the "examine if On & Examine if Off".)


Heres what i Think...

the light will light... due to I0.1 -l/l-

am i right guys?🤾
 
Last edited:
edit: You write that you have two normally open, but then continue to describe that one is normally open and the other is normally closed.
My reply is based on the latter.

Program in ladder, and you will see it immediately.

Serial connection. Lamp will go on when PB1 is pressed and PB2 is not pressed.
Code:
|      PB1     PB2     Lamp
|------| |-----|/|-----( )
|

Parallel connection. Lamp will go on when PB2 is not pressed, or when PB1 is pressed.
Code:
|      PB1             Lamp
|------| |-----x-------( )
|              |
|      PB2     |
|------|/|-----|
|
 
Hi sir Jesper

Thank You very much for your reply..

Hmm.. It is necessary for us to consider what type of push button will use... right?? because the inputs like -l l- and -l/l- are internal components in PLC.. am i right sir??



🍻
 
you might be having microwin software.create new project with correct cpu number.then u will see various symbols of and or logic and then u can start making your projetc.
 

Similar Topics

My company has a workcell that has 1756-l61 plc , controllogix with multiple communications running, Ethernet, controlnet, devicenet, dh-rio...
Replies
6
Views
2,096
đź“š Working on a project where the HMI will display the production plant counts of all lines on one screen. After 10 seconds change to display...
Replies
10
Views
3,740
I have an old Sentry Palletizer (S/O Number 3007 / Serial Number 1172) that has lost its program as the backup battery died years ago. I can...
Replies
0
Views
88
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
65
I'm fairly new to Rockwell software, I've had some basic training in the past but nothing too advanced. My company and I use Reliable products for...
Replies
11
Views
370
Back
Top Bottom