Raptor:Shut-down: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
(Created page with 'Return to the main Raptor page Return to Triggers page [[File:RaptorTimedTriggerConfiguration.jpg|right|frame|Raptor™ Timed Trigger Configu…')
 
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[RaptorWiki|Return to the main Raptor page]]
[[Raptor-Platform|Return to the main Raptor page]]


[[Raptor:Triggers|Return to Triggers page]]
[[Raptor:Triggers|Return to Triggers page]]


[[File:RaptorTimedTriggerConfiguration.jpg|right|frame|Raptor™ Timed Trigger Configuration]]
[[File:RaptorShutdown.JPG|right|frame|Raptor™ Timed Trigger Configuration]]


== Description ==
== Description ==
<p>This block allows certain base timed trigger periods to be modified. New periods can be specified in 1ms resolution. This block is target dependant. Place this block in a model with a target definition block and then enter the block's help again for more specific help.</p>
<p>This block raises the SHUTDOWN event, which causes all foreground tasks to cease execution. Generally, this event is raised to notify the application to prepare for power-down. Your application may use the Raptor App Trigger to receive notification of the SHUTDOWN trigger and response with appropriate actions to prepare your application for power down. Typically the application will raise the SHUTDOWN event, and execute Nonvolatile Storage and power-hold in the background for a controlled shutdown.</p>
 
== Inputs ==
{| class="wikitable" style="width:75%;"
|-
! scope="col" style="width: 15%;"|Input
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
|}
 
== Outputs ==
{| class="wikitable" style="width:75%;"
|-
! scope="col" style="width: 15%;"|Output
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
|}
 
== Parameters ==
{| class="wikitable" style="width:75%;"
|-
! scope="col" style="width: 15%;"|Parameter
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
|}
 
== Supported Versions ==
* [[Raptor:Versions#2013a_0.0.1|Raptor 2013a_0.0.1]] and newer

Latest revision as of 16:53, 14 September 2023

Return to the main Raptor page

Return to Triggers page

Raptor™ Timed Trigger Configuration

Description

This block raises the SHUTDOWN event, which causes all foreground tasks to cease execution. Generally, this event is raised to notify the application to prepare for power-down. Your application may use the Raptor App Trigger to receive notification of the SHUTDOWN trigger and response with appropriate actions to prepare your application for power down. Typically the application will raise the SHUTDOWN event, and execute Nonvolatile Storage and power-hold in the background for a controlled shutdown.