Hi,
With the C# EthernetIPforCLXComm.WriteData(...) function there are times where it will hang without throwing an exception when we have moments of sustained data writing from the HMI to the PLC.
The PLC remains operational during this period without blocking or faulting, but on the C# HMI side it will hang indefinitely if it reaches this state.
What can I do to mitigate this issue to ensure reliability on the WriteData(...)? Or is this a bug in the EthernetIPforCLXComm driver?