Execution of a download
A download of the application causes a compilation of the active application. In that time, a syntax check is performed and application code is also created and downloaded to the controller. A program running on the controller is stopped during the download.
Important
When carrying out the download, pay attention to the notes in the description of the Download command.
Downloading when logging in
Requirement: The connection settings of the controller are correctly set. The applications in the project and on the controller are identical. The project on the controller is running. The application is logged out.
Change your application.
Click
.A dialog appears with the information that the application has been changed since the last download.
Select the Login with download option and click OK.
The running program on the controller is stopped and the change is loaded to the controller. The application is logged in.
Downloading in the logged-in state (online mode)
Requirement: The connection settings of the controller are correctly set. The applications in the project and on the controller are identical. The project on the controller is running. The application is logged in.
Select an object in the device tree. It is best to select a POU or a GVL here.
Click
.The object opens in the editor.
Change the object. For example, you can declare a new variable or change a value assignment here.
Click
.A query will appear, asking whether you really want to execute the download.
Click Yes to confirm the dialog.
The running program on the controller is stopped and the change is loaded to the controller.