Send Batch VI
- Updated2025-07-30
- 2 minute(s) read
(Filename: Actor Framework.lvlib:Batch Msg.lvclass:Send Batch.vi)
Sends multiple messages in a batch to an actor. All messages in the batch are given the same priority. No additional messages of the same priority will be processed by the actor in between the messages in the batch. However, messages with a higher priority than the batch will be processed before the batch itself.

Inputs/Outputs
Message Enqueuer
—
Message Enqueuer specifies the reference needed to send messages to the actor.
Messages Array
—
Messages Array specifies the messages to send.
Message Priority (Normal)
—
Message Priority specifies the placement of the messages in the message queue, which determines when the actor will process the messages.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
error out
—
error out contains error information. This output provides standard error out functionality. |
Message Enqueuer
—
Messages Array
—
Message Priority (Normal)
—
error in (no error)
—
error out
—