cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Mathcad Program Help

JaydeepPanchal
1-Newbie

Mathcad Program Help

Hello all,

I am making a program for the gear design. I need to make the program like first it takes pitch= 1 and it calculate facewidth and other functions. After that it calculte all functions by doing increment in pich by 1 and facewidth by 0.25. I made according to my knowldge but it does not satisfy my conditions. If any one can give some hint ot some kind of help than it will be a great help for my study purpose.

I am also attaching my program if some one need to check it out.

Contact me if you have any futher question on jaydeep.panchal@mavs.uta.edu

Thank you.

12 REPLIES 12

This is quite a sheet! Without comments it's difficult to follow.

What is it not doing? What do you think is not right?

Thank you sir taking time to see my problem.

Well the program suppose to calculate SS, SB, BHNW, and SB1, Facewidth for pitch 1. Also for the same pitch 1 it should increase the facewidth by 0.25 and calculate again for SS, SB, BHNW, and SB1.

After that it should increase pitch by 1 and it should do all above calculation again and shows results.

The program should increase the pitch upto 10 and facewidth should be inbetween 8/Pitch to 12.5/Pitch.

In my program it shows pitch with increment and facewidth increment but it is not calculating SS, SB, SB1, and BHNW for it.

If you have any more question please let me know.

Thank you.

Jaydeep

I am making a program for the gear design. I need to make the program like first it takes pitch= 1 and it calculate facewidth and other functions. After that it calculte all functions by doing increment in pich by 1 and facewidth by 0.25.

Do you mean that when pitch=1, facewidth=8, when pitch=2, facewidth=8.25, when pitch=3, facewidth=8.5, etc?

Contact me if you have any futher question on jaydeep.panchal@mavs.uta.edu

Follow-up questions and answers will be posted here. It is very unlikely anyone will get into a chain of private correspondence with you.

The equation for Facewidth is (8/Pitch) <= B <= (12.5/Pitch).

So for Pitch =1, it should take facewidth in 8, 8.25, 8.50 ... 12.50 (it has increment of 0.25 inbetween 8 to 12.5).

So Pitch=1 and Facewidth 8, 8.25....12.5, it should calculate SS(Surface Stress), BHNW, SB( Surface Bending).

After that it should increase Pitch by 1.

So Pitch=2 and Facewidth 4, 4.25, 4.50...6.25. And calculate SS, SB, SB1, and BHNW.

Final pitch is 10.

This is my first conversation on this site, so I did not know how this work. But I will surely keep your suggestion in my mind.

Thank you for taking time to see my problem.

Regards

Jaydeep.

You need pay a bit more attention to the difference between vectors and range variables. And use functions!

welcome to Mathcad.

Thank you. It helped me a lot.

Hello Sir,

Your program helped me a lot but it has some problem that does not satisfy the problem's rules.

I attached the file where in starting you can find the problem.

Please help me out to make facewidth in between 8 to 12.5 for different pitches.

At opening a file text is wrong representedБезымянный.jpg

Please attach to your message a Mathcad file, not a screenshot.

P.S. Why do not you start a new topic?

MikeArmstrong
5-Regular Member
(To:ptc-4390283)

English please?

Mike

Dima Goldliv wrote:

At opening a file text is wrong represented

Hey Dima,

I have no idea why you can see in different language. I wrote in english only....!!!

Top Tags