Difference between revisions of "CNC Bender v12-20100903"
Line 117: | Line 117: | ||
During JOGGING - CNC Processor can check for EOT (end of travel) of an axis before it arrives at the true FAULT EOT. This gives the axis a chance to stop jogging before it arrives at a FAULT position or emergency switch. | During JOGGING - CNC Processor can check for EOT (end of travel) of an axis before it arrives at the true FAULT EOT. This gives the axis a chance to stop jogging before it arrives at a FAULT position or emergency switch. | ||
<br><br> | <br><br> | ||
− | + | This feature now adds JOG SPEED control directly to CNC Processor in order to control how slowly to approach the final soft EOT position for any axis. The setup is adjusted in the c:\cnc\config\axis\main.axislist configuration file. | |
<br><br> | <br><br> | ||
In the example given here, when the bend arm is more than 5 degrees from the soft EOT, it travels at 10 degrees per second. However, when it reaches within 5 degrees of either EOT, then the speed drops to 0.5 degrees per second. | In the example given here, when the bend arm is more than 5 degrees from the soft EOT, it travels at 10 degrees per second. However, when it reaches within 5 degrees of either EOT, then the speed drops to 0.5 degrees per second. |
Revision as of 23:55, 31 August 2010
NEW - CYCLE HOLD in Custom Commands and in TEACH Mode
Now CYCLE HOLD anywhere inside a CUSTOM COMMAND either manually entered or taught during TEACH MODE. |
|
ENHANCED - ENABLE Button for STEP and AUTO Modes
The "REQUIRE ENABLE BUTTON" feature, when active, now also monitors for a switch to AUTO or STEP modes from MANUAL mode |
|
ENHANCED - Vertical Head Shift Tolerance Added
The vertical head shift tolerance allows us to skip motion when an axis is close enough to the final position. |
|
ENHANCED - Added CNC Processor Automatic High Pressure Handling
CNC Processor now uses the CIO Name Cross Reference in the Low Level menu to automatically set the high pressure under these two special circumstances:
|
|
ENHANCED - Soft EOT with New Ramp-Down for JOG Speeds
During JOGGING - CNC Processor can check for EOT (end of travel) of an axis before it arrives at the true FAULT EOT. This gives the axis a chance to stop jogging before it arrives at a FAULT position or emergency switch.
|
The following section is extracted from an AXIS configuration file soft EOT section:
Example of what to add in each AXIS in the main.axislist file. The value shown here are typical of the BEND axis: Enable EOT=1 Low EOT=0.75 High EOT=191 Jog Speed=10 Jog Speed Approach EOT=0.5 Approach EOT Range=5 |
Other Pages
- Back to CNC Bender
- Back to CNC Bender Software Updates
- See CNC Bender General Information
- See Teach Mode
- See Custom Commands