Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 594 Bytes

File metadata and controls

15 lines (11 loc) · 594 Bytes

Application Example Debugging

Description

This application example is used within the documentation of SIMATIC AX to demonstrate the capabilities of the sdb (Simatic AX Debugger).

How To

  • Replace the ax-sdb-example.cer with the correct certificate for your PLC
  • If you want to use the preconfigured tasks adapt them to your setup under .vscode/tasks.json
    • Adapt the IP address of the PLC
    • Adapt the password of the PLC
    • Adapt the certificate of the PLC
  • Build and download the project to your PLC
  • Now you can follow along the documentation and try it out on your own