Skip to content

Commit

Permalink
updated osim kit to meet the requirements in regards to KIT structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Grand-Thibault committed Mar 6, 2025
1 parent 159f912 commit 7b93ad1
Show file tree
Hide file tree
Showing 19 changed files with 42 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ One specific case of this data exchange is so called “What-If” scenario. Thi

A central application takes over the tasks of monitoring and controlling the transmission of the simulation results, regardless of the level of digitalization of the partners. In addition, this application takes over control of the simulation tools used.

![Example of an OSim partner network from the perspective of the producing company WERK-76](./werk76.png)
![Example of an OSim partner network from the perspective of the producing company WERK-76](./resources/werk76.png)

### Benefits for OEM, SME and Solution Provider

Expand All @@ -57,7 +57,7 @@ This basic data exchange is based on a real production state and current plannin

The following picture shows the fundamental network structure, consisting of suppliers, logisticians and OEMs who exchange simulation results with each other, considering the one-up and one-down principles. Every material flow simulation result includes information about delivery readiness of packaged material goods, like material identifier, amount, delivery time and destination.

![business processes](./businessProcess.png)
![business processes](./resources/businessProcess.png)

See also the following publications for more detailed description of the process and its components:

Expand Down Expand Up @@ -152,7 +152,7 @@ The following central services are needed for the communication along the supply

### Architecture and Dataflow

![architecture](./architecture.png)
![architecture](./resources/architecture.png)

### Technical requirements for a CATENA-X compliant data transmission

Expand Down Expand Up @@ -248,7 +248,7 @@ Our relevant standards can be downloaded from the official [Catena-X Standard Li

A deeper understanding of the basic Online Control and Simulation use case can be gained from the following linked document. While in the OSIM-KIT only the standardized partner interface of OSim is considered, the OSim product documentation represents the complete technical specification of the use case.

- [OSim - Product Documentation_EN](./OSim-Product-Documentation-EN.pdf)
- [OSim - Product Documentation_EN](./resources/OSim-Product-Documentation-EN.pdf)

## Notice

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ sidebar_position: 1

All notable changes to this Kit will be documented in this file.

## [3.1.0] - 2025-03-06

### Added

- license files for images

### Changed

- structure of the KIT to be compliant with the Tractus-X requirements

### Removed

- ./.

## [3.0.0] - 2024-08-01

### Added
Expand Down
File renamed without changes.
File renamed without changes
5 changes: 5 additions & 0 deletions docs-kits/kits/osim-kit/resources/architecture.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This work is licensed under the CC-BY-4.0

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits\kits\osim-kit\resources\architecture.png
5 changes: 5 additions & 0 deletions docs-kits/kits/osim-kit/resources/businessProcess.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This work is licensed under the CC-BY-4.0

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits\kits\osim-kit\resources\businessProcess.png
File renamed without changes
5 changes: 5 additions & 0 deletions docs-kits/kits/osim-kit/resources/werk76.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This work is licensed under the CC-BY-4.0

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/docs-kits\kits\osim-kit\resources\werk76.png
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"label": "Software Development View",
"position": 3,
"collapsible": true,
"collapsed": true
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
id: Specification OSim Kit
title: Specification
title: Software Development View
description: 'OSim Kit'
---

![osim kit banner](@site/static/img/kits/osim/osim-kit-logo.drawio.svg)

### OSim Kit

## Sample Data

### Sample-1
Expand Down
4 changes: 2 additions & 2 deletions sidebarsDocsKits.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,15 +637,15 @@ const sidebars = {
},
{
type: 'category',
label: 'OSim Kit',
label: 'OSim KIT',
link: {
type: 'generated-index',
},
collapsed: true,
items: [
{
type: 'autogenerated',
dirName: 'kits/OSim Kit',
dirName: 'kits/osim-kit',
},
],
},
Expand Down

0 comments on commit 7b93ad1

Please sign in to comment.