TIA Portal: what's wrong with my sequence?

Hello

Thanks for your responses.

The process is a treatment water system. It consists of 24 steps. I am replacing a old sequencer device.

Enable timer should be "always on". I am using TONR because sometimes the process should stop in some step.

The Jump_Step_PB is because in some step it could finish before time is reached.

I am a novice with Siemens, my main experience is with AB.

I am considering all your comments.

I have a HMI_Data FC2 block, I use to introduce from HMI values to the timers and show the elapsed time, so I have created the attached network.

As i said, i need 24 timers, so I am repeating this Network 24 times...

I am considering to use FB block, and I have tried the first 3 timers as FB block, but each time that I use this FB block, a DB file would be created? So, I would have 24 DB for this FB block? I am reducing network in the FC block but I am adding DB to the main project.

or I am doing something wrong?

Thanks for your suggestions.

HMI_Data.jpg
 
I am considering to use FB block, and I have tried the first 3 timers as FB block, but each time that I use this FB block, a DB file would be created? So, I would have 24 DB for this FB block? I am reducing network in the FC block but I am adding DB to the main project.


Yes, each of the 24 FB (not FC) program blocks will have an associated DB.
 
If you assign the same DB to all timers that would mean you have one timer, used many times.


Edit: Sorry I am not following the thread, just read drbitboy's last post.
I think you maybe talking about an FB, which would react the same way if you assign any number of FBs to the same DB. But that is sometime necessary.
 
Last edited:
Perhaps a simpler way to deal with a rising edge of Jump_Step would be to add 10 to Main_Step_Seq on Network 1. Then you don't need the Finish_Step one-shot result or all of the ORed branches of (+-]Finish_Step[-+) before the MOVEs.

Hmm, I think all 24 cycles could be executed done with one TONR and one rung.
 

Similar Topics

Hi, I've encountered a problem that I wonder if anyone else has? Or maybe I'm to tired and it isn't a problem. I was about to change a KTP700...
Replies
10
Views
4,561
Hi All, Someone at work has put a PLC system on my desk, that's just been taken off an idle production line. He said "It's an S7 PLC. We don't...
Replies
4
Views
85
Hi guys , I'm new with Allen Bradley, but I have experience with Tia portal (s7 1200 ,s7 1500) I want to convert my project from Tia portal to...
Replies
2
Views
189
Hi, I have had problem with upgrading some projects from v16 to v18. I tried it on 3 diffrent computers. I want to post this so that anyone that...
Replies
3
Views
152
Hello gentlemen, Im working on a small project on TIA Portal, about establishing a Modbus TCP connection between my ET200SP plc and a socomec...
Replies
12
Views
301
Back
Top Bottom