Difference between revisions of "Machine Lube Duration"

From ATTWiki
Jump to: navigation, search
m
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
__toc__
+
[[image:cncbender_logo.jpg|400px]]
 +
__notoc__
  
 
===What is It?===
 
===What is It?===
This is a property in the [[CNCProcessor.cfg]] file.  It is a millisecond duration value that instructs [[CNC Processor]] to enable the machine lube event when the bend count reaches a preset value for a programmed number of milliseconds.
+
This is a property in the [[CNCProcessor.cfg]] file.  It is a '''millisecond''' duration value that instructs [[CNC Processor]] to enable the machine lube event when the bend count reaches a preset value for a programmed number of milliseconds.
  
 
===Value===
 
===Value===
The value is set from 1 to any '''integer''' value greater than 1 like this:
+
A valid value is set from 1 to any '''integer''' value greater than 1 like this:
  
 
<pre>Machine Lube Duration= 5000</pre>
 
<pre>Machine Lube Duration= 5000</pre>
  
The value of 5000 in this example represents 5000 milliseconds of pulsinb the output for the auto lube.
+
The value of 5000 in this example represents 5000 milliseconds (5 seconds) of the machine lube output enabled during [[auto lube]].
 +
 
 +
 
 +
==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:13, 28 January 2009

Cncbender logo.jpg


What is It?

This is a property in the CNCProcessor.cfg file. It is a millisecond duration value that instructs CNC Processor to enable the machine lube event when the bend count reaches a preset value for a programmed number of milliseconds.

Value

A valid value is set from 1 to any integer value greater than 1 like this:

Machine Lube Duration= 5000

The value of 5000 in this example represents 5000 milliseconds (5 seconds) of the machine lube output enabled during auto lube.


Other Pages