Author Topic: Analog Visibility Controler  (Read 663 times)

m.hesler

  • Newbie
  • *
  • Posts: 13
    • View Profile
Analog Visibility Controler
« on: January 10, 2019, 07:38:41 AM »
Hi All

Just a quick question.
Can anyone tell me what the Component Analog Visibility Controller is intended for.
Thanks in advance

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5268
    • View Profile
    • AdvancedHMI
Re: Analog Visibility Controller
« Reply #1 on: January 10, 2019, 07:48:45 AM »
The Analog Visibilty Controller is intended to give control similar to the AnalogValueDisplay. Most controls you can change the visibility using a Boolean/bit in the PLC, but the AnalogValueDisplay will let you use a number and set the limits of when to display. This can be useful for things such as showing an alarm message when a value exceeds a certain limit.

The AnalogVisibilityController does the same thing but let you indicate which object to change its visibility. If you have a group of objects, they can be placed on a Panel or GroupBox, then the AnalogVisibilityController can control the visibility of the group.

m.hesler

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Analog Visibility Controler
« Reply #2 on: January 10, 2019, 03:16:00 PM »
Thanks Archie.
That could be a very useful tool. ;)