Difference between revisions of "CNC Bender v12-20111215"

From ATTWiki
Jump to: navigation, search
(25px NEW - Communication of 6 Digit Integer Part Number with GE-Fanuc Robot)
(25px NEW - CNC Processor Builds a Part Name File in the LOGS Folder)
 
(30 intermediate revisions by one user not shown)
Line 13: Line 13:
 
</table>
 
</table>
 
__NOTOC__
 
__NOTOC__
===[[image:Check.jpg|25px]] NEW - Send Part Number to Robots in Auto Mode  ===
+
===[[image:Check.jpg|25px]] NEW - CNC Processor Can Send Part Number to Robots in Auto Mode  ===
  
 
<table cellpadding=10>
 
<table cellpadding=10>
 
<tr valign=top>
 
<tr valign=top>
 
<td width=400>
 
<td width=400>
* CNC Bender can load and run an external program at the moment it changes part numbers in Auto mode.<br><br>
+
* CNC Processor can load and run an external program at the moment it changes part numbers in Auto mode.<br><br>
* A new option is in Low Level options list that is called "External File To Run When Part Changes In Processor". Enter the name of the external executable file and CNC Processor will run the program any time a new part number is run in Auto mode.<br><br>
+
* A new option is in CNC Bender Low Level options list that is called "External File To Run When Part Changes In Processor".<br><br>
 +
* To use this feature, enter the name of the external executable file and CNC Processor will run the program any time a new part number is run in Auto mode. (See the next item for the first program to be called by this feature.)<br><br>
 
</td>
 
</td>
  
 
<td width=300>
 
<td width=300>
 +
[[image:fanuc_robot_710i.jpg|200px]]
 
</td>
 
</td>
  
Line 36: Line 38:
 
<td width=400>
 
<td width=400>
 
* A new communications program can be run by the new feature described above.<br><br>
 
* A new communications program can be run by the new feature described above.<br><br>
* The program loads into memory, loads the current part from the part log, sends the data to the Fanuc robot, then closes.
+
* The program loads into memory, loads the current part from the part log, sends the data to the Fanuc robot, then closes.<br><br>
 +
* This method of sending data allows any software developer to create a program that can send data to other computers through networks whenever CNC Processor changes parts.
 
</td>
 
</td>
  
Line 46: Line 49:
 
</table>
 
</table>
  
===[[image:Check.jpg|25px]] ENHANCED - PDA Motion in Test Bend ===
+
 
 +
===[[image:Check.jpg|25px]] NEW - CNC Processor Builds a Part Name File in the LOGS Folder ===
  
 
<table cellpadding=10>
 
<table cellpadding=10>
 
<tr valign=top>
 
<tr valign=top>
 
<td width=400>
 
<td width=400>
* The PDA gearing is now properly set if the RVG (Realtime Variable Gearing) feature is off or on.  If RVG is ON, then the gearing PDA electronic gearing is set based on the bend angle.<br><br>
+
* When CNC Processor encounters a PART NAME command in the processor list, it now saves the part name to the a ''"cncprocessor_partname.log"'' file in the c:\cnc\logs folder.<br><br>
* The PDA returns home when the operator presses All Dies Home.<br><br>
+
* This file contains only the part number, and can be accessed by any external process to allow the external process to know which part is currently running.
 
</td>
 
</td>
  
Line 62: Line 66:
 
</table>
 
</table>
  
===[[image:Check.jpg|25px]] REPAIR - Tube Support During Home ===
+
===[[image:Check.jpg|25px]] ENHANCED - Seam Find Detection Logic ===
 
+
[[image:holedetect1.jpg|400px]]
 
<table cellpadding=10>
 
<table cellpadding=10>
 
<tr valign=top>
 
<tr valign=top>
 
<td width=400>
 
<td width=400>
* The Tube Support now stays DOWN during homing when the tube support UP enable feature is disabled.<br>
+
* Several new PREBEND options allow for better control of the seam detect option in the Rotate Axis.<br><br>
 +
* Added new COMDEF to set the seam detect rotate axis jog speed: ''Set Rotate Jog Speed.comdef''<br><br>
 +
* Added new HELP files to explain the new PREBEND seam detect options.<br><br>
 +
