Raptor:Shut-down: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


== 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
|}

Revision as of 14:52, 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.