Internet PLC Forum

General => Technical support => Topic started by: jrfan32934 on February 03, 2010, 06:22:30 PM

Title: Timer trouble
Post by: jrfan32934 on February 03, 2010, 06:22:30 PM
I am new to programming. I made the program in the trilogy plc book and it works.  The program goes seq1, load1, load2, load3, load4, seq1, and so on in 1 second interals. I was wondering how to make the program not go to seq1. I want it to go load 1-4 in 1 second intervals and repeat without losing the extra second.
Title: Re:Timer trouble
Post by: support on February 04, 2010, 09:18:13 PM
what is "trilogy plc book"? Who is the author?

Anyway, Seq1 should be a sequencer? You will use a 1 sec timer to drive a sequencer from step 0 to step 4? If you want to jump directly to a step you can use the [StepN] function in ladder program or directly assign CTRPV[1] = step no. you want.