Previous in Forum: Air Compressors   Next in Forum: Mettalic Bellows
Close
Close
Close
58 comments
Rate Comments: Nested
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5

Calculating the Unequal Angle of a Triangle

08/31/2009 3:17 AM

I know that this is probally just a simple geometry question, but what i am trying to do is calculate the un-equal angle of an isosceles triangle. The only information that i have to work with is the lenght of the un-equal side (Y) and the depth of the 2 equal sides(X).

The reason that i need to do this is because i am writing a programme for a Pressbrake folding machine. What i am hoping to acheive is calculating the the distance required for the folding beam (top tool) to travel into the Die to acheive the requested angle. To do this first i need to calculate the angle of the Die that the operator is using (along with other information such as material thickness, steel type etc). This information will be inputed as Y and X. With the information received (hopefuly) we can calculate the max angle that can be acheived from the Die. Then we can reverse engineer the value to calculate how far the X travel is to acheive the requested angle, and also if the requested angle is within the range of the Die. I do realise that this is not the usaul way, but i wanted to look outside the square if possible.

Any advise would be appreciated.

Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.

Good Answers:

These comments received enough positive votes to make them "good answers".

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Guru
Engineering Fields - Marine Engineering - New Member

Join Date: May 2007
Location: Australia.
Posts: 1642
Good Answers: 81
#1

Re: Calculating the unequal angle of a triangle.

08/31/2009 3:59 AM

180-[tan(y/(x/2)) *2]. ?

Regards JD.

Register to Reply
Guru

Join Date: Mar 2007
Location: City of Light
Posts: 3943
Good Answers: 183
#3
In reply to #1

Re: Calculating the unequal angle of a triangle.

08/31/2009 4:51 AM

since we deal with angles the "atan" should be present instead of "tan" :

180-2*[atan(y/(x/2))].

When computing it shlould be taken care that the "atan" function gives results in degrees and not in radian. EXCEL works usually with radians so that again take care for the units.

Sorry but it had to be corrected.

Nick

Register to Reply Score 1 for Good Answer
Guru
Engineering Fields - Marine Engineering - New Member

Join Date: May 2007
Location: Australia.
Posts: 1642
Good Answers: 81
#4
In reply to #3

Re: Calculating the unequal angle of a triangle.

08/31/2009 5:08 AM

Hi Nick

Thank you, no problem, not the first time.

Regards JD.

Register to Reply
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#6
In reply to #3

Re: Calculating the unequal angle of a triangle.

08/31/2009 6:44 AM

Boy i must be dumb, i forgot to menton that, i dont think i can caculate sin, cosine or tangents that easily. With your forumla how do i calculate the sin, cosine or tangent? for variables such as when the operators change the die. I will check over the CPU tomorro to see if it has this ability on board.

Register to Reply
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#7
In reply to #3

Re: Calculating the unequal angle of a triangle.

08/31/2009 6:51 AM

Not sure by what you mean when you say atan?. but i do think that i get the rest of you forunla.

Thanks Mate

Best Regards

Joe

Register to Reply
Guru

Join Date: Mar 2007
Location: City of Light
Posts: 3943
Good Answers: 183
#8
In reply to #7

Re: Calculating the unequal angle of a triangle.

08/31/2009 7:12 AM

Do you have excel or openoffice spread sheet? if yes you have the function.

Atan = arctangent= angle which has as tangent value what is computed between brackets.

Most of scientific hand calculators for college have the functions as well.

Trigonometry is the part of mathematics which makes the link between angular and linear quantities thus the need to use it.

Nick

Register to Reply Score 1 for Good Answer
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#10
In reply to #8

Re: Calculating the unequal angle of a triangle.

08/31/2009 7:24 AM

... but the tan (or atan) function is inappropriate, as we have one side (Y/2) and the hypotenuse (X).

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply Score 1 for Good Answer
2
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#11
In reply to #8

Re: Calculating the unequal angle of a triangle.

08/31/2009 7:46 AM

Having re-read the OP, atan is indeed appropriate if X is the depth of the "V", rather than the length of the sides.

