You are here: Core Reference > Coding > Logic > Using Outputs as Inputs (‘Feedback Loops’) in Logic Programs

Using Outputs as Inputs (‘Feedback Loops’) in Logic Programs

The outputs in your Logic programs can also be used as inputs, for example, you can use the output result of an ADD function as an input on a DIV function. When an output is also an input, it is referred to as a ‘feedback loop’.

If your Logic program uses ‘feedback loops’ you should use ClearSCADA’s built-in diagnostics tool to check the execution order of your program.


ClearSCADA 2015 R2