<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Conveyors and Accumulation Tables &#187; Blog</title>
	<atom:link href="http://www.garvey.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.garvey.com</link>
	<description>We Handle It</description>
	<lastBuildDate>Fri, 27 Aug 2010 15:34:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Can Slowing Down Raise Throughput?</title>
		<link>http://www.garvey.com/2010/08/can-slowing-down-create-higher-efficiency/</link>
		<comments>http://www.garvey.com/2010/08/can-slowing-down-create-higher-efficiency/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 13:42:18 +0000</pubDate>
		<dc:creator>Ben Garvey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bottling]]></category>
		<category><![CDATA[line analysis]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[throughput]]></category>

		<guid isPermaLink="false">http://www.garvey.com/?p=1166</guid>
		<description><![CDATA[Update: I recently made some changes to this article. Most assumed that I was in favor of always slowing down to increase throughput, but it&#8217;s actually only advisable if you can increase efficiency by a significant amount (10-20%). All the changes are in the last paragraph. Can you increase efficiency and throughput by slowing down? [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong>  I recently made some changes to this article.  Most assumed that I was in favor of always slowing down to increase throughput, but it&#8217;s actually only advisable if you can increase efficiency by a significant amount (10-20%).  All the changes are in the last paragraph.</p>
<p>Can you increase efficiency and throughput by slowing down?</p>
<p>I recently had a discussion with a customer and an engineering firm about increasing throughput by slowing down the rate of a labeler from 400/minute to 380/minute.  They recorded an improvement in efficiency to justify the change.  I questioned the decision from a thruput standpoint and wanted to come up with a good way to determine if an increase in efficiency actually increased the thruput or not.</p>
<div id="attachment_1176" class="wp-caption aligncenter" style="width: 435px"><a href="http://www.garvey.com/wp-content/uploads/2010/08/slowdown.jpg"><img src="http://www.garvey.com/wp-content/uploads/2010/08/slowdown.jpg" alt="" title="slowdown" width="425" height="282" class="size-full wp-image-1176" /></a><p class="wp-caption-text">Is slower better?</p></div>
<p>Efficiency is calculated using the following formula:</p>
<blockquote><p>MTBF / (MTBF + MTR)</p></blockquote>
<p>MTR = Mean Time to Repair<br />
MTBF = Mean Time Between Failure</p>
<p>A properly buffered line should have capacity to handle the longest MTR on the line.  The difference in maximum rates should be such that the table can go from full to empty in less time than the MTBF.   For example, if you have a line like this:</p>
<table>
<tbody>
<tr>
<th>Name</th>
<th>Max Rate</th>
<th>MTR</th>
<th>MTBF</th>
</tr>
<tr>
<td>Filler</td>
<td>330 bpm</td>
<td>3 min</td>
<td>60 min</td>
</tr>
<tr>
<td>Buffer</td>
<td colspan="3">990 bottle capacity</td>
</tr>
<tr>
<td>Labeler</td>
<td>400 bpm</td>
<td>? min</td>
<td>? min</td>
</tr>
</tbody>
</table>
<p>Your labeler must have a MTR of 3 minutes or less and an MTBF of 9.9 minutes or more, giving us a minimum labeler efficiency of 77%.  So what if I decrease my max rate in an effort to improve efficiency?</p>
<table>
<tbody>
<tr>
<th>Name</th>
<th>Max Rate</th>
<th>MTR</th>
<th>MTBF</th>
</tr>
<tr>
<td>Filler</td>
<td>330 bpm</td>
<td>3 min</td>
<td>60 min</td>
</tr>
<tr>
<td>Buffer</td>
<td colspan="3">990 bottle capacity</td>
</tr>
<tr>
<td>Labeler</td>
<td>380 bpm</td>
<td>? min</td>
<td>? min</td>
</tr>
</tbody>
</table>
<p>My minimum required MTR is the same since I&#8217;m still filling the buffer at 330 bpm, but my minimum required MTBF is now 19.8 minutes.  This gives us a way to measure whether the decrease in rate has affected throughput.  My labeler efficiency must now remain above 87% (19.8 / (3+19.8)) to keep the filler running and maintain throughput.<br />
<div id="attachment_1174" class="wp-caption aligncenter" style="width: 414px"><a href="http://www.garvey.com/wp-content/uploads/2010/08/labeler-mtbf-efficiency.png"><img src="http://www.garvey.com/wp-content/uploads/2010/08/labeler-mtbf-efficiency.png" alt="" title="labeler-mtbf-efficiency" width="404" height="261" class="size-full wp-image-1174" /></a><p class="wp-caption-text">As the labeler slows down, its efficiency must go up to maintain throughput for the packaging line.</p></div></p>
<p>The formula can even more simply be expressed like this:</p>
<blockquote><p> e = (Fr / Lr)</p></blockquote>
<p>Where e = the minimum efficiency needed to maintain throughput<br />
Fr = the max rate of the constraint<br />
Lr = the max rate of the machine in question</p>
<p>If I run the labeler at 400 bpm I need to maintain a labeler efficiency of 77%.  If I run it at 380bpm, I must maintain an efficiency of 87%.  So if slowing the max rate of the labeler resulted in improving the efficiency from under 77% to something over 87%, then yes it will have improved throughput.  If they were already running above 77% prior to the rate change, then throughput will be unchanged.  If efficiency is under 87% after the rate change, then throughput will decrease.  </p>
<p>In practice you have to find the right balance between rate and efficiency.  It may be tremendously more difficult to maintain 87% than 77%, due to inconsistent materials or operator error.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.garvey.com/2010/08/can-slowing-down-create-higher-efficiency/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Business Books You Have to Read</title>
		<link>http://www.garvey.com/2010/07/business-books-you-have-to-read/</link>
		<comments>http://www.garvey.com/2010/07/business-books-you-have-to-read/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 15:38:05 +0000</pubDate>
		<dc:creator>Ben Garvey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://www.garvey.com/?p=1159</guid>
		<description><![CDATA[Business books come in three types: Great, bad, and awful. Here are my favorites. The Goal by Eli Goldratt: Classic novel about the theory of constraints. I didn&#8217;t understand my job until I read this book. Getting Things Done by David Allen: Read this book if you want to complete projects that have been lingering [...]]]></description>
			<content:encoded><![CDATA[<p>Business books come in three types:  Great, bad, and awful.  Here are my favorites.</p>
<div id="attachment_1160" class="wp-caption alignleft" style="width: 125px"><a href="http://www.garvey.com/wp-content/uploads/2010/07/thegoal.jpg"><img class="size-full wp-image-1160" title="TheGoal" src="http://www.garvey.com/wp-content/uploads/2010/07/thegoal.jpg" alt="TheGoal" width="115" height="115" /></a><p class="wp-caption-text">The Goal by Eli Goldratt</p></div>
<p><a href="http://www.amazon.com/Goal-Process-Ongoing-Improvement/dp/0884270610">The Goal</a> by<strong> Eli Goldratt</strong>:  Classic novel about the theory of constraints.  I didn&#8217;t understand my job until I read this book.</p>
<p><a href="http://www.amazon.com/Getting-Things-Done-Stress-Free-Productivity/dp/0142000280">Getting Things Done</a> by <strong>David Allen</strong>:  Read this book if you want to complete projects that have been lingering for years and be productive despite everyday distractions.  Can&#8217;t recommend it enough.</p>
<p><a href="http://www.amazon.com/Visual-Display-Quantitative-Information-2nd/dp/0961392142/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1278515245&amp;sr=1-1">The Visual Display of Quantitative Information</a> by <strong>Edward Tufte</strong>:  There&#8217;s a science to making great charts and graphs and this is the textbook.  If you make charts for your job, you absolutely have to read this.  See our <a href="http://www.garvey.com/2010/01/beautiful-charts-courtesy-of-ed-tufte/">results</a>.</p>
<p><a href="http://www.amazon.com/Priceless-Myth-Fair-Value-Advantage/dp/080909469X">Priceless</a> by <strong>William Poundstone</strong>:  Before switching to Computer Science I toyed with being an Economics major in college.  It&#8217;s a fascinating science and helps explain many things in the world.  This book helped me understand that when it comes to price, throw economics out the window because psychology is everything.</p>
<p><a href="http://www.amazon.com/Long-Tail-Revised-Updated-Business/dp/1401309666/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1278515666&amp;sr=1-2">The Long Tail</a> by <strong>Chris Anderson</strong>:  20th century mass market products were about producing hits.  Distribution and production costs have sunk so low, it&#8217;s now about producing anything for anyone.  Does this book apply to our business?  The constant stream of custom quote requests says yes.</p>
<p><a href="http://www.amazon.com/Toyota-Way-Jeffrey-Liker/dp/0071392319/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1278516130&amp;sr=1-1">The Toyota Way</a> by <strong>Jeffery Liker</strong>:  The Toyota Production system changed world wide manufacturing and this is probably the best written example of what it is.</p>
<p><a href="http://www.amazon.com/Wisdom-Crowds-James-Surowiecki/dp/0385721706/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1278516201&amp;sr=1-1">The Wisdom of Crowds</a> by <strong>James Surowieki</strong>:  Polls are almost always right and committees are usually wrong.  This book explains why.</p>
<p><a href="http://www.amazon.com/Rework-Jason-Fried/dp/0307463745/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1278516349&amp;sr=1-1">Rework</a> by <strong>Jason Fried and David Heinemeier Hansson</strong>:  A takedown of standard business practices and ideas for new companies.</p>
<p>Any suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.garvey.com/2010/07/business-books-you-have-to-read/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Social Media Support at Pack Expo</title>
		<link>http://www.garvey.com/2010/06/social-media-support-at-pack-expo/</link>
		<comments>http://www.garvey.com/2010/06/social-media-support-at-pack-expo/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 19:47:06 +0000</pubDate>
		<dc:creator>Ben Garvey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[pack expo]]></category>
		<category><![CDATA[pmmi]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[trade shows]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://www.garvey.com/?p=1148</guid>
		<description><![CDATA[We have a Garvey twitter account, but I mostly use it for internal communications (read this for an explanation). I spend much more time and effort on my personal twitter account trying to engage customers and the industry right along side friends and strangers. I think the only way social media can benefit our business [...]]]></description>
			<content:encoded><![CDATA[<p>We have a <a href="http://twitter.com/garveycorp">Garvey twitter account</a>, but I mostly use it for internal communications (read <a href="http://www.bengarvey.com/2009/11/b2b-social-marketing-what-to-do-when-your-customer-isnt-a-person/">this</a> for an explanation).  I spend much more time and effort on my <a href="http://twitter.com/bengarvey">personal twitter account</a> trying to engage customers and the industry right along side friends and strangers.  I think the only way social media can benefit our business is by participating as a human being and not a company.  PMMI&#8217;s Michael Hess put together this video to show how they&#8217;re utilizing social media and enhancing our own social media efforts.</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/07QBCbCV4sw&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/07QBCbCV4sw&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<p>So far Twitter has been a fun distraction during the show and has gotten us some free press as an early adopter.  It will be interesting to see how it will be used during Pack Expo in Chicago this year.</p>
<p>The best social media mavens aren&#8217;t robots spouting their company press releases.  They post about whatever interests them and occasionally comment on industry news and events.  It should go without saying that their posts may not always represent the views of their respective companies, but I&#8217;ll say it anyway.  Here are some great industry tweeters:</p>
<p><a href="http://twitter.com/pmmiorg">PMMI</a><br />
<a href="http://twitter.com/packagingdiva">The Packaging Diva</a><br />
<a href="http://twitter.com/jakegarvey">Jake Garvey</a>, Garvey Corporation<br />
<a href="http://twitter.com/msenske">Michael Senske</a>, Pearson Packaging<br />
<a href="http://twitter.com/MRC58">Mike Collins</a>, Federal Mfg Co.<br />
<a href="http://twitter.com/wrapsustainably">Kate Putnam</a>, Package Machinery Company<br />
<a href="http://twitter.com/sfwindham">Steve Windham</a>, Omron<br />
<a href="http://twitter.com/mostertag">Marc Ostertag</a>, B&#038;R Automation</p>
<p>My entire <a href="http://twitter.com/bengarvey/packaging">packaging list.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.garvey.com/2010/06/social-media-support-at-pack-expo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dry Lube Cage Match</title>
		<link>http://www.garvey.com/2010/04/dry-lube-comparison/</link>
		<comments>http://www.garvey.com/2010/04/dry-lube-comparison/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 18:06:06 +0000</pubDate>
		<dc:creator>Ben Garvey</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.garvey.com/?p=1085</guid>
		<description><![CDATA[Which dry lubrication is the best? Traditionally, beverage bottlers lubricate their conveyors with soap and water systems to prevent bottles from tipping over and extend the life of their wearstrips. With an eye on cost savings and sustainability, bottlers have been replacing these systems with &#8220;dry&#8221; lubricants that perform the same function, saving a tremendous [...]]]></description>
			<content:encoded><![CDATA[<p>Which dry lubrication is the best?</p>
<p>Traditionally, beverage bottlers lubricate their conveyors with soap and water systems to prevent bottles from tipping over and extend the life of their wearstrips.  With an eye on cost savings and sustainability, bottlers have been replacing these systems with &#8220;dry&#8221; lubricants that perform the same function, saving a tremendous amount of water.  Most dry lubricants used for bottling aren&#8217;t actually dry, but are highly concentrated and stay on the chain surface for long periods of time. All of them were pretty good, and most dry lubricants even outperform soap and water lubes by a significant margin.</p>
<p><a href="http://www.garvey.com/wp-content/uploads/2010/04/winebottles.png"><img class="aligncenter size-full wp-image-1120" title="winebottles" src="http://www.garvey.com/wp-content/uploads/2010/04/winebottles.png" alt="" width="509" height="218" /></a></p>
<p>We&#8217;ve done a side by side comparison of several commercially available dry lubes with an eye on two factors:</p>
<p><strong>1.  How much do they reduce the friction between the conveyor and the product?</strong><br />
<strong>2.  How clean is the lubrication?  How much build of gunk and dirt do we see over time?</strong></p>
<p>We&#8217;ve ranked six dry lube brands by this criteria and here are the results.</p>
<p><strong>Friction Reduction Ranking</strong></p>
<ol>
<li><a href="https://floridachem.secureserverdot.com/engproductpage.php?EngISValue=118">ICC&#8217;s Dry Traxx</a></li>
<li><a href="http://www.johnsondiversey.com/Cultures/en-GB/OpCo/Products+and+Systems/Categories/PET+Dry+Lube.htm?MSCSProfile=DCCDF22EB27065BEE2D54AD9490151DFFE6C9E0489B8B92D5E79E72100634FD3EE2108A4F3B09454BA3C459A50C80BED8F93764B7377B74E15878B1E888EE127C6EA56D8EED8289CD0753A382E2D0F8EE339B53F27C968A5D20457120FF1E8BBFFA98F9FC91C930BE90E5BAC63B825D03C32549BF401357BB7AA51F4434FDC5E&amp;UserPref=culture^en-GB">Johnson Diversey&#8217;s Dry Tech V</a></li>
<li><a href="http://www.hartnesssustainability.com/DCL.html">Hartness DCL</a></li>
<li><a href="http://drylube.co.uk/product.php">Drylube.co.uk</a></li>
<li><a href="http://www.ecolab.com/Europe/Businesses/Food_and_Beverage/Flow/dryexx.asp">Ecolabs DryExx</a></li>
<li><a href="http://www.skf.com/portal/skf/home/industries?contentId=875056">SKF</a></li>
<li>No lube (control group)</li>
</ol>
<div id="attachment_1139" class="wp-caption aligncenter" style="width: 413px"><a href="http://www.garvey.com/wp-content/uploads/2010/04/lubetest.png"><img class="size-full wp-image-1139 " title="lubetest" src="http://www.garvey.com/wp-content/uploads/2010/04/lubetest.png" alt="" width="403" height="227" /></a><p class="wp-caption-text">Head to head lube test conveyor</p></div>
<p>Our testing methodology was simple.  We created a multi-lane conveyor that we could raise up on one side, which created an incline.  We slowly lifted one side of the conveyor and saw which of the products started sliding back first.   Here are some important notes we took from our comparison:</p>
<ol>
<li>For this test we used PET beverage bottles.</li>
<li>PTFE based lubricants (ICC, Johnson Diversey, and Hartness) strongly outperformed the silicone based lubes in reducing the friction between conveyor chain and PET bottles</li>
<li>The conveyor chains used in the test were Rexnord Platinum Series (PS) 770.</li>
<li>The tests were conducted over 110 minutes of run time</li>
<li>3ml of each lubrication was used on each chain.</li>
<li>Three separate tests were performed</li>
</ol>
<p><strong>Sanitation Ranking</strong></p>
<ol>
<li><a href="http://drylube.co.uk/product.php">Drylube.co.uk</a></li>
<li><a href="http://www.ecolab.com/Europe/Businesses/Food_and_Beverage/Flow/dryexx.asp">Ecolabs DryExx</a></li>
<li><a href="https://floridachem.secureserverdot.com/engproductpage.php?EngISValue=118">ICC&#8217;s Dry Traxx</a></li>
<li><a href="http://www.johnsondiversey.com/Cultures/en-GB/OpCo/Products+and+Systems/Categories/PET+Dry+Lube.htm?MSCSProfile=DCCDF22EB27065BEE2D54AD9490151DFFE6C9E0489B8B92D5E79E72100634FD3EE2108A4F3B09454BA3C459A50C80BED8F93764B7377B74E15878B1E888EE127C6EA56D8EED8289CD0753A382E2D0F8EE339B53F27C968A5D20457120FF1E8BBFFA98F9FC91C930BE90E5BAC63B825D03C32549BF401357BB7AA51F4434FDC5E&amp;UserPref=culture^en-GB">Johnson Diversey&#8217;s Dry Tech V</a></li>
<li><a href="http://www.hartnesssustainability.com/DCL.html">Hartness DCL</a></li>
<li><a href="http://www.skf.com/portal/skf/home/industries?contentId=875056">SKF</a></li>
</ol>
<p>When looking at sanitation issues, we looked for what the chain and product looked like after a few hours of run time.   Was there dust or dirt build up?  Did we see any waxy or gooey build up in the knuckles of the chain?  Here are some notes we took from the cleanliness comparison.</p>
<ol>
<li>Drylube.co.uk, EcoLabs, and ICC strongly outperformed the others in this category.</li>
<li>The EcoLabs and DryLube.co.uk lubrication may have completely dried off during the 110 minute test.</li>
</ol>
<div id="attachment_1130" class="wp-caption aligncenter" style="width: 258px"><a href="https://floridachem.secureserverdot.com/engproductpage.php?EngISValue=118"><img class="size-full wp-image-1130" title="ICC's Dry Traxx RTU is our recommended dry lubrication" src="http://www.garvey.com/wp-content/uploads/2010/04/logo-icc-nuevo1.jpg" alt="" width="248" height="122" /></a><p class="wp-caption-text">ICC&#39;s Dry Traxx RTU is our recommended dry lubrication</p></div>
<p>We hope this comparison helps your company make their decision about which lubrication is best for you.  Out of all the lubrications we&#8217;ve seen, we recommend <a href="https://floridachem.secureserverdot.com/engproductpage.php?EngISValue=118">ICC&#8217;s Dry Traxx RTU</a>.  It&#8217;s the best balance of performance and cleanliness and it&#8217;s also rated H1 and H2 for food contact.</p>
<p>For additional questions about dry lube or for a quote on a dry lube application system for a new or existing conveyor system, <a href="http://www.garvey.com/contact-us/">contact us today</a>.  All we need to know is the number of lubrication points.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.garvey.com/2010/04/dry-lube-comparison/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Interphex 2010 Booth #2360</title>
		<link>http://www.garvey.com/2010/04/interphex-2010-booth-2360/</link>
		<comments>http://www.garvey.com/2010/04/interphex-2010-booth-2360/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 13:38:07 +0000</pubDate>
		<dc:creator>Ben Garvey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[News and Events]]></category>
		<category><![CDATA[interphex]]></category>
		<category><![CDATA[New York]]></category>
		<category><![CDATA[pharma]]></category>
		<category><![CDATA[pharmaceutical]]></category>
		<category><![CDATA[trade show]]></category>
		<category><![CDATA[vials]]></category>

		<guid isPermaLink="false">http://www.garvey.com/?p=1116</guid>
		<description><![CDATA[Join us at Interphex in New York City April 20-22 at the Jacob Javits Convention Center.  We&#8217;ll be showing off our Infinity Rx vial handling technology where we can accumulate and single file the tiniest of vials.]]></description>
			<content:encoded><![CDATA[<p>Join us at Interphex in New York City April 20-22 at the Jacob Javits Convention Center.  We&#8217;ll be showing off our Infinity Rx vial handling technology where we can accumulate and single file the tiniest of vials.<br />
<!--<br />
function MM_swapImgRestore() { //v3.0<br />
var i,x,a=document.MM_sr; for(i=0;a&#038;&#038;i<a.length&#038;&#038;(x=a[i])&#038;&#038;x.oSrc;i++) x.src=x.oSrc;<br />
}<br />
function MM_preloadImages() { //v3.0<br />
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();<br />
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&#038;&#038;parent.frames.length) {<br />
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}<br />
if(!(x=d[n])&#038;&#038;d.all) x=d.all[n]; for (i=0;!x&#038;&#038;i<d.forms.length;i++) x=d.forms[i][n];<br />
for(i=0;!x&#038;&#038;d.layers&#038;&#038;i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);<br />
if(!x &#038;&#038; d.getElementById) x=d.getElementById(n); return x;<br />
}</p>
<p>function MM_swapImage() { //v3.0<br />
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--></p>
<p style="text-align: left;"><object id="Flash_Video_Player" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="flashvars" value="configSource=http://www.garvey.com/config/infinityrx_config.xml" /><param name="scale" value="noscale" /><param name="salign" value="lt" /><param name="swfversion" value="9.0.45.0" /><param name="src" value="http://www.garvey.com/FlashPlayer.swf" /><embed id="Flash_Video_Player" type="application/x-shockwave-flash" width="500" height="300" src="http://www.garvey.com/FlashPlayer.swf" swfversion="9.0.45.0" salign="lt" scale="noscale" flashvars="configSource=http://www.garvey.com/config/infinityrx_config.xml" wmode="transparent" quality="high"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.garvey.com/2010/04/interphex-2010-booth-2360/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conveyor Speed Calculation</title>
		<link>http://www.garvey.com/2010/04/conveyor-speed-calculation/</link>
		<comments>http://www.garvey.com/2010/04/conveyor-speed-calculation/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 18:34:40 +0000</pubDate>
		<dc:creator>Ben Garvey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[controls]]></category>
		<category><![CDATA[conveyor]]></category>
		<category><![CDATA[hz]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[speeds]]></category>
		<category><![CDATA[vfd]]></category>

		<guid isPermaLink="false">http://www.garvey.com/?p=1087</guid>
		<description><![CDATA[We are often asked for recommended speed settings for our conveyors and accumulation tables. Here are some handy formulas to use for converting product rates to chain speeds and the frequencies of the variable frequency drives (VFDs) that power them. This formula converts products per minute (ppm) to feet per minute (fpm) for a simple [...]]]></description>
			<content:encoded><![CDATA[<p>We are often asked for recommended speed settings for our conveyors and accumulation tables.  Here are some handy formulas to use for converting product rates to chain speeds and the frequencies of the variable frequency drives (VFDs) that power them.</p>
<p>This formula converts products per minute (ppm) to feet per minute (fpm) for a simple conveyor:</p>
<p><code>d * r * 1.1 = c</code></p>
<p>d = Product diameter (ft)<br />
r = Desired product rate (products per minute)<br />
c = Conveyor speed (fpm)</p>
<p>The 1.1 modifier is to overcome a shallow angle in a side transfer from one conveyor to the next.  This may be more or less depending on the angle and the type of the transfer.</p>
<p>This formula converts products per minute (ppm) to feet per minute (fpm) for <a href="http://www.garvey.com/2009/07/bi-flo-accumulator/">Bi Flo Accumulation tables</a> and <a href="http://www.garvey.com/2009/07/infinity-accumulator/">Infinity Accumulation tables</a>:</p>
<p><code>d * r * 1.5 = Bc<br />
d * r * 1.25 = Ic</code></p>
<p>Bc = Bi Flo conveyor speed (fpm)<br />
Ic = Infinity conveyor speed (fpm)</p>
<p>The modifiers (1.5 and 1.25) may vary depending on how steep the outfeed guides are, but these are the most common starting points.</p>
<div id="attachment_1095" class="wp-caption aligncenter" style="width: 490px"><a href="http://www.garvey.com/wp-content/uploads/2010/04/shaftmount.jpg"><img class="size-medium wp-image-1095 " title="shaftmount" src="http://www.garvey.com/wp-content/uploads/2010/04/shaftmount-600x450.jpg" alt="" width="480" height="360" /></a><p class="wp-caption-text">Shaft mounted gear reducers.  That's me on the right.</p></div>
<p>There are a lot more variables to consider when converting the speed of a conveyor to the Hertz on a VFD.  You need to calculate the revolutions per minute of the drive shaft.  Sometimes this is given on the faceplate of the gearmotor as &#8220;Out RPMs&#8221; or &#8220;Shaft RPMs.&#8221;  If not, the gearbox will have a ratio on it (10:1, 20:1, 60:1, etc.) and the motor will list how many RPMs it makes at its standard voltage (typically 60Hz).  The conveyor pitch is the length of each link in the modular belt that engages one tooth of the drive sprocket.  If the gearbox is mounted right on the drive shaft, it is called a shaft mounted motor and there is only one point of reduction.  If there is a drive chain between the gearbox and the conveyor drive shaft (base mounted motor), there is an additional point of gear reduction in the ratio of the drive and driven sprockets on the drive chain:</p>
<p><code>60 * ( s / ( (p * t * v) )) = h<br />
m / g / b = v<br />
</code></p>
<p>s = Conveyor speed (fpm)<br />
p = Conveyor chain pitch<br />
t = Teeth of the conveyor drive sprocket<br />
v = Conveyor drift shaft RPMs at 60Hz<br />
h = Frequency of VFD at desired conveyor speed (Hz)<br />
m = Motor RPMs at 60Hz<br />
g = Gearbox ratio<br />
b = Ratio of drive to driven sprockets on base mounted systems</p>
<div id="attachment_1096" class="wp-caption aligncenter" style="width: 477px"><a href="http://www.garvey.com/wp-content/uploads/2010/04/basemount.jpg"><img class="size-full wp-image-1096" title="basemount" src="http://www.garvey.com/wp-content/uploads/2010/04/basemount.jpg" alt="" width="467" height="350" /></a><p class="wp-caption-text">Basemounted drive system.  The motor is mounted underneath and the drive chain is covered by the rounded guard on the left.</p></div>
<p><strong>For example:</strong><br />
Desired conveyor speed:  84fpm<br />
Chain pitch:  1.5&#8243;<br />
# of teeth on conveyor drive sprocket:  16<br />
Motor RPMs at 60Hz:  1700<br />
Gearbox ratio:  30:1<br />
Drive sprocket for base mount:  20 teeth<br />
Driven sprocket for base mount:  24 teeth</p>
<p><code>(84 / ( (1.5" / 12") * 16 * (1700 / 30 / (24/20) ) ) * 60 = 53.3 Hz</code></p>
<div id="attachment_1099" class="wp-caption aligncenter" style="width: 370px"><a href="http://www.garvey.com/wp-content/uploads/2010/04/vfd1.jpg"><img class="size-medium wp-image-1099 " title="vfd" src="http://www.garvey.com/wp-content/uploads/2010/04/vfd1-600x450.jpg" alt="" width="360" height="270" /></a><p class="wp-caption-text">Variable Frequency Drives (VFDs) control the frequency of the power being sent to the motor.  This allows a control system to change the conveyor speeds based on line conditions.</p></div>
<p>So to get REALLY crazy and go all the way from product rate to the frequency coming out of the VFD, we use this for an Infinity Accumulation table:<br />
<code>60 * ((d * 1.25) / ( (p * t * (m / g / b) ) )) = h</code></p>
<p>Bi Flo Accumulation table:<br />
<code>60 * ((d * 1.5) / ( (p * t * (m / g / b) ) )) = h</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.garvey.com/2010/04/conveyor-speed-calculation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accumulation Tables in a Puck Line</title>
		<link>http://www.garvey.com/2010/03/accumulation-tables-in-a-puck-line/</link>
		<comments>http://www.garvey.com/2010/03/accumulation-tables-in-a-puck-line/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:46:07 +0000</pubDate>
		<dc:creator>Ben Garvey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[line analysis]]></category>
		<category><![CDATA[machines]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[pucks]]></category>

		<guid isPermaLink="false">http://www.garvey.com/?p=1056</guid>
		<description><![CDATA[In our previous line analysis examples we looked at a linear packaging line and another with multiple paths. Today we&#8217;re looking at a puck system. A puck system is used to move unstable products through a packaging line. They&#8217;re popular in the cosmetics and personal care industries and can be purchased from a number of [...]]]></description>
			<content:encoded><![CDATA[<p>In our previous line analysis examples we looked at a <a href="http://www.garvey.com/2009/11/packaging-throughput-example/">linear packaging line</a> and <a href="http://www.garvey.com/2009/12/non-linear-throughput-analysis-of-a-packaging-line/">another with multiple paths</a>.  Today we&#8217;re looking at a puck system.</p>
<p><a href="http://www.adv-puck.com"><img src="http://www.garvey.com/wp-content/uploads/2010/03/labeling-puck_cropped.jpg" alt="" title="labeling-puck_cropped" width="165" height="211" class="aligncenter size-full wp-image-1070" /></a></p>
<p>A puck system is used to move unstable products through a packaging line.  They&#8217;re popular in the cosmetics and personal care industries and can be purchased from a number of vendors such as <a href="http://www.adv-puck.com">Advantage Puck</a>.   The pucks and the products are separated at the end of the line and the pucks must be conveyed and reintroduced back to the beginning.  A puck system provides a unique challenge for our line analysis calculation because stoppages in the line affect the flow of pucks upstream and downstream simultaneously.</p>
<p>Let&#8217;s look at a simple example of three machines.</p>
<div id="attachment_1058" class="wp-caption aligncenter" style="width: 581px"><a href="http://www.garvey.com/wp-content/uploads/2010/03/puck-packaging-line-1.png"><img class="size-full wp-image-1058" title="puck-packaging-line-1" src="http://www.garvey.com/wp-content/uploads/2010/03/puck-packaging-line-1.png" alt="Three machines in a packaging line using pucks " width="571" height="151" /></a><p class="wp-caption-text">Three machines in a packaging line with a puck return system.</p></div>
<p>Like any normal packaging line, this line has a constraint.  Machine A runs at 300 products per minute (ppm) and the line can&#8217;t go any faster than that.  Machine B accepts products from Machine A and sends them to Machine C.  Machine C performs some sort of operation on the product, removes the product from the puck, and returns the empty back back to Machine A.  If any machine malfunctions, all other machines must also shut down.  Normally we can add an accumulation to help protect the constraint from the downtimes on other machines like this:</p>
<div id="attachment_1059" class="wp-caption aligncenter" style="width: 581px"><a href="http://www.garvey.com/wp-content/uploads/2010/03/puck-packaging-line-2.png"><img class="size-full wp-image-1059" title="puck-packaging-line-2" src="http://www.garvey.com/wp-content/uploads/2010/03/puck-packaging-line-2.png" alt="We added an accumulation table between Machines A and B." width="571" height="151" /></a><p class="wp-caption-text">We added an accumulation table between Machines A and B to improve throughput, but does it help?</p></div>
<p>Unfortunately, Machine A requires a steady stream of empty pucks from Machine C to run.  Downtimes on Machines B and C interrupt this stream, so despite having an accumulator downstream to allow A to keep running, line production shuts down anyway.</p>
<div id="attachment_1061" class="wp-caption aligncenter" style="width: 571px"><a href="http://www.garvey.com/wp-content/uploads/2010/03/puck-packaging-line-4.png"><img class="size-full wp-image-1061" title="puck-packaging-line-4" src="http://www.garvey.com/wp-content/uploads/2010/03/puck-packaging-line-4.png" alt="Downtime on Machine C cuts off the flow of empty pucks to Machine A, shutting down the whole line." width="561" height="152" /></a><p class="wp-caption-text">Downtime on Machine C cuts off the flow of empty pucks to Machine A, shutting down the whole line.</p></div>
<div id="attachment_1062" class="wp-caption aligncenter" style="width: 556px"><a href="http://www.garvey.com/wp-content/uploads/2010/03/puck-packaging-line-5.png"><img class="size-full wp-image-1062" title="puck-packaging-line-5" src="http://www.garvey.com/wp-content/uploads/2010/03/puck-packaging-line-5.png" alt="The same thing happens for downtime on Machine B." width="546" height="156" /></a><p class="wp-caption-text">The same thing happens for downtime on Machine B.</p></div>
<p>We solve this problem by placing a second buffer upstream from the constraint in the empty puck return conveyor.</p>
<div id="attachment_1063" class="wp-caption aligncenter" style="width: 563px"><a href="http://www.garvey.com/wp-content/uploads/2010/03/puck-packaging-line-6.png"><img class="size-full wp-image-1063" title="puck-packaging-line-6" src="http://www.garvey.com/wp-content/uploads/2010/03/puck-packaging-line-6.png" alt="A second accumulator primed with empty pucks will allow the constraint to keep running. " width="553" height="155" /></a><p class="wp-caption-text">A second accumulator primed with empty pucks will allow the constraint to keep running.</p></div>
<p>If we have downtime on B or C, the second accumulator that was pre-primed with empty pucks will start emptying out and the original accumulation table will start to fill up at a rate of 300ppm.  If the malfunctions on B or C are corrected before these tables empty out or fill up, then no production has been lost and throughput has been increased.</p>
<div id="attachment_1065" class="wp-caption aligncenter" style="width: 563px"><a href="http://www.garvey.com/wp-content/uploads/2010/03/puck-packaging-line-71.png"><img class="size-full wp-image-1065" title="puck-packaging-line-7" src="http://www.garvey.com/wp-content/uploads/2010/03/puck-packaging-line-71.png" alt="if B or C malfunctions, the first accumulator starts to fill up and the second starts to empty out, but the important thing is that Machine A keeps going." width="553" height="155" /></a><p class="wp-caption-text">If B or C malfunctions, the first accumulator starts to fill up and the second starts to empty out, but the important thing is that Machine A keeps going.</p></div>
<p>Some important notes and questions:</p>
<p><strong>How big should the accumulation tables be?</strong><br />
Both tables should hold enough products to handle the longest average repair time of any non-constraint machine, plus the number of pucks in transit.</p>
<p><strong>Do the tables have to be the same size?</strong><br />
If you have two tables, they must be the same size because they are emptying out and filling up at the same time.</p>
<p><strong>Does the second accumulator have to be in the empty puck return section?</strong><br />
No, but for the majority of cases it is the best place.  Otherwise you will have to remove all the empty pucks from the system at the end of a shift or allow empty pucks to pass through machines without products in them.  It makes sense from throughput standpoint and an operations perspective to accumulate all the empty pucks on accumulator 2 at the end of the shift.</p>
<p><strong>How many pucks should I put on the system?</strong><br />
Fill the accumulation table prior to Machine A with empty pucks and don&#8217;t put any more on.  Adding more pucks will decrease the line&#8217;s throughput.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.garvey.com/2010/03/accumulation-tables-in-a-puck-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Innovative Sustainable Beverage Packaging</title>
		<link>http://www.garvey.com/2010/02/innovative-sustainable-beverage-packaging/</link>
		<comments>http://www.garvey.com/2010/02/innovative-sustainable-beverage-packaging/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 19:56:49 +0000</pubDate>
		<dc:creator>Ben Garvey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bag]]></category>
		<category><![CDATA[bottle]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[plastic]]></category>
		<category><![CDATA[sustainability]]></category>

		<guid isPermaLink="false">http://www.garvey.com/?p=992</guid>
		<description><![CDATA[A bag in a bottle? This should have been the cover story for this month&#8217;s Packaging Digest. The debate about which packaging strikes the greatest balance between environmental concerns and customer convenience got more interesting with Ecologic&#8217;s bag/bottle hybrid. “In principal, Ecologic is a bag-in-bottle with the consumer interface being almost identical to standard packaging,” [...]]]></description>
			<content:encoded><![CDATA[<p>A bag in a bottle?  This <a href="http://www.packagingdigest.com/article/447100-Hybrid_trend_hits_milk_bottling.php">should have been</a> the cover story for this month&#8217;s Packaging Digest.  The debate about which packaging strikes the greatest balance between environmental concerns and customer convenience got more interesting with Ecologic&#8217;s bag/bottle hybrid.<br />
<div id="attachment_993" class="wp-caption aligncenter" style="width: 332px"><a href="http://www.garvey.com/2010/02/innovative-sustainable-beverage-packaging/248543-straus_pouch_in_bottle_test_packaging/" rel="attachment wp-att-993"><img src="http://www.garvey.com/wp-content/uploads/2010/02/248543-Straus_pouch_in_bottle_test_packaging.jpg" alt="" title="248543-Straus_pouch_in_bottle_test_packaging" width="322" height="533" class="size-full wp-image-993" /></a><p class="wp-caption-text">A plastic bag inside a paper bottle</p></div></p>
<blockquote><p>“In principal, Ecologic is a bag-in-bottle with the consumer interface being almost identical to standard packaging,” says Julie Corbett, founder and CEO of Ecologic Brands, Inc. “The Ecologic bottle offers enhanced functionality [over bag-in-box formats] as it is easier to pour, hold and grip.”</p></blockquote>
<p>The bottle is a biodegradable, paper-based, rigid container that houses a plastic bag inside.  Once in a landfill the paper container breaks down quickly leaving the much smaller plastic bag.  What I love about this packaging is that it addresses some of the concerns that bottlers and machinery manufacturers have had for years in that weaker and/or flexible packaging reduces the ability to fill, pack, and ship the products efficiently, requiring more overall energy usage on packaging lines.  I haven&#8217;t seen any of these bottles yet in person, but if this trend continues I think it could eventually see widespread adoption.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.garvey.com/2010/02/innovative-sustainable-beverage-packaging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Westpack #4913</title>
		<link>http://www.garvey.com/2010/02/westpack-4913/</link>
		<comments>http://www.garvey.com/2010/02/westpack-4913/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 15:09:01 +0000</pubDate>
		<dc:creator>Ben Garvey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[shows]]></category>
		<category><![CDATA[westpack]]></category>

		<guid isPermaLink="false">http://www.garvey.com/?p=989</guid>
		<description><![CDATA[We&#8217;re exhibiting today at Westpack at the Anaheim, CA Cenvention Center, along with Package Devices. Stop by for a demonstration of our Infinity Rx Accumulation Table.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re exhibiting today at Westpack at the Anaheim, CA Cenvention Center, along with <a href="http://www.packagedevices.com/">Package Devices</a>.  Stop by for a demonstration of our Infinity Rx Accumulation Table.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.garvey.com/2010/02/westpack-4913/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beautiful Charts, Courtesy of Ed Tufte</title>
		<link>http://www.garvey.com/2010/01/beautiful-charts-courtesy-of-ed-tufte/</link>
		<comments>http://www.garvey.com/2010/01/beautiful-charts-courtesy-of-ed-tufte/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 21:18:37 +0000</pubDate>
		<dc:creator>Ben Garvey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[tufte]]></category>

		<guid isPermaLink="false">http://www.garvey.com/?p=975</guid>
		<description><![CDATA[This year for Christmas I received a fantastic book, The Visual Display of Quantitative Information by Edward Tufte. It reviews best practices for charts, graphs, and tables that opened my eyes to how data should be presented.  In it he discusses how to improve your data-ink ratio, eliminate chart junk, and tell how honest a [...]]]></description>
			<content:encoded><![CDATA[<p>This year for Christmas I received a fantastic book, <a href="http://www.amazon.com/Visual-Display-Quantitative-Information-2nd/dp/0961392142">The Visual Display of Quantitative Information</a> by <a href="http://www.edwardtufte.com">Edward Tufte</a>.  It reviews best practices for charts, graphs, and tables that opened my eyes to how data should be presented.  In it he discusses how to improve your data-ink ratio, eliminate <a href="http://en.wikipedia.org/wiki/Chartjunk">chart junk</a>, and tell how honest a chart is.  He also came up with an graphical invention called <a href="http://en.wikipedia.org/wiki/Sparklines">sparklines</a>, tiny graphs meant to be embedded into text and tables.  If you&#8217;re a chart nerd like I am, definitely check it out.</p>
<p>We keep track of the queue levels at every operation in our facility.  Here&#8217;s a good example of how we were able to reduce 12 charts down to three without losing any information.</p>
<div id="attachment_976" class="wp-caption aligncenter" style="width: 550px"><a rel="attachment wp-att-976" href="http://www.garvey.com/2010/01/beautiful-charts-courtesy-of-ed-tufte/charts_before/"><img class="size-medium wp-image-976 " title="charts_before" src="http://www.garvey.com/wp-content/uploads/2010/01/charts_before-600x450.jpg" alt="" width="540" height="405" /></a><p class="wp-caption-text">Before</p></div>
<div id="attachment_977" class="wp-caption aligncenter" style="width: 550px"><a rel="attachment wp-att-977" href="http://www.garvey.com/2010/01/beautiful-charts-courtesy-of-ed-tufte/charts_after/"><img class="size-medium wp-image-977 " title="charts_after" src="http://www.garvey.com/wp-content/uploads/2010/01/charts_after-600x450.jpg" alt="" width="540" height="405" /></a><p class="wp-caption-text">After</p></div>
<p>Big thanks to <a href="http://sparklines-excel.blogspot.com/">this nifty Excel AddIn</a> for getting Sparklines to work properly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.garvey.com/2010/01/beautiful-charts-courtesy-of-ed-tufte/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
