Difference between revisions of "CNC Bender v12-20100820"

From ATTWiki
Jump to: navigation, search
(25px ENHANCED - Processor CPU Usage)
(25px ENHANCED - Processor CPU Usage)
Line 87: Line 87:
  
  
===[[image:Check.jpg|25px]] ENHANCED - Processor CPU Usage ===
+
===[[image:Check.jpg|25px]] ENHANCED - Processor CPU Usage Decreased 60% ===
 
<table>
 
<table>
 
<tr valign=top>
 
<tr valign=top>
 
<td width=200>
 
<td width=200>
 
CNC Bender was optimized so that CNC Bender / CNC Processor CPU Usage was dropped by an average of 60% without any degradation in bender performance.  The typical CPU usage during - even during bending - is now from 8 to 25%, with periodic spikes to 35%.
 
CNC Bender was optimized so that CNC Bender / CNC Processor CPU Usage was dropped by an average of 60% without any degradation in bender performance.  The typical CPU usage during - even during bending - is now from 8 to 25%, with periodic spikes to 35%.
 +
 +
<table>
 +
<tr>
 +
<td>
 +
Before Optimization:
 +
</td>
 +
<td>
 +
75 to 80%
 +
</td>
 +
 +
<tr>
 +
<td>
 +
After Optimization:
 +
</td>
 +
<td>
 +
8 to 25%
 +
</td>
 +
</tr>
 +
</table>
 +
 +
 
<br><br>
 
<br><br>
 
This optimization will cause operator stations to run cooler and more reliably.<br><br>
 
This optimization will cause operator stations to run cooler and more reliably.<br><br>

Revision as of 23:10, 20 August 2010

Cncv12procontrol withteachmode.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 small grid on the main page.

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 lets operators clearly know what the control needs them to do next.

Cncbender bigmessage PressRunButton.jpg

Cncbender bigmessages.jpg


Check.jpg NEW - Press ENABLE to Jog

Some of our OEM Partner controls 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 - Processor CPU Usage Decreased 60%

CNC Bender was optimized so that CNC Bender / CNC Processor CPU Usage was dropped by an average of 60% without any degradation in bender performance. The typical CPU usage during - even during bending - is now from 8 to 25%, with periodic spikes to 35%.

Before Optimization:

75 to 80%

After Optimization:

8 to 25%




This optimization will cause operator stations to run cooler and more reliably.

Cpu usage low.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

Thee 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

Other Pages