Newbie latching logic question

lewa2702

Member
Join Date
Apr 2014
Location
wood dale, il
Posts
1
Hey guys. I am currently taking Intro to PLC class as one of the requirements for my certificate. Not really good at it and not planning to go any further for the reason stated above. I have an exercise that I can't figure out, it goes like this:
Light on- if pb1 or pb2 or pb3 is pressed and released.
off- pb3 is pressed only. We are supposed to use only internal bits. I know for many of you guys its kinder garden stuff but I really can't figure it out. I also have another project, LogixPro Dual Compressor Exercise #3, its been mentioned on this website several times but can't really find exact solution when at 50% flow, pumps take turn to get it up to 120 psi, and when flow is at 100% one pump starts pumping at 100psi its not sufficient, pressure keeps dropping and at 98psi second pump kicks in. I'm really lost on that one, don't even know where to start. Any help would be greatly appreciated. Thx
 
welcome to the forum.

this is what i would suggest.

1. break up the project into several pieces and get tit working.
2. goto the next process and get it wirking.
3 tie them together in stages.

for your light,

what does it take to turn the light on?
conditions true - light on.
get that working.

then work on turning the light off, but i must admit the way you worded it was something i didn't expect.

you can use sealing contacts or latching contacts.

post your work and we will offer suggestions.

regards,
james
 
Also, Pseudocode and a sketch is often where I start.
Write down how you'd logically expect it to function(not assuming anything about PLCs, instructions, etc) and see it that helps...
 

Similar Topics

Hello all, I'm a new member here. I've joined as I want to learn about PLC programming. I've got a few questions to begin with. To get me...
Replies
37
Views
4,551
Howdy folks. Been doing PLC programming for like 15 years now in LD and ST, but I'm trying to learn SFC now and have a kind of dumb question... I...
Replies
4
Views
1,391
Hello. New to Unity and had a couple quick questions. Can a Modicon M340 output to a small multiline LCD screen and not a full HMI?
Replies
4
Views
962
Hi. I'm learning AOI programming in RSLogix 5000. I created an AOI with several input and output parameters but when I choose the AOI in the main...
Replies
17
Views
3,201
Good morning, I've had an inverter fail with firmware revision 5.002, the only spare is Rev 7.001, when updating the project with the new...
Replies
2
Views
1,260
Back
Top Bottom