Sheet Metal Guy Blog
powered by Google
Home


 

 

 

 

 

 

 

 

 


 

Sheet Metal Guy Blog

03 Oct 2006   11:25:55 am
Inventor Bend Table Formulas
The question was asked in our forum (www.SheetMetalGuy.com/forum), if any one could translate or figure out what the formula is in the Inventor Bend Table. I don’t know who created these formulas, but I will do my best.

First the formula in the Inventor Bend Table: =IF($B135>165,0,(IF($B135>90,(2*(E$118+$B$115)*TAN(((180-$B135)*PI()/180)/2)-PI()*((180-$B135)/180)*(E$118+($B$115/2)*(0.65+0.5*LOG(E$118/$B$115)))),(2*(E$118+$B$115)-PI()*((180-$B135)/180)*(E$118+($B$115/2)*(0.65+0.5*LOG(E$118/$B$115)))))))

Quite a mess isn’t it? Well the first step is to break down the three parts of the ‘IF’ statement. This shows that it is handling the bends three different ways based on the angle of bend.

I did some renaming of the variables and it looks like this:
=IF(angle>165
0
ELSE,(IF(angle >90,
(2*( radius+thick)*TAN(((180-angle)*PI()/180)/2)-PI()*((180- angle)/180)*( radius +( thick /2)*(0.65+0.5*LOG(radius / thick)))),
ELSE
(2*(radius+ thick)-PI()*((180- angle)/180)*( radius +( thick/2)*(0.65+0.5*LOG(radius / thick)))))))

But then I question why the author did some of it and is it incorrect or not?

It starts by saying any bend with an angle greater than 165 degrees will use a value of zero. I agree most bends in this range are things like hems. But specifying a zero will give incorrect results.

For the other two parts, angles greater than 90 and angles less than 90, the math is more complex than it needs to be and I am not certain about the resultant value. While many parts of the formula look familiar, they don’t add up. What is especially unique is the log function being used to calculate the k-factor. I have not seen this before and plan to do more testing to see just how good it is.

I made a test to compare the standard bend formula results to the table results. There is a statement in the table (The correction value X is applied as follows: L = A + B – x) which implies they are calculating the Outside Bend Compensation. However to get their value I had to use a k-factor of 2.03. Since a k-factor is a percentage of the material thickness, this is way out of range.

My best comments about these formulas are:
A) The note at the top of the file says - ; This is supplied as a sample only. Edit with your own data and formulas as required.
B) Try our standard formulas using the quick rule of thumb k-factor. That is when the inside radius is more than two times or more the material thickness, k-factor is .42. When the inside radius is equal to thickness, the k-factor is .3333. And when the inside radius is less than the thickness, the k-factor is .25

Again I don’t know where the formula in the Bend Table came from, but don’t use it.
  Category : Sheet Metal | Posted By : SheetMetalGuy | Comments[82] | Trackbacks [6932]
 
1
Sep 2006 October 2006 Nov 2006
S M T W T F S
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31     
Categories
AutoCAD[4]
Sheet Metal[13]
SolidWorks[23]
Recent
Calculating the k-factor
Evenly Spaced Holes
New Slot Sketch Entities in SolidWorks 2009
Unfolding formulas
Custom Relief Type
Miter Flange on 3 Sides
Lofted Bends
Is there a chart of k-factors I can use?
The Kitchen Sink - Can you model it?
Sheet Metal Guy Announces New Industry Directory
Archives
April 2008[1]
February 2008[2]
December 2007[4]
July 2007[7]
June 2007[6]
March 2007[3]
January 2007[1]
November 2006[3]
October 2006[6]
September 2006[3]
August 2006[4]
User List
SheetMetalGuy[40]
Search
Syndication
Powered by myBloggie 2.1.3 Copyright © 2004 2005 -- myWebland -- Admin