Real time for what?
Real time for what?
Posted Nov 13, 2012 22:36 UTC (Tue) by man_ls (guest, #15091)In reply to: Real time for what? by dlang
Parent article: LCE: Realtime, present and future
I was thinking more along the lines of plasma cutters or robots, also mentioned in the link: failing to switch off the plasma may have bad consequences. Or a cutting machine which needs precise synchronization between different pieces. But perhaps most of these machines are designed to be fail-safe.
Posted Nov 13, 2012 22:58 UTC (Tue)
by dlang (guest, #313)
[Link]
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.
Real time for what?