CANopenNode / CANopenDemo

CANopenNode tutorial and testing
Apache License 2.0
40 stars 30 forks source link

PDO tutorial doesn't work #3

Open MatejBartosovic opened 2 years ago

MatejBartosovic commented 2 years ago

Hello. I am following the PDO configuration tutorial however PDO's are not produced by the demo device.

What I have done so far:

Outputs:

Is there any missing step to start the production of PDOs? Am I doing something incorrectly?

sumitbilam commented 8 months ago

Hello @MatejBartosovic,

your devices needs to go into operational state first.

Run your demodevice with some id lets say 4 and do this (I am using cocomm utility): cocomm "1 w 0x1011 1 vs load" cocomm "4 w 0x1011 1 vs load" cocomm "0 reset node"

re-run them now

thanks,