Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
698 changes: 340 additions & 358 deletions apax-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ registries:
'@simatic-ax': 'https://npm.pkg.github.com/'

devDependencies:
"@ax/sdk": ^2504.0.0
"@ax/sdk": ^2510.0.0
"@simatic-ax/snippetscollection": ^1.0.0
"@ax/axunit-mocking": ^8.0.33
dependencies:
Expand All @@ -29,4 +29,4 @@ files:
- 'docs'
- 'src'
catalogs:
"@ax/simatic-ax": ^2504.0.0
"@ax/simatic-ax": ^2510.0.0
3 changes: 0 additions & 3 deletions src/OffDelayMock_false.st
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
NAMESPACE Simatic.Ax.Mocks
FUNCTION_BLOCK OffDelayMock_false
VAR
iecTimer : ARRAY[0..27] of BYTE;
END_VAR
VAR_INPUT
duration : LTIME;
signal : BOOL;
Expand Down
3 changes: 0 additions & 3 deletions src/OffDelayMock_true.st
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
NAMESPACE Simatic.Ax.Mocks
FUNCTION_BLOCK OffDelayMock_true
VAR
iecTimer : ARRAY[0..27] of BYTE;
END_VAR
VAR_INPUT
duration : LTIME;
signal : BOOL;
Expand Down
3 changes: 0 additions & 3 deletions src/OnDelayMockWithTwoTimers.st
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ NAMESPACE Simatic.Ax.Mocks
/// This Mock can be used in Classes/FunctionBlocks where are two OnDelay instances are used
{axcode:docs-v0:@simatic-ax/generators:OnDelayMockWithTwoTimers.md}
FUNCTION_BLOCK OnDelayMock2Timer
VAR
iecTimer : ARRAY[0..27] of BYTE;
END_VAR
VAR_INPUT
duration : LTIME;
signal : BOOL;
Expand Down
3 changes: 0 additions & 3 deletions src/OnDelayMock_false.st
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
NAMESPACE Simatic.Ax.Mocks
FUNCTION_BLOCK OnDelayMock_false
VAR
iecTimer : ARRAY[0..27] of BYTE;
END_VAR
VAR_INPUT
duration : LTIME;
signal : BOOL;
Expand Down
3 changes: 0 additions & 3 deletions src/OnDelayMock_true.st
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
NAMESPACE Simatic.Ax.Mocks
FUNCTION_BLOCK OnDelayMock_true
VAR
iecTimer : ARRAY[0..27] of BYTE;
END_VAR
VAR_INPUT
duration : LTIME;
signal : BOOL;
Expand Down