Source Code Download/Upload in Automation_Builder

  • The source code downloads and stores the complete actual project as a Zip-file with all necessary files on the PLC’s SD memory card.
  • The source code upload retrieves a previously downloaded project from SD memory card to a selectable directory on the Automation_Builder PC and optionally opens Automation_Builder with this uploaded project.

Internally both commands are invoking a hidden instance of IEC 61131-3 editor V2.3 which is then working in batch mode to accomplish the download/upload. Most of the error messages which could occur during the process are raised by IEC 61131-3 editor V2.3 and will then be displayed in Automation_Builder as a result message box (the language of the message box is the installed language of IEC 61131-3 editor V2.3, the messages are sometimes quite “basic”).

Before using the commands, check the following:

  • No IEC 61131-3 editor V2.3 instance started from within Automation_Builder on the same PLC node should be running.
  • To perform the download/upload, IEC 61131-3 editor V2.3 must be able to login to the PLC. Therefore the gateway settings should be correct and saved to project file. It is recommended to test once the ability of IEC 61131-3 editor V2.3 to login to the PLC.
  • A formatted SD memory card must be mounted in the PLC’s SD memory card slot.