Difference between revisions of "Lube Machine At Bend Count"

From ATTWiki
Jump to: navigation, search
 
(Value)
 
(17 intermediate revisions by one user not shown)
Line 1: Line 1:
__toc__
+
[[image:cncbender_logo.jpg|400px]]
 +
__notoc__
 +
 
 +
<pre>Lube Machine At Bend Count</pre>
  
 
===What is It?===
 
===What is It?===
This property is a bend count that instructs [[CNC Processor]] to enable the machine lube event when the bend count reaches a preset value.
+
This is a property in the [[CNCProcessor.cfg]] file.  It is a bend count that instructs [[CNC Processor]] to enable the machine lube event when the bend count reaches a preset value.
  
 
===Value===
 
===Value===
Line 9: Line 12:
 
<pre>Lube Machine At Bend Count= 4000</pre>
 
<pre>Lube Machine At Bend Count= 4000</pre>
  
The value of 4000 in this example represents 4000 motions of the bend arm.  Therefore, the machine would be lubed about every 2000 bends using the 4000 count.
+
The value of 4000 in this example represents 4000 ''motions'' of the bend arm.  Therefore, the machine would be lubed about every 2000 bends using the 4000 count.
  
===Calculating the Value===
+
===Example for Calculating the Value: Lube Times Per Time Period===
 +
 
 +
For example, you could estimate the number of times the bender should lube per shift like this:
  
 
<ol>
 
<ol>
<li>Calculate the value by figuring how many bends you may produce in a shift.</li>
+
<li>Estimate the number of bends you produce in a shift</li>
 +
<li>Multiply the number of bends X 2 to get BEND ARM MOVES per shift</li>
 
<li>Determine how many times you want to lube the machine during a shift.</li>
 
<li>Determine how many times you want to lube the machine during a shift.</li>
<li>Multiply the number of bends X 2</li>
+
<li>Divide the BEND ARM MOVES with the number of machine lubes you would like per shift</li>
<li>Multiply that answer by the number of machine lubes you would like per shift</li>
+
 
</ol>
 
</ol>
  
--[[User:Mcone|Mcone]] 23:40, 19 July 2006 (EDT)
+
<pre>
 +
2000 bends per shift
 +
2000 x 2 = 4000 Bend Arm Moves
 +
 
 +
If you want to lube 3 times per shift, then...
 +
4000 bend arm moves / 3 times each shift =
 +
 
 +
Lube Machine At Bend Count= 1333
 +
</pre>
 +
 
 +
==Other Pages==
 +
*Back to [[CNC Bender Technical Notes]]
 +
*See [[Auto Lube]] for details on how to test the Auto Lube system
 +
*See [[Configuring Machine Lube Settings]]
 +
*See [[CNCProcessor.cfg]]

Latest revision as of 21:45, 28 January 2009

Cncbender logo.jpg


Lube Machine At Bend Count

What is It?

This is a property in the CNCProcessor.cfg file. It is a bend count that instructs CNC Processor to enable the machine lube event when the bend count reaches a preset value.

Value

The value is set from 1 to any value greater than 1 like this:

Lube Machine At Bend Count= 4000

The value of 4000 in this example represents 4000 motions of the bend arm. Therefore, the machine would be lubed about every 2000 bends using the 4000 count.

Example for Calculating the Value: Lube Times Per Time Period

For example, you could estimate the number of times the bender should lube per shift like this:

  1. Estimate the number of bends you produce in a shift
  2. Multiply the number of bends X 2 to get BEND ARM MOVES per shift
  3. Determine how many times you want to lube the machine during a shift.
  4. Divide the BEND ARM MOVES with the number of machine lubes you would like per shift
2000 bends per shift
2000 x 2 = 4000 Bend Arm Moves

If you want to lube 3 times per shift, then...
4000 bend arm moves / 3 times each shift =

Lube Machine At Bend Count= 1333

Other Pages