phase 2 tcp

This commit is contained in:
flower_linux
2026-06-12 21:23:21 +08:00
parent 628ccf1409
commit ebff25e0d5
75 changed files with 3014 additions and 289 deletions

View File

@@ -23,6 +23,51 @@
"opcuaNodeId": "ns=1;s=DemoSite/DemoSystem/DemoAsset/EdgeDevice_01/MotorTemperature",
"dataTopic": "data/EdgeDevice_01/MotorTemperature"
},
{
"pointId": "MotorSpeed",
"name": "MotorSpeed",
"displayName": "电机转速",
"signalType": "AI",
"physicalChannel": "AI_Channel_02",
"register": 40002,
"unit": "rpm",
"scale": 1.0,
"range": [0, 1000],
"access": "read",
"writable": false,
"opcuaNodeId": "ns=1;s=DemoSite/DemoSystem/DemoAsset/EdgeDevice_01/MotorSpeed",
"dataTopic": "data/EdgeDevice_01/MotorSpeed"
},
{
"pointId": "MotorCurrent",
"name": "MotorCurrent",
"displayName": "电机电流",
"signalType": "AI",
"physicalChannel": "AI_Channel_03",
"register": 40001,
"unit": "A",
"scale": 0.1,
"range": [0, 100],
"access": "read",
"writable": false,
"opcuaNodeId": "ns=1;s=DemoSite/DemoSystem/DemoAsset/EdgeDevice_01/MotorCurrent",
"dataTopic": "data/EdgeDevice_01/MotorCurrent"
},
{
"pointId": "MotorVoltage",
"name": "MotorVoltage",
"displayName": "电机电压",
"signalType": "AI",
"physicalChannel": "AI_Channel_04",
"register": 40002,
"unit": "V",
"scale": 1.0,
"range": [0, 100],
"access": "read",
"writable": false,
"opcuaNodeId": "ns=1;s=DemoSite/DemoSystem/DemoAsset/EdgeDevice_01/MotorVoltage",
"dataTopic": "data/EdgeDevice_01/MotorVoltage"
},
{
"pointId": "ValveOpening",
"name": "ValveOpening",