Difference between revisions of "CNC Bender v11-20091104"

From ATTWiki
Jump to: navigation, search
(25px NEW - New Optimization in Processor - Makes Bender Run Faster)
(25px NEW - New Optimization in Processor - Makes Bender Run Faster)
Line 30: Line 30:
 
<tr>
 
<tr>
 
<td width=300>
 
<td width=300>
* Every part process list begins with an initialization section that can easily be 50 lines of commands.  Running through these commands when repeating the process list adds time to the bend cycle.  <br><br>
+
* Every part process list begins with an initialization section that can easily be 50 lines of commands.  Running through these commands for the same part repeatedly when starting the next part cycle wastes time.  <br><br>
  
 
* This version has a new [BEGIN RUN AGAIN] label placed after that section.  It is used to trim off processing time by showing CNC Processor where to start in the middle of the process list for a part.  This can bypasses an initialization section that may contain 50 commands that are only needed to be run once at the top of each process list. (bend program) <br><br>
 
* This version has a new [BEGIN RUN AGAIN] label placed after that section.  It is used to trim off processing time by showing CNC Processor where to start in the middle of the process list for a part.  This can bypasses an initialization section that may contain 50 commands that are only needed to be run once at the top of each process list. (bend program) <br><br>

Revision as of 22:32, 4 November 2009

Cncbender logo pushbending.png

Operatorstation model.jpg



Check.jpg NEW - Final Bend Simultaneous Motion

  • The final bend arm return motion now allows the process list that follows to begin even if the bend arm is still returning home.

  • The Bend Return Step Point value in the last row controls when the final bend arm return will release the processlist to move back to the beginning of the program.

BendReturnStepPoint FinalRow.jpg



Check.jpg NEW - New Optimization in Processor - Makes Bender Run Faster

  • Every part process list begins with an initialization section that can easily be 50 lines of commands. Running through these commands for the same part repeatedly when starting the next part cycle wastes time.

  • This version has a new [BEGIN RUN AGAIN] label placed after that section. It is used to trim off processing time by showing CNC Processor where to start in the middle of the process list for a part. This can bypasses an initialization section that may contain 50 commands that are only needed to be run once at the top of each process list. (bend program)

  • The result is to trim seconds of each cycle.

BeginRunAgainLabel.jpg



Check.jpg NEW - Second Constant Run List Designed for HIGH SPEED

  • USe the new high-speed constant run list for processes that should run all the time and get high attention.

  • Control the interval of how often the list runs in the Processor tab in the Low Level menu.

  • The list file is separate from the ConstantRun processlist. The name is "ConstantRunHS.processlist"

  • Put tube-support control in this list to make it more responsive to fast moving Feed axes.

HighSpeedConstantRun.jpg

Other Pages