CIL Generator Error (CILG0037): The output parameter '...' is not connected.
The CIL Generator has detected a function in the code which has an unconnected output. For example, the error can be reported for a function with multiple output parameters (e.g. SPLIT_* functions for time data types).
Remedy
- Double-click the error message to jump to the affected function output in the code.
- Connect the output to a suitable variable or a FU/FB input.