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