Example usage - Manual - Modify - The SIMATIC Modifier. - Modify (mod),tool

Modify CLI Tool (mod)

Portfolio
SIMATIC AX
Product
Modify
Software version
1.8.8
Edition
08/2025
Language
English (original)
Package Name
@ax/mod

Set the value of the global variable globalInt to 5 on the PLC with IP address 192.168.0.1:

mod -t 192.168.0.1 -s globalInt -v 5 --username yourUserName --password aSecurePassword --certificate ./cert.cer

Set the value of the global variable globalInt continuously to 5:

mod -t 192.168.0.1 -s globalInt -v 5 --continuous --username yourUserName --password aSecurePassword --certificate ./cert.cer