Want to measure 2 different angles and make a calculation

AI Thread Summary
The discussion revolves around measuring two angles related to the tilt of rail tracks and computing a final value based on those measurements. The user is considering using inclinometers but is unsure about the appropriate hardware and software solutions available off the shelf. Suggestions include using rotary encoders for angle measurement and interfacing with either a microcontroller or a data acquisition device connected to a PC for calculations. The conversation emphasizes the need for clarity on the specific requirements and outputs desired from the measurement setup. Overall, the user seeks practical advice on hardware and software options for their project.
botlfed98
Messages
4
Reaction score
0
i have a project where I need to measure 2 different angles and then take those 2 measurements and compute a final number. I was thinking about using inclinometers to do the measuring of the angles but am really stuck on what hardware/software to use. I was hoping to find something that is already off the shelf and can be purchased for a relatively reasonable amount. Please let me know if you guys have any ideas, your help is greatly appreciated!
 
Engineering news on Phys.org
if you need more info on what I am trying to do please just ask...thanks!
 
Welcome to Physics Forums

Since this is the electrical engineering forum and angles (apart from phase angles) are mechanical I think a clear statement of purpose is appropriate.
 
botlfed98 said:
if you need more info on what I am trying to do please just ask...thanks!
Why don't you just tell us instead of waiting to be asked?
 
Can you draw us a picture of your setup (the more detailed the better), and/or elaborate on what it is that you're trying to measure? There are a great many ways to measure angles, however, none are universally applicable. As well, what sort of output are you looking for? Are you interfacing with a microcontroller? Do you just want a display of the angle? Do you need it on your PC?

To paraphrase Jerry Maguire, "Help us help you!"
 
DaveC426913 said:
Why don't you just tell us instead of waiting to be asked?

sure, didn't know if it really was important what I'm trying to measure...measuring the angle in which rail is tilted inwards towards the inside of the track and then want to do compute a final number dependent on the 2 measured angles.
 
botlfed98 said:
i have a project where I need to measure 2 different angles and then take those 2 measurements and compute a final number. I was thinking about using inclinometers to do the measuring of the angles but am really stuck on what hardware/software to use. I was hoping to find something that is already off the shelf and can be purchased for a relatively reasonable amount. Please let me know if you guys have any ideas, your help is greatly appreciated!

botlfed98 said:
sure, didn't know if it really was important what I'm trying to measure...measuring the angle in which rail is tilted inwards towards the inside of the track and then want to do compute a final number dependent on the 2 measured angles.

One device you can use to measure the angle is a "rotary encoder" -- you would probably want to use the absolute angle measuring version:

http://www.google.com/search?tbm=is...der&gbv=2&aq=0&aqi=g6g-m4&aql=&oq=rotary+enco

.
 
yes i know how to measure the angles that I need to measure but am stuck on the next piece of hardware/software to use that would take my 2 signals/outputs and make a final calculation
 
botlfed98 said:
yes i know how to measure the angles that I need to measure but am stuck on the next piece of hardware/software to use that would take my 2 signals/outputs and make a final calculation

Well, the two most common ways would be to use a microcontroller (uC), or use a data aquisition device interfaced to a PC.
 
Back
Top