eclipse-tractusx / sldt-semantic-models

sldt-semantic-models
Creative Commons Attribution 4.0 International
21 stars 42 forks source link

[New Model]: Electric Drive #693

Closed catroest closed 1 month ago

catroest commented 2 months ago

Model Description

Model including general DPP attributes an specific e-drive attributes Will be similiar to PR

Relevant Standards

Example Data

"transmission": { "transmissionId": "384502A54FC9", "gearboxStructure": "Planetary", "oil": { "oilType": [ "ZF Lifeguard Hybrid 2" ], "oilCapacity": 8.9 } }, "emachine": { "weight": { "value": 20.5, "unit": "unit:gram" }, "ratedSpeed": 8000, "permanentMagnetType": "Ceramic", "statorDiameter": 450, "id": "1785030A72B5752", "technology": "ESM" }, "inverter": { "maximumPhaseCurrent": 700, "inverterCurrent": 500, "softwareVersion": "2.525.b" }, "generalInformation": { "compatibleVehicleTypes": [ "battery-electric vehicle" ], "service": { "serviceHistory": [ "2020-02-15" ], "lastServiceDate": "2022-03-03" } }, "systemAndPerformance": { "torque": { "maximum": { "value": 300, "period": 10 }, "continuous": 200, "maxAxle": { "value": 300, "period": 10 } }, "gearRatio": 4.1567, "power": { "maximum": { "value": 200, "period": 10, "ECER85": 195 }, "continuousRegenerated": 5, "continuous": 180, "maxRegenerated": { "maxPeriod": 10, "maxValue": 200 } }, "voltage": 400 }, "electricDriveDocuments": { "requiredToolsForDismantling": [ { "contentType": "URL", "header": "Sustainability Document Material XY", "content": "https://dummy.link" } ], "technicalDismantlingInstructions": [ { "contentType": "URL", "header": "Sustainability Document Material XY", "content": "https://dummy.link" } ] }, "coolingAndLubricants": { "maximumOilPressure": { "value": 1, "time": "2024-03-17T23:44:37.176+01:00" }, "oilCapacityEdrive": 50, "maximumOilTemperature": 80.5, "coolingTopology": "air-cooled", "oilTypeEdrive": "5W-30", "oilModule": true, "minimumOilPressure": { "value": 1, "time": "2024-03-17T23:44:37.176+01:00" } }

plus most of DPP

MS1 Criteria

catroest commented 1 month ago

duplicate to #532