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...")
 
(DataSubscriber)
Line 2: Line 2:
  
 
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.
 
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.
 +
 +
{| class="wikitable"
 +
!colspan="2"|Properties
 +
|-
 +
||ComComponent
 +
|Points to the driver instance for reading its values through
 +
|-
 +
|PLCAddressValue
 +
|Enter the PLC address of the value you wish to monitor
 +
|}

Revision as of 19:08, 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.

Properties
ComComponent Points to the driver instance for reading its values through
PLCAddressValue Enter the PLC address of the value you wish to monitor