Re: Programming question
Posted by
Jon Elson
on 1999-06-09 23:18:29 UTC
William Scalione wrote:
motion.
CNC controller.
Jon
> I have a 3 axis stepper controller from eggert electronics and I am<snip>
> If I need to move X axis 10000 steps and Y axis 7256 steps I getSorry, but integer stuff just doesn't work for multi-axis coordinated
> 7256/10000 = .7256
> or Y axis needs to move .7256 times the speed of the X axis, but that
> number can't be sent to the controller so I will have a rounding error
> on all moves that don't come out even. One axis will finish before the
> other axis.
>
> Any suggestions (besides throw the controller in the trash)
motion.
> I can always use it as a drill controller since any moves on the X and YYup, that is about all you can get this indexer to do. It is NOT a
> axis will be with the tool up and it will not matter if the axis' do not
> arrive at the same time.
CNC controller.
Jon
Discussion Thread
William Scalione
1999-06-09 20:29:18 UTC
Programming question
Jon Elson
1999-06-09 23:18:29 UTC
Re: Programming question