Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Model]: Special Characteristics Measurement #781

Open
6 tasks done
LuisRickert opened this issue Sep 30, 2024 · 1 comment · May be fixed by #784
Open
6 tasks done

[New Model]: Special Characteristics Measurement #781

LuisRickert opened this issue Sep 30, 2024 · 1 comment · May be fixed by #784
Assignees

Comments

@LuisRickert
Copy link
Contributor

LuisRickert commented Sep 30, 2024

Model Description

With this model we want to provide a data model to exchange measurement results of special characteristics. Special characteristics are requirements towards the products of a manufacturing supplier. An easy example would be the thickness of a car door where the customer specifies that the door should be 10mm thick with a maximum deviation of 5%.

Relevant Standards

currently none, this data model will be included into the Traceability KIT

Example Data

{
  "localIdentifiers": [
    {
      "value": "SN12345678",
      "key": "partInstanceId"
    }
  ],
  "customerPartID": "BPN0000000",
  "bpnlProperty": "BPNL0123456789ZZ",
  "measurmentType": "qualitative",
  "characteristicID": "S1",
  "results": [
    {
      "measurmentDateTime": "2024-09-30"
    }
  ]
}

MS1 Criteria

  • The proposed aspect model does not exist already
  • The proposed aspect model does not extend an existing aspect but introduces completely new functionality
  • The proposal references a Catena-X use case
  • Relevant standards are mentioned/linked
  • A first draft of the data structure is provided in an example
  • A modeling steward has been assigned
@LuisRickert
Copy link
Contributor Author

Traceability KIT is CX-0125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants