RobotStudio event

IRC5 as an Ethernet I/P Master

has any one had any luck with using an IRC5 controller as an Ethernet I/P master on an Ethernet I/P network. is there some devices that the controller cannot be the master of. if anyone has had some luck please let me know what the device is and maybe the EIO config code that was used for communicating with it.

 

thanks

Comments

  • In this case I use robot as slave of PLC and master of timer bosch.
    Is necessary use EDS file from slave.

    EIO:CFG_1.0:5:0::
    #
    EIO_BUS:
          -Name "EtherNetIP1" -BusType "ENIP" -ConnectorID "ETH1"\
          -ConnectorLabel "EtherNet/IP" -EN_Address "192.168.1.108"\
          -EN_SubnetMask "255.255.255.0"
    #
    EIO_UNIT_TYPE:
          -Name "Bosch_SLAVE" -BusType "ENIP" -VendorName "Bosch"\
          -ProductName "EtherNet/IP Slave" -EN_VendorId 287 -EN_ProductCode 99\
          -EN_OutputAssembly 150 -EN_InputAssembly 100 -EN_RPI 10

          -Name "EN_INTERNAL_SLAVE" -BusType "ENIP" -VendorName "ABB Robotics"\
          -ProductName "EtherNet/IP Internal Slave" -InternalSlave \
          -EN_OutputSize 24 -EN_InputSize 24
    #
    EIO_UNIT:

          -Name "eth_Slave_01" -UnitType "EN_INTERNAL_SLAVE" -Bus "EtherNetIP1"\
          -UnitLabel "Adaptador ethernet PLC"

          -Name "SW_BOSTIMER1" -UnitType "Bosch_SLAVE" -Bus "EtherNetIP1"\
          -UnitLabel "Timer Bosch PSI6000" -EN_Address "192.168.1.110"
    #