Spiderdab wrote:
> didn't follow you much..but maybe i can explain better what i need:
> you can set your accel and deceleration in the ini file, one for each 
> motor, but what about if i need to do some movement with a long ramp of 
> acceleration and other with a short one? it would be great if there was 
> a g-code to set the acceleration/deceleration of one movement..
>   
This is a pretty unusual requirement.  But, you could write G-code with 
the acceleration
built into it.

G01 F1 X0.1
F2 X0.3
F5 X0.7
F10 X1.5

or something like that.  You could make the velocity steps as fine as 
you wanted them,
and of course, do the same in 2- or 3-axis moves as well.

Jon

------------------------------------------------------------------------------
Automate Storage Tiering Simply
Optimize IT performance and efficiency through flexible, powerful, 
automated storage tiering capabilities. View this brief to learn how
you can reduce costs and improve performance. 
http://p.sf.net/sfu/dell-sfdev2dev
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to