Difference between revisions of "CNC Bender v11-20091218"
(25 intermediate revisions by one user not shown) | |||
Line 23: | Line 23: | ||
</table> | </table> | ||
− | + | __TOC__ | |
Line 31: | Line 31: | ||
<td width=300> | <td width=300> | ||
* There were circumstances were the Feed positioning axis accuracy could decrease unacceptably by Processor making multiple calls to the BEND axis when the BEND axis was returning to ZERO, and the Feed/Rotate axes began to move at the same time.<br><br> | * There were circumstances were the Feed positioning axis accuracy could decrease unacceptably by Processor making multiple calls to the BEND axis when the BEND axis was returning to ZERO, and the Feed/Rotate axes began to move at the same time.<br><br> | ||
− | |||
− | |||
* We discovered this problem running on a new high-speed Pro-face operator station running LiteControl.<br><br> | * We discovered this problem running on a new high-speed Pro-face operator station running LiteControl.<br><br> | ||
* We are convinced that this issue could occur in any bender with newer software being run in a fast Pro-face control.<br><br> | * We are convinced that this issue could occur in any bender with newer software being run in a fast Pro-face control.<br><br> | ||
+ | * '''After several tests, we have confirmed that this version of CNC Bender completely RESOLVES the issue.'''<br><br> | ||
</td> | </td> | ||
Line 53: | Line 52: | ||
<br><br> | <br><br> | ||
− | ===[[image:Check.jpg|25px]] CHANGE - Removed Option from AXIS File=== | + | ===[[image:Check.jpg|25px]] CHANGE - Removed TOLERANCE Option from AXIS File=== |
<table> | <table> | ||
<tr valign=top> | <tr valign=top> | ||
Line 61: | Line 60: | ||
* '''This line can be safely removed from all future main.axislist files'''<br><br> | * '''This line can be safely removed from all future main.axislist files'''<br><br> | ||
− | This feature was originally introduced in version[[CNC Bender | + | This feature was originally introduced in version [[CNC Bender 10.0.6.0m - Tolerance Move Skip]] in November of 2006. It was intended to reduce problems with the axes floating near zero, and Absolute moves having difficulty determining which way to move into position. (For example, the Feed axes could attempt to run backwards behind zero under very rare circumstances until version [[CNC Bender v11-20091201]], where all axes are now kept far from internal zero.)<br><br> |
− | Because of version [[CNC Bender v11-20091201]], and because of the | + | |
+ | Because of the permanent resolution to the absolute direction problem in version [[CNC Bender v11-20091201]], and because of the problems caused by this option as discussed in previous sections, it was removed from CNC Bender. | ||
</td> | </td> | ||
<td> | <td> | ||
− | [[image:removed_dontmovewithin_fromaxis.jpg| | + | [[image:removed_dontmovewithin_fromaxis.jpg|300px]] |
</td> | </td> | ||
</tr> | </tr> | ||
Line 79: | Line 79: | ||
<tr valign=top> | <tr valign=top> | ||
<td width=300> | <td width=300> | ||
− | * We discovered that the | + | * We discovered that the return of the process to the [BEGIN RUN AGAIN] label did not occur until after the '''second time''' through the processlist. This increased time slightly, and sometimes caused the bend arm to pause on the way to the home position when the '''"Last Row Absolute Feed Clear - Immediate Move"''' was ENABLED.<br><br> |
* '''This problem has been resolved.''' Parts now run faster on the second time through the process, and the bend arm motion will not be stopped and restarted while returning.<br><br> | * '''This problem has been resolved.''' Parts now run faster on the second time through the process, and the bend arm motion will not be stopped and restarted while returning.<br><br> | ||
Line 86: | Line 86: | ||
</td> | </td> | ||
− | <td width= | + | <td width=300> |
− | [[image:LastRowAbsoluteFeedClearImmediateOption.jpg| | + | [[image:LastRowAbsoluteFeedClearImmediateOption.jpg|300px]]<br><br> |
Explanation of Feature: As of version [[CNC Bender v11-20091104]], CNC Processlist Builder inserts a new [BEGIN RUN AGAIN] label placed in the middle of each part's process list to trim off processing time. This allows CNC Processor to skip the initialization section of each new part after it has been run once.<br><br> | Explanation of Feature: As of version [[CNC Bender v11-20091104]], CNC Processlist Builder inserts a new [BEGIN RUN AGAIN] label placed in the middle of each part's process list to trim off processing time. This allows CNC Processor to skip the initialization section of each new part after it has been run once.<br><br> | ||
+ | |||
+ | The benefit is removal of all latency when the process initializes all axes for loading the next part into the machine. | ||
</td> | </td> | ||
Line 97: | Line 99: | ||
<br><br> | <br><br> | ||
+ | ===[[image:Check.jpg|25px]] REPAIR - Placed Collision Messages back in the Immediate Message Box=== | ||
+ | <table> | ||
+ | <tr valign=top> | ||
+ | <td width=300> | ||
+ | As of the previous version ([[CNC Bender v11-20091201]]), the collision warnings were no longer sent to the Immediate Message box. | ||
+ | <br><br> | ||
+ | This is a problem because the software would switch between AUTO and MANUAL mode without any kind of report why. This version resolves that issue. | ||
+ | <br><br> | ||
+ | '''All collision warnings are now again sent to the Immediate Message box.''' | ||
+ | <br><br> | ||
+ | This places the collision messages directly in front of the user on the screen. | ||
+ | </td> | ||
+ | <td width=300> | ||
+ | [[image:collision_immediate_message.jpg|200px]] | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | |||
+ | <br><br> | ||
+ | |||
+ | ===[[image:Check.jpg|25px]] ENHANCE - TCP/IP Error Messages Now Include the Module Name=== | ||
+ | <table> | ||
+ | <tr valign=top> | ||
+ | <td width=300> | ||
+ | As of this version, the TCP/IP messages sent to the Immediate Message box include the module name that caused the problem. | ||
+ | <br><br> | ||
+ | This is how the new message will appear:<br><br> | ||
+ | '''[TCP/IP Errors] - STOPPING Communication with Modules (Problem with module: digital_output_221)''' | ||
+ | <br><br> | ||
+ | This places the module names directly in front of the user on the screen, rather than only in the TCP/IP log on disk. | ||
+ | </td> | ||
+ | |||
+ | <td width=300> | ||
+ | [[image:tcpip_modulename_immediate_message.jpg|200px]] | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | |||
+ | <br><br> | ||
=Other Pages= | =Other Pages= | ||
Line 103: | Line 146: | ||
*Back to [[CNC Bender Software Updates]] | *Back to [[CNC Bender Software Updates]] | ||
*See [[CNC Bender General Information]] | *See [[CNC Bender General Information]] | ||
− | |||
− | |||
*See [[Final Feed Clearance]] | *See [[Final Feed Clearance]] | ||
− | |||
− |
Latest revision as of 17:23, 21 December 2009
|
REPAIR - Feed Accuracy Issues During Feed/Rotate Motion When Bend Arm Returning
|
|
CHANGE - Removed TOLERANCE Option from AXIS File
This feature was originally introduced in version CNC Bender 10.0.6.0m - Tolerance Move Skip in November of 2006. It was intended to reduce problems with the axes floating near zero, and Absolute moves having difficulty determining which way to move into position. (For example, the Feed axes could attempt to run backwards behind zero under very rare circumstances until version CNC Bender v11-20091201, where all axes are now kept far from internal zero.) Because of the permanent resolution to the absolute direction problem in version CNC Bender v11-20091201, and because of the problems caused by this option as discussed in previous sections, it was removed from CNC Bender. |
REPAIR - For [BEGIN RUN AGAIN] Feature
|
The benefit is removal of all latency when the process initializes all axes for loading the next part into the machine. |
REPAIR - Placed Collision Messages back in the Immediate Message Box
As of the previous version (CNC Bender v11-20091201), the collision warnings were no longer sent to the Immediate Message box.
|
ENHANCE - TCP/IP Error Messages Now Include the Module Name
As of this version, the TCP/IP messages sent to the Immediate Message box include the module name that caused the problem.
|
Other Pages
- Back to CNC Bender
- Back to CNC Bender Software Updates
- See CNC Bender General Information
- See Final Feed Clearance