- #1
Jdo300
- 554
- 5
Hello Everyone,
I am a programmer and I am working on an application that can do torque calculations for some motor simulation models that I am working on. What I have is a torque data file wilh data representing the amount of torque on a wheel at a given degree of it's rotation (so if I had 360 lines of torque data, then there would be a number representing the amount of torque for each degree of rotation as the wheel spins 360 degrees around). What I would like to do is to create an application that will create a realtime animation showing how the wheel would move and behave with the given torques on the wheel using the data that I have. The user will have to input any necessary paramiters like the mass of the wheel, friction on the bearings, initial starting position, and any initial force that is applied. Could someone give me an idea of where to start calculation wise to do this? I basically want the program to make the wheel accelerate and declerate based on the torque information and paramiters that I input into the program. Any help/assistance will be greatly appreciated.
Thanks,
Jason O
I am a programmer and I am working on an application that can do torque calculations for some motor simulation models that I am working on. What I have is a torque data file wilh data representing the amount of torque on a wheel at a given degree of it's rotation (so if I had 360 lines of torque data, then there would be a number representing the amount of torque for each degree of rotation as the wheel spins 360 degrees around). What I would like to do is to create an application that will create a realtime animation showing how the wheel would move and behave with the given torques on the wheel using the data that I have. The user will have to input any necessary paramiters like the mass of the wheel, friction on the bearings, initial starting position, and any initial force that is applied. Could someone give me an idea of where to start calculation wise to do this? I basically want the program to make the wheel accelerate and declerate based on the torque information and paramiters that I input into the program. Any help/assistance will be greatly appreciated.
Thanks,
Jason O