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
};
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
};