Difference between revisions of "Controlling Deadband"

From ATTWiki
Jump to: navigation, search
(STEP 1: Create a new CIO)
(STEP 3: Insert the COMDEF Name in the PreEnable.cncprocesslist File)
Line 37: Line 37:
 
<td width=500>
 
<td width=500>
 
The PreEnable file will run commands before enabling any axis.<br><br>
 
The PreEnable file will run commands before enabling any axis.<br><br>
 +
 +
<pre>
 +
Set Bend Axis Deadband
 +
Clear Drive Faults On
 +
InputTimer= tim0:250
 +
Clear Drive Faults Off
 +
</pre>
  
 
The file is found in c:\cnc\config\cncprocesslist
 
The file is found in c:\cnc\config\cncprocesslist
Line 46: Line 53:
 
</tr>
 
</tr>
 
</table>
 
</table>
 
  
 
==Other Pages==
 
==Other Pages==

Revision as of 14:57, 9 August 2013

Deadband can be controlled by taking these steps.

Contents

STEP 1: Create a new CIO

Create a new CIO for the servo module in the CIO Editor like this:
Cncbender cio deadband.png

STEP 2: Create a new COMDEF with the new CIO

Create a new COMDEF like this:
Cncbender comdef deadband.png


STEP 3: Insert the COMDEF Name in the PreEnable.cncprocesslist File

The PreEnable file will run commands before enabling any axis.

Set Bend Axis Deadband
Clear Drive Faults On
InputTimer= tim0:250
Clear Drive Faults Off

The file is found in c:\cnc\config\cncprocesslist

Other Pages