Would this be a difficult PLC application?
Would this be a difficult PLC application?
(OP)
Hi ,
I would like to build a machine that does what I’ll describe below. I’m not sure if some of the smaller ladder logic PLC’s I’ve seen can do all of this, but what I read in their descriptions, it seems so.
Maybe someone here could tell me if this is possible, and where I go to find a programmer for this system. Thanks for reading this
I’ll try to explain as best I can.
As you see in the drawing:
http://pho tobucket.c om/albums/ d58/ERmd/E NG%20forum /?action=v iew&cu rrent=PLCd iagram.jpg
There is a LCD screen with various display views. “A” shows the machine is operational view. “B” shows set temperature for each tank(Tank1&Tank2). “C” shows 3 adjustable operation parameters,Soak, Ramp, Tail, Total time, and Vent.
The way this works is through a series of timed solenoid valves, and sensors. There will be some sort of button to activate the start.
At that time Sol. 2 will open for soak time, then at the finish of that time Sol. 2 stays open and sol. 4 opens for ramp time, and at the end time of ramp, Sol. 2&4 stay open, and Sol. 5 opens until tail time is reached , then Sol.4&5 close.
Sol. 2 stays open until total time is reached, then closes. After a 3 second delay(maybe this time is changeable as well) Sol. 3 opens for a set “Vent” time, then closes.
After all have closed, display”A” reads ready again.
I should also point out that display “A” shows the words”Soak, Ramp, Tail, Total, Vent” as it goes through those times. These words will be shown where “Ready” is in display “A”
There are 3 sensors that are for water levels.
Sensor 3 tells Sol. 1 to open if water falls below sensor location in tank 1.
Sensor 1 is a safety that if air is in the system at this location, Sol. 2,4,5 close, and Sol. “Vent” opens until sensor 2 reads water again, then Sol. 3 can close, and system can read ready.
The PLC also needs to control 2 PID zones(Tank 1 and 2) individually
I would like an internal clock to be settable to turn the machine on and off.
This seems to be most of it, I might add a few minor details, but what do you think? Is this a very difficult project for a PLC and programmer? Also any leads where I can find a pragrammer would be great.
Again Thanks very much for reading all this=)
I would like to build a machine that does what I’ll describe below. I’m not sure if some of the smaller ladder logic PLC’s I’ve seen can do all of this, but what I read in their descriptions, it seems so.
Maybe someone here could tell me if this is possible, and where I go to find a programmer for this system. Thanks for reading this
I’ll try to explain as best I can.
As you see in the drawing:
http://pho
There is a LCD screen with various display views. “A” shows the machine is operational view. “B” shows set temperature for each tank(Tank1&Tank2). “C” shows 3 adjustable operation parameters,Soak, Ramp, Tail, Total time, and Vent.
The way this works is through a series of timed solenoid valves, and sensors. There will be some sort of button to activate the start.
At that time Sol. 2 will open for soak time, then at the finish of that time Sol. 2 stays open and sol. 4 opens for ramp time, and at the end time of ramp, Sol. 2&4 stay open, and Sol. 5 opens until tail time is reached , then Sol.4&5 close.
Sol. 2 stays open until total time is reached, then closes. After a 3 second delay(maybe this time is changeable as well) Sol. 3 opens for a set “Vent” time, then closes.
After all have closed, display”A” reads ready again.
I should also point out that display “A” shows the words”Soak, Ramp, Tail, Total, Vent” as it goes through those times. These words will be shown where “Ready” is in display “A”
There are 3 sensors that are for water levels.
Sensor 3 tells Sol. 1 to open if water falls below sensor location in tank 1.
Sensor 1 is a safety that if air is in the system at this location, Sol. 2,4,5 close, and Sol. “Vent” opens until sensor 2 reads water again, then Sol. 3 can close, and system can read ready.
The PLC also needs to control 2 PID zones(Tank 1 and 2) individually
I would like an internal clock to be settable to turn the machine on and off.
This seems to be most of it, I might add a few minor details, but what do you think? Is this a very difficult project for a PLC and programmer? Also any leads where I can find a pragrammer would be great.
Again Thanks very much for reading all this=)





RE: Would this be a difficult PLC application?
One of the mini-PLCs will do it. And the programming is so easy nowadays that you should be able to do it yourself. You have already done the toughest part; to decide what the "machine" shall do and how it shall do it.
I would use a logic diagram to program the function and I think that you should be able to have the program ready and tested (simulators available in many of those micro-PLCs) in a couple of days. Most of that time will be needed to educate yourself. A PLC programmer with some routine will do it in a couple of hours.
What you may need to add outside the PLC is the PID functions - they are usually not included in small PLCs. On the other hand, they are more or less commodities these days.
Gunnar Englund
www.gke.org
RE: Would this be a difficult PLC application?
Programming is not big difficult fro such application as Gunnar mentioned. If you interested I can help.
RE: Would this be a difficult PLC application?
thanks to both of you for your help. I want to think a little more on this project, but if "AGomaa" wants to help me with programming, please contact me when you have time at:
jepy@mac.com
Thanks again....
RE: Would this be a difficult PLC application?
RE: Would this be a difficult PLC application?
I would like someone to help with programming, if it's not too expensive. Please contact me if interested, thanks....
RE: Would this be a difficult PLC application?
I would not leave E-STOP up to the PLC. Possibly program a self monitoring SAFE STOP function into the system,(this would effectively diable the system on its own), but there definatly needs to be an E-STOP control that can be operated by the human factor. In a nutshell, I am saying that I do not trust ANY machine to stop itself in the case of failure. E-stop should be hardwire into the electrical design. Also allow for contol of the process should E-STOP be required. eg) You would not want an overhead crane to release it's load because of an E-stop.
BTW, I am not sure, but I believe the AB Micrologix 1500 series includes PID control.
Hope this helps
Scott
In a hundred years, it isn't going to matter anyway.
RE: Would this be a difficult PLC application?
What part of the country are you in?
Ernie
http://rasp-controls.com/
RE: Would this be a difficult PLC application?
RE: Would this be a difficult PLC application?
I was involved with a similar application. The guys who implemented the software can be contacted at www.spsoftwareautomation.com.au.
They offer solution based on Allen Bradley or Siemens as well on other PLCs. They should be having a very similar software like the one you have described.
Cheers
RE: Would this be a difficult PLC application?
For the E-stop I agree with sqdguy. This is how we have your E-stop's set up.
RE: Would this be a difficult PLC application?
And you program the logic, script functions, Screens all in the same software.(Proficy Machine Edition).
The operation you described will be an easy one,
Gunar hit it on the spot "You have already done the toughest part; to decide what the "machine" shall do and how it shall do it." Thats the biggest challenge we have in programming, Be cause the sales people generaly don't know what they sold !!
It's easier to get forgiveness than permission !!!!!!
RE: Would this be a difficult PLC application?