Difference between revisions of "CNC Bender v12-20101102"
(11 intermediate revisions by one user not shown) | |||
Line 43: | Line 43: | ||
</table> | </table> | ||
− | ===[[image:Check.jpg|25px]] NEW - Dedicated Timer in CNC Processor for | + | ===[[image:Check.jpg|25px]] NEW - Dedicated Timer in CNC Processor for [[Teach Pendant]] Jog === |
<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. | + | 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 86: | Line 86: | ||
</table> | </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> | ||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | |||
+ | <br><br> | ||
===[[image:Check.jpg|25px]] REMOVE - SetDefaultJogSpeeds In Init Axis Process === | ===[[image:Check.jpg|25px]] REMOVE - SetDefaultJogSpeeds In Init Axis Process === |
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