Author Topic: Basic Indicatior not updating  (Read 1434 times)

WTP31

  • Newbie
  • *
  • Posts: 4
    • View Profile
Basic Indicatior not updating
« on: October 06, 2015, 05:30:54 PM »
I am trying to duplicate a FactoryTalk View screen using version 399a with the EthernetIPforCLXCom1 driver, on the form I have 43 basic labels and 145 basic indicators. Some of the basic indicators do not change color based on the PLCAddressSelectColor2 tag changing states. I had the poll rate override at 500ms and changed it to 1000ms but there was no change. There is no code, everything was just set in the properties.
If you look at the attached picture, on the lower right of the screen if there is a number in the box then the circle should be red. 73 and 12 are correct but 89 and 15 are not. The circle is being set with the HMI_Tag_Status[12] which is configured in the PLC as a boolen. The objects at the top of the screen seem to update correctly.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: Basic Indicatior not updating
« Reply #1 on: October 06, 2015, 05:34:41 PM »
Can you send me the application and a PLC program of tags so I can try to replicate?

WTP31

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Basic Indicatior not updating
« Reply #2 on: October 06, 2015, 07:28:49 PM »
What is the best way to send you the app and PLC program? I could host on Dropbox or do you have a ftp site?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: Basic Indicatior not updating
« Reply #3 on: October 06, 2015, 07:35:56 PM »
Dropbox will work. Just send me a PM of the link

bachphi

  • Hero Member
  • *****
  • Posts: 643
    • View Profile
Re: Basic Indicatior not updating
« Reply #4 on: October 07, 2015, 04:41:29 PM »
Since there are so many labels and indicators, Ill place my bet on mistakes somewhere.=)
 
can you try on the wrong one, change their tags to the ones that you know it works.
===================================================
This is NOT alt.read.my.mind.
No such thing is sh^t-for-brains unless you are posting to alt.read.my.mind.
===================================================

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: Basic Indicatior not updating
« Reply #5 on: October 07, 2015, 05:04:26 PM »
I found a bug in the driver with optimizing Boolean Arrays. Working on a fix now,