Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cdjr

Pages: [1]
1
Support Questions / 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
};

Pages: [1]