> Date: Sat, 24 Jan 2009 22:26:49 +0100
> From: [email protected]
> To: [email protected]
> Subject: [Emc-users] jog does not stop!
> 
> Hi
> 
> I replaced the "CNC" controller of a Schaublin 125 CNC with emc2. So far 
> I can move both axis (x, z) in jog mode and can home them.
> 
> But when I jog with max speed (3000mm/sec) the axis still moves after I 
> released the arrow button.
> 
> I don't know what information do you guys need to help me. Just ping me 
> and I will (hopefully) provide it.
> 
> Regards, Thomas

you are probably using 'position mode' jogging (it's default)

There are two ways to set up jogging.

one is position mode

one is velocity mode



In position mode EMC will move the axis exactly to 

where you asked it to go, based on position.

It will do this even if you stop moving the jog wheel.

That can happen it you can turn the handle faster then the machine

can move the axis ( we will call that wind-up)



In velocity mode the axis will jog until you stop moving

the jog wheel.



to get velocity mode set this pin true:



axis.N.jog-vel-mode  (where N is the number of the axis you want eg 0 is X)


eg in your HAL file



setp axis.0.jog-vel-mode true (don't forget the other axis too)


Hope that helps.



_________________________________________________________________
The new Windows Live Messenger. You don’t want to miss this.
http://www.microsoft.com/windows/windowslive/messenger.aspx
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to