Draw the rest of the f-ing owl 🦉

This commit is contained in:
Daniel Kluge
2023-12-06 16:15:54 +01:00
parent 64279a6efa
commit 76ec6e4c9d
13 changed files with 1981 additions and 132 deletions
+86
View File
@@ -0,0 +1,86 @@
{
"idShort": "OperationalData",
"id": "https://example.com/ids/sm/8055_9060_7032_0793",
"submodelElements": [
{
"idShort": "Params",
"value": [
{
"idShort": "TestParam1",
"valueType": "xs:string",
"modelType": "Property"
},
{
"idShort": "TestParam2",
"valueType": "xs:string",
"modelType": "Property"
}
],
"modelType": "SubmodelElementCollection"
},
{
"idShort": "Operations",
"value": [
{
"idShort": "TestOperation1",
"description": [
{
"language": "de",
"text": "Operation, sync mit keinem In/Out"
}
],
"modelType": "Operation"
},
{
"idShort": "TestOperation2",
"description": [
{
"language": "de",
"text": "Operation, sync mit einem Input"
}
],
"inputVariables": [
{
"value": {
"idShort": "TestInput",
"valueType": "xs:string",
"modelType": "Property"
}
}
],
"modelType": "Operation"
},
{
"idShort": "TestOperation3",
"description": [
{
"language": "de",
"text": "Operation, sync mit einem Input und einem Output"
}
],
"inputVariables": [
{
"value": {
"idShort": "TestInput",
"valueType": "xs:int",
"modelType": "Property"
}
}
],
"outputVariables": [
{
"value": {
"idShort": "TestOutput",
"valueType": "xs:float",
"modelType": "Property"
}
}
],
"modelType": "Operation"
}
],
"modelType": "SubmodelElementCollection"
}
],
"modelType": "Submodel"
}