![]() |
||
|
This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc. |
||
| ||
New Here? Please read this important info!!!
|
|
#1 |
|
Member
![]() Join Date: Aug 2005
Location: Arkansas
Posts: 1,084
|
Fill by weight
We are looking at an application where we will be filling a container by weight. The current system uses a large hopper on top that feeds two vibratory feeders. Then a small hopper with a scale to do the weight. This should be simple to do in a plc however they are currently using a scale system. I am thinking their scale system is running some kind of PID to slow down the feed as it gets near the setpoint. How important is the scale controller? Can I do this in the plc? I have never done this type of application but it looks like I should be able to do it in a plc.
Here is the spec's as I know them. Part weight 3400 grams Fill time 30 seconds +/- 2 grams |
|
|
|
#2 |
|
Member
|
you are on the right track. i've done programming on practically same thing (with 3 or 4 filling heads on same machine and control system). target weight was 7-20kg, +/-30g, fill time was 5-6 sec for each filling head. measurement was done with loadcells, everything was controlled by small PLC. Due short cycle time, and vibrations, challenge was to get accurate weight reading (I wish I had 30 seconds).
|
|
|
|
#3 |
|
Member
|
I've yet to see a scale indicator that has PID functions possibly its sending an analog signal to a PLC this can be done exclusively in a PLC unless there is an issue with American weights and measures. If so then one route you can do is have a scale indicator that has an optional analog output card 920I from Rice lake has this feature. Or you can send an ascii text on a standard indicator set for constant transmit to send the data to the PLC. perhaps you can post the scale indicator make and model if it has PID I would be interested in knowing what it is
|
|
|
|
#4 |
|
Member
![]() Join Date: Aug 2005
Location: Arkansas
Posts: 1,084
|
Here is the controller I was looking at
http://www.hardyinstruments.com/proc...ser+controller The scale part itself is not a problem. I just worry about the fill logic. Can it be turn on output till >= set point or does it need to be an analog output that slows the feeder as it gets close to setpoint. |
|
|
|
#5 |
|
Member
|
well you could do it both ways
but with the set points - maybe have it filling at full speed till it reaches 90% then have it slow down at that point till it reaches 98% then slow down even more have more then one set point will give you better +/- control
__________________
Cuda Automation and GC conveyors -for all your material HAN-DLI-NG needs! |
|
|
|
#6 |
|
Member
![]() Join Date: Jul 2008
Location: Scotland
Posts: 250
|
I am not familiar with your application / equipment but have a good deal of experience with liquid fillers. A common approach is to "fine fill" for the first few percent then "coarse fill" until the container is a few grams (say 200g) from the target weight before switching back to fine fill to achieve the target weight.
Hope this helps!
__________________
To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass is twice as big as it needs to be! |
|
|
|
#7 |
|
Lifetime Supporting Member + Moderator
|
Longhorn - just curious, why the initial 'fine fill'?
__________________
Controlling outputs is the PLC's way of getting its inputs to change. www.thePLCguy.com |
|
|
|
#8 |
|
Member
![]() Join Date: Dec 2005
Location: aarslev
Posts: 71
|
It can be done in a PLC. But you have be aware of the amount you are filling after you stop. Is it a valve or a belt. If you have a "noisy" weighing signal because of vibration there can be an problem there. To long filter time on the weight signal can cause a signal delay.
Banker |
|
|
|
#9 |
|
Member
![]() Join Date: Aug 2005
Location: Arkansas
Posts: 1,084
|
Good inforamtion guys. I was waiting to see if anyone said "no don't try this in the plc" or look at one of these controllers.
I think we will be using a vibratory feeder or maybe a conveyor. One thing I have working for me is time. I think I can go through a few steps in the filling process because I have time to do it. |
|
|
|
#10 |
|
Member
![]() Join Date: Jun 2007
Location: Hertfordshire
Posts: 25
|
Good load cell meters have "in-flight" compensation.
In -flight compensation allows the filling system to switch off the filler valve before the correct weight has been reached. This may be required if some of the product could be delivered for a time after the filler control valve has been switched off. The In-flight compensation can be applied to both the main feed and trickle feed controls outputs. http://www.datatrackpi.com/panel-met...-load-cell.htm |
|
|
|
#11 |
|
Member
|
It must be the opposite first coarse fill and fine fill at the end.
__________________
My two cents. |
|
|
|
#12 | |
|
Member
|
Quote:
I´m in charge of designing a system to fill containers with edible oil ( 14 & 20 liters) maximum time is aprox 20 secs per container, I want to use the same controller HI 3010 or use a compactlogix (1769-WS) with hardy C2 load cell ( no calibration needed ), just waiting for quotations and then compare controllers (3 or 4) Vs. compactlogix solution.
__________________
My two cents. |
|
|
|
|
#13 |
|
Lifetime Supporting Member + Moderator
|
I just climber out of our mix Towers. We have 17 scales from just about every make and model.
CharlesM you did not say what PLC you where using. I have only set up 1 weight system in a PLC (AB SLC 5/05) all the rest I just support. I like using the in chassis card made for scales. We uses Hardy on the one I setup. If you choose to use an analog version scale it to real numbers. We have a Hardy HI 3010 in 1 of our operations it works nice.
__________________
There should be a minimum IQ before people can breed |
|
|
|
#14 | ||
|
Member
![]() Join Date: Aug 2005
Location: Arkansas
Posts: 1,084
|
Quote:
Quote:
|
||
|
|
|
#15 |
|
Member
|
I once ask Pete if Delta made a scale interface. He said that they had made some customs. I would talk to him.I have done lots of filling in the past, using Sartorious, and metler scales, as well as load cells.I think you will find you will have to pulse your feeder when your near your target weight. Update time is issue, and if you use a PID it is hard to compensate for update and material in flight.I typically use a volume gross fill and finish with flat vibe.
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Topics
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Log to InSql when new scale weight triggered | gmferg | LIVE PLC Questions And Answers | 3 | March 20th, 2008 02:00 PM |
| Query on weight dispensing using PID??? | RPax | LIVE PLC Questions And Answers | 18 | May 8th, 2007 03:30 PM |
| Getting WEIGHT (kg) from LEVEL (m) | Deer | LIVE PLC Questions And Answers | 5 | October 17th, 2006 11:28 PM |
| Rapid Fill To Weight | Orn Jonsson | LIVE PLC Questions And Answers | 11 | February 13th, 2004 08:55 AM |
| Loss of weight simulation | ben | LIVE PLC Questions And Answers | 3 | December 23rd, 2003 01:30 PM |