Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • PyI40AAS PyI40AAS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 48
    • Issues 48
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Lehrstuhl für Informations- und AutomatisierungssystemeLehrstuhl für Informations- und Automatisierungssysteme
  • PyI40AASPyI40AAS
  • Merge requests
  • !16

Add AASX reading and writing functionality

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Michael Thies requested to merge feature/aasx into master Mar 25, 2020
  • Overview 0
  • Commits 23
  • Pipelines 3
  • Changes 11

This MR adds the adapter.aasx module with AASXReader and AASXWriter classes to read and write .aasx files according to DotAAS section 7. Fixes #38 (closed).

It also adds/changes some core functionality to make this possible (or make testing easier):

  • New module aas.util.traversal for traversing AAS object structures
  • Improved DictObjectStore.__init__()
  • Fixing paths in test.compliance_tool for unixoid systems
  • Add Submodel references for identification and BOM submodels to Test_AssetAdministrationShell in examples.data.example_aas
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/aasx