Difference between revisions of "Benderlink for SolidWorks 1.71"

From ATTWiki
Jump to: navigation, search
(25px New - SVNET Setup Menu)
 
(22 intermediate revisions by one user not shown)
Line 3: Line 3:
  
 
__TOC__
 
__TOC__
 +
 +
 +
===[[image:Check.jpg|25px]] New - Pulldown Menus ===
 +
 +
Pulldown menus are added to Benderlink for SolidWorks.
 +
<br>
 +
<br>
 +
[[image:Blinksw_filemenu.jpg]]
 +
<br>
 +
<br>
 +
 +
===[[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>
 +
[[image:Blinksw_openexplorer.jpg|500px]]
 +
 +
<br>
 +
<br>
  
 
===[[image:Check.jpg|25px]] New - Bend Reduction Formula Editor ===
 
===[[image:Check.jpg|25px]] New - Bend Reduction Formula Editor ===
  
[[image:Blinksw_bendreductionfunction_pullmenu.jpg|400px]]
+
[[image:Blinksw_bendreductionfunction_pullmenu.jpg|500px]]
  
 
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:
 
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>
 
<br>
 
<br>
[[image:Blinksw_bendreductionfunction_menu.jpg|600px]]
+
[[image:Blinksw_bendreductionfunction_menu.jpg|500px]]
 
<br>
 
<br>
 
<br>
 
<br>
The editor is very powerful because it allows you to enter action Pascal code to define the function that returns the adjusted arc lengths.  This is an example bend reduction program included with Benderlink:
 
  
<font size=1>
+
Read details about the editor here: [[Bend Reduction Editor]]
<pre>
+
<br>
var
+
<br>
  BendAllowance: real;
+
<br>
  NewArc: real;
+
 
begin
+
===[[image:Check.jpg|25px]] Redesigned - Send Data To Bender Menu ===
  BendAllowance := 0.64;
+
  NewArc := ((BendAllowance * blinksw(OD) + (PI/2 * (blinksw(CLR)-0.5 * blinksw(OD) ))) / 90) * blinksw(BENDANGLE);
+
  //MessageDlg('New Arc Length: ' + floattostr(NewArc), mtInformation, [mbOK], 0);
+
  result := NewArc;
+
end;
+
</pre>
+
</font>
+
  
 +
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>
 
<br>
 
<br>
The value returned is called the "result". At the bottom of the code (just before the "end;" line), the
+
[[image:Blinksw_senddatatobender_menu.jpg|500px]]
<pre>result := NewArc;</pre> line of code assigns the value in the NewArc variable to each arc length in Benderlink during conversion.  
+
<br><br>
 +
<br><br>
 +
 
 +
===[[image:Check.jpg|25px]] 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
 
<br>
 
<br>
 
<br>
 
<br>
These are the available math functions:
+
There are three sub-menus in the SVNET menu:
 +
 
 +
#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>
 +
 
 +
[[image:Blinksw_svnet_networkpath_setup.jpg|500px]]
 +
<br><br>
 +
[[image:Blinksw_svnet_client_setup.jpg|500px]]
 +
<br><br>
 +
[[image:Blinksw_svnet_server_setup.jpg|500px]]
 +
 
 +
 
 +
==Other Pages==
  
<pre>
+
*Back to the [[Benderlink for SolidWorks]] page
blinksw(OD)
+
*The [[Bend Reduction Editor]] page describes how to use the editor
blinksw(CLR)
+
blinksw(BENDANGLE)
+
sqr()
+
sqrt()
+
arctan()
+
cos()
+
sin()
+
tan()
+
abs()
+
exp()
+
ln()
+
log()
+
int()
+
frac()
+
trunc()
+
round()
+
arcsin()
+
arccos()
+
sign()
+
not()
+
PI
+
ArcCos()
+
ArcCosh()
+
ArcCot()
+
ArcCotH()
+
ArcCsc()
+
ArcCscH()
+
ArcSec()
+
ArcSecH()
+
ArcSin()
+
ArcSinh()
+
ArcTan2()
+
ArcTanh()
+
Cosecant()
+
Cosh()
+
Cot()
+
Cotan()
+
CotH()
+
Csc()
+
CscH()
+
CycleToDeg()
+
CycleToGrad()
+
CycleToRad()
+
DegToCycle()
+
DegToGrad()
+
DegToRad()
+
GradToCycle()
+
GradToDeg()
+
GradToRad()
+
Hypot()
+
IntPower()
+
IsInfinite()
+
IsNan()
+
Ldexp()
+
LnXP1()
+
Log10()
+
Log2()
+
LogN()
+
Max(
+
Min()
+
Power()
+
RadToCycle()
+
RadToDeg()
+
RadToGrad()
+
RandG()
+
RandomRange()
+
Sec()
+
Secant()
+
SecH()
+
Sinh()
+
Tan()
+
Tanh()
+
</pre>
+

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