PLC assignment Help needed

RoryJ

Member
Join Date
Sep 2010
Location
uk
Posts
5
I have been asked to design a PLC program that will contain a start push-button that will turn on a heater immediately after being pressed. Then 3 seconds later the injection filler will be turned on and after 3seconds the injection filler has to turn off and 3 seconds later a vacuum pump has to be switched on.

The stopping process has to contain a stop push-button that once pressed will immediately turn the heater off and after 3 seconds will turn the vacuum pump off.

The start push-button and stop push button must be interlocked so that the start process cannot be activated whilst the stop process is ongoing.

I’m using the Siemens STEP 7Micro/Win plc at college.

I’m having 2 big problems. Firstly the T38 timer keeps timing up to its preset value then it opens the input T38(rung 3) very quickly then it becomes closed again this means that Q0.1 doesn’t go off this also prevents the input T38(rung 5) from closing and turning the T39 timer on.

Secondly when I press my I0.1 stop button the whole process goes off at once.

Can anyone tell me where I’m going wrong? I really could use the help.

Start Process.jpg Stop Process.jpg
 
Network 3 and 4 are acting like a cycle timer. When T38 reaches the PV, it turns off Q0.1 for one PLC scan, which disables T38. On the next PLC scan, since the T38 contact is closed again, it will begin counting up T38 until the cycle repeat itself. It will happen so fast you don't see it. T38 probably counts 0 to 300 over and over...
 
Ive changed the start process but not sure if it will work as I've not got a plc at the house.

Still not sure about the stop process.

Part 1.jpg Part 2.jpg
 
Is it possible to put a normally open M0.0 latch under input T39 so that it would continue to allow Q0.2 to be ON even after Q0.0 has been switched off?
 

Similar Topics

<LI class=title>Hi, I am New!<LI class=group_icon> Group:MrPLC Member Posts:3 Joined:22-January 13 Country:United Kingdom Hi everyone new to...
Replies
19
Views
3,971
Hi, I know there is a similar question already running but I have the same problem with different parameters? We are probably on the same course...
Replies
4
Views
3,196
Hi all! Im studying Programmable Logic Controller (PLC) which is 6 weeks class. But i missed 2 due to the late arrival offer. I was trying to...
Replies
15
Views
4,482
Hi all... I have a PLC assignment for my instrumentation class and I'm unsure of a couple questions. If anyone can email some help, that...
Replies
3
Views
1,685
I have a BTEC assignment that requires me to answer the following question: Relating to PLC programming standards and/or commercial products...
Replies
11
Views
2,621
Back
Top Bottom