il line 100 of driver EthernetIPforCLXCom the instruction finish with i<11 but the array DLL is dimensioned with 10 element (index from 0 to 9) so in some case there is a invalid index error. There are 2 possible solution: i<10 or increase dimensioning of array to 11