Zelio FBD help

Zimmer

Lifetime Supporting Member
Join Date
Mar 2009
Location
Hello
Posts
104
Just a bit stuck here ?

I enclose a program I did a while back (with assistance from here (y)) of a two pump control where Pump 1 starts first, and is followed by Pump 2 when float 3 becomes active.

My program works fine, but I would like to introduce a new input I4, which when active would cause Pump 2 to "lead" followed by Pump 1 when float 3 becomes active.

i.e reverse the running order of the pumps, when I4 is active.

Any tips guys/gals on a good way to do this ?

Thanks

screen-capture-2.jpg
 
Simple
Use Input 14 to Swap Outputs (change over)
so if 14 is on and Output 1 is called output 2 will come on
adn if output 2 is called output 1 will come on instead
 
Simple
Use Input 14 to Swap Outputs (change over)
so if 14 is on and Output 1 is called output 2 will come on
adn if output 2 is called output 1 will come on instead

Thanks m8, thats what I want to do, but I'm new to this.
How do I achieve the changeover using fbd, so that
I4 ON = changeover
I4 OFF = normal as per diagram.

Where will I do it
after the And blocks ?
and what will I use

Thanks
 
bit hard to explain with out the software.
change your existing outputs (Q1, Q2) to auxillary outputs (Bx, By)
if (bx and I4) OR if (By and not I4) then Q2
if (By and I4) OR (bx and not I4) then Q1

write this logic
 
bit hard to explain with out the software.
change your existing outputs (Q1, Q2) to auxillary outputs (Bx, By)
if (bx and I4) OR if (By and not I4) then Q2
if (By and I4) OR (bx and not I4) then Q1

write this logic

Thanks again m8, but it's creating the aux. output I seem to be having a problem with. In ladder it's fine, but in FBD ?.
I understand the AND block and I have the I4 connected to it, but I don't know how to create an "aux output" which has an output to connect to the "AND" block.
 
Still don't know how to do aux. outputs, but I think this works :p

flory.jpg
 
youll need to read the manual
I suggest - for now use a couple of other outputs
 
cool - i was posting aas you were -
then the old antage rings true
if it aint busted dont fix it.
 
by the way
check the manual - in the software
"Creation of Links Between Function Blocks"
that is why there is no aux relays - they are not needed.
 

Similar Topics

I'm trying to create an automatic washing process which consists of 3 washing cycles. The first and third cycles consist of 3 phases: Water Intake...
Replies
1
Views
2,155
I've gotten to the learning curve where I can program a call for pump to come on at set point but I'm not sure how to turn the same pump off when...
Replies
1
Views
130
Hello, I am using ZelioSoft. Attached you will find the program. The system has 4 sensors and their combination activates 3 motors. In...
Replies
1
Views
2,935
Bit of a newbie here, be gentle :D Playing here with a Telemecanique/Schneider Zelio unit. Can manage ladder program, but totally new to this FBD...
Replies
19
Views
8,667
I worked on zelio relay from schnider at FBD but I noted somethings : 1- there is no any marker relay ( internal output relay ) at FBD although...
Replies
1
Views
3,703
Back
Top Bottom