123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- [
- {
- "serviceName": "dc3-driver-modbus-tcp",
- "profiles": [
- {
- "name": "Modbus-Tcp-Profile",
- "share": false,
- "driverConfig": {
- "host": "127.0.0.1",
- "port": "502"
- },
- "points": [
- {
- "name": "Modbus-Tcp-Point-String",
- "type": "string",
- "rw": 0,
- "base": 0,
- "minimum": -999999,
- "maximum": 999999,
- "multiple": 1,
- "format": "%.3f",
- "unit": "-"
- },
- {
- "name": "Modbus-Tcp-Point-Boolean",
- "type": "boolean",
- "rw": 0,
- "base": 0,
- "minimum": -999999,
- "maximum": 999999,
- "multiple": 1,
- "format": "%.3f",
- "unit": "-"
- },
- {
- "name": "Modbus-Tcp-Point-Int",
- "type": "int",
- "rw": 0,
- "base": 0,
- "minimum": -999999,
- "maximum": 999999,
- "multiple": 1,
- "format": "%.3f",
- "unit": "-"
- },
- {
- "name": "Modbus-Tcp-Point-Long",
- "type": "long",
- "rw": 0,
- "base": 0,
- "minimum": -999999,
- "maximum": 999999,
- "multiple": 1,
- "format": "%.3f",
- "unit": "-"
- },
- {
- "name": "Modbus-Tcp-Point-Float",
- "type": "float",
- "rw": 0,
- "base": 0,
- "minimum": -999999,
- "maximum": 999999,
- "multiple": 1,
- "format": "%.3f",
- "unit": "-"
- },
- {
- "name": "Modbus-Tcp-Point-Double",
- "type": "double",
- "rw": 0,
- "base": 0,
- "minimum": -999999,
- "maximum": 999999,
- "multiple": 1,
- "format": "%.3f",
- "unit": "-"
- }
- ],
- "groups": [
- {
- "name": "Modbus-Tcp-Group",
- "devices": [
- {
- "name": "Modbus-Tcp-Device",
- "multi": false,
- "pointConfig": {
- "Modbus-Tcp-Point-String": {
- "slaveId": "1",
- "functionCode": "3",
- "offset": "1"
- },
- "Modbus-Tcp-Point-Boolean": {
- "slaveId": "1",
- "functionCode": "3",
- "offset": "2"
- },
- "Modbus-Tcp-Point-Int": {
- "slaveId": "1",
- "functionCode": "3",
- "offset": "3"
- },
- "Modbus-Tcp-Point-Long": {
- "slaveId": "1",
- "functionCode": "3",
- "offset": "4"
- },
- "Modbus-Tcp-Point-Float": {
- "slaveId": "1",
- "functionCode": "3",
- "offset": "5"
- },
- "Modbus-Tcp-Point-Double": {
- "slaveId": "1",
- "functionCode": "3",
- "offset": "6"
- }
- }
- }
- ]
- }
- ]
- }
- ]
- }
- ]
|