In the default task configuration, there is one call of a POU (program organization unit) i.e. "PLC_PRG"⮫ (shown here).
In the project, "PLC_PRG" becomes the main program and contains calls to the other programs (POUs) that are created step by step.
The PLC_PRG POU is defined by default in the ST (Structured Text) editor. Keep this setting because it provides good visibility of the instructions supports troubleshooting.
To improve project readability, store the created subroutines (POUs) in the previously created folder "10 POUs". The subroutines are created in the FBD (Function Block Diagram) editor.
