Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Where to find CAA.COUNT

Anonymous
2013-01-02
2013-01-04
  • Anonymous - 2013-01-02

    Originally created by: patrick van ieperen

    Hello,

    We are working on a CANopen project.
    We want to read the bus load of CAN1

    I use the CAA Can Low Level Extern library (Namespace CL2)
    For most function i need an CAA.HANDLE
    I gues that i can get this handle by using the Function DriverOpenH from the CL2 namespace.
    But when i use that function it request an input ctMessages (CAA.COUNT) I cannot find where i can get this CAA.COUNT.

    Has somebody an idea where to find this input. Or a different way of analizing the CANopen bus.

    Best regards Patrick

     
  • TimvH

    TimvH - 2013-01-02

    You have to specify from which library you will get the COUNT type.
    Since 3.5 this has been changed (compared to 3.4).

    Please use CL2.COUNT instead of CAA.COUNT.

     
  • Anonymous - 2013-01-04

    Originally created by: patrick van ieperen

    Thanks Tim, Problem has been solved.
    regards

     

Log in to post a comment.