![]() |
NexMotion
1.4.0
Open Robots & Machines [WIP]
|
Functions for watch dog feature. More...
![]() |
Functions | |
RTN_ERR FNTYPE | NMC_DeviceWatchdogTimerEnable (I32_T DevID, U32_T TimeoutMs, I32_T Mode) |
Enable the watch dog timer. More... | |
RTN_ERR FNTYPE | NMC_DeviceWatchdogTimerDisable (I32_T DevID) |
Disable the watch dog timer. More... | |
RTN_ERR FNTYPE | NMC_DeviceWatchdogTimerReset (I32_T DevID) |
Reset the watch dog timer. More... | |
Functions for watch dog feature.
Disable the watch dog timer.
DevID | Device ID (DevID) |
Usage:
Please refer to the section, Watch Dog Timer
Reference:
Enable the watch dog timer.
DevID | Device ID (DevID) |
TimeoutMs | Timeout value for the watch dog timer. Unit: milliseconds. Range: 20 to 200000 ms. |
Mode | Time out mode. 0: Device will transfer to ready state if the device in the operation state. |
Usage:
Please refer to the section, Watch Dog Timer
Reference:
Reset the watch dog timer.
DevID | Device ID (DevID) |
Usage:
Please refer to the section, Watch Dog Timer
Reference: