AdvancedHMI Software

General Category => Open Discussion => Topic started by: aquilmustafa on August 12, 2015, 03:23:29 AM

Title: EthernetIPforCLXCom driver to read 600 tags at a same time on a same page
Post by: aquilmustafa on August 12, 2015, 03:23:29 AM
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.
Title: Re: EthernetIPforCLXCom driver to read 600 tags at a same time on a same page
Post by: Archie on August 12, 2015, 07:45:15 AM
Is it an array of 600 elements?
Title: Re: EthernetIPforCLXCom driver to read 600 tags at a same time on a same page
Post by: aquilmustafa on August 13, 2015, 01:48:07 AM
No they are 600 Timers and there addresses are as "T1.Acc" and etc. Which i want to be displayed on the same page.
Title: Re: EthernetIPforCLXCom driver to read 600 tags at a same time on a same page
Post by: Archie 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.