Difference between revisions of "Benderlink for SolidWorks 1.71"

From ATTWiki
Jump to: navigation, search
 
(25px New - SVNET Setup Menu)
 
(46 intermediate revisions by one user not shown)
Line 1: Line 1:
[[image:cncbender_logo.jpg|400px]]
+
[[image:Blinkswlogo.jpg|450px]]
 +
[[image:Solidworkslogo.png|right]]
  
__NOTOC__
+
__TOC__
  
<br>
 
  
=CHANGES to CNC PROCESSLIST BUILDER=
+
===[[image:Check.jpg|25px]] New - Pulldown Menus ===
  
===[[image:Check.jpg|25px]] New - With PD Retract Timer - Ensure Clamp is Home  Before Post Bend Jog Starts (Logic Change) ===
+
Pulldown menus are added to Benderlink for SolidWorks.
 +
<br>
 +
<br>
 +
[[image:Blinksw_filemenu.jpg]]
 +
<br>
 +
<br>
  
The Pressure Die Retract Timer [[COMDEF]] command can open the pressure die a small distance and simultaneously send the [[clamp die]] home.  The command is considered complete when the pressure die has arrived at its timed destination.  The next step is often for a Post Bend Jog (which is a bend die clearance move for non split-die benders).
+
===[[image:Check.jpg|25px]] New - Open Bender Data in Explorer Feature ===
 +
A new button that allows you to open and explorer with the Windows Explorer has been added to the top of the main screen:
 
<br>
 
<br>
 
<br>
 
<br>
Because our operator station systems are becoming so fast, it is easily possible for the Feed axis to start the Post Bend Jog without the clamp die arriving completely at home. Of course, this may cause a tube-to-die collision.  This is a typical process list where this problem can occur:
+
[[image:Blinksw_openexplorer.jpg|500px]]
  
<pre>
+
<br>
PressureDieReturnWithTimer_SendClampAndBoostHome = tim2:200, cto:6000
+
<br>
  
AllBoostReturn = cto:6000
+
===[[image:Check.jpg|25px]] New - Bend Reduction Formula Editor ===
  
FeedPositive = pos0:50.80000000, vel0:900.00000000, ump0:1, cto:60000
+
[[image:Blinksw_bendreductionfunction_pullmenu.jpg|500px]]
</pre>
+
  
 +
Predicting elongation in a tube shape requires complex mathematics that changes per customer application.  Benderlink for SolidWorks now allows operators to program their Bend Reduction formula into the program.  This is the Bend Reduction Function editor:
 +
<br>
 +
<br>
 +
[[image:Blinksw_bendreductionfunction_menu.jpg|500px]]
 +
<br>
 
<br>
 
<br>
The '''PressureDieReturnWithTimer_SendClampAndBoostHome''' command works like this:
 
<br><br>
 
  
# It sends the pressure due out a timed duration
+
Read details about the editor here: [[Bend Reduction Editor]]
# It also energizes the clamp home
+
<br>
# It also energizes the PD boost home
+
<br>
# When the time expires, the COMDEF is considered complete and hands control to the next COMDEF command in the processlist.
+
# The clamp and boost will continue moving home until they arrive at the end of the motion.
+
 
<br>
 
<br>
  
In this case, the process can be so fast that the FeedPositive command (after AllBoostReturn) may be told to start moving before the clamp die and PD boost cylinder returns home.
+
===[[image:Check.jpg|25px]] Redesigned - Send Data To Bender Menu ===
 +
 
 +
Objects have been re-arranged in the menus to allow for more logical placement on the screen in Benderlink.  Objects have been removed this menu for simplification.  Also: A new "Current Bender Number" label is added to help quickly identify which bender is being communicated with.
 +
<br>
 +
<br>
 +
[[image:Blinksw_senddatatobender_menu.jpg|500px]]
 +
<br><br>
 
<br><br>
 
<br><br>
To solve the problem, the Processlist Builder inserts the '''ClampHomeComplete''' command in the logic like this:
 
  
<pre>
+
===[[image:Check.jpg|25px]] New - SVNET Setup Menu ===
PressureDieReturnWithTimer_SendClampAndBoostHome = tim2:200, cto:6000
+
  
ClampHomeComplete = cto:6000
+
Objects have been re-arranged in the menus to allow for more logical placement on the screen in Benderlink.  Objects have been moved new SVNET Setup menu
 +
<br>
 +
<br>
 +
There are three sub-menus in the SVNET menu:
  
AllBoostReturn = cto:6000
+
#Network Path - Setup for the common SVNET path for communications
 +
#Client - Setup for features where Benderlink calls out to the bender or sends data to the bender.
 +
#Server - Setup for Benderlink's ability to respond to commands from the bender.
 +
<br><br>
  
FeedPositive = pos0:50.80000000, vel0:900.00000000, ump0:1, cto:60000
+
[[image:Blinksw_svnet_networkpath_setup.jpg|500px]]
</pre>
+
<br><br>
 +
[[image:Blinksw_svnet_client_setup.jpg|500px]]
 +
<br><br>
 +
[[image:Blinksw_svnet_server_setup.jpg|500px]]
  
<br>
 
The ClampHomeComplete COMDEF command includes a CIO input object that requires the  home input for the clamp to be activated before continuing to the next COMDEF in the process list.
 
  
<br>
+
==Other Pages==
<br>
+
 
 +
*Back to the [[Benderlink for SolidWorks]] page
 +
*The [[Bend Reduction Editor]] page describes how to use the editor

Latest revision as of 13:40, 7 March 2008

Blinkswlogo.jpg

Solidworkslogo.png

Contents


Check.jpg New - Pulldown Menus

Pulldown menus are added to Benderlink for SolidWorks.

Blinksw filemenu.jpg

Check.jpg New - Open Bender Data in Explorer Feature

A new button that allows you to open and explorer with the Windows Explorer has been added to the top of the main screen:

Blinksw openexplorer.jpg



Check.jpg New - Bend Reduction Formula Editor

Blinksw bendreductionfunction pullmenu.jpg

Predicting elongation in a tube shape requires complex mathematics that changes per customer application. Benderlink for SolidWorks now allows operators to program their Bend Reduction formula into the program. This is the Bend Reduction Function editor:

Blinksw bendreductionfunction menu.jpg

Read details about the editor here: Bend Reduction Editor


Check.jpg Redesigned - Send Data To Bender Menu

Objects have been re-arranged in the menus to allow for more logical placement on the screen in Benderlink. Objects have been removed this menu for simplification. Also: A new "Current Bender Number" label is added to help quickly identify which bender is being communicated with.

Blinksw senddatatobender menu.jpg



Check.jpg New - SVNET Setup Menu

Objects have been re-arranged in the menus to allow for more logical placement on the screen in Benderlink. Objects have been moved new SVNET Setup menu

There are three sub-menus in the SVNET menu:

  1. Network Path - Setup for the common SVNET path for communications
  2. Client - Setup for features where Benderlink calls out to the bender or sends data to the bender.
  3. Server - Setup for Benderlink's ability to respond to commands from the bender.



Blinksw svnet networkpath setup.jpg

Blinksw svnet client setup.jpg

Blinksw svnet server setup.jpg


Other Pages