Skip to content

Commit

Permalink
use SDK 2311.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Feb 9, 2024
1 parent 4038275 commit d0e729c
Show file tree
Hide file tree
Showing 5 changed files with 760 additions and 565 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug live on PLC",
"type": "plc-debug",
"request": "launch",
"program": "${workspaceFolder}",
"ip": "192.168.0.1"
}
]
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ The `Hello AX World` contains:
- A unit test, which check the return value of the function.
- A watchtable to monitor the variable which contains the


## Install project

Clone link for cloning the repository
Expand Down
Loading

0 comments on commit d0e729c

Please sign in to comment.