How to communicate omron plc without OPC UA Protocol

Find and share HowTos to various installations / configurations!
5 posts • Page 1 of 1
imhht1311
Posts:8
Joined: Tue Mar 17, 2020 1:05 am

How to communicate omron plc without OPC UA Protocol

Post by imhht1311 »

Hello!

I want to communicate between WinCC OA and Omron PLC like simens's S7 Driver, Rockwell's Ethernet/IP Driver

I know that Omron PLC use Omron FINS Ethernet Driver.

I want to know that how to communicate Omron's PLC directly without OPC UA communication protocol.

adaneau
Posts:310
Joined: Tue Feb 21, 2012 9:49 am

Re: How to communicate omron plc without OPC UA Protocol

Post by adaneau »

Hi,

That's actually quite straightforward answer: if you cannot use protocols from WInCC OA such OPC UA, then you have to get c/cpp communication stack from OMRON and build your own driver using WinCC OA API. If the stack is well built and you have good c++ knowledge as well as API training, it is doable.

Regards
Alexandre

adaneau
Posts:310
Joined: Tue Feb 21, 2012 9:49 am

Re: How to communicate omron plc without OPC UA Protocol

Post by adaneau »

More information: if you want to use FINS, you can have a look into following link:

https://github.com/lammertb/libfins

Otherwise I noticed that some OMRON support also EIP, which is part of WinCC OA available drivers. So it is depending of which model of OMRON you plan to use.

Regards
Alexandre

gschijndel
Posts:376
Joined: Tue Jan 15, 2019 3:12 pm

Re: How to communicate omron plc without OPC UA Protocol

Post by gschijndel »

If you are interested in an Omron FINS driver, you should get in contact with your WinCC OA sales contact.
Especially if you are not interested in developing a driver and having to maintain it.

imhht1311
Posts:8
Joined: Tue Mar 17, 2020 1:05 am

Re: How to communicate omron plc without OPC UA Protocol

Post by imhht1311 »

It was all useful information. Thank you very much.
I will try it.

5 posts • Page 1 of 1