student need's a hint

rsmith7172

Member
Join Date
Jan 2010
Location
SouthCarolina
Posts
2
Hey ya'll I'm guessing im doing this right.
Im a student at a technical college and have a question.
my teacher want's us to design a program that if stopped anywhere in the process it will pick back up where it left off .
I don't wont the answer i WOULD like a push or a hint as to where i should be looking .:unsure:o_O

Thanks for any help ...
 
Retentive.

You need to use logic that retains its state during a stop, so when the "system" is re-enabled it can continue from where it left off.

A very simple explanation is you have a counter that is counting from 1 to 10. When the process stops the counter should remember it's position and continue once the process starts.

There are many ways to do this. Explore retentive logic - write some code and stop the "process" or "system" or cycle power and see what comes back when you start again.

Post back your findings and ask questions as needed.
 
Don't drive your outputs directly from your logic. Instead, use internal bits to keep track of your state, and then use these bits in series with your AUTO bit to drive your outputs.
 

Similar Topics

Hi, I'm new to plc also first time post here. I work on logixpro exercise 6-21a, which is 1 NO push button perform both start and stop function...
Replies
2
Views
1,256
P&ID is attached alongwith. I need to manufacture suppose wine of different types (type A, type B…etc). There are 8 ingredient tanks. For...
Replies
15
Views
7,935
Hey guys I'm new to this so I apoligize in advance if I'm not specific enough or use the wrong words. So my problem is when I try to go online...
Replies
6
Views
1,900
Hi all I'm after some ideas for some new PLC projects. We are running S5 95U and S7 313C plcs. I have classes doing everything from basic PLC's...
Replies
12
Views
8,888
U
Hi everyone, I'm currently studying PLCs at college and have got an assignment to hand in today, can anybody suggest some answers for this...
Replies
17
Views
5,426
Back
Top Bottom