help,please

legendam

Member
Join Date
Aug 2014
Location
Egypt
Posts
4
Hello,
could you help me in a ladder logixpro program, please?http://www.plctalk.net/qanda/images/smilies/pray.gif

In Batch simulation
I want to make a program that:
If I press start button pump3 opens and start draining the water then pump1 fill the tank then, mixer and heater work then, pump3 opens again draining water then, pump1 opens filling tank with water then mixer and heater work and so on
 
thank you for your reply, bernie_carlton
I`m so sorry
I mistake , I mean pump2 opens in next time not pump1
pump3-pump1 then, pump3-pump2
 
I wasn't clear in my reply.

Provide a complete list of inputs and outputs noting the address of each within the simulator.

Provide the complete sequence, one step at a time. Place each step on a separate line.

State what condition ends each step - the passing of a certain amount of time, the actuation of an input for example.

Post the ladder logic you have developed so far.
 
I wasn't clear in my reply.

Provide a complete list of inputs and outputs noting the address of each within the simulator.

Provide the complete sequence, one step at a time. Place each step on a separate line.

State what condition ends each step - the passing of a certain amount of time, the actuation of an input for example.

Post the ladder logic you have developed so far.


This is the program , I want to modify in it for making pump2 works in next time after pump3 draining tank ,
In other word, pump1 and pump2 exchanging with each other

IMAGE1.PNG
[/url][/IMG]

and if I press" stop" button while tank is being filled and then pressing "start" button , it will be draing
how can i solve this problem ?
 
Do you mean that Pump 1 and Pump 2 alternate duty?

At your rung 3, I would have an intermediate flag that runs the "Duty" pump.

Then add code so that Pump 1 or Pump 2 is selected as duty when required. At the simplest level, you could change which pump is duty whenever a pump stops. For example, use a ONS instruction to latch Pump1 as Duty whenever Pump 2 stops, and vice versa. This way, the pumps will always operate alternately.
 
Do you mean that Pump 1 and Pump 2 alternate duty?

At your rung 3, I would have an intermediate flag that runs the "Duty" pump.

Then add code so that Pump 1 or Pump 2 is selected as duty when required. At the simplest level, you could change which pump is duty whenever a pump stops. For example, use a ONS instruction to latch Pump1 as Duty whenever Pump 2 stops, and vice versa. This way, the pumps will always operate alternately.

I`m a beginner in plc ladder programs and I was not completely understand you
could you suggest a code for me?
 
pump-1/2/3 overload signal put before output pump

temperature ok-> latch the signal to permit pump-3 run.

if pump-1 overload skip to pump 2

if pump-2 overload skip to pump-1
 
I mean pump2 opens in next time not pump1.
pump3-pump1 then, pump3-pump2.

and if I press" stop" button while tank is being filled and then pressing "start" button , it will be draining. How can i solve this problem ?
1. First, fix the errors in your program. The Thermostat is a heat-control device. It is not designed to control pumps or mixers. The thermostat will go On and Off when the temperature of the fluid in the tank changes. This has no relation to the tank level or the running times of the Pumps and Mixer. Use a timer to run the mixer for the required 8 seconds as specified in the LogixPro Batch Mix Student Problem. Use a Retentive-type timer (RTO) so that you can stop and re-start the system at any time as shown in the attached picture.

2. To alternate the Pump 1-Pump 2, you need to use "alternator" or "flip-flop" logic. Search this site for many ways to write alternator logic to do this task. I have posted a LogixPro file with 13 different methods to use for alternator logic.

LogixPro Batch Mix Simulation- Legendam.jpg
 
Last edited:

Similar Topics

please help me . I have to make this ladder diagram and I can’t figure it out :(
Replies
12
Views
416
HOW to communicate with OPTIX and Mitsubishi's Q Series PLC?? PLEASE HELP ME
Replies
0
Views
84
Hello, I am trying to get a Yokogawa Hart pressure Transmitter and a Rosemount Temp Transmitter to read on a 1769-IF4 module on an L33ERM...
Replies
10
Views
401
Please help me, I have solve many week but still not solve it. I found trouble of factory talk studio when I set tag by browse address of OPC...
Replies
0
Views
132
Hello Everyone, i Have im my Industry a Endress & Hauser Promag400 this has a screen that constantly have that error, it says to wait, somebody...
Replies
2
Views
507
Back
Top Bottom