Author Topic: EthernetIPforCLXCom driver to read 600 tags at a same time on a same page  (Read 1366 times)

aquilmustafa

  • Full Member
  • ***
  • Posts: 121
    • View Profile
Hi Archie,

I've 600 digital panel meters on my form and I'm trying to get all the data in the same form. Problem is they freeze if my digital panel meters goes above 28. I've been trying to use subscribe but i don't how to use callback or the subscribe tag. Please help me.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Is it an array of 600 elements?

aquilmustafa

  • Full Member
  • ***
  • Posts: 121
    • View Profile
No they are 600 Timers and there addresses are as "T1.Acc" and etc. Which i want to be displayed on the same page.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: EthernetIPforCLXCom driver to read 600 tags at a same time on a same page
« Reply #3 on: September 02, 2015, 01:11:19 PM »
What version are you using? I just tried this with version 3.99 (but it should be the same for version 3.98t) by creating 40 tags by the names TimerTag1...TimerTag40. I then added 32 BasicLabels and put the tags TimerTagxx.ACC in the PLCAddressValue and PLCAddressKeypad properties. When I run the app everything worked as expected.