sequence instruction

Sequencer, Much like your Washing Machine Timer, It is not necesarily one Switch, most are made up of several or many switches, all set to operate a specific times or up specific indexed points.

Some washing machine timers have 6 seperate switches some activate at diferent times during different cycles, others operate at different times furing other cycles, and potentially many operate at the same time during even differnt cycles. It all depends on how it is set up.
 
I remember siemens sequence software it basicaly had a rook of function block software where you could not find the sequence bits if not documented & was a load of B$%&**^, I converted one it was as simple as this
the original siemens concept was a function that if you set a flag (step is true it stepped on).
whats wrong with...
a input x
a input y
set next flag
reset last flag
& so on.
or...
create a counter register & set it to 1 at startup of sequence then increment it with the logic(suggest inc by 10 to allow a few extra steps you forgot later on)
then if you need to go back to a step you force the counter to the step you want.
simple.....
 

Similar Topics

Hi, Im looking for someone who has experience with PLC Programming that can help me out with a problem with a circuit I am trying to make...
Replies
1
Views
1,595
Is there a sequencer instruction for S7, or does anyone have a function for one. I want to index a pointer into a DB of 20 DINT's. The outputed...
Replies
6
Views
2,382
To sequence through multiple MSG instructions with a Studio 5k program what are some preferred methods?
Replies
6
Views
514
Hi everyone, I am a newbie and I have trouble in the control sequence. I have a system with 4 pumps. The required: Ex: Push a button to start in...
Replies
21
Views
2,757
Hello, I am having some trouble trying to use Port 2 on the direct logic (250-1) for K-sequence. I am trying to use RS-232, I have a breakout...
Replies
0
Views
548
Back
Top Bottom