Author Topic: 3.52 Bugs  (Read 5734 times)

Tril

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: 3.52 Bugs
« Reply #15 on: August 14, 2013, 03:13:28 PM »
Archie, here's a bit more information. The exception 'System.IndexOutOfRangeException' happens when "Responses(TNS And 255).Values.Count" is equal to zero at the end of the Read function. It happens most often when Read is called many times in a row rapidly.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: 3.52 Bugs
« Reply #16 on: August 15, 2013, 09:48:14 AM »
I posted a version 3.54 with some fixes to the SLC/Micro driver. Try this version and let me know what results you get from it.

Tril

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: 3.52 Bugs
« Reply #17 on: August 15, 2013, 11:01:59 AM »
I'm still getting the exception on version 3.54.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: 3.52 Bugs
« Reply #18 on: August 15, 2013, 11:07:51 AM »
I'm still getting the exception on version 3.54.
I did all my testing yesterday with a ML1100 using Ethernet. Sounds like the problem is in the RS232 communication layer. I'll try to replicate it on RS232 (DF1Com) this afternoon.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: 3.52 Bugs
« Reply #19 on: August 16, 2013, 07:32:29 AM »
I have finally been able to replicate this problem and put in a fix and posted a version 3.55

Tril

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: 3.52 Bugs
« Reply #20 on: August 16, 2013, 09:56:58 AM »
Thank you, it works.