Files
FSI.BT.IR.Plc.TimeSync/scr/FSI.BT.IR.Plc.TimeSync/config.json
Stephan Maier 73dab93853 Neuerstellung
2024-08-27 07:48:29 +02:00

28 lines
552 B
JSON

{
"Plcs": [
{
"Name": "PL1 FA",
"Description": "Beschreibung",
"Adress": "10.10.199.95",
"Rack": 0,
"Slot": 2,
"UpdateIntervall": 10000,
"TimeDifference": 10,
"LocalTime": false,
"Enable": true
},
{
"Name": "PL1 FA 123",
"Description": "PL1 Formanlage",
"Adress": "10.10.199.95",
"Rack": 0,
"Slot": 2,
"UpdateIntervall": 60000,
"TimeDifference": 0,
"LocalTime": true,
"Enable": false
}
],
"NtpServer": "10.10.199.41"
}