Address Message VI
- Updated2025-07-30
- 2 minute(s) read
(Filename: Actor Framework.lvlib:Self-Addressed Msg.lvclass:Address Message.vi)
Creates a self-addressed message by storing an enqueuer inside a message. Later, when you send the message with the Send Self-Addressed Message method, the message will be sent to the actor that uses this enqueuer.

Inputs/Outputs
Destination
—
Destination specifies the enqueuer of the actor that will receive the self-addressed message.
Message
—
Message specifies the message to send.
Message Priority (Normal)
—
Message Priority specifies the placement of the Message in the message queue. This placement determines when the actor will process the message.
Self-Addressed Message
—
Self-Addressed Message returns a message that consists of the Message, Destination, and Message Priority. |
Destination
—
Message
—
Message Priority (Normal)
—
Self-Addressed Message
—