Difference between revisions of "Lube Machine At Part Count"

From ATTWiki
Jump to: navigation, search
 
 
(7 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
''As of v10-20070711 (July 11, 2007), this property is obsolete and is no longer available.
 +
''
 
__toc__
 
__toc__
  
Line 13: Line 15:
 
===Alternative Properties===
 
===Alternative Properties===
  
 +
Two alternative properties are...
  
// How many accumulated parts run before
+
<ol>
// CNC Processor lubes the machine?
+
<li>Use Bend Count For Machine Lube</li>
Lube Machine At Part Count= 500
+
<li>Lube Machine At Bend Count</li>
Use Bend Count For Machine Lube= 1
+
</ol>
Lube Machine At Bend Count= 1000
+
 
+
 
+
// How many accumulated parts run before
+
// CNC Processor lubes the machine?
+
Lube Machine At Part Count= 100
+
 
+
 
+
[CIO]
+
CIO Name Of Input Clamp Die Close=Input_ClampIsClosed_Begin
+
CIO Name Of Input Pressure Die Home=Input_PressureDieIsHome_End
+
CIO Name Of Input Pressure Die Close=Input_PressureDieIsClosed_Begin
+
CIO Name Of Input Carriage Cross Slide Advance=Input_CarriageCrossSlideIsAdvanced_End
+
CIO Name Of Input Release  Button= Input_Release_Button_End
+
CIO Name Of Output Release Illuminate= Output_Release_Illuminate
+
CIO Name Of Boost Bottom Advance= Output_BoostBottom_Advance
+
CIO Name Of Boost Top Advance= Output_BoostTop_Advance
+
CIO Name Of Bend Positive= MOVE_BEND_POS_RELATIVE
+
CIO Name Of Output Machine Lube=Output_MachineLube_Repeat
+
 
+
 
+
[SOUND]
+
INIT=cncbender_initialized.wav
+
AE=all_axes_enabled.wav
+
AD=all_axes_disabled.wav
+
WRE=warning_range_error_encountered.wav
+
CH=cycle_hold.wav
+
CS=cycle_start.wav
+
MM=manual_mode.wav
+
SM=step_mode.wav
+
AM=auto_mode.wav
+
SMMF=switch_to_manual_mode_first.wav
+
 
+
[PRIORITY]
+
Master Loop Priority=10000
+
 
+
</pre>
+
 
+
 
+
Note that remarks may be added to the file with lines preceded by double forward slashes.
+
 
+
<pre>// How long does the machine loop output enable?</pre>
+
  
  
 +
If [[Use Bend Count For Machine Lube]] value is set to 0 then the Lube Machine At Part Count property will be used.  Set the [[Use Bend Count For Machine Lube]] property to equal 1 to set CNC Processor to use the "Lube Machine At Bend Count" property.<br>
 
<br>
 
<br>
 +
The [[Lube Machine At Bend Count]] property is used to set the bend count for machine lube.
  
===Properties Definition===
+
--[[User:Mcone|Mcone]] 23:30, 19 July 2006 (EDT)
Read about individual properties:<br>
+
[[Lube Machine At Part Count]]<br>
+
[[Use Bend Count For Machine Lube]]<br>
+
[[Lube Machine At Bend Count]]<br>
+
 
+
 
+
--[[User:Mcone|Mcone]] 23:18, 19 July 2006 (EDT)
+

Latest revision as of 01:16, 13 July 2007

As of v10-20070711 (July 11, 2007), this property is obsolete and is no longer available.

Contents


What is It?

This property allows CNC Processor to switch the mandrel lube output to ON after a pre-programmed number of parts have run.

Value

The value is set to milliseconds like this:

Lube Machine At Part Count= 500

In this case, the machine lube will activate after each 500 parts run on the machine.

Alternative Properties

Two alternative properties are...

  1. Use Bend Count For Machine Lube
  2. Lube Machine At Bend Count


If Use Bend Count For Machine Lube value is set to 0 then the Lube Machine At Part Count property will be used. Set the Use Bend Count For Machine Lube property to equal 1 to set CNC Processor to use the "Lube Machine At Bend Count" property.

The Lube Machine At Bend Count property is used to set the bend count for machine lube.

--Mcone 23:30, 19 July 2006 (EDT)