hybridgroup / gobot

Golang framework for robotics, drones, and the Internet of Things (IoT)
https://gobot.io
Other
8.96k stars 1.04k forks source link

PLC support? #459

Open jjjachyty opened 7 years ago

jjjachyty commented 7 years ago

Is there any plan to add PLC support?

deadprogram commented 7 years ago

Hi @jjjachyty did you have something specific in mind?

jjjachyty commented 7 years ago

There is no idea, can the MQTT protocol through the gateway to PLC, don't know how to read and write directly PLC?

niaow commented 6 years ago

@jjjachyty Is there a specific PLC that you want support for? Different PLCs work very differently.

jjjachyty commented 6 years ago

Mitsubishi FX series

niaow commented 6 years ago

It looks like someone tried interacting with the plc in node.js https://github.com/plcpeople/mcprotocol Might be able to base this off of how that implementation worked.