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
Is there a way to get faults from an ESC via the CAN network? It seems that VESC tool is able to do so, but in the VESC CAN documentation, it isn't documented anywhere.
The text was updated successfully, but these errors were encountered:
You can send a command via CAN to download data and the entire structure along with error codes will be there. Exactly the same way as in the vesc uart libraries.
When using CAN, fill the receive buffer with the COMM_GET_VALUES command. Of course, you also need to make sure that the device you are sending from can receive the data in the commands.c file.
Is there a way to get faults from an ESC via the CAN network? It seems that VESC tool is able to do so, but in the VESC CAN documentation, it isn't documented anywhere.
The text was updated successfully, but these errors were encountered: