update esempi conf

This commit is contained in:
Samuele E. Locatelli
2020-05-12 16:20:59 +02:00
parent 9222f052b3
commit e106edc339
3 changed files with 43 additions and 5 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"csvFilePath": "c:\\zz\\prova1.csv",
"csvHasHeader": true,
"csvSeparator": ";",
"confPLC": {
"ipAdrr": "192.168.214.1",
"tipoCpu": "S7300",
"rack": 0,
"slot": 2
},
"parametersList": {
"DB701.DBD142": {
"Column": "Valore assoluto",
"Index": 7,
"MemConf": "DB701.DBD142",
"DataType": "real"
}
}
}
+19
View File
@@ -0,0 +1,19 @@
{
"csvFilePath": "c:\\zz\\prova1.csv",
"csvHasHeader": true,
"csvSeparator": ";",
"confPLC": {
"ipAdrr": "192.168.0.102",
"tipoCpu": "S71500",
"rack": 0,
"slot": 1
},
"parametersList": {
"DB999.DBD32": {
"Column": "Valore assoluto",
"Index": 7,
"MemConf": "DB999.DBD32",
"DataType": "real"
}
}
}
+5 -5
View File
@@ -3,16 +3,16 @@
"csvHasHeader": true,
"csvSeparator": ";",
"confPLC": {
"ipAdrr": "192.168.0.102",
"tipoCpu": "S71500",
"ipAdrr": "192.168.214.1",
"tipoCpu": "S7300",
"rack": 0,
"slot": 1
"slot": 2
},
"parametersList": {
"DB999.DBD32": {
"DB701.DBD142": {
"Column": "Valore assoluto",
"Index": 7,
"MemConf": "DB999.DBD32",
"MemConf": "DB701.DBD142",
"DataType": "real"
}
}