Writes an element to a Messenger channel at a scheduled time. The endpoint waits until the scheduled time and continues waiting if the channel is full at the scheduled time.


icon

Inputs/Outputs

  • catrn.png scheduled time

    scheduled time specifies the time when the endpoint should write data to the channel.

  • cbool.png wait for ack (F)

    wait for ack specifies whether this endpoint waits until a reader endpoint acknowledges receiving the message before writing the next element. The default is FALSE.

  • ccclst.png element

    element specifies the data to write to the channel.

  • cChannel_Messagelvclass.png MessageAckBase.lvclass

  • ci32.png size (unlimited)

    size specifies the maximum number of elements that can be buffered in the channel. The default is unlimited. The channel size is initialized on the first call to the writer endpoint, after which the endpoint ignores the size input.

  • iatrn.png actual time

    actual time returns the actual time when the endpoint wrote data to the channel.

  • iqueuern.png channel

    channel is the channel wire that connects this endpoint to a reader endpoint.

  • iu32.png id

    id returns an integer that identifies this message within the channel. Other endpoints use this integer to cancel or acknowledge the message within the channel.