(Filename: Actor Framework.lvlib:Stop Msg.lvclass:Send Emergency Stop.vi)

Sends an Emergency Stop message to an actor, triggering the actor to shut down as quickly as possible. This message has critical priority, meaning it will be processed before all messages that are already in the queue.


icon

Inputs/Outputs

  • cActor_Framework_lvlib_Message_Enqueuerlvclass.png Message Enqueuer

    Message Enqueuer specifies the reference needed to send messages to the actor.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • The message this VI sends is one of only two critical-priority messages in the Actor Framework, the other being Last Ack. National Instruments does not provide a way to send any other message with critical priority.