New diagram:

And the excel views:

And

Sorry, all .

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply Good Answer (Score 2)
Guru
Engineering Fields - Electrical Engineering - Been there, done that. Engineering Fields - Control Engineering - New Member

Join Date: Dec 2008
Location: Long Island NY
Posts: 15603
Good Answers: 982
#13
In reply to #11

Re: Calculating the unequal angle of a triangle.

08/31/2009 2:31 PM

Good Answer John, but I think the angle you solved for and show in your diagram (b) is actually half of the angle the OP is looking for. For the OP question is the unique angle of the isosceles triangle. You've calculated the bisecting angle that the right triangle creates. But the OP question is a little ambiguous as to whether the desired angle is b or 2b. (Alas poor Yorick. )

Also, don't forget that sheet metal tends to spring back a little after being initially bent. So in your break (brake?) you will have to over-bend a little to compensate for this. Unfortunately the over-bend will change depending on thickness and alloy type.

__________________
"Don't disturb my circles." translation of Archimedes last words
Register to Reply
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#16
In reply to #13

Re: Calculating the unequal angle of a triangle.

08/31/2009 5:05 PM

You are dead right, the angle i am looking for is 2b, so i could use John calc and multiply the result by 2.

As for the spring back, this will be acounted for by adding a correction factor to each and every bend, the operator will get the hang of this very quickly

Thanks All for your input.

Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#17
In reply to #13

Re: Calculating the unequal angle of a triangle.

08/31/2009 5:52 PM

The angle shown (and the formula given for finding it) in the diagram is indeed half the required angle - that's why the formula given in the spreadsheet example is 2 x the result shown in the diagram.

I didn't go into the practicalities of folding an exact angle (allowing for spring-back etc), as it seemed that Joe Sparky was well up on brake-press operation, & just needed a hand with the trig.

BTW - I expressed angle b (half the required angle) in terms of angle a so that the formula would accord with that given by jdretired. It would (imho) have been a little easier to go directly for b = atan ((y/2)/x), b still being half the required angle.

Thanks,

John.

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply Score 1 for Good Answer
Guru

Join Date: Mar 2007
Location: City of Light
Posts: 3943
Good Answers: 183
#18
In reply to #17

Re: Calculating the unequal angle of a triangle.

08/31/2009 6:00 PM

JD formula gives the full angle! But it was not understood.

Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#19
In reply to #18

Re: Calculating the unequal angle of a triangle.

08/31/2009 6:37 PM

Agreed - but he must've got there by taking 2 x the half-angle - hence 180 - 2* [...]

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply
Guru

Join Date: Mar 2007
Location: City of Light
Posts: 3943
Good Answers: 183
#24
In reply to #19

Re: Calculating the unequal angle of a triangle.

09/01/2009 3:22 AM

Look ar #3

Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#26
In reply to #24

Re: Calculating the unequal angle of a triangle.

09/01/2009 3:30 AM

Exactly - that's what I did!

My point is that jdretired's formula could only have been obtained by calculating the half-angle, & doubling!

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply Score 1 for Good Answer
Guru
Panama - Member - New Member Hobbies - CNC - New Member Engineering Fields - Marine Engineering - New Member Engineering Fields - Retired Engineers / Mentors - New Member

Join Date: Dec 2006
Location: Panama
Posts: 4273
Good Answers: 213
#22
In reply to #11

Re: Calculating the unequal angle of a triangle.

08/31/2009 11:34 PM

Why have you not calculate "b" directly, as in b = atan((Y/2)/X)? Why go through angle "a" at all? Just curious...

Register to Reply Off Topic (Score 5)
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#23
In reply to #22

Re: Calculating the unequal angle of a triangle.

09/01/2009 2:28 AM

Pls see my "BTW" in #17

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply Off Topic (Score 5)
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#25
In reply to #11

Re: Calculating the unequal angle of a triangle.

09/01/2009 3:27 AM

