Difference between revisions of "Lube Machine At Bend Count"

From ATTWiki
Jump to: navigation, search
Line 1: Line 1:
 +
 +
[[image:cncbender_logo.jpg|400px]]
 +
__notoc__
 +
 
__toc__
 
__toc__
  
Line 31: Line 35:
  
  
--[[User:Mcone|Mcone]] 23:40, 19 July 2006 (EDT)
+
==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]]

Revision as of 21:13, 28 January 2009

Cncbender logo.jpg


Contents


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.

Calculating the Value

  1. Estimate the number of bends you may produce in a shift
  2. Multiply the number of bends X 2
  3. Determine how many times you want to lube the machine during a shift.
  4. Divide the ( Bends X 2 ) with the number of machine lubes you would like per shift
2000 bends per shift
2000 x 2 = 4000
Lube 3 times per shift, then...
4000 / 3 (times) = 1333 bends (out and back)

Lube Machine At Bend Count= 1333


Other Pages