Files
XRLib/Assets/StreamingAssets/Studio/Library/StakerCrane.json
2025-12-19 15:27:35 +09:00

104 lines
3.9 KiB
JSON

{
"list": [
{
"id": "SingleFork",
"label": "Single Fork",
"gltf": "Model/SC_SingleFork.glb",
"image": "Model/SC_SingleFork.png",
"propertiesInfo": [
{
"section": "Move",
"modelPart": "Move",
"modelType": "General",
"properties": [
{ "label": "Driving speed", "type": "Float", "value": 50, "unit": "cm/s" }
]
},
{
"section": "Frame",
"modelPart": "Frame",
"modelType": "Stretch",
"properties": [
{ "label": "Width", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "Height", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "Length", "type": "Float", "value": 200, "unit": "cm" }
]
},
{
"section": "CarriageBody",
"modelPart": "Carriage_Body",
"modelType": "General",
"properties": [
{ "label": "Width", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "Height", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "Length", "type": "Float", "value": 200, "unit": "cm" }
]
},
{
"section": "Carriage",
"modelPart": "Carriage",
"modelType": "General",
"properties": [
{ "label": "Lift Speed", "type": "Float", "value": 30, "unit": "cm/s" },
{ "label": "Lower Speed", "type": "Float", "value": 10, "unit": "cm/s" }
]
},
{
"section": "Fork",
"modelPart": "Fork_01",
"modelType": "General",
"properties": [
{ "label": "Length", "type": "Float", "value": 200, "unit": "cm" },
{ "label": "L/R Spacing", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "Forward Speed", "type": "Float", "value": 30, "unit": "cm/s" },
{ "label": "Backward Speed", "type": "Float", "value": 10, "unit": "cm/s" }
]
},
{
"section": "Rail",
"modelPart": "Rail",
"modelType": "Repeat",
"properties": [
{ "label": "Repeat Spacing", "type": "Float", "value": 200, "unit": "cm" },
{ "label": "Repeat Axis", "type": "Float", "value": "0,0,1", "unit": "" },
{ "label": "Width", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "Height", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "Length", "type": "Float", "value": 200, "unit": "cm" },
{ "label": "OP Position", "type": "Float", "value": "0,0,0", "unit": "" },
{ "label": "HP Position", "type": "Float", "value": "0,0,0", "unit": "" }
]
},
{
"section": "Trolley",
"modelPart": "Trolley",
"modelType": "General",
"properties": [
{ "label": "Width", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "Height", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "Length", "type": "Float", "value": 200, "unit": "cm" }
]
}
],
"statusInfo":{
"network":{
"section": "Higher network status",
"properties": [
{"label": "true", "stat":"connect", "value": "" },
{"label": "false", "stat":"disconnect", "value": "#696969" }
]
},
"equipment":{
"section": "Equipment status",
"properties": [
{"label": "0", "stat":"normal", "value": null },
{"label": "1", "stat":"running", "value": "#228B22" },
{"label": "2", "stat":"manual", "value": "#B8860B" },
{"label": "3", "stat":"error", "value": "#8B0000" },
{"label": "4", "stat":"fire", "value": "#FF4500" }
]
}
}
}
]
}