Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
SMIA 0.2.3 documentation
Light Logo Dark Logo
SMIA 0.2.3 documentation

Table of Contents:

  • Getting Started
  • SMIA User Guide
    • Installation Guide
    • AAS Development Guide
    • SMIA Configuration Guide
    • SMIA Start-up Guide
    • SMIA Extension Guide
  • API documentation
    • smia package
      • smia.aas_model package
        • smia.aas_model.aas_model_utils module
        • smia.aas_model.extended_aas module
        • smia.aas_model.extended_aas_model module
        • smia.aas_model.extended_base module
        • smia.aas_model.extended_concept_description module
        • smia.aas_model.extended_submodel module
      • smia.agents package
        • smia.agents.extensible_smia_agent module
        • smia.agents.smia_agent module
        • smia.agents.smia_app_agent module
        • smia.agents.smia_resource_agent module
      • smia.assetconnection package
        • smia.assetconnection.asset_connection module
        • smia.assetconnection.http_asset_connection module
      • smia.behaviours package
        • smia.behaviours.specific_handle_behaviours package
          • smia.behaviours.specific_handle_behaviours.handle_capability_behaviour module
          • smia.behaviours.specific_handle_behaviours.handle_negotiation_behaviour module
          • smia.behaviours.specific_handle_behaviours.handle_svc_request_behaviour module
          • smia.behaviours.specific_handle_behaviours.handle_svc_response_behaviour module
        • smia.behaviours.aas_fsm_behaviour module
        • smia.behaviours.acl_handling_behaviour module
        • smia.behaviours.check_physical_asset_behaviour module
        • smia.behaviours.end_behaviour module
        • smia.behaviours.idle_behaviour module
        • smia.behaviours.init_aas_archive_behaviour module
        • smia.behaviours.init_aas_model_behaviour module
        • smia.behaviours.negotiating_behaviour module
      • smia.css_ontology package
        • smia.css_ontology.capability_skill_module module
        • smia.css_ontology.capability_skill_ontology module
        • smia.css_ontology.css_ontology_utils module
      • smia.launchers package
        • smia.launchers.smia_cli_starter module
        • smia.launchers.smia_docker_starter module
        • smia.launchers.smia_starter module
      • smia.logic package
        • smia.logic.agent_services module
        • smia.logic.exceptions module
        • smia.logic.inter_aas_interactions_utils module
        • smia.logic.negotiation_utils module
        • smia.logic.services_utils module
      • smia.states package
        • smia.states.state_booting module
        • smia.states.state_booting_resource module
        • smia.states.state_idle module
        • smia.states.state_running module
        • smia.states.state_stopping module
      • smia.utilities package
        • smia.utilities.aas_model_extension_utils module
        • smia.utilities.fipa_acl_info module
        • smia.utilities.general_utils module
        • smia.utilities.properties_file_utils module
        • smia.utilities.smia_archive_utils module
        • smia.utilities.smia_general_info module
        • smia.utilities.smia_info module
  • Glossary
  • Contributing
  • About the Project
  • Recommended Links
  • Code of Conduct
  • Release Notes
Back to top
View this page

Recommended Links¶

This page contains various documents of interest, articles related to this project where different results have been published and links to additional resources (e.g. demonstration videos):

SMIA own links¶

These links refer to all the own resources of the SMIA approach.

Official SMIA GitHub repository.

Official SMIA PyPI project.

Official SMIA Docker Hub repository.

External links¶

These links refer to external resources (articles, standards…) that have been used during the development of the SMIA approach.

  • Asset Administration Shell Specifications: Specifications define the software structure, interface and semantics of the Asset Administration Shell.

    • Specification of the Asset Administration Shell Part 1: Metamodel (V3.0): This part of the document focuses on how information needs to be processed and structured in the AAS. In order to define these specifications, the document formally stipulates some structural principles of the Administration Shell.

    • Specification of the Asset Administration Shell Part 2: Application Programming Interfaces (V3.0): This document specifies the interfaces as well as the APIs in selected technologies for the Asset Administration Shells and its Submodels.

    • Specification of the Asset Administration Shell Part 3a: Data Specification – IEC 61360 (V3.0): This document specifies data specification templates conformant to IEC 61360. IEC 61360 specifies how to define the semantics of single properties or values.

    • Specification of the Asset Administration Shell Part 5: Package File Format (AASX) (V3.0): This document focuses on the exchange file format to enable the meaningful exchange of information about assets between partners in a value creation network.

  • Capability-Skill-Service (CSS) model documents

    • Describing Capabilities of Industrie 4.0 Components, Plattform Industrie 4.0; VDI GMA 7.20, BaSys 4.2; 2020: describes the means of capability and skill to achieve the provision of both standardised, machine-interpretable data and information about the functionality it provides.

    • Information Model for Capabilities, Skills & Services; working Group “Semantic and Interaction of I4.0 Components” of Plattform; 2022: presents the information model on capabilities, skills and services (CSS model). It creates an understanding of how these three elements can be optimally used for new production concepts and as a basis for future standardization activities.

    • A reference model for common understanding of capabilities and skills in manufacturing; A. Köcher et al.; 2023: based on these papers, this scientific paper presents the definitive CSS model.

  • Additional links: The articles that will be published with this PhD thesis, and other related articles or links (videos, data…) are still to be added.

Next
Code of Conduct
Previous
About the Project
Copyright © 2025, Ekaitz Hurtado
Made with Furo
On this page
  • Recommended Links
    • SMIA own links
    • External links