Write Scheduled Endpoint

Requires: Base Development System

Writes a value to a Tag channel at the scheduled time.

You can drop this endpoint on the block diagram by right-clicking a terminal or a wire and selecting Create»Channel Writer»Tag»Write Scheduled.

Details  

scheduled time specifies the time when the endpoint should write data to the channel.
element specifies the data to write to the channel.
actual time returns the actual time when the endpoint wrote data to the channel.
channel is the channel wire that connects this endpoint to a reader endpoint.
previous element returns the value of the channel before this endpoint updates the channel. This output returns the default value of the transmission data type if the channel aborts.

Write Scheduled Details

Related Information

Read Scheduled