Hi JD yes we are looking a b, b x 2 as this will give us the absolute angle (in theroy that we are bending) the problem with pressbrakes is that they are designed to only work to the maximun limut, then because of the tonnage required to complete the bend, the result will vary depending on the material used and the lenght of the material being folded. When you are folding a long sheet the result is always less than what you had calculated on, this is due to the folder growing (streching) we have a factor that we can use to calculate this error, it is not perfect but it works. The calculation depends on materal used (steel type) material thickness and lenght of fold. Which ends up being a long equasion, this is why i asked the boffins how to sort out my Trig.

Again thanks to all contributers, your advise has been taken on board, watch this space, I will let you all know how the system developes, mind you that may take a few months as there is still a lot of ground work to be done, and i cant afford to spend all my time on R and D even though it is my favorite work. It dont pay the bills though.

Thanks All!!!!!!

Register to Reply
Guru

Join Date: Aug 2007
Posts: 1790
Good Answers: 87
#2

Re: Calculating the unequal angle of a triangle.

08/31/2009 4:47 AM
Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#5

Re: Calculating the unequal angle of a triangle.

08/31/2009 5:56 AM

Here's an excel formula that works (giving the answer in degrees):

2*ASIN((B2/2)/B1)*180/PI()

Where B2 contains the length of the un-equal side (Y), and B1 the equal sides (X)

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply
3
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#9
In reply to #5

Re: Calculating the unequal angle of a triangle.

08/31/2009 7:22 AM

Here's the diagram for the half-angle:

If you have excel on your PC, you can copy & paste the formula I gave above into, say, cell B3, remembering to put an "=" sign in front so excel recognises that it's a formula. Put your X value in cell B1, and Y in B2. B3 will then show the angle.

This is what the display should show for a right-angled triangle (after adding comments in column A) :

Here's the formula view for the above:

Note: multiplying by 180/pi() converts from radians to degrees.

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply Good Answer (Score 3)
Guru

Join Date: Oct 2006
Location: Surrey BC Canada
Posts: 1571
Good Answers: 42
#12
In reply to #9

Re: Calculating the unequal angle of a triangle.

08/31/2009 12:05 PM

Good answer DJ.

And for the "Z" (or X axis of the press) travel, z = SQRT(X^2 - (Y^2)/4)

Register to Reply
Guru

Join Date: Mar 2007
Location: City of Light
Posts: 3943
Good Answers: 183
#14
In reply to #12

Re: Calculating the unequal angle of a triangle.

08/31/2009 2:39 PM

No! read again

Register to Reply Off Topic (Score 5)
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#37
In reply to #9

Re: Calculating the unequal angle of a triangle.

09/07/2009 6:23 AM

Hi JD

What is the most important thing is the perpindicular (Spelling wrong) so i can calculate the depth that the pressbrake must travel to make the fold. I think you had it before.

We only need 2 dimensions to calculate the third using opposite / adj = Tan, i think call you me dumb. But what i have to do is reverse engineer all calc's to get the required result, it is a bit of fun in a PLC.

Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#38
In reply to #37

Re: Calculating the unequal angle of a triangle.

09/07/2009 6:32 AM

What PLC do you have?

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#39
In reply to #38

Re: Calculating the unequal angle of a triangle.

09/07/2009 9:24 PM

The PLC we are using is a Unitronics "Vision 350"

Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#40
In reply to #39

Re: Calculating the unequal angle of a triangle.

09/08/2009 11:46 AM

'Fraid I've never met one. The docs on the Unitronics website seem to only show +, -, x, ÷ and √ .

Good luck!

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#41
In reply to #40

Re: Calculating the unequal angle of a triangle.

09/08/2009 8:43 PM

Hi John

When you look at the math functions, there is a function called forumla it then opens up the edit formula menu, you can use all sorts of functions in this including sin cosin and tangent.

Cheers.

Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#42
In reply to #41

Re: Calculating the unequal angle of a triangle.

09/09/2009 5:52 PM

Sounds good - I'd've thought they'd've made more of that in the docs.

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply Off Topic (Score 5)
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#43
In reply to #9

Re: Calculating the unequal angle of a triangle.

