03-30-2019 09:35 AM
i have a problem with inverse kinematics of a 3 DOF robotic arm. How can i take feed back from actuators?
03-31-2019 05:24 PM
What is your problem exactly? You need to better specify your problem and even better, provide us with some of your current code illustrating the problem.
04-01-2019 02:14 PM
I have a problem with the feed back's reading of the linear actuators. There is some vibration in the reading. is this due to the accuracy of the actuator? I use servocity linear acuator. can i solve this problem by some code?
04-01-2019 03:28 PM
Not sure how this is a LabVIEW question....
Generally to solve noise problems (vibration) you average several reading over a period of time.
Another approach would be some kind of line fitting of the raw data.
A third approach would be pre-signal conditioning.
Hope this helps.