# Monitor the global or static symbols "globalInt", "globalBool" and "P1.myFBWithStatic.myVarStaticInt" once on the username, the password and a certificate on a UMAC PLC with IP 192.168.0.1
mon --targetIP 192.168.0.1 --symbols "globalInt globalBool P1.myFBWithStatic.myVarStaticInt" --username yourUserName --password aSecurePassword --certificate ./cert.cer
# Monitor all variables within the file "monFile.mon" continuously on the password and certificate protected PLC with IP 192.168.0.1
mon --targetIP 192.168.0.1 --file ./ax-mon-example/monFile.mon --continuously --username yourUserName --password aSecurePassword --certificate ./cert.cer