Scripting in the apax.yml file - Manual - Software Loader - The AX SIMATIC SW-Loader. - Software Loader (sld),tool

Software Loader CLI Tool (sld)

Portfolio
SIMATIC AX
Product
Software Loader
Software version
3.2.2
Edition
04/2025
Language
English (original)
Package Name
@ax/sld
  • Open the ./apax.yml file
  • Add a 'scripts' section if one does not already exist
  • Add the script "load"

    scripts:
      load:
        - sld load --target 192.168.0.1 --password aSecurePassword --certificate ./cert.cer --restart --accept-security-disclaimer
    

    Like before, adapt the passed arguments to the configuration of your PLC. Inside apax scripts you can omit the prefix "apax".

Then you can start the download from a terminal with

apax load