01-31-2007 01:26 PM
02-01-2007 08:43 PM
02-02-2007 06:22 AM
02-05-2007 03:05 PM
Hello Jon,
You should be able to find displacement by following the laws of kinematics.
displacement = original displacement + velocity * time
You can definitely use the mathematics palette to perform that operation.
Have a great week!
Janell R | Applications Engineer
02-06-2007 09:11 AM
1. As I recall, the integration functions are not (or didn't used to be -- I haven't dug down into them lately) very sophisticated. I want to say they use the trapezoidal rule or perhaps even a rectangular approximation. If this is indeed true, you're going to accumulate a significant amount of error in your position calculation over time.
2. Normally a device labelled as an "encoder" would encode position rather than velocity. Is there some little interface box that's producing the velocity output? If so, perhaps you can tap into the raw position pulse train(s). Or perhaps what you have are tachometers rather than encoders?
-Kevin P.
02-06-2007 09:20 AM
Thanks Kevin and everyone else.
The encoder is indeed a black box that outputs an ac coupled velocity signal (deg/s). When I integrate the signal using a dedicated dynamic signal analyzer (Oros) to obtain deg., I get a difference from when integrating in Labview of about %10 in ampliltude. Wasn't sure if Lavbiew had any quirks with this. I appreciate your input.
03-22-2010 04:47 AM
Dear John,
Just came across your question in this Forum, i am also facing the same kind of scenario, can please help in sharing the info on the encorders. The application is just simillar to yours. Currently i am looking in to Hall effect sensors.
looking forrward for your help.
thanks..Bala.
03-23-2010 03:37 PM - edited 03-23-2010 03:39 PM
Hello,
Are you sure you can't get position data from the encoder?
There are actually a few integration functions in LabVIEW 2009. Which one are you using and how exactly are you using it?
Here a quick overview of the point by point integral linked at KnowledgeBase 1KL99ILL: What Does the Integral x(t).vi Do?.
Kind regards,