Difference between revisions of "CNC Bender v12-20101102"
(31 intermediate revisions by one user not shown) | |||
Line 12: | Line 12: | ||
<br> | <br> | ||
− | ===[[image:Check.jpg|25px]] | + | |
+ | |||
+ | ===[[image:Check.jpg|25px]] FIX - Removed Multiple Axis Jogs in Custom Command Editor === | ||
<table cellpadding=10> | <table cellpadding=10> | ||
<tr valign=top> | <tr valign=top> | ||
<td width=200> | <td width=200> | ||
− | + | It is no longer possible to move two axes at the same time when the joystick feature is enabled in the Custom Command Editor<br><br> | |
</td> | </td> | ||
<td> | <td> | ||
− | [[image: | + | [[image:cncv12_customcommand_editor.jpg|300px|thumb|Custom Command Editor]] |
</td> | </td> | ||
</tr> | </tr> | ||
Line 26: | Line 28: | ||
</table> | </table> | ||
− | ===[[image:Check.jpg|25px]] | + | ===[[image:Check.jpg|25px]] FIX - Proper Jog Axis Set When Switching Axis in Custom Command Editor === |
<table cellpadding=10> | <table cellpadding=10> | ||
<tr valign=top> | <tr valign=top> | ||
<td width=200> | <td width=200> | ||
− | A new timer is added to CNC Processor to regulate the response to joystick-type jog motion. This allows for steady jog motion no matter what other process the processor performing. | + | The jog axis number is now reset in CNC Processor when exiting the Jog Motion selection window<br><br> |
+ | This prevents the wrong axis from moving after editing the jog motion.</td> | ||
+ | <td> | ||
+ | [[image:jogmotionselectionwindow.jpg|300px|thumb|Jog Motion Selection Window]] | ||
+ | |||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | |||
+ | ===[[image:Check.jpg|25px]] NEW - Dedicated Timer in CNC Processor for [[Teach Pendant]] Jog === | ||
+ | |||
+ | <table cellpadding=10> | ||
+ | <tr valign=top> | ||
+ | <td width=200> | ||
+ | A new timer is added to CNC Processor to regulate the response to [[SMT Teach Pendant]] or joystick-type jog motion. This allows for steady jog motion no matter what other process the processor performing. | ||
<br><br> | <br><br> | ||
</td> | </td> | ||
<td> | <td> | ||
− | [[image: | + | [[image:pedant2.jpg|250px|thumb|SMT Teach Pendant]] |
</td> | </td> | ||
</tr> | </tr> | ||
Line 65: | Line 82: | ||
*If a default jog speed is negative, it is reset to the positive value. | *If a default jog speed is negative, it is reset to the positive value. | ||
*If a default jog speed exceeds the maximum speed for an axis, then it is reset to the maximum speed. | *If a default jog speed exceeds the maximum speed for an axis, then it is reset to the maximum speed. | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | |||
+ | |||
+ | |||
+ | ===[[image:Check.jpg|25px]] NEW - Separate Timer in CNC Processor for Direct Axis Jog Input Detection === | ||
+ | |||
+ | <table cellpadding=10> | ||
+ | <tr valign=top> | ||
+ | <td width=200> | ||
+ | CNC Processor has a new dedicated timer for detecting +/- inputs for direct axes jogs. This carefully regulates the timing of the jog commands being sent to the servo modules. | ||
+ | <br><br> | ||
+ | |||
+ | Setup: | ||
+ | #Interval is a floating point value in seconds | ||
+ | #Loop priority is from 1 to 4 - with 4 being time-critical. | ||
+ | </td> | ||
+ | <td width=400> | ||
+ | A new set of properties is found inside the CNCProcessor.cfg file in the c:\cnc\config folder. See the two new properties at the bottom of this screen image: | ||
+ | [[image:direct_axis_jog_properties.jpg]] | ||
</td> | </td> | ||
</tr> | </tr> | ||
Line 71: | Line 110: | ||
</table> | </table> | ||
+ | <br><br> | ||
− | ===[[image:Check.jpg|25px]] | + | ===[[image:Check.jpg|25px]] REMOVE - SetDefaultJogSpeeds In Init Axis Process === |
<table cellpadding=10> | <table cellpadding=10> | ||
<tr valign=top> | <tr valign=top> | ||
<td width=200> | <td width=200> | ||
− | + | The SetDefaultJogSpeeds COMDEF is now no longer needed in Init Axis processlist. If it is included, then it will be overridden by CNC Processor based on the axis configuration. | |
</td> | </td> | ||
<td> | <td> | ||
+ | [[image:setdefaultjogspeeds.jpg|300px|thumb|SetDefaultJogSpeeds Command in InitAxes]] | ||
</td> | </td> | ||
</tr> | </tr> | ||
Line 86: | Line 127: | ||
− | ===[[image:Check.jpg|25px]] | + | |
+ | ===[[image:Check.jpg|25px]] NEW - Controlled Vertical Axis Motion in Manual Page === | ||
<table cellpadding=10> | <table cellpadding=10> | ||
<tr valign=top> | <tr valign=top> | ||
<td width=200> | <td width=200> | ||
− | + | Any bender with a vertical axis can now perform a controlled vertical jog in the manual page.</td> | |
<td> | <td> | ||
− | [[image: | + | [[image:verticalaxis.jpg|thumb|Vertical Axis Motion]] |
</td> | </td> | ||
</tr> | </tr> | ||
Line 99: | Line 141: | ||
</table> | </table> | ||
− | ===[[image:Check.jpg|25px]] | + | ===[[image:Check.jpg|25px]] NEW Splash === |
<table cellpadding=10> | <table cellpadding=10> | ||
<tr valign=top> | <tr valign=top> | ||
<td width=200> | <td width=200> | ||
− | + | CNC Bender has a new splash screen<br><br> | |
</td> | </td> | ||
<td> | <td> | ||
+ | [[image:cncbender_splash_orange.jpg|350px]] | ||
</td> | </td> | ||
</tr> | </tr> |
Latest revision as of 14:08, 4 November 2010
FIX - Removed Multiple Axis Jogs in Custom Command Editor
It is no longer possible to move two axes at the same time when the joystick feature is enabled in the Custom Command Editor |
FIX - Proper Jog Axis Set When Switching Axis in Custom Command Editor
The jog axis number is now reset in CNC Processor when exiting the Jog Motion selection window |
NEW - Dedicated Timer in CNC Processor for Teach Pendant Jog
A new timer is added to CNC Processor to regulate the response to SMT Teach Pendant or joystick-type jog motion. This allows for steady jog motion no matter what other process the processor performing.
|
NEW - Default Jog Speed in Axislist Configuration
NEW - Separate Timer in CNC Processor for Direct Axis Jog Input Detection
CNC Processor has a new dedicated timer for detecting +/- inputs for direct axes jogs. This carefully regulates the timing of the jog commands being sent to the servo modules.
Setup:
|
A new set of properties is found inside the CNCProcessor.cfg file in the c:\cnc\config folder. See the two new properties at the bottom of this screen image: |
REMOVE - SetDefaultJogSpeeds In Init Axis Process
The SetDefaultJogSpeeds COMDEF is now no longer needed in Init Axis processlist. If it is included, then it will be overridden by CNC Processor based on the axis configuration. |
NEW - Controlled Vertical Axis Motion in Manual Page
Any bender with a vertical axis can now perform a controlled vertical jog in the manual page. |
NEW Splash
CNC Bender has a new splash screen |
Other Pages
- Back to CNC Bender
- Back to CNC Bender Software Updates
- See CNC Bender General Information
- See Teach Mode
- See Custom Commands