Author Topic: Exception in EIPTransport.SendData  (Read 473 times)

cdjr

  • Newbie
  • *
  • Posts: 1
    • View Profile
Exception in EIPTransport.SendData
« on: January 16, 2019, 05:38:26 AM »
Hello friends,

I'm having some problems with EthernetIPforCLX when writing tags to the PLC. After started de communication and exchanged some data, the EthernetIPforCLX give me the follow exception, in many cases after a write command:

EIPTransport.SendData-No Response

Please, anybody could help me ?

// Cria um novo componente para comunicação
CLXCIP = new EthernetIPforCLX()
{
                CIPConnectionSize = 504,
                IPAddress = _IP,
                Port = 44818,
                RoutePath = null,
                Timeout = 200,
                ProcessorSlot = 0
};

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5268
    • View Profile
    • AdvancedHMI
Re: Exception in EIPTransport.SendData
« Reply #1 on: January 16, 2019, 08:05:38 AM »
Try increasing the Timeout value. What version of AdvancedHMI are you using?