thiagoralves / OpenPLC_Editor

OpenPLC Editor - IDE capable of creating programs for the OpenPLC Runtime
GNU General Public License v2.0
387 stars 191 forks source link

how to edit ModBUS & EtherCAT in OpenPLC_Editor #46

Closed JinzeSi closed 2 years ago

JinzeSi commented 2 years ago

We are working on a project that requires EtherCAT and Modbus for the softPLC, how do I use these in OpenPLC_editor?

thiagoralves commented 2 years ago

You don’t. Communication protocols are handled by the OpenPLC runtime, not the editor. Currently OpenPLC runtime supports Modbus (RTU and TCP). DNP3 and EtherNet/IP are also supported, but they are still experimental beta. Check the openplc website documentation for more info: https://openplcproject.com/docs/2-6-slave-devices/ and https://openplcproject.com/docs/2-5-modbus-addressing/