Skip to content

#935 PLCgen: CifProcessor collects results, target distributes them.

Albert Hofkamp requested to merge 935-cifprocessor-return-results into develop

Main PLCgen function needs more control on how the PLC code gets built. This implies that generators must do less back-door transport to other generators.

Less back-door transport also enhances clarity in what is happening in the code.

End-user visible changes:

  • Some variables and statements may be in a different order in the generated PLC code.

Addresses #935 (closed)

Edited by Dennis Hendriks

Merge request reports