Measuring speed of linear actuator
-
Dear all,
I have a stepper motor (https://uk.rs-online.com/web/p/stepper-motors/1805290/) connected to C Beam Linear Actuator. I use it for short rapid movements (X10 F8000), which takes about 0.3 sec I think. How can I measure actual average speed of the actuator? Is there any timing comand (before and after "move command")?
Thanks
-
Not sure how accurate it'll be but you could try making a g-code file with the move and simulate it?
-
What do you mean by "simulate it"?
-
it may not have sufficient resolution in the timing provided, you'll see if you try.
-
Put a console message M code before/after the move you wish to time. Hook up to USB. Use a terminal program (such as YAT for windows) that timestamps each line to the millisecond.
However... that will really tell you when things pass through the planner. You MIGHT need to put a dwell command in several places, and subtract out that time.
----or----
Use a set of microswitches and an Arduino.