General limitations - 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
  • Logpoints are limited to a maximum of
    • 16 functions
    • 200 variables per function
    • 50 logpoints per function
    • 50 variables per logpoint
  • Displaying values
    • The output depends on encoding, language settings and the command line tool used (for example cmd, powershell).
    • CHAR/STRING: Byte values below 32 and above 127 are escaped using a dollar sign ('$') followed by the hexadecimal representation of the value. Values between 32 and 127 are displayed in ASCII format.
    • WCHAR/WSTRING: Byte values not representing letters, digits or punctuation in UTF16 are escaped using a dollar sign ('$') followed by the hexadecimal representation of the value.