In/Outputs Menu (ASCMO-DYNAMIC)

The In/Outputs menu contains the following entries:

Input Properties

 

Select Inputs

Opens the Closed"Inputs Selection" window where you can select/deselect the inputs for the optimization and display.

Change Input Name

Opens the Closed"Change Input Name" window where you can change input names and units.

Add Calculated Input

Opens the "Add Calculated Input" window where you can add an additional input that is calculated from existing inputs and outputs. This input is displayed in the "Input" area and is part of the project dataset (separate column in the data table).

Example

calcInput[rpm] = %EngineSpeed% ./ max( %EngineSpeed%)

Normalizes the input EngineSpeed to 0-1. The calculated input is editable by clicking on the input button.

Delete Inputs

Note  

Deleting an input cannot be undone. Use this function with care.

Opens the Closed"Delete Inputs" window where you can select inputs to be deleted from the project. Models which use such an input are removed.

Select Outputs

Opens the Closed"Outputs Selection" window where you can select/deselect the outputs for the optimization and display.

Change Output Name

Opens the Closed"Change Output Name" window where you can change output names and units.

Add Calculated Output

Opens the "Add Calculated Output" window where you can add an additional output that is calculated from existing inputs and outputs. This output is displayed in the "Output" area and is part of the project dataset (separate column in the data table).

Examples

calcOutput_1 = 10 .* %EngineSpeed% + 5 .* %TurboChargerShaftSpeed%

calcOutput_2 = cumsum( %PedalPosition%) ./ numSamples

Delete Outputs

Note  

Deleting an output cannot be undone. Use this function with care.

Opens the Closed"Delete Outputs" window where you can select outputs to be deleted from the project.

Add Output for Anomaly Detection

Adds an Output channel to your project for Anomaly Detection on inputs (unsupervised learning).