Difference between revisions of "Main.axislist"
From ATTWiki
Line 8: | Line 8: | ||
<pre>[Axis 1]</pre> | <pre>[Axis 1]</pre> | ||
+ | |||
+ | Each section has individual properties that pertain to that axis. | ||
Line 14: | Line 16: | ||
[[Delay After Cycle Start]] | [[Delay After Cycle Start]] | ||
− | + | Example properties for an axis: | |
+ | <pre> | ||
+ | Type=Feed | ||
+ | Module Name=servo_controller_module_1 | ||
+ | Module Axis=1 | ||
+ | Position Multiplier For Display= 1.0 | ||
+ | Position Rollover= 32000 | ||
+ | Position Rollover Tolerance= 10 | ||
+ | // Move Feed Axis forward 0.25 forward and make that ZERO | ||
+ | // This prevents ever getting into slight negative region | ||
+ | // which causes rollover problems. | ||
+ | Position Offset=0.25 | ||
+ | Position Offset Speed=400 | ||
+ | Datum Offset=0 | ||
+ | Home Required=1 | ||
+ | Monitor Fault State=1 | ||
+ | Monitor Enable State=1 | ||
+ | Monitor In-Position State=1 | ||
+ | // 1 = -10 to +10 volts | ||
+ | Analog Clamp Voltage Setup=1 | ||
+ | Digital To Analog Datum=8191 | ||
+ | Is Linear = 1 | ||
+ | Delay After Cycle Start = 250 | ||
+ | </pre> | ||
--[[User:Mcone|Mcone]] 10:37, 17 July 2006 (EDT) | --[[User:Mcone|Mcone]] 10:37, 17 July 2006 (EDT) |
Revision as of 14:48, 17 July 2006
Contents |
What is It?
The main.axislist file exists in the c:\cnc\config\axis folder. It contains setup information for each of the controlled axes on a CNC bender.
Sections
Each of the sections in the main.axislist is set apart with an axis section label like this:
[Axis 1]
Each section has individual properties that pertain to that axis.
Properties
As of 10.0.5.9:
Delay After Cycle Start
Example properties for an axis:
Type=Feed Module Name=servo_controller_module_1 Module Axis=1 Position Multiplier For Display= 1.0 Position Rollover= 32000 Position Rollover Tolerance= 10 // Move Feed Axis forward 0.25 forward and make that ZERO // This prevents ever getting into slight negative region // which causes rollover problems. Position Offset=0.25 Position Offset Speed=400 Datum Offset=0 Home Required=1 Monitor Fault State=1 Monitor Enable State=1 Monitor In-Position State=1 // 1 = -10 to +10 volts Analog Clamp Voltage Setup=1 Digital To Analog Datum=8191 Is Linear = 1 Delay After Cycle Start = 250
--Mcone 10:37, 17 July 2006 (EDT)