Real time for what?
Real time for what?
Posted Nov 13, 2012 22:58 UTC (Tue) by dlang (guest, #313)In reply to: Real time for what? by man_ls
Parent article: LCE: Realtime, present and future
These things rely far less on precise timing than you think.
Just about all of the DIY devices rely on stepper motors, which move a specific distance when pulsed, not normal motors run for a specific amount of time.
If the pulses are late, things move a little slower. If there is enough momentum in the system, it's possible for that momentum to cause the equivalent of 'jumping a tooth on a gear' and being slightly out of position, the solution to this problem is to slow the machine down a bit.
synchronization between different pieces is a matter of either moving one motor, then a different motor, then the first one again, or in setting up the movement for both motors and sending a 'move now' pulse. In either case, slight delays don't break anything.