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
6 changes: 3 additions & 3 deletions src/abstractions/ctrl/apax.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: "@ix-ax/axopen.abstractions"
version : '0.1.4-alpha.79'
version: '0.1.4-alpha.79'
type: lib
targets:
- axunit-llvm
files:
- src
devDependencies:
"@ax/sdk": ^3.0.18
"@ax/sdk": ^4.0.2
dependencies:
"@ax/system-strings": ^4.2.3
"@ax/system-strings": ^5.0.12
scripts:
postbuild:
- dotnet ixc
8 changes: 4 additions & 4 deletions src/core/ctrl/apax.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: "@ix-ax/axopen.core"
version : '0.1.4-alpha.79'
version: '0.1.4-alpha.79'
type: lib
targets:
- axunit-llvm
files:
- src
devDependencies:
"@ax/sdk": ^3.0.18
"@ax/sdk": ^4.0.2
scripts:
postbuild:
- dotnet ixc
dependencies:
"@ax/system-timer": ^3.0.9
"@ix-ax/axopen.abstractions" : '0.1.4-alpha.79'
"@ax/system-timer": ^4.0.1
"@ix-ax/axopen.abstractions": '0.1.4-alpha.79'
10 changes: 5 additions & 5 deletions src/data/ctrl/apax.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: "@ix-ax/axopen.data"
version : '0.1.4-alpha.79'
version: '0.1.4-alpha.79'
type: lib
targets:
- axunit-llvm
files:
- src
dependencies:
"@ix-ax/axopen.core" : '0.1.4-alpha.79'
"@ix-ax/axopen.core": '0.1.4-alpha.79'
devDependencies:
"@ax/sdk": ^3.0.18
scripts:
postbuild:
"@ax/sdk": ^4.0.2
scripts:
postbuild:
- dotnet ixc
19 changes: 10 additions & 9 deletions src/integrations/ctrl/apax.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: "axopen.integrations"
version : '0.1.4-alpha.79'
version: '0.1.4-alpha.79'
type: app
targets:
- "1500"
- plcsim
- plcsim
- axunit-llvm
devDependencies:
"@ax/sdk": ^3.0.18
"@ax/sld": ^0.15.9
dependencies:
"@ix-ax/axopen.data" : '0.1.4-alpha.79'
"@ix-ax/axopen.probers" : '0.1.4-alpha.79'
"@ix-ax/axopen.simatic1500" : '0.1.4-alpha.79'
"@ax/sdk": ^4.0.2
"@ax/sld": ^0.15.9
dependencies:
"@ix-ax/axopen.data": '0.1.4-alpha.79'
"@ix-ax/axopen.probers": '0.1.4-alpha.79'
"@ix-ax/axopen.simatic1500": '0.1.4-alpha.79'

variables:
APAX_BUILD_ARGS: [ -d ]
Expand Down Expand Up @@ -45,7 +45,8 @@ scripts:
postbuild:
- apax ixc
watch:
- dotnet watch --project ..\\src\\AXOpen.Integrations.Blazor\\axopen_integrations_blazor.csproj
- dotnet watch --project
..\\src\\AXOpen.Integrations.Blazor\\axopen_integrations_blazor.csproj
rr:
- apax build
- apax download
Expand Down
8 changes: 4 additions & 4 deletions src/probers/ctrl/apax.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: "@ix-ax/axopen.probers"
version : '0.1.4-alpha.79'
version: '0.1.4-alpha.79'
type: lib
targets:
- axunit-llvm
files:
- src
dependencies:
"@ix-ax/axopen.core" : '0.1.4-alpha.79'
"@ix-ax/axopen.core": '0.1.4-alpha.79'
devDependencies:
"@ax/sdk": ^3.0.18
"@ax/sdk": ^4.0.2
variables:
APAX_BUILD_ARGS: [ -d ]
APAX_BUILD_ARGS: [ -d ]

scripts:
ixc:
Expand Down
8 changes: 4 additions & 4 deletions src/simatic1500/ctrl/apax.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: "@ix-ax/axopen.simatic1500"
version : '0.1.4-alpha.79'
version: '0.1.4-alpha.79'
type: lib
targets:
- axunit-llvm
files:
- src
dependencies:
"@ax/simatic-1500": ^3.0.2
"@ix-ax/axopen.abstractions" : '0.1.4-alpha.79'
"@ax/simatic-1500": ^4.0.8
"@ix-ax/axopen.abstractions": '0.1.4-alpha.79'
devDependencies:
"@ax/sdk": ^3.0.18
"@ax/sdk": ^4.0.2

scripts:
postbuild:
Expand Down
34 changes: 17 additions & 17 deletions src/templates.simple/ctrl/apax.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
name: "axosimple"
version : '0.1.4-alpha.79'
version: '0.1.4-alpha.79'
type: app
registries:
'@ix-ax': https://npm.pkg.github.com/
'@ix-ax': https://npm.pkg.github.com/
targets:
- "1500"
- plcsim
- axunit-llvm
- axunit-llvm
devDependencies:
"@ax/sdk": ^3.0.18
"@ax/sld": ^0.15.9
dependencies:
"@ix-ax/axopen.data" : '0.1.4-alpha.79'
"@ix-ax/axopen.simatic1500" : '0.1.4-alpha.79'
"@ax/sdk": ^4.0.2
"@ax/sld": ^0.15.9
dependencies:
"@ix-ax/axopen.data": '0.1.4-alpha.79'
"@ix-ax/axopen.simatic1500": '0.1.4-alpha.79'

variables:
APAX_BUILD_ARGS: [ -d ]
APAX_BUILD_ARGS: [ -d ]
scripts:
ixc:
- dotnet tool restore --no-cache
- dotnet ixc
- dotnet ixr
ixc:
- dotnet tool restore --no-cache
- dotnet ixc
- dotnet ixr
postbuild: apax ixc
download :
- apax install
download:
- apax install
- apax build
# Here you will need to set the argumen -t to your plc OP and -i to platfrom you are dowloading to
# --default-server-interface is a must if you are using WebAPI
- apax sld --accept-security-disclaimer -t 192.168.0.4 -i .\\bin\\plcsim\\ -r --default-server-interface

- apax sld --accept-security-disclaimer -t 192.168.0.4 -i .\\bin\\plcsim\\
-r --default-server-interface
6 changes: 3 additions & 3 deletions src/utils/ctrl/apax.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: "@ix-ax/axopen.utils"
version : '0.1.4-alpha.79'
version: '0.1.4-alpha.79'
type: lib
targets:
- axunit-llvm
files:
- src
devDependencies:
"@ax/sdk": ^3.0.18
"@ax/sdk": ^4.0.2
scripts:
postbuild:
- dotnet ixc
dependencies:
"@ax/system-serde": ^1.3.13
"@ax/system-serde": ^2.0.2