MpAxisBasic Move Command Interrupt

Hi All,

I am using mapp motion v5.24.
When the MpAxisBasic move command is interrupted while it is moving, it automatically stops.This is a nice and very useful feature.
I think it does this by using MC_Halt. I want to be able to control the halt ramp here. Is there a way to do this?

Thanks in advance.

If the MoveVelocity,MoveAbsolute or MoveAdditive is set to FALSE, when the axis is already moving, the MpAxisBasicParType.Deceleration is used.

If you want to change the deceleration after the axis is already moving, you have to change MpAxisBasicParType.Deceleration and use the Update input additionally.

1 Like

Thank you Corne,

You are right, It works exactly as you said.
I am so sorry this my mistake.
I stole your time…:frowning: