AdvancedHMI Software

General Category => Support Questions => Topic started by: andreaboschetti71 on December 17, 2013, 09:56:34 AM

Title: EthernetIPforCLXCom bugs ver 3.61
Post by: andreaboschetti71 on December 17, 2013, 09:56:34 AM
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