LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting degrees of arc from LabView

I have an application in which I need to obtain the tilt angle of a sensor package based on X axis and Z axis accelerometer data. How do I convert the tangent of X/Z to degrees? This would normally be the arctangent of X/Z but the ATAN trigonometric function in LabView does not do this. Anyone out there have an example in LabView version 8.2?
0 Kudos
Message 1 of 4
(2,997 Views)

Multiply the result by 180 over pi Smiley Wink

Message Edited by Ravens Fan on 09-10-2008 10:36 PM
Message 2 of 4
(2,988 Views)
Thanks. I don't know why they couldn't have provided this as a separate output from the VI.  I haven't worked with Trigonometry for a long time, otherwise I might have figured it out myself.
0 Kudos
Message 3 of 4
(2,968 Views)
It is just like Excel in that regard.  All the trig functions are based on angles computed in radians.
Message 4 of 4
(2,945 Views)