Action: CleanAll
Function: The action deletes the compile information for the active application (like the Clean command).
Call: Projects test driver
During the last download, the compile information was created and saved to a file (*.compileinfo
). After a "Clean" operation, an online change is no longer possible for the affected applications. As compared to the CleanActiveApplication action, CODESYS regenerates the language model for all objects, which is very time-consuming.
Tip
If you only want to generate code and download the active application, then use the CleanActiveApplication action.