Difference between revisions of "CNC Bender v12-20120830"

From ATTWiki
Jump to: navigation, search
(25px NEW: Added new Processlists for Autoloader Buttons)
(25px NEW: Added new Processlists for Autoloader Buttons)
Line 49: Line 49:
 
These three processlists control the jogging that occurs behind the
 
These three processlists control the jogging that occurs behind the
  
*Autoloader Home button
+
#Autoloader Home button
*Lift Up button
+
#Lift Up button
*Lift Down button
+
#Lift Down button
  
 
<br>
 
<br>
Line 58: Line 58:
 
# The processlists do not need to exist - however, the buttons in the manual page will do nothing unless commands are inside the processlists.
 
# 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.
 
# No block logic is accepted ([IF], etc.) in these processlists.
# Parameters are allowed - like "= cto:5000", etc.
+
# Parameters ARE allowed - like "= cto:5000", etc.
 
# The commands in the processlists are treated like individual jogs.
 
# The commands in the processlists are treated like individual jogs.
  

Revision as of 11:22, 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.

Other Pages