Difference between revisions of "CNC Bender v12-20120728"

From ATTWiki
Jump to: navigation, search
m
(25px New Batch Converter - Cut Length to CSV Program)
 
(18 intermediate revisions by one user not shown)
Line 15: Line 15:
 
__NOTOC__
 
__NOTOC__
  
===[[image:Check.jpg|25px]] Radius Level Shift Command Names Simplified===
+
=== [[image:Check.jpg|25px]] New Batch Converter - Cut Length to CSV Program ===
 +
 
 +
Build a single file filled with Cut Lengths from all the CNC part files in a folder<br>
 +
 
 +
[[image:CNCBender_BatchConverter_CutLength2CSV.jpg|600px]]
 +
 
 +
<table cellpadding=10>
 +
<tr valign=top>
 +
<td width=500>
 +
The output file contains PART NAMES separated from CUT LENGTHS with a comma.  One part is placed in each row.  This makes the file compatible with programs like Microsoft Excel.
 +
 
 +
See also [[CNC Bender Batch Converter - Cut Length To CSV]] for details.
 +
</td>
 +
<td width=300>
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
===[[image:Check.jpg|25px]] Enhanced HALT in Processor for Servo Motion===
  
 
<table cellpadding=10>
 
<table cellpadding=10>
 
<tr valign=top>
 
<tr valign=top>
 
<td width=400>
 
<td width=400>
* The command names for the radius level shifting were often confusing when moving from HEAD shifters to CARRIAGE shiftersFor example, on a head shift machine, AllUp meant radius 1.  On carriage shift machine, AllUp meant the top radius (2 or 3).
+
This version implements a stronger HALT in CNC Processor to be sure motion commands are halted during E-StopThis will ensure that Processor does not continue to move the bender during an E-Stop type event.
 
<br>
 
<br>
* This ambiguity is cleared up by naming the directional valve positions by RADIUS LEVEL number, rather than "UP" or "DOWN". 
 
<br>
 
* These are the new DEFAULT command names to use:
 
** Shift to Radius Level 1
 
** Shift to Radius Level 2
 
** Shift to Radius Level 3
 
** Shift to Radius Level 4
 
** Shift to Radius Level 2 From 1
 
** Shift to Radius Level 2 From 3
 
** Shift to Radius Level 3 From 2
 
** Shift to Radius Level 3 From 4
 
 
</td>
 
</td>
  
Line 41: Line 48:
 
</table>
 
</table>
  
===[[image:Check.jpg|25px]] Radius Level Shift Command Names Can Be Changed===
+
===[[image:Check.jpg|25px]] Ceased Reporting Error for [BEGIN PROGRAM] Label===
  
 
<table cellpadding=10>
 
<table cellpadding=10>
 
<tr valign=top>
 
<tr valign=top>
 
<td width=400>
 
<td width=400>
* The radius level COMDEF names can be configured to custom names in the Low Level COMDEF Names Cross Reference menu.
+
When this label was encountered in the Processor, any error would be reported in all cases. This has no value - so it is now ignored completely.
 
+
[[image:COMDEFcrossreference_v12-20120723.jpg|400]]
+
 
</td>
 
</td>
  
 
<td width=300>
 
<td width=300>
 
</td>
 
</td>
 
 
</tr>
 
</tr>
 
</table>
 
</table>
 +
 +
  
 
=Other Pages=
 
=Other Pages=

Latest revision as of 01:40, 7 August 2012

v12-20120728

Cncv12procontrol withteachmode.jpg


Check.jpg New Batch Converter - Cut Length to CSV Program

Build a single file filled with Cut Lengths from all the CNC part files in a folder

CNCBender BatchConverter CutLength2CSV.jpg

The output file contains PART NAMES separated from CUT LENGTHS with a comma. One part is placed in each row. This makes the file compatible with programs like Microsoft Excel.

See also CNC Bender Batch Converter - Cut Length To CSV for details.

Check.jpg Enhanced HALT in Processor for Servo Motion

This version implements a stronger HALT in CNC Processor to be sure motion commands are halted during E-Stop. This will ensure that Processor does not continue to move the bender during an E-Stop type event.

Check.jpg Ceased Reporting Error for [BEGIN PROGRAM] Label

When this label was encountered in the Processor, any error would be reported in all cases. This has no value - so it is now ignored completely.


Other Pages