We have Node-RED talking to a MicroLogix 1400. While a lot of our equipment has Ethernet, a large portion of it uses older controllers. Is there a module that will allow Node-RED to talk to a MicroLogix 1000 using a USB-to-RS232 converter?
I'm also having trouble talking to RSLinx, but that's a separate battle.
Lantronix has always been my go to for Ethernet to Serial. I have not used it in this scenario (I used it with Kepware's OPC server) but I would start there. Their hardware has a built in webserver that allows you to configure it and you can use Ethernet encapsulation to get data in/out the serial port or you can use their software to create a virtual COM port so you can use a standard serial setup at the application level.
Hope that helps.
Thank you for the response! Unfortunately, I think I would still need to use DF1 commands to communicate with the controller unless I'm missing something.
Nice topic, I am very interested in how you setup the commnunication with AB.
To have an anser for you, you can use a 1762-Net-Eni module from AB.
They getting obsolete, I used a Logix 1400 as interface to Microlgix 1200 with DF1.
It was the cheapest solution, all other solutions where much more expensive.
Hello,
I work for ST-One, the company that developed the Ethernet/IP, PCCC and the S7 nodes that you are probably using to communicate with the MicroLogix 1400
This library is under development, (it is actually in the test phase) and will be released in the next 3 weeks.
This node will be hardware dependant and should run on ST-One only, but the nice thing is that it will be possible to communicate directly to the DF1 port of the PLC
The other nodes (s7, ether/ip and pccc) will be, from time to time, more hardware dependant too, specially for new functionalities like downloading backups, set time and so on.
Stephane Leicht wrote the df1 program.
A Raspberry Pi with this program connects to the Micrologix 1200 via a USB to RS232 adapter using tcp request in Node-RED.
Greetings
Frank
Thank you all for your answers. I want to look into the DF1 program Frank mentioned. We do have it working with the 1762-NET-ENI now, but are hoping to find a more economical solution.