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
Describe the bug
I am currently writing a driver for the roboteq motor controller. When I run the driver with the hardware I get the following error. There are two problems.
There is an error which suggests that there was a boot issue in downloading the configuration.
The Lely software reckons the pdo mapping for entry 2000 with sub index 1 is not possible. Even though above that in the lod it shows that entry 2000 with sub id of 1 was mapped correctly as per the bus.yaml.
See below for the log file
Why is it saying that there is a boot issue but then it also says the device booted and is ready for use?
Also why would it say that the PDO mapping is not possible when the same PDO mapping works with the canopen_system example?
See below the extract of the entry 2000 from the eds file.
In the online examples, the auto parameter of cob_id is in quotes: cob_id: "auto". However, I've found that for the tpdos, I had to get rid of that line altogether to avoid that error
Describe the bug
I am currently writing a driver for the roboteq motor controller. When I run the driver with the hardware I get the following error. There are two problems.
See below for the log file
Why is it saying that there is a boot issue but then it also says the device booted and is ready for use?
Also why would it say that the PDO mapping is not possible when the same PDO mapping works with the canopen_system example?
See below the extract of the entry 2000 from the eds file.
Logs
Setup:
Additional context
Here is my bus.yaml
The text was updated successfully, but these errors were encountered: