Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: marker on October 29, 2011, 07:53:51 AM

Title: acceleration data table
Post by: marker on October 29, 2011, 07:53:51 AM
hello all

in some cnc software's, the acceleration data can be seen and modified. in mach3 we can see the same on config >> motor tuning.
is it possible to see the data which we save after setting the acceleration deceleration ramps?

regards

marker
Title: Re: acceleration data table
Post by: BR549 on October 29, 2011, 10:58:08 AM
XaccelValue = GetParameter(accelerationX)

(;-) TP
Title: Re: acceleration data table
Post by: marker on October 29, 2011, 03:28:55 PM
dear friend

i didn't get you.
can you just explain the same?
what my question is can we see the integer value of steps of acceleration value?

regrads

marker
Title: Re: acceleration data table
Post by: BR549 on October 29, 2011, 06:15:28 PM
GetParameter(accelerationX) gives you the MAX accel settings you applied in the config screen. They are always the same once set.

Mach will not exceed that value but it can use a lesser value to coordinate feedrates on moves.

IF you are asking if you have access to what MACH3 is actually using at any given time ? Then the answer is no for the normal access. BUT I do believe you can get that info from a plugin as the plugin interface has that data available.

(;-) TP