Batch Msg:Send Batch

Owning Palette: Advanced VIs (Actor Framework)

Requires: Base Development System

(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.

Message Enqueuer specifies the reference needed to send messages to the actor.
Messages Array specifies the messages to send.
Message Priority specifies the placement of the messages in the message queue, which determines when the actor will process the messages.

0Low—Specifies that the batch will be processed after messages of all other priorities.
1Normal (Default)—Specifies that the batch will be processed after critical- and high-priority messages but before low-priority ones.
2High—Specifies that the batch will be processed first. High-priority messages can be superseded only by an Emergency Stop or Last Ack message, both of which have critical priority.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
error out contains error information. This output provides standard error out functionality.
Message Enqueuer specifies the reference needed to send messages to the actor.