Creates a self-addressed Message by storing an enqueuer in a Message. When you send the Message with the Send Self-Addressed Message method, the Message is sent to the Actor that uses the enqueuer stored in the Message.
Enqueuer of the Actor that will receive the self-addressed message.
Message to send.
Placement of the Message in the Message queue. This placement determines when the Actor will process the Message.
Name | Description |
---|---|
Low | Specifies that the Actor processes the Message after Messages of all other priorities. The Actor processes multiple low-priority Messages in the order it receives them. |
Normal | Specifies that the Actor processes the Message after critical- and high-priority but before low-priority ones. The Actor processes multiple normal-priority Messages in the order it receives them. |
High | Specifies that the Actor processes the Message first. The Actor processes multiple high-priority Messages in the order it receives them. Only emergency stop and last ack Messages supersede high priority Messages. |
Default: Normal
Message that consists of the Message, Destination, and Message Priority.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application