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
Hello,
I have an entry in the OD that needs to be incremented with each RPDO1 transmission ("Lifetime"). The entry is mapped into the said RPDO1.
How can I get notified that the RPDO1 was transmitted by the task started with node.rpdo[1].start(0.200)
for instance?
The callback node.rpdo[1].add_callback(OnRPDO1)
does not work as neither node.network.subscribe(node.rpdo[1].cob_id, OnRPDO1)
does.
Any hints?