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

Modify CLI Tool (mod)

Portfolio
SIMATIC AX
Product
Modify
Software version
1.3.6
Edition
11/2024
Language
English (original)
Package Name
@ax/mod

The Monitor (mon) tool will be used to see that the modify operation works.
This tool must be started in a separate command line window because it will print out the monitored value continuously.

apax mon --targetIP 192.168.0.1 --certificate ./cert.cer --password aSecurePassword --symbols "globalInt P1.myFBWithStatic.myVarStaticInt" --continuously

The Monitor tool is now running and showing the actual value of the variables globalInt and P1.myFBWithStatic.myVarStaticInt.