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

Exchange data between multi raspberry

galexis
2017-01-02
2017-01-11
  • galexis - 2017-01-02

    hi,
    it is possible to exchange data between 2 rpi or more like ethernet IP or modbus but not using IP address of Rpi: using ID of raspberry, MAC address or other ?

     
  • eschwellinger

    eschwellinger - 2017-01-03

    Hi,
    do not understand exactly the problem.
    Could you explain more in detail.
    Is the problem that you do not know the ip address of the PI (because of DHCP served?)

    BR
    Edwin

     
  • galexis - 2017-01-04

    Yes, it's that. IP could be change but ID ou MAC adress never change.
    CODESYS software is able to detect all raspberry without know IP.

     
  • jessejamescox - 2017-01-11

    You could use network variables and set up as broadcast but this is very bad practice for programming. Best option is to set static IP ( ssh into RPi >> sudo nano /etc/dhcpcd.conf >> append the following to this file with your desired ip settings

    interface eth0
    static ip_address=192.168.1.XXX
    static routers=192.168.1.XXX
    static domain_name_servers=192.168.1.XXX

     

Log in to post a comment.