Raptor:Application Monitor Stop: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
(Created page with 'Return to the main Raptor page Return to Application Monitor page [[File:RaptorApplicationMonitorStop.jpg|right|frame|Raptor Ap…')
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[RaptorWiki|Return to the main Raptor page]]
[[Raptor-Platform|Return to the main Raptor page]]


[[Raptor:Application Monitoring|Return to Application Monitor page]]
[[Raptor-Application-Monitoring|Return to Application Monitor page]]


[[File:RaptorApplicationMonitorStop.jpg|right|frame|Raptor Application Monitor Stop]]
[[File:RaptorApplicationMonitorStop.jpg|right|frame|Raptor Application Monitor Stop]]
Line 15: Line 15:
! scope="col" style="width: 70%;"|Description
! scope="col" style="width: 70%;"|Description
|-
|-
! Pause?
! Pause
| Boolean
| Boolean
| When true the program is paused.
| When true the program is paused.
Line 31: Line 31:
| A name which uniquely identifies each application stop. The name will be shown in AppMonitorLastError if this stop is asserted.
| A name which uniquely identifies each application stop. The name will be shown in AppMonitorLastError if this stop is asserted.
|}
|}
== Supported Versions ==
* [[Raptor:Versions#2013a_0.0.1|Raptor 2013a_0.0.1]] and newer

Latest revision as of 16:51, 16 December 2016

Return to the main Raptor page

Return to Application Monitor page

Raptor Application Monitor Stop

Description

This block allows the user to pause the application when particular criteria are met in the program. When a true is passed in the input to this block it will cause the application monitor to pause the application. The trigger in which the stop block exists will execute to completion of the current cycle before pausing. All other triggers will pause immediately. This block requires the Raptor Application Monitor block to exist in the model.

Inputs

Input Type Description
Pause Boolean When true the program is paused.

Parameters

Parameter Type Description
Tag Name String A name which uniquely identifies each application stop. The name will be shown in AppMonitorLastError if this stop is asserted.