09/16/2009 5:22 AM

John,

Just looking back, you used the Y and X Values, the other value is the Z value, I need to calculate the value using the Y and Z value's? Also how do you manage to insert diagrammes into this forum?

Cheers

Joe

Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#44
In reply to #43

Re: Calculating the unequal angle of a triangle.

09/16/2009 6:29 AM

Hi, Joe,

Getting myself a bit mixed up, here - are you referring to my post #9 or #11?

Maybe we'd better start again, with a reference drawing:

The triangle vertices are P, Q and R. S is the mid-point of the unequal side. A is the unequal angle at vertex Q, and B is one of the equal angles.

X, Y & Z obvious.

Which dimensions or angles do you have, and what do you want to calculate?

[BTW To insert an image, you have to have it on your PC. Not sure what formats work - .gif and .jpg are definitely ok.

I did this drawing in AutoCAD, then did a print preview and captured it from the screen (using Faststone Image Viewer, which you can get as a free download). I saved it as Triangle.jpg, then inserted it in this post using the "Insert/Edit Image" tool: ]

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#45
In reply to #44

Re: Calculating the unequal angle of a triangle.

09/18/2009 6:36 PM

Hi John

I want to use Z and Y to calculate Angle A.

That Faststone Image Viewer is neat, thanks John.

Cheers

Joe

Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#46
In reply to #45

Re: Calculating the unequal angle of a triangle.

09/19/2009 6:45 AM

OK, it's more-or-less what I did before, but here it is - a bit clearer (I hope ):

You have to split the angle in half, and multiply the result by 2 to get the full angle, thus:

The corresponding Excel worksheet (for a right-angled triangle) would be:

[ Again, the factor 180/pi is used to convert from radians to degrees ].

Hope this helps,

John

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply Score 1 for Good Answer
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#47
In reply to #46

Re: Calculating the unequal angle of a triangle.

09/22/2009 3:59 AM

Hi John

This is as far as I have got so far. I thought it fair to share it with you, and I can attach drawings (thanks Mate). The first calc is for the Atan.

Then we have to convert this to degrees.

Having got this information, we can now save tool dimensions.

The next challange that I have to work out, is how to calculate tool collision risk and preventing due to operator error and preventing it happening.

I have my work cutout, this project is no small one, but hopefully the benifits will be worth it, I will keep you informed.

Again John Thanks for Your Valued Input

Cheers

Joe

Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#48
In reply to #47

Re: Calculating the unequal angle of a triangle.

09/22/2009 4:36 AM

Hi Joe,

Thanks for the update - always good to know how a project's going.

Glad to have helped - keep up the good work !

John

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#49
In reply to #48

Re: Calculating the unequal angle of a triangle.

09/22/2009 5:49 AM

Hi John

You must think that I am a dumb Bas@#d, but now I have to reverse engineer the whole thing, the reason for this is we have a folding tool (top tool) and a Die Tool.

These tools are not matched, they can be of different angles, it is also possible that the Top Tool has a greater angle than the Die Tool, and then if we tried to move the Top Tool into the Die Tool, this could be nasty (damaging the tools).

We know the angle of the Top Tool and the Die Tool We also know its X Dimension of the Die Tool. We also know the material thickness, so we must subtract the material thickness from the X dimension of the Die Tool to determine the Max travel that the Top Tool can travel before there is a collision risk.

Let me show you a diagramme.

We only can bend an angle to the (max angle of the Top Tool) but we must avoid collision with the Die Tool.

To calculate this, we know the Die Tool X, we must also add the material thickness to this, then we must calculate the Y Depth that the folding beam can travel, any idears

would be appreciated.

See Dwg.

Cheers

Joe

Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#50
In reply to #49

Re: Calculating the unequal angle of a triangle.

09/22/2009 6:26 AM

Hi Joe,

Just so we're both singing from the same songsheet ...

... this is what you need to calculate, yes?

