eclipse-tractusx / sldt-semantic-models

sldt-semantic-models
Creative Commons Attribution 4.0 International
29 stars 45 forks source link

[New Model]: Special Characteristics Measurement #781

Open LuisRickert opened 2 weeks ago

LuisRickert commented 2 weeks ago

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

LuisRickert commented 2 weeks ago

Traceability KIT is CX-0125