Author Topic: Tag limit per screen, blinking/cycling of toggles and pilots  (Read 2569 times)

rms

  • Newbie
  • *
  • Posts: 21
    • View Profile
Tag limit per screen, blinking/cycling of toggles and pilots
« on: November 25, 2013, 04:15:39 PM »
Hi
It seems like I can build a screen that accesses say 10 plc addresses or tags and everything is fine
Say I have 5 toggle switches that toggle motors on/off and then 5 pilot lights that indicate the that the motors are running..all good
Then I add, say some text or other toggles or something that controls or depends on a PLC integer or bit values to that same screen and I will get a constant blinking/cycling of all pilot lights and toggle switches when I activate that screen.  Is there a limit to the amount of tags any one screen can access or is there a way to eliminate this blinking/cycling.
Thanks


Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: Tag limit per screen, blinking/cycling of toggles and pilots
« Reply #1 on: November 25, 2013, 04:29:43 PM »
What version and what driver are you using?

rms

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Tag limit per screen, blinking/cycling of toggles and pilots
« Reply #2 on: December 13, 2013, 11:05:07 AM »
Hi.  Sorry..I did not see this reply till now
I'm having the same type of issue with Indicators and Buttons flashing when the should not be (ie when visibility bit values set to 0 or false)
usually happens when there are a lot of info/bit tag related items displayed on one screen
I really love this product and wish i could get rid of this annoying problem
I am embarrassed to say that I can not find the "version" if of the driver I'm using
The driver is titled... "EthernetIPforPLCSLCMicroCom1"
The AB PLC is a SLC500 -  SLC/5/05
Thanks for all your help/advice/support

dmroeder

  • Global Moderator
  • Full Member
  • *****
  • Posts: 208
    • View Profile
Re: Tag limit per screen, blinking/cycling of toggles and pilots
« Reply #3 on: December 13, 2013, 04:17:12 PM »
What version of AdvancedHMI are you using?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: Tag limit per screen, blinking/cycling of toggles and pilots
« Reply #4 on: December 14, 2013, 08:18:26 AM »
In Solution Explorer, right click the AdvancedHMIDrivers project and select properties. In the Application tab, click Assembly information to see the version number.

rms

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Tag limit per screen, blinking/cycling of toggles and pilots
« Reply #5 on: December 16, 2013, 08:54:43 AM »
ok..here it is...
Assembly version - 3600
File version 3600
thanks

sandrela

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Tag limit per screen, blinking/cycling of toggles and pilots
« Reply #6 on: January 27, 2014, 05:40:36 AM »
It basically uses the 2nd index as both the 1st and 2nd index..  So if x = 1 and y = 2, then instead of writing to address "String.Page[1].Button[2]" it writes to String.Page[2].Button[2]..