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

Sends a Stop message to an actor. The priority of this message is determined by the value of the final error code input. If this input is 0, this VI sends the message with normal priority; otherwise, it sends the message with critical priority.


icon

Inputs/Outputs

  • cActor_Framework_lvlib_Message_Enqueuerlvclass.png Message Enqueuer

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

  • ci32.png final error code

    final error code specifies the error code that determines whether this VI sends a normal- or critical-priority message. A value of 0 sends a normal-priority message. Any other value sends a critical-priority message.

  • 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 normal-priority message is the same as the one sent by the Send Normal Stop method.

    The critical-priority message is the same as the one sent by the Send Emergency Stop method.