You are not registered yet. Please click here to register!


 
 
plc storereviewsdownloads
This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc.
 
Try our online PLC Simulator- FREE.  Click here now to try it.

---------->>>>>Get FREE PLC Programming Tips

New Here? Please read this important info!!!


Go Back   PLCS.net - Interactive Q & A > PLCS.net - Interactive Q & A > LIVE PLC Questions And Answers

PLC training tools sale

Reply
 
Thread Tools Display Modes
Old July 9th, 2009, 10:45 AM   #1
CharlesM
Member
United States

CharlesM is offline
 
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
Attached Images
File Type: jpg Feeder.JPG (9.6 KB, 275 views)
  Reply With Quote
Old July 9th, 2009, 11:01 AM   #2
panic mode
Member
Canada

panic mode is offline
 
panic mode's Avatar
 
Join Date: May 2003
Location: Toronto, Canada
Posts: 1,961
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).
  Reply With Quote
Old July 9th, 2009, 11:43 AM   #3
mordred
Member
Canada

mordred is offline
 
mordred's Avatar
 
Join Date: Mar 2004
Location: Red Deer
Posts: 1,892
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
  Reply With Quote
Old July 9th, 2009, 12:52 PM   #4
CharlesM
Member
United States

CharlesM is offline
 
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.
  Reply With Quote
Old July 9th, 2009, 12:57 PM   #5
Controls_Engineer79
Member
Canada

Controls_Engineer79 is offline
 
Controls_Engineer79's Avatar
 
Join Date: Mar 2009
Location: oakville, ontario
Posts: 88
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!
  Reply With Quote
Old July 9th, 2009, 02:53 PM   #6
Longhorn
Member
United Kingdom

Longhorn is offline
 
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!
  Reply With Quote
Old July 9th, 2009, 03:06 PM   #7
bernie_carlton
Lifetime Supporting Member + Moderator
United States

bernie_carlton is offline
 
bernie_carlton's Avatar
 
Join Date: Apr 2002
Location: Yakima, Washington
Posts: 4,599
Longhorn - just curious, why the initial 'fine fill'?
__________________
Controlling outputs is the PLC's way of getting its inputs to change.

www.thePLCguy.com
  Reply With Quote
Old July 9th, 2009, 03:55 PM   #8
Banker
Member
Denmark

Banker is offline
 
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
  Reply With Quote
Old July 9th, 2009, 04:00 PM   #9
CharlesM
Member
United States

CharlesM is offline
 
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.
  Reply With Quote
Old July 9th, 2009, 06:07 PM   #10
Gummit
Member
United Kingdom

Gummit is offline
 
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
  Reply With Quote
Old July 9th, 2009, 09:25 PM   #11
widelto
Member
Colombia

widelto is offline
 
widelto's Avatar
 
Join Date: Jul 2005
Location: barranquilla
Posts: 1,449
Quote:
Originally Posted by bernie_carlton View Post
Longhorn - just curious, why the initial 'fine fill'?
It must be the opposite first coarse fill and fine fill at the end.
__________________
My two cents.
  Reply With Quote
Old July 9th, 2009, 09:42 PM   #12
widelto
Member
Colombia

widelto is offline
 
widelto's Avatar
 
Join Date: Jul 2005
Location: barranquilla
Posts: 1,449
Quote:
Originally Posted by CharlesM View Post
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.
Charles:
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.
  Reply With Quote
Old July 9th, 2009, 10:15 PM   #13
JeffKiper
Lifetime Supporting Member + Moderator
United States

JeffKiper is offline
 
JeffKiper's Avatar
 
Join Date: Jun 2006
Location: Indiana
Posts: 1,832
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
  Reply With Quote
Old July 10th, 2009, 07:52 AM   #14
CharlesM
Member
United States

CharlesM is offline
 
Join Date: Aug 2005
Location: Arkansas
Posts: 1,084
Quote:
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.
It would be good to see which one you use.

Quote:
CharlesM you did not say what PLC you where using.
I will be using Siemens.
  Reply With Quote
Old July 10th, 2009, 08:42 AM   #15
SMOKE
Member
United States

SMOKE is offline
 
SMOKE's Avatar
 
Join Date: May 2006
Location: East and West of Kaos
Posts: 474
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.
  Reply With Quote
Reply
Jump to Live PLC Question and Answer Forum

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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


All times are GMT -5. The time now is 06:51 AM.


.