CNC Bender v12-20100820

From ATTWiki
Jump to: navigation, search

Cncv12procontrol withteachmode.jpg

Contents

Check.jpg NEW - SERVO CONTROLLED Vertical Head Axis

Now servo-control the vertical head axis to any radius stack level.

Radlevels.jpg Verticalheadshift manualpage.jpg



Check.jpg NEW - Servo Status Grid Now Always Visible on Main Screen

The status of up to 20 servo axes are now displayed at all times in a grid on the top of the screen.

Cncbender servo status grid closeup.jpg
Whenever the states change, the grid cells color changes to either grey, green, or red.

Servo status grid.jpg



Check.jpg NEW - BIG Messages

For important events, CNC Bender now displays large messages for short periods of time.

This gives operators large, clear, and friendly messages of what step needs to be taken next.

Cncbender bigmessage PressRunButton.jpg

Cncbender bigmessages.jpg

Check.jpg NEW - Can Require ENABLE Button Press to Jog

Some customers require that the operator press the ENABLE button to Jog.



Cncbender bigmessage EnablePlusJoyStick.jpg

CNC Bender can be set in Low Level to require an ENABLE button for all jogging. If the ENABLE button is not pressed when the joy stick is moved, then the "Press ENABLE to Jog" message appears on the screen.

Cncbender bigmessage PressEnableToJog.jpg

Check.jpg ENHANCED - CNC Processor CPU Usage DECREASED to 25%

CNC Bender was optimized so that CNC Bender / CNC Processor CPU Usage was dropped from 75%-80% down to 25% or lower without any degradation in bender performance. The typical CPU usage under load rarely spikes beyond 35%.

Before Optimization:

75 to 80%

After Optimization:

8 to 25%

Note: This optimization causes the CNC Bender user interface to run much more quickly.

Cpu usage low.jpg



Check.jpg NEW - KEY Switch to EDIT Feature

Operatorstation key.jpg

CNC Bender can now be setup in Low Level to require that a Key be inserted and switched to the EDIT mode on an operator station to allow an operator to edit data on the screen.

The only exception is password entry and the Low Level menu - which requires a password to enter.

Cncbender switchkeytoeditmode.jpg

Setup the feature in the low level menu - general dynamic options:

General do keyedit.jpg




Check.jpg NEW - MANDREL LUBE with TIMER in FOUR OPTION LISTS

The new Mandrel Lube With Timer option allows operators to lube the mandrel for a period of milliseconds

  • from the LOAD to START motion
  • from any FEED
  • from any ROTATE
  • from any BEND



Cncbender mandrellubewithtimer.jpg

Setup the feature in the low level menu - general dynamic options by naming the secondary process list names:

General do mandrellubetimer processes.jpg



Check.jpg NEW - EMBEDDED TUBE SUPPORT in CNC PROCESSOR

This feature allows CNC Bender's PROCESSOR to control when the tube support is lifted or dropped - and if the drop should be confirmed with an input.

  • Enable
  • Feed Position for Output Down
  • CIO Name of Tube Support Output Down
  • Feed Position for check Input Down
  • CIO Name of Tube Support Input Down



Cncbender do lowlevel tubesupport.jpg



Check.jpg CHANGES - CNC Processor Configuration File

The following additions have been made to the configuration file:

  • Smart Inspect Logging Settings for enhanced logging over TCP/IP connections.
  • Loop interval changes



ADD these to the CNCProcessor.cfg file:

[Smart Inspect Logging]
Enabled=0
Logging Method=TCPIP
Filename=c:\cnc\logs\cncprocessor.sil
TCPIP Address=192.168.0.190

[Loop]
Main Loop Interval=0.100
Background Read Servo Loop Interval=0.100

The image on the right is a screen shot of Smart Inspect logging from a CNC Processor session.

The new feature allows CNC Bender technicians to track performance inside CNC Processor through the network. Process times are returned as finely graded as microseconds - allowing us to track and fine-tune bottlenecks out of the process.

Smartinspectlogging.jpg

The items on the right can be removed from the configuration file. They are no longer used in CNC Processor.

REMOVE these from the CNCProcessor.cfg file:

[Loop]
Power Off Manual Mode Pause=250
Power On Manual Mode Pause=250
Cycle Hold Pause=100

[PRIORITY]
Master Loop Priority=10000



Check.jpg NEW - Soft EOT for Each Axis

During JOGGING - CNC Processor can check for EOT (end of travel) of an axis before it arrives at the true FAULT EOT. This gives the axis a chance to stop jogging before it arrives at a FAULT position or emergency switch.

The changes are setup in the main.axislist configuration for each axis.


The following additions have been made to the AXIS configuration file:

  • Enable EOT= 1 or 0
  • Low EOT= (floating point value)
  • High EOT= (floating point value)


Example of what to add in each AXIS in the main.axislist file. The value shown here are typical of the FEED axis:

Enable EOT=1
Low EOT=0
High EOT=3160

When the axis arrives at the programmed EOT, a Big Message (see above) displays on the screen that announces that the axis has arrived at the axis EOT - and CNC Processor stops the axis motion.

Other Pages