Replicate Endpoint

Requires: Base Development System

Splits a High Speed Stream channel into two High Speed Stream channels so that each of the readers of the channels receives a separate copy of the data written into the original channel.

You can drop this endpoint on the block diagram by right-clicking a High Speed Stream channel and selecting Insert»Replicate.

Details  Example

high speed stream is the channel wire that connects this endpoint to a writer endpoint and splits into two outgoing channels.
independent aborts? specifies whether signaling one of the outgoing channels to abort only causes that one outgoing channel to abort. The default is FALSE, which means if one of the outgoing channels aborts, the other will also abort.
copy 1 size specifies the number of remaining elements to write to the first outgoing channel. The default is unlimited.
copy 2 size specifies the number of remaining elements to write to the second outgoing channel. The default is unlimited.
high speed stream copy 1 is the first outgoing channel wire that connects this endpoint to a reader endpoint.
high speed stream copy 2 is the second outgoing channel wire that connects this endpoint to a reader endpoint.

Replicate Details

Related Information

Write

Read

Example

Refer to the Channel - High Speed Stream.lvproj in the labview\examples\Channels\High Speed Stream directory for an example of using the Replicate endpoint.

 Open example  Find related examples