Skip to content

Commit

Permalink
first version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDKo committed Aug 7, 2024
1 parent bdaeade commit 0481fa9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 14 deletions.
28 changes: 14 additions & 14 deletions apax-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,20 +270,6 @@
"@ax/system-datetime": "7.0.17"
}
},
"@ax/system-math": {
"name": "@ax/system-math",
"version": "7.0.17",
"integrity": "sha512-nHwRWg5Skzq3dgV29XVa7wni0ZQkn/ff6csYxrS7IsNKGb2nKOAJQFb/WzrfcxbsTYhTPOyifI6ulDgMu50Y6w==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/system-math/-/system-math-7.0.17.tgz",
"dependencies": {}
},
"@ax/system-datetime": {
"name": "@ax/system-datetime",
"version": "7.0.17",
"integrity": "sha512-mgB6+Ln5eLXsGJb4nl6/sW7SwAipSrFvttMWGAJMOym3qx7F1MuAdcZ6NaRS0rV0mpyyTEzgG3sk2voMN1OK1Q==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/system-datetime/-/system-datetime-7.0.17.tgz",
"dependencies": {}
},
"@ax/simatic-package-tool": {
"name": "@ax/simatic-package-tool",
"version": "1.0.3",
Expand Down Expand Up @@ -676,6 +662,20 @@
],
"dependencies": {}
},
"@ax/system-math": {
"name": "@ax/system-math",
"version": "7.0.17",
"integrity": "sha512-nHwRWg5Skzq3dgV29XVa7wni0ZQkn/ff6csYxrS7IsNKGb2nKOAJQFb/WzrfcxbsTYhTPOyifI6ulDgMu50Y6w==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/system-math/-/system-math-7.0.17.tgz",
"dependencies": {}
},
"@ax/system-datetime": {
"name": "@ax/system-datetime",
"version": "7.0.17",
"integrity": "sha512-mgB6+Ln5eLXsGJb4nl6/sW7SwAipSrFvttMWGAJMOym3qx7F1MuAdcZ6NaRS0rV0mpyyTEzgG3sk2voMN1OK1Q==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/system-datetime/-/system-datetime-7.0.17.tgz",
"dependencies": {}
},
"@ax/axunitst-test-director-linux-x64": {
"name": "@ax/axunitst-test-director-linux-x64",
"version": "5.0.74",
Expand Down
19 changes: 19 additions & 0 deletions src/Blocks/Drives/classRtcSinamics.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
using system.timer;
using siemens.Simatic.S71500.DistributedIO;

NAMESPACE Simatic.Ax.LAcycCom
CLASS LAcycCom_classRtcSinamics
VAR
;
end_VAR
METHOD PUBLIC execute
;
end_METHOD
METHOD PUBLIC Start : bool
;
end_METHOD
METHOD PUBLIC getPing : bool
;
end_METHOD
END_CLASS
END_NAMESPACE

0 comments on commit 0481fa9

Please sign in to comment.