Report Error Msg:Send Error Report VI

Owning Palette: Actor Framework VIs

Requires: Base Development System

(Filename: Actor Framework.lvlib:Report Error Msg.lvclass:Send Error Report.vi)

Use this VI to send an error to an actor. The error will be handled by the Handle Error VI of the actor. If the error is not handled there, it will cause the actor to stop running.

Details  

Message Enqueuer specifies a message enqueuer to check.
Error From Sender can accept error information wired from previously called VIs. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

Right-click the Error From Sender control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.
Message Priority specifies the placement of the messages in the message queue, which determines when the actor will process the messages.

0Low—Specifies that the batch will be processed after messages of all other priorities.
1Normal (Default)—Specifies that the batch will be processed after critical- and high-priority messages but before low-priority ones.
2High—Specifies that the batch will be processed first. High-priority messages can be superseded only by an Emergency Stop or Last Ack message, both of which have critical priority.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
error out contains error information. This output provides standard error out functionality.

Report Error Msg:Send Error Report Details

Refer to the Actor Framework template for more information about the Actor Framework. To use the Actor Framework template, click Create Project from the LabVIEW start screen and select Actor Framework.