• G
    GMM November 15, 2019

    In addition to the standard languages, some PLCs, e.g. the GE Fanuc Series 90, enable the use of C code/applications to program non-standard actions.

    Like Reply
  • makwanavicky December 20, 2019

    Thank you for this neatly explained article.

    Please let me know if my understanding below is correct as the Modbus slave is a server side endpoint:
    1. All Modbus Slaves must be installed with a valid SSL certificate.
    2. Customer has to buy ssl certificates for all the IP addresses of the slave devices (wildcard will help minimizing the cost).
    3. Current age Modbus Slaves need to be replaced with the slaves that are capable of allowing installation of SSL certificates.
    4. Securing the Private Keys of each device’s certificate.

    Like Reply
    • Bruno March 09, 2020
      You cannot buy certificates for private IP. Usually it will involve to have a Public Key Infrastructure (PKI) in your company. (Active Directory can do it, or other products. Anyway the difficulty is usually about the processes and who to trust)
      Like Reply