Algorithm properties
Each algorithm of the Analytics Configurator is providing some properties. The sections of HMI and PLC are necessary for the automatic code generation.
HMI
- Generate GVL: Enable the generation of an Global Variable List with a collection of variables and corresponding data type mapping for TwinCAT HMI
- GlobalVariableType: Choose the type with InOutVariables just for inputs and outputs of the algorithm or KeyValuePairs for general mapping to STRING for tables
PLC
- Persistent Results: Enable this flag to store results of algorithm persistent to target system of the Analytics Runtime
- Stream Results: Enable this flag to add the In- and Outputs of the algorithm to a result stream which will be generated by the code generation