Author Topic: Yaskawa Motoman DX200 PLC Ethernet/IP  (Read 2853 times)

JimEDI

  • Newbie
  • *
  • Posts: 1
    • View Profile
Yaskawa Motoman DX200 PLC Ethernet/IP
« on: August 07, 2015, 11:18:37 AM »
I am almost certain the answer is no, but maybe someone can provide insight or point me in the right direction.

I have a Yaskawa Motoman robot with a DX200 controller which has a built in PLC and Ethernet/IP for communicating with remote I/O.  I would like to develop a PC based HMI.  From what I have seen here (and correct me if I am wrong) AdvancedHMI may not be able to help me with that (It seems to only work for specific PLCs). 

Is there any way I can use AdvancedHMIs code to develop this myself (I think the answer is no).

Does anyone have insight on setting up a PC as an Ethernet/IP adapter so it can send and receive I/O over Ethernet? 

Thanks. 

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: Yaskawa Motoman DX200 PLC Ethernet/IP
« Reply #1 on: August 07, 2015, 11:44:25 AM »
The AdvancedHMI driver does not support implicit IO (class 1) which would be required to establish a connection to an Ethernet/IP adapter.

You would need to start with something like this:

https://github.com/EIPStackGroup/OpENer

Do this does require a rather extensive knowledge of the CIP and Ethernet/IP protocol.