Difference between revisions of "Configuring Machine Lube Settings"

From ATTWiki
Jump to: navigation, search
("Machine Lube" Section)
(Testing the Settings)
 
(43 intermediate revisions by one user not shown)
Line 1: Line 1:
The CNC Processor configuration file contains the values necessary to adjust the machine lube settings.
+
[[image:cncbender_logo.jpg|400px]]
 +
__toc__
  
==Where to find it in CNC Bender==
+
===In the [[CNCProcessor.cfg]] File===
The configuration is displayed in an editor in the Low Level menu, CNC Processor CFG tab.<br>
+
The [[CNCProcessor.cfg]] contains the property values that allow you adjust the Machine Lube setup in CNC Bender. For more about the config file, see [[CNCProcessor.cfg]].
<br>
+
[[image:cncbender_cncprocessor_config_file.jpg|600px]]
+
  
<br><br><br>
 
  
==Where to find it on the Hard Disk==
+
===Configuration Section: "Machine Lube"===
The file is available in the c:\cnc\config folder in the file "CNCProcessor.cfg".  A text editor can be used to change the file.  Only change the file this way when CNC Bender is closed.
+
The settings in this file are separated by sections with section names in square brackets.  This is an example:
 
+
<br><br><br>
+
 
+
=="Machine Lube" Section==
+
The settings in this file are separated by sections with section names in square brackets like this:
+
  
 
<pre>
 
<pre>
Line 24: Line 17:
 
</pre>
 
</pre>
  
The four values above control the machine lube features in CNC Bender.
+
The four values control the machine lube features in CNC Bender. Read about each of them here:
 +
 
 +
<table cellpadding=10>
 +
<tr>
 +
<td bgcolor="#abbad1">Feature</td>
 +
<td bgcolor="#e3e4f5">Read</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>Lube for how long?</td>
 +
<td>[[Machine Lube Duration]]</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>How many bends to the next lube?</td>
 +
<td>[[Lube Machine At Bend Count]]</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>Pulse the output?</td>
 +
<td>[[Pulse Machine Lube Pump]]</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>Keep going until the lube is complete?</td>
 +
<td>[[Watch For Machine Lube Complete Input]]</td>
 +
</tr>
 +
</table>
  
==Machine Lube Duration==
 
* Read how to set the [[Machine Lube Duration]]
 
  
==Lube Machine At Bend Count==
+
<br><br>
* Read how to set the [[Lube Machine At Bend Count]]
+
===Testing the Settings===
 +
See [[Auto Lube]] for testing the setup in CNC Bender.
  
==Pulse Machine Lube Pump==
 
* Read how to set the [[Pulse Machine Lube Pump]]
 
  
==Watch For Machine Lube Complete Input==
+
<br><br>
* Read how to set the [[Watch For Machine Lube Complete Input]]
+
  
 
==Other Pages==
 
==Other Pages==
Back to
+
*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:51, 28 January 2009

Cncbender logo.jpg

Contents


In the CNCProcessor.cfg File

The CNCProcessor.cfg contains the property values that allow you adjust the Machine Lube setup in CNC Bender. For more about the config file, see CNCProcessor.cfg.


Configuration Section: "Machine Lube"

The settings in this file are separated by sections with section names in square brackets. This is an example:

[Machine Lube]
Machine Lube Duration=5000
Lube Machine At Bend Count=100
Pulse Machine Lube Pump=1
Watch For Machine Lube Complete Input=0

The four values control the machine lube features in CNC Bender. Read about each of them here:

Feature Read
Lube for how long? Machine Lube Duration
How many bends to the next lube? Lube Machine At Bend Count
Pulse the output? Pulse Machine Lube Pump
Keep going until the lube is complete? Watch For Machine Lube Complete Input




Testing the Settings

See Auto Lube for testing the setup in CNC Bender.




Other Pages