[This may take a little while - got to pretend I'm working ]

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#51
In reply to #49

Re: Calculating the unequal angle of a triangle.

09/22/2009 5:31 PM

OK, I haven't heard back - so I'll assume I'm going in the right direction.

First, let's simplify it. These sketches:

... should persuade you that (provided the top tool angle is greater than or equal to the die tool angle) the depth of the 'Vee' in the die tool doesn't matter; it's only the aperture width that is important.

That said, the next stage is to draw up the important bits. I've halved the picture (as before) because it's easier to deal with the right-angled triangles. To begin, we'll ignore the piece-part, just concentrating on the top and die tools:

In this diagram, we have:

TXh = half the top tool X dimension,

TY = top tool Y dimension,

DXh = half the die tool X dimension (ie half the die tool aperture),

DY = depth of entry of the top tool into the die tool (the unknown!).

This bit is actually very easy - we don't need any trigonometry, it's solved using the properties of similar triangles.

We have DY/TY = DXh/TXh,

so

DY = (DXh * TY) ÷ TXh

And since

DXh = 2 * DX (half die tool aperture width = 2 times die tool aperture width)

and

TXh = 2 * TX (half top tool width = 2 times top tool width),

we can cancel out the "2"s, so that:

DY = (DX * TY) ÷ TX, or

Depth_of_entry_of_top_tool = width_of_die_tool_aperture * height_of_top_tool ÷ width_of_top_tool

<DEEP BREATH> that was the easy bit. Adding in the effect of the material thickness is (fortunately ) another problem, which does however depend on the angle of the top tool 'Vee' and needs some trigonometry. I'll probably have to leave that one 'til tomorrow (unless anyone else fancies a go?).

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply Score 1 for Good Answer
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#52
In reply to #51

Re: Calculating the unequal angle of a triangle.

09/22/2009 9:27 PM

Hi John,

You are right on track, I have to have a bit read to understand it but it looks good.

Its great to have someone to bounce ideas with

Thanks John

Best Regards

Joe

Register to Reply
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#53
In reply to #51

Re: Calculating the unequal angle of a triangle.

09/22/2009 9:42 PM

Hi John,

Yes it makes sense now that I have had a good read.

With regard to the material thickness, I thought that was the easy part, you have done the hard work already. If we subtract the material thickness from DXH within the formula, that should give us the true result for DY

Cheers

Joe

Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#54
In reply to #53

Re: Calculating the unequal angle of a triangle.

09/23/2009 4:36 AM

Unfortunately, you can't just subtract the material thickness, because the angle comes into it. Here's a view of the top tool in the die with the material sandwiched between:

Zooming in on the point where they meet:

... you can see that Tx is quite a bit bigger than the material thickness, T.

Zooming in on the bottom of the top tool:

... you can see that the depth must be decreased by the amount Ty. Ah is half the top tool angle.

To find Ty, consider this triangle:

sin(Ah) = T ÷ Ty, which can be re-arranged as:

Ty = T ÷ sin(Ah)

So the final entry depth is the depth as calculated in #51 minus Ty as calculated here. Remember Ah is half the top tool angle.

Hope this makes sense (and I haven't made any goofs ).

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply
Guru

Join Date: Mar 2007
Location: City of Light
Posts: 3943
Good Answers: 183
#15

Re: Calculating the Unequal Angle of a Triangle

08/31/2009 2:43 PM

In fact you should take into consideration the true form of the tools this means the radii of knife and of the support sides. Depending of what you want to do the differences can be of importance. It is as well important to compute the changes in the depth as function of the angle opening due to spring back. This last value can be used for adaptive corrections and tolerances (angular) reduction.

Register to Reply Score 1 for Good Answer
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#36
In reply to #15

Re: Calculating the Unequal Angle of a Triangle

09/07/2009 6:11 AM

You are dead right, depending on the angle of your tool will also have effect on the angle produced, again depending on the angle.

Good thinking Mate

Register to Reply
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#55
In reply to #15

Re: Calculating the Unequal Angle of a Triangle

09/23/2009 5:32 AM

Hi John,

I am going to have to think about that.

Cheers Mate

Joe

Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#56
In reply to #55

Re: Calculating the Unequal Angle of a Triangle

09/23/2009 4:23 PM

I've been out all day (up to London to get a visa for my daughter to go to China) - but I've thinking about it on-and-off.

I know that the angle matters (when the thickness of the material is introduced) - but I don't think I've made the correct assumptions in my calculaions (I think I said it wasn't the easy bit ).

So "I am going to have to think about that" too.

I'll be back!

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#57
In reply to #56

Re: Calculating the Unequal Angle of a Triangle

09/24/2009 6:36 AM

Looks as if it works! Here are some constructions, done with the aid of (and dimensioned by) AutoCAD, with the calculations below:

Entry without material:

DY = (40 x 80) ÷ 277.13 = 11.55

Correction for material thickness:

Ty = 5 ÷ sin(60°) = 5 ÷ 0.87 = 5.77

Entry with material = 11.55 - 5.77 = 5.77

And:

Entry without material:

DY = (40 x 80) ÷ 92.38 = 34.64

Correction for material thickness:

Ty = 5 ÷ sin(30°) = 5 ÷ 0.5 = 10

Entry with material = 34.64 - 10 = 24.64

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#58
In reply to #57

Re: Calculating the Unequal Angle of a Triangle

09/29/2009 12:14 AM

Hi John, That looks dam good, you know you trig.

I have to leave the New Zealand urgently, I will get back to you when I get back or I may reply while overseas if I get time, Thanks John.

Cheers

Joe

Register to Reply
Anonymous Poster
#20

Re: Calculating the Unequal Angle of a Triangle

08/31/2009 10:53 PM

Simply draw your isosceles triangle then add a vertical line through the middle of your uneven angle to give you 2 right angle triangles. The uneven angle will be split exactly in 2 so you must remember to double your answer when you find it.

You know the height of the right angle triangle (X) an the base of the right angle triangle (0.5Y). The angle we want to find is (@).

Formula

SIN @ = 0.5Y / X

use this and then double the value of @ to give you your original uneven angle.

All the best

Register to Reply Score 1 for Good Answer
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#27
In reply to #20

Re: Calculating the Unequal Angle of a Triangle

09/01/2009 4:34 AM

You have made it so simple, now all i have to do is see if my programme can handle sin.

Thanks

Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#28
In reply to #27

Re: Calculating the Unequal Angle of a Triangle

09/01/2009 6:12 AM

Guest's formula (using the sin() function) is OK assuming the X is measured along the side of the V (as per the diagram in #9). If you're using the depth of the V, you need the tan() function.

Also, to find the angle (from the sin or tan) you need the inverse function (asin or atan).

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply
Power-User
United States - Member - Engineering Fields - Mechanical Engineering - Hobbies - Fishing - Hobbies - Musician -

Join Date: Jun 2009
Location: California
Posts: 106
Good Answers: 19
#31
In reply to #27

Re: Calculating the Unequal Angle of a Triangle

09/01/2009 1:52 PM

If your program can't handle trigonometric functions, you can always use the sum of the first seven or eight terms of the Taylor series expansion for the function, depending on your desired level of accuracy.

If your X measurement is the actual length of the equal sides (figure in #9), then the arcsin function should be used. The first seven terms of the Taylor series for arcsin are:

/ a = arcsin(w) = w + (1/6)w3 + (3/40)w5 + (5/12)w7 + (35/1152)w9 + (63/2816)w11 + (231/13312)w13

where w = Y/2X from your original measurements and w<1.

This will calculate half of your desired angle in radians, so your final angle will be 2(arcsin(w)) or 2a. To convert radians to degrees, multiply by (180/pi). The accuracy of this series is within 0.5% for half-angles less than 65° (total 130°).

If your X measurement is the projected depth of the equal sides (figure in #11), then the arctan function should be used. The first eight terms of the Taylor series for arctan are:

/ b = arctan(w) = w – (1/3)w3 + (1/5)w5 – (1/7)w7 + (1/9)w9 – (1/11)w11 + (1/13)w13 – (1/15)w15

where w = Y/2X from your original measurements and w<1.

This will also calculate half of your desired angle in radians, so your final angle will be 2(arctan(w)) or 2b. However, note that this series is only valid for w<1 which means the half-angle must be less than 45° (total 90°). The accuracy of this series is within 0.5% for half-angles less than 40° (total 80°).

Register to Reply Score 1 for Good Answer
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#32
In reply to #31

Re: Calculating the Unequal Angle of a Triangle

09/04/2009 4:05 AM

Thanks Mate for your advise, But i have, after a bit of reasearch found that i can use the Tan, Cosine and Sine rules within my PLC. All the advise that I have received from this forum has been great.

I have also found out there is a calculation for the spring back in materials being folded, this does depend on a few factors, 1. Material Thickness 2. Material Type S/Steel v mild steel 3. Material Width. 4. Maximun Pressing Pressure.

There is a reasons for this problem, 1. the pressure that is pressed by the pressbarke is contant, on many pressbrakes they have stop nuts to limit the travel on the folding action this is also controled by hydralic pressure. I have also been told by a very experienced person that has manufactured pressbrakes that what happens is that if you use a high tonnage pressbrake to fold a thin material it should work every time if you are using the correct die.

But if you are trying to fold a thick material (towards the limit) on the pressbrake, what happens is that everything moves including the pressbrake, everything strecthes and then our calculations go out the window.

This is a charastic of pressbrakes, cant do much about this, but i can use all the information that i have received from this forum, and then include it to get reasonable angles.

Thanks All To Contributers

Register to Reply
Anonymous Poster
#21

Re: Calculating the Unequal Angle of a Triangle

08/31/2009 11:19 PM

if you bisect the unequal angle, the resulting line will create two equal right triangles. just measure the isoceles side and the bisecting line, find their ratio and use trig to get half of the angle. multiply by two and you have the angle of the third corner of your isoceles triangle. Or you can measure the other two angles with a protractor and subtract that sum from 180. But, of course, if you have a protractor, you can simply measure the third

Register to Reply
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#35
In reply to #21

Re: Calculating the Unequal Angle of a Triangle

09/07/2009 6:05 AM

That's right thats is what i have to do, it dose still require the trig calc, and that is what i was having difficulity with.

Register to Reply
Anonymous Poster
#29

Re: Calculating the Unequal Angle of a Triangle

09/01/2009 11:00 AM

Here is a link to a quality website where this guy has half a dozen nice programs that he wrote. Free and downloadable. The Geometry program is a comprehensive shape, area and volume calculator. Works nicely.

Register to Reply
Participant

Join Date: May 2008
Location: Below The Mason Dixon Where The Weather Is Warmer
Posts: 2
#30

Re: Calculating the Unequal Angle of a Triangle

09/01/2009 11:03 AM

http://www.sjweeks.co.uk/

Sorry, i forgot to put the link in the last post.

Register to Reply
Anonymous Poster
#33

Re: Calculating the Unequal Angle of a Triangle

09/07/2009 3:39 AM

U can try 2 solv this problm by juat incorporating a wheel in between the driving end cam and driven end connected at opp end of the tangent of the disk. The wheel should b rotating with center piviot to facilitate rotary as well as reciprocating motions symiltnsly. It will be something like excentrik wheel

Register to Reply
Power-User

Join Date: Jun 2009
Location: New Zealand
Posts: 403
Good Answers: 5
#34
In reply to #33

Re: Calculating the Unequal Angle of a Triangle

09/07/2009 6:02 AM

I think I Know what you mean, but this requires another encoder, we dont want the extra compulaction, other theroy's will work just fine, thanks mate.

Register to Reply
Register to Reply 58 comments

Good Answers:

These comments received enough positive votes to make them "good answers".

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Copy to Clipboard

Users who posted comments:

Anonymous Poster (4); cwarner7_11 (1); dac1267 (1); GW (1); jdretired (2); Joe Sparky (20); JohnDG (20); nick name (6); raymondgregory (1); redfred (1); Steve S. (1)

Previous in Forum: Air Compressors   Next in Forum: Mettalic Bellows

Advertisement