![]() |
NexMotion
1.4.0
Open Robots & Machines [WIP]
|
Halt and Stop Functions for All Axes and Groups. More...
![]() |
Functions | |
RTN_ERR FNTYPE | NMC_DeviceHaltAll (I32_T DevID) |
Holt all axes and groups in the system (Stand still state). More... | |
RTN_ERR FNTYPE | NMC_DeviceStopAll (I32_T DevID) |
Stop all axes and groups in the system (Stopped state). More... | |
Halt and Stop Functions for All Axes and Groups.
Holt all axes and groups in the system (Stand still state).
DevID | Device ID (DevID) |
Usage:
The function can be called after the device is started. After the function is called, all axes and groups will be halted. The halt procedure will halt all axes and then all groups in order. The procedure will stop for any failure and return the error immediately.
Reference:
Stop all axes and groups in the system (Stopped state).
DevID | Device ID (DevID) |
Usage:
The function can be called after the device is started. After the function is called, all axes and groups will be stopped. The stop procedure will stop all axes and then all groups in order. The procedure will stop for any failure and return the error immediately.
Reference: