
Betz (Customer) asked a question.
Using a P1AM-100 to pull data from an omron CP1H-XA40DR-A
I want to pull the data from the Omron PLC and bring it to the P1AM-100, them send over the Ethernet to an IP address. I already do the data send to the IP address using the P1AM, I need to be able to add more data that I gather from the Omron PLC to add to it. Is this data grab possible from the Omron PLC?
Hi @Betz (Customer)
You should be able to get the data from an Omron PLC. It will use a Host Link protocol to get the information through serial communications.
Here is a post that will show the Arduino communicating serial "hostlink" to the Omron.
https://forum.arduino.cc/t/arduino-mega-2560-via-rs232-to-omron-plc/144030
I have done a few posts with the Omron Host Link Protocol. This may come in handy for reference.
VB.NET
https://accautomation.ca/implementing-the-omron-host-link-protocol-vb-net/
VBA
https://accautomation.ca/how-to-implement-the-omron-host-link-protocol-part-2-vba/
VB6
https://accautomation.ca/how-to-implement-the-omron-plc-host-link-protocol/
Node-RED
https://accautomation.ca/omron-plc-node-red-serial-communication/
I hope this helps you out.
Regards,
Garry