Difference between revisions of "CNC Bender v12-20120830"

From ATTWiki
Jump to: navigation, search
(25px Enhanced HALT in Processor for Servo Motion)
(25px Enhanced: Autoloader Manual Page Redesign)
 
(9 intermediate revisions by one user not shown)
Line 15: Line 15:
 
__NOTOC__
 
__NOTOC__
  
=== [[image:Check.jpg|25px]] Enhanced: Autoloader Manual Page Redesign ===
+
=== [[image:Check.jpg|25px]] ENHANCED: Autoloader Manual Page Redesign ===
CNC Bender can now make the TUBE ROTATE and SEAM DETECT buttons invisible.  See these two screens:<br>
+
 
[[image:v12-21020830_autoloader_manual_expanded.jpg|500px]]<br><br>
+
This next screen shows the two buttons removed from the screen:<br>
+
[[image:v12-21020830_autoloader_manual.jpg|500px]]<br><br>
+
  
 
<table cellpadding=10>
 
<table cellpadding=10>
 
<tr valign=top>
 
<tr valign=top>
 
<td width=500>
 
<td width=500>
 +
CNC Bender can now make the TUBE ROTATE and SEAM DETECT buttons invisible.  See these two screens:<br>
 +
[[image:v12-21020830_autoloader_manual_expanded.jpg|500px]]<br><br>
 +
This next screen shows the two buttons removed from the screen:<br>
 +
[[image:v12-21020830_autoloader_manual.jpg|500px]]<br><br>
 
Control the visibility of buttons with new low level options:
 
Control the visibility of buttons with new low level options:
  
[[image:v12-20120830_panelvisible_options.jpg|300px]]
+
[[image:v12-20120830_panelvisible_options.jpg|500px]]
 
</td>
 
</td>
 
<td width=300>
 
<td width=300>
Line 33: Line 34:
 
</table>
 
</table>
  
 
+
===[[image:Check.jpg|25px]] NEW: Added new Processlists for Autoloader Buttons ===
 
+
===[[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>
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.
+
Three new processlists were added:
 +
 
 +
#autoloader_home.cncprocesslist
 +
#autoloader_liftup.cncprocesslist
 +
#autoloader_liftdown.cncprocesslist
 +
 
 +
<br>
 +
 
 +
These three processlists control the jogging that occurs behind the
 +
 
 +
#Autoloader Home button
 +
#Lift Up button
 +
#Lift Down button
 +
 
 +
<br>
 +
 
 +
Rules:
 +
# The processlists do not need to exist - however, the buttons in the manual page will do nothing unless commands are inside the processlists.
 +
# No block logic is accepted ([IF], etc.) in these processlists.
 +
# Parameters ARE allowed - like "= cto:5000", etc.
 +
# The commands in the processlists are treated like individual jogs.
 +
 
 
</td>
 
</td>
  
Line 48: Line 68:
 
</table>
 
</table>
  
===[[image:Check.jpg|25px]] Ceased Reporting Error for [BEGIN PROGRAM] Label===
+
 
 +
 
 +
===[[image:Check.jpg|25px]] NEW: Added New Help Files ===
  
 
<table cellpadding=10>
 
<table cellpadding=10>
 
<tr valign=top>
 
<tr valign=top>
 
<td width=400>
 
<td width=400>
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.
+
Two new help files were added for the new low level options.
 
</td>
 
</td>
  
Line 60: Line 82:
 
</tr>
 
</tr>
 
</table>
 
</table>
 
  
 
=Other Pages=
 
=Other Pages=

Latest revision as of 11:24, 30 August 2012

v12-20120830

Cncv12procontrol withteachmode.jpg


Check.jpg ENHANCED: Autoloader Manual Page Redesign

CNC Bender can now make the TUBE ROTATE and SEAM DETECT buttons invisible. See these two screens:
V12-21020830 autoloader manual expanded.jpg

This next screen shows the two buttons removed from the screen:
V12-21020830 autoloader manual.jpg

Control the visibility of buttons with new low level options:

V12-20120830 panelvisible options.jpg

Check.jpg NEW: Added new Processlists for Autoloader Buttons

Three new processlists were added:

  1. autoloader_home.cncprocesslist
  2. autoloader_liftup.cncprocesslist
  3. autoloader_liftdown.cncprocesslist


These three processlists control the jogging that occurs behind the

  1. Autoloader Home button
  2. Lift Up button
  3. Lift Down button


Rules:

  1. The processlists do not need to exist - however, the buttons in the manual page will do nothing unless commands are inside the processlists.
  2. No block logic is accepted ([IF], etc.) in these processlists.
  3. Parameters ARE allowed - like "= cto:5000", etc.
  4. The commands in the processlists are treated like individual jogs.


Check.jpg NEW: Added New Help Files

Two new help files were added for the new low level options.

Other Pages