Hello Guest it is March 29, 2024, 12:51:39 AM

Author Topic: acceleration data table  (Read 3165 times)

0 Members and 1 Guest are viewing this topic.

acceleration data table
« 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

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: acceleration data table
« Reply #1 on: October 29, 2011, 10:58:08 AM »
XaccelValue = GetParameter(accelerationX)

(;-) TP
Re: acceleration data table
« Reply #2 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

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: acceleration data table
« Reply #3 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