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

Update to 3.5.9

suibaf
2016-08-01
2016-08-02
  • suibaf - 2016-08-01

    Hi,
    after update to 3.5.9 obviously there are some things that before work fine, after no! I'm not able to communicate with modbus rtu.
    I see on the log: "SetOption Unable to set SOCKET_SO_REUSEPORT".
    Maybe that's the problem?

    BR

     
  • eschwellinger

    eschwellinger - 2016-08-02

    Hi,
    no this is not a problem, did you update all the devices in the device tree by rightclick and update device. (in your project)
    (then browse the Ethernet connector / setup the IP address there)

    BR
    Edwin

    IMG: browseIP.jpg

    2RaspisModbusMasterSlaveCommunication.project [86 KiB]

     
  • suibaf - 2016-08-02

    Dear Edwin,

    yes I updated all. The app with ethernet communicate via Ethernet/IP protocol with a device, and it work fine. Via modbus RTU (serial) have to communicate with another device. Com port start well, master modbus start well, but no communicate with slave.
    Please, let me know.
    BR

    IMG: modbus.jpg

     
  • johan76swart - 2016-08-02

    Hello Suibaf,

    I had the same problem and fixed it by editing the /etc/CODESYSControl.cfg

    After the update the section

    [SysCom]
    Linux.Devicefile=/dev/ttyUSB
    portnum := COM.SysCom.SYS_COMPORT1;

    was missing.

    Just put this back and it should work again.

    Regards,

    Johan

     
  • eschwellinger

    eschwellinger - 2016-08-02

    Hi Johan,
    yes this overwriting of the CODESYSControl.cfg file is an open point on Raspberry Pi runtime updates
    (hope this will be fixed with next version -)

    BR
    Edwin

     
  • suibaf - 2016-08-02

    Hi,

    yes I know, I already add this code in CODESYSControl.cfg. If you no add this raw the com port no start. In my case as you can see, com port start, master modbus start, but communication with slave no work now!!! Before it work perfectly for months!!!

     
  • suibaf - 2016-08-02

    Edwin,

    on serial port I have a Led in TX and a Led on RX. Usually I see a led on TX when Modbus Master trasmitt. Now the led is off. It seems as modbus master no perform request.
    What Can I ceck please?
    BR

     
  • eschwellinger

    eschwellinger - 2016-08-02

    Hi,
    so you are using really Modbus Serial/RTU the I agree Johan you need to add the serialcom to
    /etc/CODESYSControl.cfg as he proposed in his post before.

    BR
    Edwin

     
  • suibaf - 2016-08-02

    Yes Edwin,
    I'm using really Modbus Serial/RTU.

    In CODESYSControl.cfg I have:

    [SysCom]
    Linux.Device=/dev/tty1
    portnum:=COM.SysCom.SYS_COMPORT1;

    (I copy from old CODESYSControl.cfg)

    I don't understand where is my error, same software, same hardware. I checked serial port with a little python script and it work perfectly, I see LED on when it transmit.

     
  • eschwellinger

    eschwellinger - 2016-08-02

    Hi,

    but this (1) is wrong there:
    what is your interfacename in /dev?

    [SysCom]
    Linux.Device=/dev/tty1
    portnum:=COM.SysCom.SYS_COMPORT1;

    BR
    Edwin

     
  • suibaf - 2016-08-02

    Hi Edwin,

    Zitat:
    what is your interfacename in /dev?

    excuse me, what do you mean?

    As I told I copied from old CODESYSControl.cfg

    if it's wrong, the com port would start well? I tryed, for example, to put tty0 but the com port no start.

    IMG: dev.jpg

     
  • eschwellinger

    eschwellinger - 2016-08-02

    Hi,
    just want to say in my opinion this is not correct:

    Linux.Device=/dev/tty1

    If you are using for example ttyAMA0 the config file should be
    Linux.Device=/dev/ttyAMA
    portnum:=COM.SysCom.SYS_COMPORT1;

    BR
    Edwin

     
  • suibaf - 2016-08-02

    Yes Edwin,

    you are right! it's my mistake!

    BR

     

Log in to post a comment.