Stop Timed Structure VI

Owning Palette: Timed Structures and VIs

Requires: Base Development System (Real-Time, Windows)

Aborts the execution of the Timed Loop or Timed Sequence structure you enter in name.

If you attempt to abort a running Timed Loop, the Timed Loop immediately executes the current iteration and returns Aborted in the Wakeup Reason output of the Left Data node.

Related Information

Aborting the Execution of a Timed Structure (Real-Time, Windows)

Example

 Add to the block diagram  Find on the palette
priority changes the priority of the timed structure you are stopping. Use priority when you want to stop two or more timed structures and want to ensure one stops before the other.
name is the name of the timed structure you want to stop.
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.

Example

Refer to the Timed Loop Abort VI in the labview\examples\Structures\Timed Loop directory for an example of using the Stop Timed Structure VI.

 Open example  Find related examples