On Oct 31, 2011, at 1:34 AM, Frank Tkalcevic wrote:
> I'm having a problem with my Z axis config.   I have the max velocity for
> that axis set to 13 (mm/sec) which is 780 mm/min (slowed down until I tune
> it).  If I do a G0, it moves at 780.  However, if I jog (z axis only), it
> tries to run at 4800mm/min which is the max velocity of the x/y axis.
> 
> This is a gantry system with Y1/Y2 and Z1/Z2.  I also have an A axis.
> 
> How is it possible to exceed the max velocity defined in the [AXIS_n]
> section?
> 
> This is my whole .ini file.   (I have AXIS_Y and AXIS_Z sections which hold
> the common pid tuning parameters)
> 
> [TRAJ]
> 
> AXES =                  6
> # COORDINATES =         X Y Z A y z
> COORDINATES =           X Y Z A B C 
> HOME =                  0 0 0 0 0 0
> LINEAR_UNITS =          mm
> ANGULAR_UNITS =         degree
> CYCLE_TIME =            0.010
> DEFAULT_VELOCITY =      10.0
> MAX_VELOCITY =          80.0
> DEFAULT_ACCELERATION =  120.0
> MAX_ACCELERATION =      120.0
> NO_FORCE_HOMING =     0

I suspect it has to do with having defined 6 coordinates and then you have 8 
axis sections below.  I don't know what exactly, what you have doesn't seem to 
violate anything in the manual and you have DEFAULT_VELOCITY set which controls 
jog speed.  But, I have seen odd behavior like what you describe when I was 
trying to get the number of joints/axes correct.  Why do you have two Z 
sections defined?  I assume you are using gantrykins?

Tom
------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to