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?
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.