123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- [
- {
- "serviceName": "dc3-driver-opc-ua",
- "profiles": [
- {
- "name": "OpcUa-Profile",
- "share": false,
- "driverConfig": {
- "host": "localhost",
- "port": "53530",
- "path": "/OPCUA/SimulationServer"
- },
- "points": [
- {
- "name": "OpcUa-Point-String",
- "type": "string",
- "rw": 0,
- "base": 0,
- "minimum": -999999,
- "maximum": 999999,
- "multiple": 1,
- "format": "%.3f",
- "unit": "-"
- },
- {
- "name": "OpcUa-Point-Boolean",
- "type": "boolean",
- "rw": 0,
- "base": 0,
- "minimum": -999999,
- "maximum": 999999,
- "multiple": 1,
- "format": "%.3f",
- "unit": "-"
- },
- {
- "name": "OpcUa-Point-Int",
- "type": "int",
- "rw": 0,
- "base": 0,
- "minimum": -999999,
- "maximum": 999999,
- "multiple": 1,
- "format": "%.3f",
- "unit": "-"
- },
- {
- "name": "OpcUa-Point-Long",
- "type": "long",
- "rw": 0,
- "base": 0,
- "minimum": -999999,
- "maximum": 999999,
- "multiple": 1,
- "format": "%.3f",
- "unit": "-"
- },
- {
- "name": "OpcUa-Point-Float",
- "type": "float",
- "rw": 0,
- "base": 0,
- "minimum": -999999,
- "maximum": 999999,
- "multiple": 1,
- "format": "%.3f",
- "unit": "-"
- },
- {
- "name": "OpcUa-Point-Double",
- "type": "double",
- "rw": 0,
- "base": 0,
- "minimum": -999999,
- "maximum": 999999,
- "multiple": 1,
- "format": "%.3f",
- "unit": "-"
- }
- ],
- "groups": [
- {
- "name": "OpcUa-Group",
- "devices": [
- {
- "name": "OpcUa-Device",
- "multi": false,
- "pointConfig": {
- "OpcUa-Point-String": {
- "namespace": "5",
- "tag": "tag-string"
- },
- "OpcUa-Point-Boolean": {
- "namespace": "5",
- "tag": "tag-boolean"
- },
- "OpcUa-Point-Int": {
- "namespace": "5",
- "tag": "tag-int"
- },
- "OpcUa-Point-Long": {
- "namespace": "5",
- "tag": "tag-long"
- },
- "OpcUa-Point-Float": {
- "namespace": "5",
- "tag": "tag-float"
- },
- "OpcUa-Point-Double": {
- "namespace": "5",
- "tag": "tag-double"
- }
- }
- }
- ]
- }
- ]
- }
- ]
- }
- ]
|