GithubHelp home page GithubHelp logo

More than 3 TPDOs about canopeneditor HOT 8 CLOSED

PascalGuthof avatar PascalGuthof commented on July 22, 2024
More than 3 TPDOs

from canopeneditor.

Comments (8)

CANopenNode avatar CANopenNode commented on July 22, 2024 1

Currently there is not enough information about the bug. Is it inside a driver? Custom driver or which?

from canopeneditor.

CANopenNode avatar CANopenNode commented on July 22, 2024 1

Must be something with the driver. Please ask there.

from canopeneditor.

CANopenNode avatar CANopenNode commented on July 22, 2024

It seems, object dictionary is correct. There must be something else with the device. Can you provide some CAN messages?

from canopeneditor.

PascalGuthof avatar PascalGuthof commented on July 22, 2024

Thanks for the reply.
Yes I actually also think that the OD is correct. But the successful running of the program depends on that alone.
Never mind. I have recorded a trace. The 4 PDOs have the ID 1A0, 2A0, 3A0 and 4A0. PDO 1-3 send numbers, PDO 4 is 0.
The last message is the mentioned EMCY message.
4PDOs.txt

I hope this is helpful.

from canopeneditor.

trojanobelix avatar trojanobelix commented on July 22, 2024

4PDOsnew.xdd.txt
Can you check this one, ignoring the warnings. (rename to xdd)

from canopeneditor.

CANopenNode avatar CANopenNode commented on July 22, 2024

This is certainly a strange behavior. There may be something wrong inside the driver. I think, this is not CANopenEditor issue.

  1. Fourth byte inside the emergency message is 0x14.
  2. inside CO_emergency.h: CO_EM_CAN_TX_OVERFLOW = 0x14U,
  3. follow CO_EM_CAN_TX_OVERFLOW inside CO_emergency.c, where errors from driver are verified.
  4. then follow CO_CAN_ERRTX_OVERFLOW inside the driver ...

Otherwise, wrongly configured object dictionary should not trigger CAN TX overflow.

from canopeneditor.

trojanobelix avatar trojanobelix commented on July 22, 2024

Should we move the issue to the CanOpenNode?

from canopeneditor.

Alrick-gr avatar Alrick-gr commented on July 22, 2024

Hello,
I have the same bug and I can t find why, in CO_CANsend I have the error CO_ERROR_TX_OVERFLOW
When i put a breakpoint before CO_process_TPDO, then it works and send all TPDOS, but the device will no longer receive any commands.

from canopeneditor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.