Files
softbus_OPC/config/daemon/bindings_global.json

40 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2026-06-12 18:34:49 +08:00
{
"bindings": [
{
"bindingId": "bind_temp_01",
"edgeId": "edge01",
"physicalPointId": "edge01/phy_modbus_s1_r40001",
"logicalPointId": "EdgeDevice_01/MotorTemperature",
2026-06-12 21:23:21 +08:00
"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
2026-06-12 18:34:49 +08:00
},
{
"bindingId": "bind_valve_01",
"edgeId": "edge01",
"physicalPointId": "edge01/phy_modbus_s1_r40002",
"logicalPointId": "EdgeDevice_01/ValveOpening",
"enabled": true
}
]
}