CNC Bender v10-20070726b

From ATTWiki
Jump to: navigation, search
CNC Bender User Interface for ProControl


Contents


REVISION Information

10-20070726, July 26, 2007


FIXED: BeyondLastCycleTime Variable

About

The BeyondLastCycleTime variable used in the Constant Run Processlist is designed to allow CNC Bender to take action if the the bender is a certain time beyond the last cycle time. A CYCLE is considered any JOG, STEP, or AUTO mode action.


Example code from Constant Run Processlist:

[if] and, BeyondPowerOnTime=2000, BeyondLastCycleTime=300000, BeyondLastCycleTime=not(301000)
  [display]AUTOMATIC PRESSURE Off After 5 Minutes 
  HydraulicPressureAllOFF
[end]

Repair

This variable was not being updated properly in the STEP or AUTO modes. In versions v10-2007.... of CNC Bender, the benders would shutdown in the middle of bending after a five minute period because it believed that the bender was idle (which it was not).

This has been repaired.




FIXED: RECAPTURE

About

Recapture allows CNC Bender to recapture a part with the chuck after having previously release it.

Repair

Compiling a processlist with recapture to memory create a compilation error that stopped the transfer of data into CNC Processor.

This has been resolved.





First Installed To Benders

  • SMT 12652 - VB150 - Triple Radius Head Shifter
  • SMT 15687 - VB150 - Triple Radius Head Shifter
  • SMT 15688 - VB150 - Double Radius Head Shifter

--Mcone 14:59, 3 August 2007 (EDT)