phase 2 tcp
This commit is contained in:
@@ -18,6 +18,39 @@
|
||||
"opcuaNodeId": "ns=1;s=DemoSite/DemoSystem/DemoAsset/EdgeDevice_01/MotorTemperature",
|
||||
"dataTopic": "data/EdgeDevice_01/MotorTemperature"
|
||||
},
|
||||
{
|
||||
"logicalPointId": "MotorSpeed",
|
||||
"displayName": "电机转速",
|
||||
"signalType": "AI",
|
||||
"unit": "rpm",
|
||||
"range": [0, 1000],
|
||||
"access": "read",
|
||||
"writable": false,
|
||||
"opcuaNodeId": "ns=1;s=DemoSite/DemoSystem/DemoAsset/EdgeDevice_01/MotorSpeed",
|
||||
"dataTopic": "data/EdgeDevice_01/MotorSpeed"
|
||||
},
|
||||
{
|
||||
"logicalPointId": "MotorCurrent",
|
||||
"displayName": "电机电流",
|
||||
"signalType": "AI",
|
||||
"unit": "A",
|
||||
"range": [0, 100],
|
||||
"access": "read",
|
||||
"writable": false,
|
||||
"opcuaNodeId": "ns=1;s=DemoSite/DemoSystem/DemoAsset/EdgeDevice_01/MotorCurrent",
|
||||
"dataTopic": "data/EdgeDevice_01/MotorCurrent"
|
||||
},
|
||||
{
|
||||
"logicalPointId": "MotorVoltage",
|
||||
"displayName": "电机电压",
|
||||
"signalType": "AI",
|
||||
"unit": "V",
|
||||
"range": [0, 100],
|
||||
"access": "read",
|
||||
"writable": false,
|
||||
"opcuaNodeId": "ns=1;s=DemoSite/DemoSystem/DemoAsset/EdgeDevice_01/MotorVoltage",
|
||||
"dataTopic": "data/EdgeDevice_01/MotorVoltage"
|
||||
},
|
||||
{
|
||||
"logicalPointId": "ValveOpening",
|
||||
"displayName": "阀门开度",
|
||||
|
||||
Reference in New Issue
Block a user