Read Scheduled Endpoint

Requires: Base Development System

Reads the sum of values from an Accumulator Tag channel at a scheduled time and optionally clears the value when the endpoint retrieves the current sum.

You can drop this endpoint on the block diagram by right-clicking an Accumulator Tag channel terminal or wire and selecting Create»Channel Reader»Accumulator Tag»Read Scheduled.

Details  

scheduled time specifies the time when the endpoint should read data from the channel.
channel is the channel wire that connects this endpoint to a writer endpoint.
average specifies whether to read the average of the elements from the channel or not. The default is FALSE.
clear specifies whether to clear the accumulator or not. The default is TRUE.
actual time returns the actual time when the endpoint read data from the channel.
element returns the data that this endpoint reads from the channel if average is FALSE. If average is TRUE, this output returns the average of the data from the channel.
count returns the number of times that the value of the channel has been updated since the last time the channel was cleared. This output returns its value even if the channel has aborted.

Read Scheduled Details

Related Information

Write Scheduled