Raptor:Timed Trigger: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by one other user 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]]
Line 7: Line 7:
== Description ==
== Description ==
<p>This block is used to trigger periodic functions in the program. The function call output is triggered at the rate specified in by the parameter. Raptor timed triggers support stepping with the application monitor to aid in debugging.</p>
<p>This block is used to trigger periodic functions in the program. The function call output is triggered at the rate specified in by the parameter. Raptor timed triggers support stepping with the application monitor to aid in debugging.</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 ==
== Outputs ==
Line 22: Line 14:
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
! scope="col" style="width: 70%;"|Description
|-
! Fn
| FnCall
| A call to a function to be triggered.
|}
|}



Latest revision as of 16:35, 14 September 2023

Return to the main Raptor page

Return to Triggers page

Raptor™ Timed Trigger

Description

This block is used to trigger periodic functions in the program. The function call output is triggered at the rate specified in by the parameter. Raptor timed triggers support stepping with the application monitor to aid in debugging.

Outputs

Output Type Description
Fn FnCall A call to a function to be triggered.

Parameters

Parameter Type Description
Trigger The trigger period at which the output runs.
Always enabled even when containing system is disabled. When checked the trigger block will continue to operate even if the subsystem in which it is contained is disabled.
Priority Number Positive number which determines the order in which multiple trigger blocks for the same trigger are called. Triggers are executed from lowest to highest priority.

This option does not work for simulation.

Trigger Name String A unique name for this trigger. The name must be a valid C identifier.