8.4 _ECAT_Slave_Motion_Emg_Stop
Syntax
U16 PASCAL _ECAT_Slave_Motion_Emg_Stop(U16 CardNo, U16 AxisNo, U16 SlotNo)
Purpose
This is for emergency stop of the axis. The motor will stop with its maximum deceleration.
Parameter
Name Data type Property Description
CardNo U16 Number Card No.
AxisNo U16 Number Node ID
SlotNo U16 Number Slot ID
Example
U16 Status;
U16 CardNo=16,AxisNo=1,SlotNo=0;
Status = _ECAT_Slave_Motion_Emg_Stop(CardNo, AxisNo, SlotNo);