Difference between revisions of "DataSubscriber"

From AdvancedHMI
Jump to: navigation, search
(Created page with "== DataSubscriber == This component is used to monitor a value within the PLC without a visual control. It has to events to indicate when data has returned from the PLC and w...")
(No difference)

Revision as of 19:06, 8 September 2016

DataSubscriber

This component is used to monitor a value within the PLC without a visual control. It has to events to indicate when data has returned from the PLC and when the value has changed. Within these events you would add your own code to perform any action desired.