Example usage - Manual - Structured Text Debugger - The SIMATIC Debugger. Enables debugging source code on the PLC and is needed to run the debugger extension. - Debugger (sdb),tool

Structured Text Debugger CLI Tool (sdb)

Portfolio
SIMATIC AX
Product
Structured Text Debugger
Software version
1.3.6
Edition
11/2024
Language
English (original)
Package Name
@ax/sdb
sdb --targetIP 192.168.0.1 --certificate ./ax-monitor-example.cer --username yourUserName --passsword aSecurePassword
watch add src/class.st:14 Classname1;Classname2;variable1;variable2
watch set --location src/class.st:14 --callpath src/main.st:57
watch remove 0
modify %IW0:int 7777
exit