Files
XRLib/Assets/StreamingAssets/Studio/Library/AGV.json
2025-12-18 20:38:38 +09:00

64 lines
2.2 KiB
JSON

{
"list": [
{
"model": "AGV_CV",
"label": "AGV CV",
"gltf": "Model/AGV_CV.glb",
"image": "Model/AGV_CV.png",
"propertiesInfo": [
{
"section": "Root",
"modelPart": null,
"modelType": null,
"properties": [
{ "label": "Driving speed", "type": "Float", "value": 50, "unit": "cm/s" }
]
},
{
"section": "Body",
"modelPart": "Frame",
"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": "CV Unit",
"modelPart": "CV_Unit",
"modelType": "Repeat",
"properties": [
{ "label": "Repeat Spacing", "type": "Float", "value": 200, "unit": "cm" },
{ "label": "Repeat Axis", "type": "Float", "value": "0,0,1", "unit": "" },
{ "label": "Conveyor Speed", "type": "Float", "value": 200, "unit": "cm/s" },
{ "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": "#FFFFFF" },
{"label": "1", "stat":"running", "value": "#228B22" },
{"label": "2", "stat":"manual", "value": "#B8860B" },
{"label": "3", "stat":"error", "value": "#8B0000" },
{"label": "4", "stat":"fire", "value": "#FF4500" },
{"label": "5", "stat":"charging", "value": "#00FF00" }
]
}
}
}
]
}