Sign in to follow this  
Followers 0
asteroidehk

TIA Portal: what's wrong with my sequence?

2 posts in this topic

Hello Friends

I have done the attached sequence but something is not working as i need.

It has 3 steps, each step advances with a timer done or a jump step. (The complete sequence should have 24 similar steps)

In Network 1 Jump_Step is a HMI Pushbutton, if you push then jump the timer to the next step.

In Network 2 Step_1 is a HMI PushButton, it starts the sequence.

As I said, each sequence advances with the timer done, but I have a problem:

If I push the Jump_Step, then jumps until the step 3. If I add more steps surely it would jump until the last step.

I need only to advance 1 step.

How can I do that?

Thanks in advance 

Sequence.jpg

Share this post


Link to post
Share on other sites

Hi,

if you push the Jump_Step ("Finish Step") this will set 'Step_1_Done' (Network1), then in Network2 both steps are executed in the same process cycle, so
it jumps directly to network3/step3. To Prevent this you should check that 'Step_1_Done' is not set ( in Network3 use 'Step_2_Done', and so on)

 

image.thumb.jpg.b43dc4a4b2d40ddfeb78670b

 

 

Edited by AndreasW

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0