Files
softbus_OPC/config/daemon/bindings_global.json
flower_linux ebff25e0d5 phase 2 tcp
2026-06-12 21:23:21 +08:00

40 lines
1.0 KiB
JSON

{
"bindings": [
{
"bindingId": "bind_temp_01",
"edgeId": "edge01",
"physicalPointId": "edge01/phy_modbus_s1_r40001",
"logicalPointId": "EdgeDevice_01/MotorTemperature",
"enabled": true
},
{
"bindingId": "bind_speed_01",
"edgeId": "edge01",
"physicalPointId": "edge01/phy_modbus_s1_r40002",
"logicalPointId": "EdgeDevice_01/MotorSpeed",
"enabled": true
},
{
"bindingId": "bind_current_01",
"edgeId": "edge01",
"physicalPointId": "edge01/phy_modbus_tcp_s255_r40001",
"logicalPointId": "EdgeDevice_01/MotorCurrent",
"enabled": true
},
{
"bindingId": "bind_voltage_01",
"edgeId": "edge01",
"physicalPointId": "edge01/phy_modbus_tcp_s255_r40002",
"logicalPointId": "EdgeDevice_01/MotorVoltage",
"enabled": true
},
{
"bindingId": "bind_valve_01",
"edgeId": "edge01",
"physicalPointId": "edge01/phy_modbus_s1_r40002",
"logicalPointId": "EdgeDevice_01/ValveOpening",
"enabled": true
}
]
}