functionAutomaton
Function to call external automaton
Extends from Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | command | Command to be called | |
| Types.Time | timeActivation | Automaton activation time | |
| Real[GenericAutomatonConstants.inputsMaxSize] | inputs | Inputs data for the automaton | |
| String[GenericAutomatonConstants.inputsMaxSize] | inputsName | Inputs data name for the automaton | |
| Integer | nbInputs | Number of inputs to provide to the automaton | |
| Integer | nbMaxInputs | Maximum number of inputs | |
| String[GenericAutomatonConstants.outputsMaxSize] | outputsName | Discrete real outputs data name for the automaton | |
| Integer | nbOutputs | Number of discrete real outputs to provide to the automaton | |
| Integer | nbMaxOuputs | Maximum number of discrete real outputs | |
| String[GenericAutomatonConstants.outputsMaxSize] | intOutputsName | Integer outputs data name for the automaton | |
| Integer | nbIntOutputs | Number of integer outputs to provide to the automaton | |
| Integer | nbMaxIntOuputs | Maximum number of intger outputs |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[GenericAutomatonConstants.outputsMaxSize] | outputs | Discrete real outputs data provided by the automaton | |
| Integer[GenericAutomatonConstants.outputsMaxSize] | intOutputs | Integer outputs data provided by the automaton |