Difference between revisions of "CNC Bender v11-20091201"
From ATTWiki
Line 72: | Line 72: | ||
<tr valign=top> | <tr valign=top> | ||
<td width=300> | <td width=300> | ||
− | * I2T modules choose an absolute move DIRECTION based on whether the axis is in the negative region or positive region. When the axis is in the negative region, the axis chooses to move in reverse to the absolute position.<br><br> | + | * I2T servo modules choose an absolute move DIRECTION based on whether the axis is in the negative region or positive region. When the axis is in the negative region, the axis chooses to move in reverse to the absolute position.<br><br> |
* This behavior creates a situation where an axis that should only move one direction away from zero, may move in the wrong direction if it is starting in the negative region.<br><br> | * This behavior creates a situation where an axis that should only move one direction away from zero, may move in the wrong direction if it is starting in the negative region.<br><br> | ||
* To overcome this possibility, we no longer allow these axes to get anywhere near true zero in position internally. | * To overcome this possibility, we no longer allow these axes to get anywhere near true zero in position internally. |
Revision as of 17:31, 3 December 2009
|
NEW- Logic Allows Push Buttons to Toggle States
|
ENHANCED- Edge Triggerized [IF] Parameters Optimization
|
ENHANCED- Internal Offset of Axes to Prevent Accidental Negative Motion
|
In the main.axislist, set the property for each axis like this. Follow the rules described on the left to choose an appropriate value. Zero Position Is Offset To=1000 In the HOME processlist, each axis that uses a Zero Position offset that is not greater than ZERO, should also use a Reset Position comdef like this: [display] HOME PROCESS - Home Bend Axis HomeBendAxis= vel0:20.0, cto:60000 [display] HOME PROCESS - Assign new Bend Zero ResetBendArmPosition = pos0:10 |
Other Pages
- Back to CNC Bender
- Back to CNC Bender Software Updates
- See CNC Bender General Information