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

CodeSys visualisation integrated with CAN Network

2007-04-24
2007-05-18
  • bharathreddy - 2007-04-24

    Hi,

    i am new to codesys programming and presently i am working on a project where i need to develope some visualisations using codesys and communicate directly with CAN network with PLC logic not being an intermediate.let me know if it is possible in codesys and if possbile how?

    Any help or ideas would be appreciated.

    Best regards,

    Bharath Reddy

     
  • spfeif - 2007-04-26

    Sure you can as long as your target supports CAN. Are you trying to use CAN Layer2 or CANOpen? If you are using CANOpen are you trying to be a master or slave? Look over the help under PLC configuration and the resources section. Please be more specific in order to get a better response.

     
  • bharathreddy - 2007-04-27

    Thank steve for your response.

    I am developing one stand alone visualisation application using CodeSys. In our project many subsytems are connected using CANOpen network and each subsystem broadcast the data in CAN .Now i want to communicate my visualisation with CAN directly and receive that broadcasted data of various subsystems and display it to the user accordingly. We are not concerned with the CAN master or slave configuration according to my information.

       looking forward to get further response,
    

    Best regards,

    Bharath Reddy

     
  • spfeif - 2007-04-27

    So I am guessing that you are using CoDeSys running on a PC since it sounds like you have no target. My guess would be since you are not going to be a Master or slave than you can just use CAN layer 2 function calls. This requires a FB CanOpenPDO_RX for each COBID in your system. The data can then be displayed on the visualization. You should look at the libraries 3S_CANopenManager.lib and 3S_CanDriver.lib. Try reading over this manual as a starter. Not sure though if you can start the services without being a master or slave.

    CANopen for 3S Runtime Systems V2_3_5_0.pdf [368.7 KiB]

     
  • bharathreddy - 2007-05-18

    Hi,

    In our project PLC code is written using other tool and the PLC. PLC and my visualizations application (developed using Codesys) running on a touch screen are connected in CAN. And I want to communicate with PLC using CAN and able to display the data accordingly in my visualization which is broadcasted by PLC.

    Looking forward to get further response,

    Best regards,

    Bharath Reddy

     

Log in to post a comment.