26 lines
838 B
JSON
26 lines
838 B
JSON
{
|
|
"ui": {"network": {"ip": "192.168.0.1", "port": 5000, "docker_network": "vlan1"}},
|
|
"hmis": [],
|
|
"plcs": [{
|
|
"name": "plc1",
|
|
"logic": "plc1.py",
|
|
"network": {"ip": "192.168.0.21", "port": null, "docker_network": "vlan1"},
|
|
"identity": null,
|
|
"inbound_connections": [{"type": "tcp", "ip": "192.168.0.21", "port": 502, "id": null}],
|
|
"outbound_connections": [],
|
|
"registers": {
|
|
"coil": [{"address": 1, "count": 1, "id": "valve_cmd", "io": "output", "physical_value": null, "physical_values": null}],
|
|
"discrete_input": [],
|
|
"holding_register": [],
|
|
"input_register": []
|
|
},
|
|
"monitors": [],
|
|
"controllers": []
|
|
}],
|
|
"sensors": [],
|
|
"actuators": [],
|
|
"hils": [],
|
|
"serial_networks": [],
|
|
"ip_networks": [{"docker_name": "vlan1", "name": "vlan1", "subnet": "192.168.0.0/24"}]
|
|
}
|