Sends multiple Messages in a batch to an Actor. All Messages in the batch have the same priority. The Actor processes all Messages in the batch before processing other Messages of the same priority. However, the Actor processes Messages with higher priority before processing the batch.
Reference needed to send Messages to the Actor.
Messages to send.
Order in which the Actor processes Messages in the Message queue.
Name | Description |
---|---|
Low | Specifies that the Actor processes the batch after Messages of all other priorities. |
Normal | Specifies that the Actor processes the batch after critical- and high-priority Messages but before low-priority ones. |
High | Specifies that the Actor processes the batch first. Only emergency stop and last ack Messages supersede high priority Messages. |
Default: Normal
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application