MotoHawk FPGA Current Drive Start Of Injection Trigger

This block triggers a Simulink Function-Call subsystem once Start Of Injection related data acquisition is done.

Block ID

Start Of Injection Trigger

Library

MotoHawk FPGA Current Drive

Description

This block triggers a Simulink Function-Call subsystem once acquisition of Start of Injection related data is completed on the referenced Output Driver Mode Definition.

Use the Start Of Injection Measurement block to retrieve the calculated data.

More then one trigger may be placed in a model raising the same event.

Block Parameters

Parameter Field Values Comments/Description
Reference Output Driver Mode Definition Alpha-numeric text, quote enclosed Associates this trigger with Output Driver Mode Definition.
Trigger Name Alpha-numeric text, quote enclosed Set the text that will be appended to code generated function name. This is useful when using a difference tool to compare the difference from one build to another. If this is left as an empty cell the appended value will be generated at build time, and can change from build to build.
Execution Order within Task Numeric (Integer) More than one trigger may be placed in a model that is driven by the same event. Use the Execution Order within Task attribute to define the execution order of these triggers relative to one another. The triggers will execute from the lowest value to the highest.

Only triggers with the same Trigger Tasking Priority will be guaranteed to execute in the defined order.
This trigger is inside another triggered subsystem Checkbox Enable if trigger is inside another triggered subsystem. Trigger attempts to simulate the block inside of another triggered rate. The trigger from this block may occur in bursts, synchronized to the outer rate, while simulating, but will perform as expected on the target. Do not enable on top-level triggers, otherwise the block will not simulate at all.
Trigger even when containing subsystem is disabled Checkbox If this trigger is used inside of a containing subsystem, normally the triggered subsystem will pause and resume based on the enable/disable status of the containing subsystem. Checking this causes triggers to occur even while the parent is disabled. Note that this feature will not simulate, but will execute correctly on the target.
Trigger even when Application Monitor pauses or stops Checkbox When checked this trigger will fire even when the Application Monitor indicates that execution is paused or stopped. Note that this feature will not simulate, but will execute correctly on the target.
Trigger Tasking Priority Drop down list Defines the task priority where this trigger will execute
Use Standard Tasks Checkbox When unchecked this trigger will execute under user specified task
User Task Name Alpha-numeric text, quote enclosed The name of the task where this trigger will execute