* Added Sensor advance and retract COMDEFs (Seam Sensor
 
</td>
 
</td>
  
 
<td width=300>
 
<td width=300>
 
</td>
 
</td>
</tr>
 
</table>
 
  
===[[image:Check.jpg|25px]] New - [AXIS ENABLE AT ALL TIMES] Internal Command  ===
 
 
<table cellpadding=10>
 
<tr valign=top>
 
<td width=400>
 
* This command is used by the process list builder to enable the Feed axis even when the axis list is setup to only enable when moving.  This ensures that the Feed axes with low gearbox ratios stay in position when loading the tube.
 
</td>
 
 
<td width=300>
 
</td>
 
 
</tr>
 
</tr>
 
</table>
 
</table>
 +
[[image:holedetect2.jpg|400px]]
  
===[[image:Check.jpg|25px]] New - [AXIS ENABLE ONLY TO MOVE] Internal Command ===
+
===[[image:Check.jpg|25px]] Other ===
  
 
<table cellpadding=10>
 
<table cellpadding=10>
 
<tr valign=top>
 
<tr valign=top>
 
<td width=400>
 
<td width=400>
* This command is used by the process list builder to allow the Feed axis to disable when not moving.<br>
+
* Importing older part files now brings the Tool data into memory also.<br><br>
</td>
+
* Older file imports no longer reset the bender name.<br><br>
 +
* New COMDEFS were added:
 +
**Set Rotate Jog Speed.comdef
 +
**Seam Sensor Retract.comdef
 +
**Seam Sensor Advance.comdef<br><br>
  
<td width=300>
+
* New CIO objects were added:
</td>
+
**Output_SeamDetectSensor_Advance
</tr>
+
**Output_SeamDetectSensor_Retract<br><br>
</table>
+
  
 +
* New help files were added:
 +
** Option_PrebendSeamDetectDegreesPerSecond.rtf
 +
** Option_PrebendSeamDetectFeedAbsoluteSpeed.rtf
 +
** Option_PrebendSeamDetectFeedAbsolutePosition.rtf
 +
** ExternalFileToRunWhenPartChangesInProcessor.rtf<br><br>
  
===[[image:Check.jpg|25px]] New - Ignore Step added to Popup Menu Options in COMDEF Editor  ===
+
* This help file was updated:
 +
** Option_PrebendSeamDetectMode.rtf
  
[[image:comdef_popup_v12_20111130.jpg]]
 
<table cellpadding=10>
 
<tr valign=top>
 
<td width=400>
 
* Enable and Disable IGNORE STEP choices are added to the popup menu for the command list to help change the state quickly.<br>
 
</td>
 
 
<td width=300>
 
</td>
 
</tr>
 
</table>
 
 
===[[image:Check.jpg|25px]] Other  ===
 
 
<table cellpadding=10>
 
<tr valign=top>
 
<td width=400>
 
* Fixed the labeling in some of the general dynamic options.<br><br>
 
* Removed the halt after every jog command in order to allow gearing settings to remain for the following setup jogs.
 
 
</td>
 
</td>
  

Latest revision as of 15:13, 19 December 2011

v12-20111215

Cncv12procontrol withteachmode.jpg

Check.jpg NEW - CNC Processor Can Send Part Number to Robots in Auto Mode

  • CNC Processor can load and run an external program at the moment it changes part numbers in Auto mode.

  • A new option is in CNC Bender Low Level options list that is called "External File To Run When Part Changes In Processor".

  • To use this feature, enter the name of the external executable file and CNC Processor will run the program any time a new part number is run in Auto mode. (See the next item for the first program to be called by this feature.)

Fanuc robot 710i.jpg

Check.jpg NEW - Communication of 6 Digit Integer Part Number with GE-Fanuc Robot

Ge-fanuc communications.jpg

  • A new communications program can be run by the new feature described above.

  • The program loads into memory, loads the current part from the part log, sends the data to the Fanuc robot, then closes.

  • This method of sending data allows any software developer to create a program that can send data to other computers through networks whenever CNC Processor changes parts.


Check.jpg NEW - CNC Processor Builds a Part Name File in the LOGS Folder

  • When CNC Processor encounters a PART NAME command in the processor list, it now saves the part name to the a "cncprocessor_partname.log" file in the c:\cnc\logs folder.

  • This file contains only the part number, and can be accessed by any external process to allow the external process to know which part is currently running.

Check.jpg ENHANCED - Seam Find Detection Logic

Holedetect1.jpg

  • Several new PREBEND options allow for better control of the seam detect option in the Rotate Axis.

  • Added new COMDEF to set the seam detect rotate axis jog speed: Set Rotate Jog Speed.comdef

  • Added new HELP files to explain the new PREBEND seam detect options.

  • Added Sensor advance and retract COMDEFs (Seam Sensor

Holedetect2.jpg

Check.jpg Other

  • Importing older part files now brings the Tool data into memory also.

  • Older file imports no longer reset the bender name.

  • New COMDEFS were added:
    • Set Rotate Jog Speed.comdef
    • Seam Sensor Retract.comdef
    • Seam Sensor Advance.comdef

  • New CIO objects were added:
    • Output_SeamDetectSensor_Advance
    • Output_SeamDetectSensor_Retract

  • New help files were added:
    • Option_PrebendSeamDetectDegreesPerSecond.rtf
    • Option_PrebendSeamDetectFeedAbsoluteSpeed.rtf
    • Option_PrebendSeamDetectFeedAbsolutePosition.rtf
    • ExternalFileToRunWhenPartChangesInProcessor.rtf

  • This help file was updated:
    • Option_PrebendSeamDetectMode.rtf

Other Pages