Issues with unit conversion

Issues with unit conversion

shaun.bailey791
Participant Participant
336 Views
3 Replies
Message 1 of 4

Issues with unit conversion

shaun.bailey791
Participant
Participant

Hi,

 

I am making a parametric part that calculates some dimensions based on parameters that are in newtons (N) it is essentially a fully stressed beam. It seems that fusion wont allow me to use the force parameter to calculate the distance?

R1 is my reaction force in N

the equation i am trying to use is:

=(300*R1)/83.33E+3

I have also tried 

=((300*R1)/83.33E+3) * 1mm

Any help is greatly appreciated

 

I could just put it in as a distance parameter and note it in the comments but that feels wrong

0 Likes
Accepted solutions (2)
337 Views
3 Replies
Replies (3)
Message 2 of 4

HughesTooling
Consultant
Consultant
Accepted solution

Is R1 a parameter? It it is you need to cancel its units. Something like (300*R1/N).

 

Mark

Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Message 3 of 4

g-andresen
Consultant
Consultant
Accepted solution

Hi,

try this:

expo.gif

günther

Message 4 of 4

shaun.bailey791
Participant
Participant

Thanks Guys,

 

That worked a treat

0 Likes