phase 2 serial
This commit is contained in:
29
config/edge/physical_devices.json
Normal file
29
config/edge/physical_devices.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"devices": [
|
||||
{
|
||||
"physicalDeviceId": "phy_modbus_slave_1",
|
||||
"channelId": "serial_0",
|
||||
"protocol": "modbus",
|
||||
"slaveId": 1,
|
||||
"points": [
|
||||
{
|
||||
"physicalPointId": "phy_modbus_s1_r40001",
|
||||
"register": 40001,
|
||||
"function": 3,
|
||||
"scale": 0.1,
|
||||
"signalType": "AI",
|
||||
"writable": false
|
||||
},
|
||||
{
|
||||
"physicalPointId": "phy_modbus_s1_r40002",
|
||||
"register": 40002,
|
||||
"function": 3,
|
||||
"writeFunction": 6,
|
||||
"scale": 1.0,
|
||||
"signalType": "AO",
|
||||
"writable": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user