Example usage - 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

Restore the archived Apax project from the SD card of a SIMATIC PLC with the IP address 192.168.0.1:

sld restore-source --target 192.168.0.1
sld restore-source --output ./new_project_path --force
sld restore-source --help

Notice: If you don't have a project with the Software Loader on your computer, you need to create an empty project and install the @ax/sld to access the tool:

apax create empty project-name
cd project-name
apax add --dev @ax/sld

apax sld restore-source --output ./the-project --target 192.168.0.1

cd ./the-project
apax install