Owning Palette: Advanced VIs (Actor Framework)
Requires: Base Development System
(Filename: Actor Framework.lvlib:Reply Msg.lvclass:Send Message And Wait For Response.vi)
Sends a message to an actor and synchronously waits for a response from the actor.
![]() |
Message Priority specifies the placement of the Message in the message queue. This placement determines when the actor will process the message.
|
||||||
![]() |
Message Enqueuer in specifies the reference needed to send a message to an actor. | ||||||
![]() |
Original Message specifies the message this VI sends. | ||||||
![]() |
timeout in ms specifies the time, in milliseconds, this VI spends waiting for a reply. The default is -1, which specifies this VI waits indefinitely. | ||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||
![]() |
Message Enqueuer out returns the reference needed to send messages to the actor. | ||||||
![]() |
Reply returns the message that the receiver sent in reply to Original Message. | ||||||
![]() |
timed out? returns TRUE if the timeout in ms elapsed before a reply was received. | ||||||
![]() |
error out contains error information. This output provides standard error out functionality. |