Hi all,
Did some searching and am still a bit confused on a few points.
I'm not exactly sure how to use the Subscription ability. Is it global or on a per control / plc tag basis?
If I create a Basic Label or Indicator, is it automatically subscribed to, or do I need to enable a subscription?
If I don't use a subscription, do I need to manually program a Read in order for the control to update?
Right now the few programs I have made do not use the AdvancedHMI controls. Instead I have been manually reading each tag asynchronously, using an event handler to tell what just updated, and moving the new data into a Winform control (button, textbox, label, etc...).
Thanks!