Author Topic: 3.82 connection lost  (Read 1491 times)

andreaboschetti71

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
3.82 connection lost
« on: November 18, 2014, 08:30:01 AM »
Hi, I installed new version 3.82 with same page of a 3.8 version that works fine.
I every control that I have in a page I see "Com error. Send que full, may have lost connection or data request too fast".
I use ethernetIPforCLX driver and every page I have 2 driver: one with 1second poll rate and one with 0,5s poll rate

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: 3.82 connection lost
« Reply #1 on: November 18, 2014, 08:44:10 AM »
Are you performing any read/writes in code?

andreaboschetti71

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: 3.82 connection lost
« Reply #2 on: November 18, 2014, 08:53:35 AM »
No I only use controls without using direct reading or writing tags in my code.
The problem seems be present in pages with a lot of controls

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: 3.82 connection lost
« Reply #3 on: November 18, 2014, 08:54:33 AM »
You can also try going to line 931 in EthernetIPforCLXcom.vb and removing the "Begin":
Code: [Select]
Me.Read(GroupedSubscriptionReads(i).TagName, GroupedSubscriptionReads(i).NumberToRead)
                   

andreaboschetti71

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: 3.82 connection lost
« Reply #4 on: November 18, 2014, 09:08:59 AM »
Ok, seems to work better. I keep you updated. thank you for now

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: 3.82 connection lost
« Reply #5 on: November 21, 2014, 07:04:33 AM »
I posted a version 3.83 that uses a different method of updating subscribed data. This should prevent the issue of "Send Que Full" and also distribute the communications over the poll rate.