I cannot seem to find the ID required to implement a heartbeat on our system. We are restricted to CAN protocol only.
Must be this one: COMM_ALIVE = 30
https://github.com/vedderb/bldc/blob/c9dbe942e0262473ae7e978137e1f2c9928...
NextGen FOC High voltage 144v/34s, 30kw (https://vesc-project.com/node/1477)
I don't understand how to put that in can protocol though, because if I were to send a message with ID 30, would I not be sending CAN_PACKET_CONF_STORE_BATTERY_CUT = 30 instead of the heartbeat?
Must be this one: COMM_ALIVE = 30
https://github.com/vedderb/bldc/blob/c9dbe942e0262473ae7e978137e1f2c9928...
NextGen FOC High voltage 144v/34s, 30kw (https://vesc-project.com/node/1477)
I don't understand how to put that in can protocol though, because if I were to send a message with ID 30, would I not be sending CAN_PACKET_CONF_STORE_BATTERY_CUT = 30 instead of the heartbeat?