User manual

Table Of Contents
DELIB API reference |
Seite 142
4.7.1.8. DAPI_STEPPER_CMD_FULLSTOP
Description
This command is used to stop the motors immediately without using the the
deceleration slope. After this command the motor position might be ignorred
because the motor has been stopped uncontrolled.
Definition
DapiStepperCommand(handle, motor, DAPI_STEPPER_CMD_FULLSTOP, 0, 0, 0, 0);
Example program
DapiStepperCommand(handle, motor, DAPI_STEPPER_CMD_FULLSTOP , 0, 0, 0, 0);