Topic: DMD0360 Project Download |
|
When the Write Project to PLC operation is selected Do-more Designer will look at the areas in the project that have changed since the last time the project was written to the PLC and determine which sections of the project must be downloaded to the PLC to maintain the integrity of the project.
Any time changes are made to the System Configuration or to the Memory Image (the contents or the configuration), these changes can only be downloaded to the PLC when it is in PROGRAM mode. Changes made to the Code-Blocks (the ladder logic itself or the code-block configuration) or to the project's documentation (Element Documentation or Rung Comments) can be downloaded in either RUN mode or PROGRAM mode.
Program inlcudes all of the code-blocks in the project will be downloaded any time a change has been made to any of the code-blocks in the project.
Sys Config is the System Configuration will be downloaded any time a change has been made to any section of the System Configuration.
Doc includes all of the documentation will be downloaded any time a change has been made to the Element Documentation, the Rung Comments, or the Memory Image configuration.
The Memory Image contains values for retentive Memory locations that are saved in the offline copy of the project and can be downloaded along with the other components of the project. There is only one Memory Image, but it contains two sections: the Memory Image configuration, and the Memory Image Data which contains the values for the locations described in the configuration.
Memory Image is the Memory Image will be selected for download any time its configuration has been changed.
Download Memory Image Data will include the retentive memory regions listed. The default state of this selection will match the Enable Automatic Download selection in the Memory Image Manager. You can override this selection to either include it as part of the download or exclude it from the download. All of the Regions in the current Memory Image will be shown in the display, and by default, all of them will be selected for downloading. You can override the default by deselecting the Regions you do not want to download.
This section is used to add a text record to the project's documentation. The intention of this field is that it be used like a change log for what is downloaded to the PLC. The record will include the current date and time, the user account of the session , and the text entered in the field. There can be up to 60,000 characters of data in the Project Notes.
07 / 20 / 2017 @ 2:26 PM : Default User
The quick brown fox jumped over the lazy dog.
Which of the following selections are available depends on the current mode of the PLC and the components of the project that are selected for downloading.
Download Project in RUN Mode (Runtime Edit) - the only time this selection is available is if the PLC is currently in RUN mode AND the currently selected components can be downloaded in RUN mode. If the currently selected components CAN NOT be downloaded in RUN mode, this selection will NOT be available.
Download Project in PROGRAM Mode - if the PLC is currently in PROGRAM mode this selection will be available. Or, if the PLC is currently in RUN mode BUT the selected components can only be downloaded in PROGRAM mode, this selection will be the only one available.
OK will download the selected components to the connected PLC.
Cancel will abort the download operation, and close the Project Download dialog.
Help (F1) will open the Help topic for Project Download operation.
|
|
See Also:
|
|
Related Topics:
|
|