The Hardware Loader deploys a hardware configuration to a SIMATIC PLC.
Download a deployable hardware configuration.
- The
--master-passwordparameter is the master password set using thesetup-secure-communicationcommand. - The
--passwordparameter is the access protection password set using theset-accessprotection-passwordcommand. - The first time you download a hardware configuration to a PLC, you will be asked to confirm the connection because the PLC will use the default TLS certificate.
- If you have already downloaded a hardware configuration to the PLC, specify the public key of the certificate you created via the
--certificateparameter.
Note
Please not that the command line parameters for hwld are slightly different between versions 2 and 3.
If you're using version 3 of Hardware Loader, you will need to specify the "load" subcommand.
# hwld 2.x
apax hwld --input "./bin/hwcn/PLC_1" --target "192.168.0.37" --password "" --master-password "" --accept-security-disclaimer
# hwld 3.x
apax hwld load --input "./bin/hwcn/PLC_1" --target "192.168.0.37" --password "" --master-password "" --accept-security-disclaimer