Skip to content
Open
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This package contains functionality for handling drive functions such as moving

Install with Apax:

> If not yet done login to the GitHub registry first.
> More information you'll find [here](https://github.com/simatic-ax/.github/blob/main/docs/personalaccesstoken.md)

```cli
apax add @simatic-ax/sinamics-drive-functions
```
Expand Down
18 changes: 9 additions & 9 deletions apax-lock.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@simatic-ax/sinamics-drive-functions",
"version": "1.1.0",
"version": "2.0.0",
"lockFileVersion": "2",
"installStrategy": "strict",
"root": {
"name": "@simatic-ax/sinamics-drive-functions",
"version": "1.1.0",
"version": "2.0.0",
"dependencies": {
"@ax/simatic-1500-distributedio": "^10.0.1",
"@ax/system-serde": "^10.0.24"
"@ax/simatic-distributedio": "^11.0.14",
"@ax/system-serde": "^10.2.7"
},
"devDependencies": {
"@ax/sdk": "^2510.0.0"
Expand Down Expand Up @@ -406,11 +406,11 @@
"@ax/trace": "3.1.0"
}
},
"@ax/simatic-1500-distributedio": {
"name": "@ax/simatic-1500-distributedio",
"version": "10.0.3",
"integrity": "sha512-hqdBMPUAC3/YYVLKbw9VBPEJOBlmjB9NudoimrACISVV5bmzVBCi12Z16H+Q22VogpwN+cc/0pDRd/1AtmxcDw==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/simatic-1500-distributedio/-/simatic-1500-distributedio-10.0.3.tgz",
"@ax/simatic-distributedio": {
"name": "@ax/simatic-distributedio",
"version": "11.0.14",
"integrity": "sha512-H5PKBNfBwP/lWcTB1w/FBxMggHplVNfPkzUOyN5MBHe+0ehbyNX78SPUXC1cp9rqbgY9oWRvP0SCzGtm0FR0Qw==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/simatic-distributedio/-/simatic-distributedio-11.0.14.tgz",
"dependencies": {}
},
"@ax/simatic-package-tool": {
Expand Down
12 changes: 7 additions & 5 deletions apax.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# General information
name: "@simatic-ax/sinamics-drive-functions"
version: 1.1.0
version: 2.0.0
author: Siemens AG

# Description will be displayed in the apax extension
description: This library contains several implementations of drive functions (SINA_POS, SINA_SPEED) known from TIAP.
description: This library contains several implementations of drive functions (SINA_POS, SINA_SPEED, SINA_PARA, SINA_PARA_S) known from TIAP.
type: lib

keywords:
- SINAMICS
- SINA_SPEED
- SINA_POS
- SINA_PARA
- SINA_PARA_S

#URL to the repository
repository:
Expand All @@ -34,11 +36,11 @@ publicKeys:

# Dependencies
dependencies:
"@ax/simatic-1500-distributedio": ^10.0.1
"@ax/system-serde": ^10.0.24
"@ax/simatic-distributedio": ^11.0.14
"@ax/system-serde": ^10.2.7

devDependencies:
'@ax/sdk': ^2510.0.0
"@ax/sdk": ^2510.0.0

# Project variables
variables:
Expand Down