AdvancedHMI Software
General Category => Support Questions => Topic started by: rms 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
-
What version and what driver are you using?
-
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
-
What version of AdvancedHMI are you using?
-
In Solution Explorer, right click the AdvancedHMIDrivers project and select properties. In the Application tab, click Assembly information to see the version number.
-
ok..here it is...
Assembly version - 3600
File version 3600
thanks
-
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]..