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.