You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error code from uDriver should be documented. From the uDriver firmware:
/* sensor packet -> status -> ERROR : values *///! \brief No error#defineSPI_SENSOR_STATUS_ERROR_NO_ERROR 0
//! \brief Encoder error too high#defineSPI_SENSOR_STATUS_ERROR_ENCODER 1
//! \brief Timeout for receiving current references exceeded#defineSPI_SENSOR_STATUS_ERROR_SPI_RECV_TIMEOUT 2
//! \brief Motor temperature reached critical value//! \note This is currently unused as no temperature sensing is done.#defineSPI_SENSOR_STATUS_ERROR_CRIT_TEMP 3 // currently unused
//! \brief Some error in the SpinTAC Position Convert module#defineSPI_SENSOR_STATUS_ERROR_POSCONV 4
//! \brief Position Rollover occured#defineSPI_SENSOR_STATUS_ERROR_POS_ROLLOVER 5
//! \brief Some other error#defineSPI_SENSOR_STATUS_ERROR_OTHER 7
The text was updated successfully, but these errors were encountered:
thomasfla
changed the title
Error code is not documented yet
[doc] Error code is not documented yet
Jun 2, 2021
Error code from uDriver should be documented. From the uDriver firmware:
The text was updated successfully, but these errors were encountered: