Skip to content

Commit

Permalink
Fixed errors in example aas. (#971)
Browse files Browse the repository at this point in the history
* Added example AAS and included it in the documentation with brief disclaimers.
Tested with validation tool: 4 errors remaining that cannot be resolved without breaking smt specification.
Tested with FA³ST Service: no errors
* Updated model files to include supplementary files. Moved to misc folder and updated usage documentation page
  • Loading branch information
GW1708 authored Dec 10, 2024
1 parent bd1e9f6 commit 59e7c0a
Show file tree
Hide file tree
Showing 4 changed files with 16,501 additions and 147 deletions.
Binary file removed docs/source/aas-examples/Example_AAS.aasx
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/source/basics/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To manually pass a model file `my-model.aasx` and a configuration file `my-confi
> java -jar starter-{version}.jar --model my-model.aasx --config my-config.json
```

An example model file can be found in the [FA³ST Github-Repository](https://github.com/FraunhoferIOSB/FAAAST-Service/blob/main/docs/source/aas-examples/example-aas.aasx).
An example model file can be found in the [FA³ST Github-Repository](https://github.com/FraunhoferIOSB/FAAAST-Service/blob/main/misc/examples/model.aasx).
Regarding AAS examples from other sources it is important to note that the AAS specification is not backwards compatible. Therefore, it is necessary to make sure that the model file conforms to the latest AAS specification (V3).
Passing an outdated model file will lead to an error. If a model file conforms to V3 of the Asset Administration Shell specification but has duplicate identifiers, FA³ST will not load the file.
Starting FA³ST with the `--no-validation` flag loads the file in any case but will lead to problems during runtime if there are duplicate identifiers present.
Expand Down
Binary file modified misc/examples/model.aasx
Binary file not shown.
Loading

0 comments on commit 59e7c0a

Please sign in to comment.