EStopAbort will declerate an axis to a stop in the time specified by EStopTimeSet(). After the E-Stop has finished, the axis will generate an ::RSIActionABORT.
After the abort completes, the motion is set to error state (::RSIStateERROR)
EStopAbort performs an EStop() first and then an Abort().
EStopAbort decelerates the axis to stop, then the Abort() disabled the PID control and disables the amplifier.
Warning
The EStopping time that is used will be from the object (Axis or MultiAxis) that started the active motion, NOT the object that commanded this action.