Update ultimo set di impianti Jetco

This commit is contained in:
Samuele Locatelli
2025-05-28 10:52:40 +02:00
parent 58b42a49ad
commit 62fa2d00b3
25 changed files with 2653 additions and 1 deletions
+84
View File
@@ -0,0 +1,84 @@
;Configurazione IOB-WIN
[IOB]
;Modulo FRER rilievo consumi energetici - Jetco | impianto 3004 BIGLIA 446
CNCTYPE=MODBUS_TCP_FRER
;CNCTYPE=MODBUS_TCP
PING_MS_TIMEOUT=1000
MinDeltaSec=5
EnableRedisQueue=true
DIS_EXE_TASK=true
DIS_STATE_CH=true
IOB_NAME=3004
[MACHINE]
VENDOR=FRER
MODEL=MCIMIDETH
[CNC]
IP=192.168.0.168
PORT=502
[SERVER]
MPIP=http://192.168.1.7
MPURL=/MP/IO
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
CMDALIVE=/IOB
CMDENABLED=/IOB/enabled/
CMDADV1=?valore=
CMDREBO=/sendReboot.aspx?idxMacchina=
[MEMORY]
ADDR_READ=400001
ADDR_WRITE=400001
SIZE_READ=30
SIZE_WRITE=0
HR_BASE_ADDR=400000
DELTA_BASE=0
MODBUS_EXT_REG=1
[BLINK]
;MAX_COUNTER_BLINK = 30
MAX_COUNTER_BLINK = 15
;bit0 = 0
;bit1 = 0
;bit2 = 1
;bit3 = 1
;bit4 = 1
;bit5 = 0
;bit6 = 0
;bit7 = 0
BLINK_FILT=0
;BLINK_FILT=28
[OPTPAR]
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
PZCOUNT_MODE=STD.DB85.DBRE16
DISABLE_PZCOUNT=TRUE
ENABLE_SEND_PZC_BLOCK=TRUE
MIN_SEND_PZC_BLOCK=0
MAX_SEND_PZC_BLOCK=100
; GEST DATI DYN
ENABLE_DYN_DATA=TRUE
FORCE_DYN_DATA=TRUE
; gestione delta minimo accettabile tra min/MAX
DELTA_VAL=0.1
; clock base (da 10ms)
timerIntMs=10
; conf parametri memoria READ/WRITE
PARAM_CONF=3004-ENR.json
NO_PING=FALSE
; conf blocchi memoria x READ
MEM_BLOCK=3004-ENR_MBlock.json
;; conf aree allarme
;ALARM_CONF=3004-ENR_alarm.json
; rimozione check limiti min/max dynData
disDynDataRangeCheck=true
[BRANCH]
NAME=master
+306
View File
@@ -0,0 +1,306 @@
{
"mMapWrite": {
},
"mMapRead": {
"Ph1NVoltage": {
"name": "Ph1NVoltage",
"description": "Tensione Fase 1",
"memAddr": "404096",
"tipoMem": "RealHL",
"index": 4096,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph2NVoltage": {
"name": "Ph2NVoltage",
"description": "Tensione Fase 2",
"memAddr": "404098",
"tipoMem": "RealHL",
"index": 4098,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph3NVoltage": {
"name": "Ph3NVoltage",
"description": "Tensione Fase 3",
"memAddr": "404100",
"tipoMem": "RealHL",
"index": 4100,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph1LVoltage": {
"name": "Ph1LVoltage",
"description": "Tensione Linea 12",
"memAddr": "404102",
"tipoMem": "RealHL",
"index": 4102,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph2LVoltage": {
"name": "Ph2LVoltage",
"description": "Tensione Linea 23",
"memAddr": "404104",
"tipoMem": "RealHL",
"index": 4104,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph3LVoltage": {
"name": "Ph3LVoltage",
"description": "Tensione Linea 31",
"memAddr": "404106",
"tipoMem": "RealHL",
"index": 4106,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"SysVoltage": {
"name": "SysVoltage",
"description": "Tensione di sistema",
"memAddr": "404108",
"tipoMem": "RealHL",
"index": 4108,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph1Current": {
"name": "Ph1Current",
"description": "Corrente Fase 1",
"memAddr": "404110",
"tipoMem": "RealHL",
"index": 4110,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph2Current": {
"name": "Ph2Current",
"description": "Corrente Fase 2",
"memAddr": "404112",
"tipoMem": "RealHL",
"index": 4112,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph3Current": {
"name": "Ph3Current",
"description": "Corrente Fase 3",
"memAddr": "404114",
"tipoMem": "RealHL",
"index": 4114,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"NCurrent": {
"name": "NCurrent",
"description": "Corrente Neutro",
"memAddr": "404116",
"tipoMem": "RealHL",
"index": 4116,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysCurrent": {
"name": "SysCurrent",
"description": "Corrente di Sistema",
"memAddr": "404118",
"tipoMem": "RealHL",
"index": 4118,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysActPower": {
"name": "SysActPower",
"description": "Potenza Attiva di Sistema",
"memAddr": "404134",
"tipoMem": "RealHL",
"index": 4134,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysApparPower": {
"name": "SysApparPower",
"description": "Potenza Apparente di Sistema",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysReacPower": {
"name": "SysReacPower",
"description": "Potenza Reattiva di Sistema",
"memAddr": "404150",
"tipoMem": "RealHL",
"index": 4150,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph1ImpActEn": {
"name": "Ph1ImpActEn",
"description": "Totale Energia Attiva consumata Fase 1",
"memAddr": "404352",
"tipoMem": "RealHL",
"index": 4352,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"Ph2ImpActEn": {
"name": "Ph2ImpActEn",
"description": "Totale Energia Attiva consumata Fase 2",
"memAddr": "404354",
"tipoMem": "RealHL",
"index": 4354,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"Ph3ImpActEn": {
"name": "Ph3ImpActEn",
"description": "Totale Energia Attiva consumata Fase 3",
"memAddr": "404356",
"tipoMem": "RealHL",
"index": 4356,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"SysImpActEn": {
"name": "SysImpActEn",
"description": "Totale Energia Attiva di Sistema",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"RT_Power": {
"name": "RT_Power",
"description": "Potenza apparente istantanea",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 0.001,
"minVal": 0,
"maxVal": 999999999,
"unit": "VA"
},
"Tot_Energy": {
"name": "Tot_Energy",
"description": "Energia totale impiegata",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 0.001,
"minVal": 0,
"maxVal": 999999999,
"unit": "KWh"
}
}
//"optKVP": {
// "fluxLogReduce": true,
// "fluxLogRedDeadBand": 1.0,
// "fluxLogResendPeriod": 600
//}
}
@@ -0,0 +1,6 @@
{
"ReadBlocks": {
"404096": 60,
"404352": 82
}
}
+84
View File
@@ -0,0 +1,84 @@
;Configurazione IOB-WIN
[IOB]
;Modulo FRER rilievo consumi energetici - Jetco | impianto 3013 MTH M200
CNCTYPE=MODBUS_TCP_FRER
;CNCTYPE=MODBUS_TCP
PING_MS_TIMEOUT=1000
MinDeltaSec=5
EnableRedisQueue=true
DIS_EXE_TASK=true
DIS_STATE_CH=true
IOB_NAME=3013
[MACHINE]
VENDOR=FRER
MODEL=MCIMIDETH
[CNC]
IP=192.168.0.183
PORT=502
[SERVER]
MPIP=http://192.168.1.7
MPURL=/MP/IO
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
CMDALIVE=/IOB
CMDENABLED=/IOB/enabled/
CMDADV1=?valore=
CMDREBO=/sendReboot.aspx?idxMacchina=
[MEMORY]
ADDR_READ=400001
ADDR_WRITE=400001
SIZE_READ=30
SIZE_WRITE=0
HR_BASE_ADDR=400000
DELTA_BASE=0
MODBUS_EXT_REG=1
[BLINK]
;MAX_COUNTER_BLINK = 30
MAX_COUNTER_BLINK = 15
;bit0 = 0
;bit1 = 0
;bit2 = 1
;bit3 = 1
;bit4 = 1
;bit5 = 0
;bit6 = 0
;bit7 = 0
BLINK_FILT=0
;BLINK_FILT=28
[OPTPAR]
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
PZCOUNT_MODE=STD.DB85.DBRE16
DISABLE_PZCOUNT=TRUE
ENABLE_SEND_PZC_BLOCK=TRUE
MIN_SEND_PZC_BLOCK=0
MAX_SEND_PZC_BLOCK=100
; GEST DATI DYN
ENABLE_DYN_DATA=TRUE
FORCE_DYN_DATA=TRUE
; gestione delta minimo accettabile tra min/MAX
DELTA_VAL=0.1
; clock base (da 10ms)
timerIntMs=10
; conf parametri memoria READ/WRITE
PARAM_CONF=3013-ENR.json
NO_PING=FALSE
; conf blocchi memoria x READ
MEM_BLOCK=3013-ENR_MBlock.json
;; conf aree allarme
;ALARM_CONF=3013-ENR_alarm.json
; rimozione check limiti min/max dynData
disDynDataRangeCheck=true
[BRANCH]
NAME=master
+306
View File
@@ -0,0 +1,306 @@
{
"mMapWrite": {
},
"mMapRead": {
"Ph1NVoltage": {
"name": "Ph1NVoltage",
"description": "Tensione Fase 1",
"memAddr": "404096",
"tipoMem": "RealHL",
"index": 4096,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph2NVoltage": {
"name": "Ph2NVoltage",
"description": "Tensione Fase 2",
"memAddr": "404098",
"tipoMem": "RealHL",
"index": 4098,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph3NVoltage": {
"name": "Ph3NVoltage",
"description": "Tensione Fase 3",
"memAddr": "404100",
"tipoMem": "RealHL",
"index": 4100,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph1LVoltage": {
"name": "Ph1LVoltage",
"description": "Tensione Linea 12",
"memAddr": "404102",
"tipoMem": "RealHL",
"index": 4102,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph2LVoltage": {
"name": "Ph2LVoltage",
"description": "Tensione Linea 23",
"memAddr": "404104",
"tipoMem": "RealHL",
"index": 4104,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph3LVoltage": {
"name": "Ph3LVoltage",
"description": "Tensione Linea 31",
"memAddr": "404106",
"tipoMem": "RealHL",
"index": 4106,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"SysVoltage": {
"name": "SysVoltage",
"description": "Tensione di sistema",
"memAddr": "404108",
"tipoMem": "RealHL",
"index": 4108,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph1Current": {
"name": "Ph1Current",
"description": "Corrente Fase 1",
"memAddr": "404110",
"tipoMem": "RealHL",
"index": 4110,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph2Current": {
"name": "Ph2Current",
"description": "Corrente Fase 2",
"memAddr": "404112",
"tipoMem": "RealHL",
"index": 4112,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph3Current": {
"name": "Ph3Current",
"description": "Corrente Fase 3",
"memAddr": "404114",
"tipoMem": "RealHL",
"index": 4114,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"NCurrent": {
"name": "NCurrent",
"description": "Corrente Neutro",
"memAddr": "404116",
"tipoMem": "RealHL",
"index": 4116,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysCurrent": {
"name": "SysCurrent",
"description": "Corrente di Sistema",
"memAddr": "404118",
"tipoMem": "RealHL",
"index": 4118,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysActPower": {
"name": "SysActPower",
"description": "Potenza Attiva di Sistema",
"memAddr": "404134",
"tipoMem": "RealHL",
"index": 4134,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysApparPower": {
"name": "SysApparPower",
"description": "Potenza Apparente di Sistema",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysReacPower": {
"name": "SysReacPower",
"description": "Potenza Reattiva di Sistema",
"memAddr": "404150",
"tipoMem": "RealHL",
"index": 4150,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph1ImpActEn": {
"name": "Ph1ImpActEn",
"description": "Totale Energia Attiva consumata Fase 1",
"memAddr": "404352",
"tipoMem": "RealHL",
"index": 4352,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"Ph2ImpActEn": {
"name": "Ph2ImpActEn",
"description": "Totale Energia Attiva consumata Fase 2",
"memAddr": "404354",
"tipoMem": "RealHL",
"index": 4354,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"Ph3ImpActEn": {
"name": "Ph3ImpActEn",
"description": "Totale Energia Attiva consumata Fase 3",
"memAddr": "404356",
"tipoMem": "RealHL",
"index": 4356,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"SysImpActEn": {
"name": "SysImpActEn",
"description": "Totale Energia Attiva di Sistema",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"RT_Power": {
"name": "RT_Power",
"description": "Potenza apparente istantanea",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 0.001,
"minVal": 0,
"maxVal": 999999999,
"unit": "VA"
},
"Tot_Energy": {
"name": "Tot_Energy",
"description": "Energia totale impiegata",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 0.001,
"minVal": 0,
"maxVal": 999999999,
"unit": "KWh"
}
}
//"optKVP": {
// "fluxLogReduce": true,
// "fluxLogRedDeadBand": 1.0,
// "fluxLogResendPeriod": 600
//}
}
@@ -0,0 +1,6 @@
{
"ReadBlocks": {
"404096": 60,
"404352": 82
}
}
+84
View File
@@ -0,0 +1,84 @@
;Configurazione IOB-WIN
[IOB]
;Modulo FRER rilievo consumi energetici - Jetco | impianto 3014 Seghetto
CNCTYPE=MODBUS_TCP_FRER
;CNCTYPE=MODBUS_TCP
PING_MS_TIMEOUT=1000
MinDeltaSec=5
EnableRedisQueue=true
DIS_EXE_TASK=true
DIS_STATE_CH=true
IOB_NAME=3014
[MACHINE]
VENDOR=FRER
MODEL=MCIMIDETH
[CNC]
IP=192.168.0.175
PORT=502
[SERVER]
MPIP=http://192.168.1.7
MPURL=/MP/IO
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
CMDALIVE=/IOB
CMDENABLED=/IOB/enabled/
CMDADV1=?valore=
CMDREBO=/sendReboot.aspx?idxMacchina=
[MEMORY]
ADDR_READ=400001
ADDR_WRITE=400001
SIZE_READ=30
SIZE_WRITE=0
HR_BASE_ADDR=400000
DELTA_BASE=0
MODBUS_EXT_REG=1
[BLINK]
;MAX_COUNTER_BLINK = 30
MAX_COUNTER_BLINK = 15
;bit0 = 0
;bit1 = 0
;bit2 = 1
;bit3 = 1
;bit4 = 1
;bit5 = 0
;bit6 = 0
;bit7 = 0
BLINK_FILT=0
;BLINK_FILT=28
[OPTPAR]
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
PZCOUNT_MODE=STD.DB85.DBRE16
DISABLE_PZCOUNT=TRUE
ENABLE_SEND_PZC_BLOCK=TRUE
MIN_SEND_PZC_BLOCK=0
MAX_SEND_PZC_BLOCK=100
; GEST DATI DYN
ENABLE_DYN_DATA=TRUE
FORCE_DYN_DATA=TRUE
; gestione delta minimo accettabile tra min/MAX
DELTA_VAL=0.1
; clock base (da 10ms)
timerIntMs=10
; conf parametri memoria READ/WRITE
PARAM_CONF=3014-ENR.json
NO_PING=FALSE
; conf blocchi memoria x READ
MEM_BLOCK=3014-ENR_MBlock.json
;; conf aree allarme
;ALARM_CONF=3014-ENR_alarm.json
; rimozione check limiti min/max dynData
disDynDataRangeCheck=true
[BRANCH]
NAME=master
+203
View File
@@ -0,0 +1,203 @@
{
"mMapWrite": {
},
"mMapRead": {
"Ph1LVoltage": {
"name": "Ph1LVoltage",
"description": "Tensione Linea 12",
"memAddr": "404102",
"tipoMem": "RealHL",
"index": 4102,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph2LVoltage": {
"name": "Ph2LVoltage",
"description": "Tensione Linea 23",
"memAddr": "404104",
"tipoMem": "RealHL",
"index": 4104,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph3LVoltage": {
"name": "Ph3LVoltage",
"description": "Tensione Linea 31",
"memAddr": "404106",
"tipoMem": "RealHL",
"index": 4106,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"SysVoltage": {
"name": "SysVoltage",
"description": "Tensione di sistema",
"memAddr": "404108",
"tipoMem": "RealHL",
"index": 4108,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph1Current": {
"name": "Ph1Current",
"description": "Corrente Fase 1",
"memAddr": "404110",
"tipoMem": "RealHL",
"index": 4110,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph2Current": {
"name": "Ph2Current",
"description": "Corrente Fase 2",
"memAddr": "404112",
"tipoMem": "RealHL",
"index": 4112,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph3Current": {
"name": "Ph3Current",
"description": "Corrente Fase 3",
"memAddr": "404114",
"tipoMem": "RealHL",
"index": 4114,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysCurrent": {
"name": "SysCurrent",
"description": "Corrente di Sistema",
"memAddr": "404118",
"tipoMem": "RealHL",
"index": 4118,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysActPower": {
"name": "SysActPower",
"description": "Potenza Attiva di Sistema",
"memAddr": "404134",
"tipoMem": "RealHL",
"index": 4134,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysApparPower": {
"name": "SysApparPower",
"description": "Potenza Apparente di Sistema",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysReacPower": {
"name": "SysReacPower",
"description": "Potenza Reattiva di Sistema",
"memAddr": "404150",
"tipoMem": "RealHL",
"index": 4150,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysImpActEn": {
"name": "SysImpActEn",
"description": "Totale Energia Attiva di Sistema",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"RT_Power": {
"name": "RT_Power",
"description": "Potenza apparente istantanea",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "VA"
},
"Tot_Energy": {
"name": "Tot_Energy",
"description": "Energia totale impiegata",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 0.001,
"minVal": 0,
"maxVal": 999999999,
"unit": "KWh"
}
}
}
@@ -0,0 +1,6 @@
{
"ReadBlocks": {
"404096": 60,
"404352": 82
}
}
+84
View File
@@ -0,0 +1,84 @@
;Configurazione IOB-WIN
[IOB]
;Modulo FRER rilievo consumi energetici - Jetco | impianto 3025 SV20R
CNCTYPE=MODBUS_TCP_FRER
;CNCTYPE=MODBUS_TCP
PING_MS_TIMEOUT=1000
MinDeltaSec=5
EnableRedisQueue=true
DIS_EXE_TASK=true
DIS_STATE_CH=true
IOB_NAME=3025
[MACHINE]
VENDOR=FRER
MODEL=MCIMIDETH
[CNC]
IP=192.168.0.187
PORT=502
[SERVER]
MPIP=http://192.168.1.7
MPURL=/MP/IO
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
CMDALIVE=/IOB
CMDENABLED=/IOB/enabled/
CMDADV1=?valore=
CMDREBO=/sendReboot.aspx?idxMacchina=
[MEMORY]
ADDR_READ=400001
ADDR_WRITE=400001
SIZE_READ=30
SIZE_WRITE=0
HR_BASE_ADDR=400000
DELTA_BASE=0
MODBUS_EXT_REG=1
[BLINK]
;MAX_COUNTER_BLINK = 30
MAX_COUNTER_BLINK = 15
;bit0 = 0
;bit1 = 0
;bit2 = 1
;bit3 = 1
;bit4 = 1
;bit5 = 0
;bit6 = 0
;bit7 = 0
BLINK_FILT=0
;BLINK_FILT=28
[OPTPAR]
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
PZCOUNT_MODE=STD.DB85.DBRE16
DISABLE_PZCOUNT=TRUE
ENABLE_SEND_PZC_BLOCK=TRUE
MIN_SEND_PZC_BLOCK=0
MAX_SEND_PZC_BLOCK=100
; GEST DATI DYN
ENABLE_DYN_DATA=TRUE
FORCE_DYN_DATA=TRUE
; gestione delta minimo accettabile tra min/MAX
DELTA_VAL=0.1
; clock base (da 10ms)
timerIntMs=10
; conf parametri memoria READ/WRITE
PARAM_CONF=3025-ENR.json
NO_PING=FALSE
; conf blocchi memoria x READ
MEM_BLOCK=3025-ENR_MBlock.json
;; conf aree allarme
;ALARM_CONF=3025-ENR_alarm.json
; rimozione check limiti min/max dynData
disDynDataRangeCheck=true
[BRANCH]
NAME=master
+203
View File
@@ -0,0 +1,203 @@
{
"mMapWrite": {
},
"mMapRead": {
"Ph1LVoltage": {
"name": "Ph1LVoltage",
"description": "Tensione Linea 12",
"memAddr": "404102",
"tipoMem": "RealHL",
"index": 4102,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph2LVoltage": {
"name": "Ph2LVoltage",
"description": "Tensione Linea 23",
"memAddr": "404104",
"tipoMem": "RealHL",
"index": 4104,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph3LVoltage": {
"name": "Ph3LVoltage",
"description": "Tensione Linea 31",
"memAddr": "404106",
"tipoMem": "RealHL",
"index": 4106,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"SysVoltage": {
"name": "SysVoltage",
"description": "Tensione di sistema",
"memAddr": "404108",
"tipoMem": "RealHL",
"index": 4108,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph1Current": {
"name": "Ph1Current",
"description": "Corrente Fase 1",
"memAddr": "404110",
"tipoMem": "RealHL",
"index": 4110,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph2Current": {
"name": "Ph2Current",
"description": "Corrente Fase 2",
"memAddr": "404112",
"tipoMem": "RealHL",
"index": 4112,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph3Current": {
"name": "Ph3Current",
"description": "Corrente Fase 3",
"memAddr": "404114",
"tipoMem": "RealHL",
"index": 4114,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysCurrent": {
"name": "SysCurrent",
"description": "Corrente di Sistema",
"memAddr": "404118",
"tipoMem": "RealHL",
"index": 4118,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysActPower": {
"name": "SysActPower",
"description": "Potenza Attiva di Sistema",
"memAddr": "404134",
"tipoMem": "RealHL",
"index": 4134,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysApparPower": {
"name": "SysApparPower",
"description": "Potenza Apparente di Sistema",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysReacPower": {
"name": "SysReacPower",
"description": "Potenza Reattiva di Sistema",
"memAddr": "404150",
"tipoMem": "RealHL",
"index": 4150,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysImpActEn": {
"name": "SysImpActEn",
"description": "Totale Energia Attiva di Sistema",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"RT_Power": {
"name": "RT_Power",
"description": "Potenza apparente istantanea",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "VA"
},
"Tot_Energy": {
"name": "Tot_Energy",
"description": "Energia totale impiegata",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 0.001,
"minVal": 0,
"maxVal": 999999999,
"unit": "KWh"
}
}
}
@@ -0,0 +1,6 @@
{
"ReadBlocks": {
"404096": 60,
"404352": 82
}
}
-1
View File
@@ -16,7 +16,6 @@ MODEL=MCIMIDETH
[CNC]
IP=192.168.0.151
;IP=192.168.0.152
PORT=502
[SERVER]
+84
View File
@@ -0,0 +1,84 @@
;Configurazione IOB-WIN
[IOB]
;Modulo FRER rilievo consumi energetici - Jetco | impianto 4005 MORARA MICRO I
CNCTYPE=MODBUS_TCP_FRER
;CNCTYPE=MODBUS_TCP
PING_MS_TIMEOUT=1000
MinDeltaSec=5
EnableRedisQueue=true
DIS_EXE_TASK=true
DIS_STATE_CH=true
IOB_NAME=4005
[MACHINE]
VENDOR=FRER
MODEL=MCIMIDETH
[CNC]
IP=192.168.0.192
PORT=502
[SERVER]
MPIP=http://192.168.1.7
MPURL=/MP/IO
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
CMDALIVE=/IOB
CMDENABLED=/IOB/enabled/
CMDADV1=?valore=
CMDREBO=/sendReboot.aspx?idxMacchina=
[MEMORY]
ADDR_READ=400001
ADDR_WRITE=400001
SIZE_READ=30
SIZE_WRITE=0
HR_BASE_ADDR=400000
DELTA_BASE=0
MODBUS_EXT_REG=1
[BLINK]
;MAX_COUNTER_BLINK = 30
MAX_COUNTER_BLINK = 15
;bit0 = 0
;bit1 = 0
;bit2 = 1
;bit3 = 1
;bit4 = 1
;bit5 = 0
;bit6 = 0
;bit7 = 0
BLINK_FILT=0
;BLINK_FILT=28
[OPTPAR]
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
PZCOUNT_MODE=STD.DB85.DBRE16
DISABLE_PZCOUNT=TRUE
ENABLE_SEND_PZC_BLOCK=TRUE
MIN_SEND_PZC_BLOCK=0
MAX_SEND_PZC_BLOCK=100
; GEST DATI DYN
ENABLE_DYN_DATA=TRUE
FORCE_DYN_DATA=TRUE
; gestione delta minimo accettabile tra min/MAX
DELTA_VAL=0.1
; clock base (da 10ms)
timerIntMs=10
; conf parametri memoria READ/WRITE
PARAM_CONF=4005-ENR.json
NO_PING=FALSE
; conf blocchi memoria x READ
MEM_BLOCK=4005-ENR_MBlock.json
;; conf aree allarme
;ALARM_CONF=4005-ENR_alarm.json
; rimozione check limiti min/max dynData
disDynDataRangeCheck=true
[BRANCH]
NAME=master
+306
View File
@@ -0,0 +1,306 @@
{
"mMapWrite": {
},
"mMapRead": {
"Ph1NVoltage": {
"name": "Ph1NVoltage",
"description": "Tensione Fase 1",
"memAddr": "404096",
"tipoMem": "RealHL",
"index": 4096,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph2NVoltage": {
"name": "Ph2NVoltage",
"description": "Tensione Fase 2",
"memAddr": "404098",
"tipoMem": "RealHL",
"index": 4098,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph3NVoltage": {
"name": "Ph3NVoltage",
"description": "Tensione Fase 3",
"memAddr": "404100",
"tipoMem": "RealHL",
"index": 4100,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph1LVoltage": {
"name": "Ph1LVoltage",
"description": "Tensione Linea 12",
"memAddr": "404102",
"tipoMem": "RealHL",
"index": 4102,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph2LVoltage": {
"name": "Ph2LVoltage",
"description": "Tensione Linea 23",
"memAddr": "404104",
"tipoMem": "RealHL",
"index": 4104,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph3LVoltage": {
"name": "Ph3LVoltage",
"description": "Tensione Linea 31",
"memAddr": "404106",
"tipoMem": "RealHL",
"index": 4106,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"SysVoltage": {
"name": "SysVoltage",
"description": "Tensione di sistema",
"memAddr": "404108",
"tipoMem": "RealHL",
"index": 4108,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph1Current": {
"name": "Ph1Current",
"description": "Corrente Fase 1",
"memAddr": "404110",
"tipoMem": "RealHL",
"index": 4110,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph2Current": {
"name": "Ph2Current",
"description": "Corrente Fase 2",
"memAddr": "404112",
"tipoMem": "RealHL",
"index": 4112,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph3Current": {
"name": "Ph3Current",
"description": "Corrente Fase 3",
"memAddr": "404114",
"tipoMem": "RealHL",
"index": 4114,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"NCurrent": {
"name": "NCurrent",
"description": "Corrente Neutro",
"memAddr": "404116",
"tipoMem": "RealHL",
"index": 4116,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysCurrent": {
"name": "SysCurrent",
"description": "Corrente di Sistema",
"memAddr": "404118",
"tipoMem": "RealHL",
"index": 4118,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysActPower": {
"name": "SysActPower",
"description": "Potenza Attiva di Sistema",
"memAddr": "404134",
"tipoMem": "RealHL",
"index": 4134,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysApparPower": {
"name": "SysApparPower",
"description": "Potenza Apparente di Sistema",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysReacPower": {
"name": "SysReacPower",
"description": "Potenza Reattiva di Sistema",
"memAddr": "404150",
"tipoMem": "RealHL",
"index": 4150,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph1ImpActEn": {
"name": "Ph1ImpActEn",
"description": "Totale Energia Attiva consumata Fase 1",
"memAddr": "404352",
"tipoMem": "RealHL",
"index": 4352,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"Ph2ImpActEn": {
"name": "Ph2ImpActEn",
"description": "Totale Energia Attiva consumata Fase 2",
"memAddr": "404354",
"tipoMem": "RealHL",
"index": 4354,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"Ph3ImpActEn": {
"name": "Ph3ImpActEn",
"description": "Totale Energia Attiva consumata Fase 3",
"memAddr": "404356",
"tipoMem": "RealHL",
"index": 4356,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"SysImpActEn": {
"name": "SysImpActEn",
"description": "Totale Energia Attiva di Sistema",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"RT_Power": {
"name": "RT_Power",
"description": "Potenza apparente istantanea",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "VA"
},
"Tot_Energy": {
"name": "Tot_Energy",
"description": "Energia totale impiegata",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 0.001,
"minVal": 0,
"maxVal": 999999999,
"unit": "KWh"
}
}
//"optKVP": {
// "fluxLogReduce": true,
// "fluxLogRedDeadBand": 1.0,
// "fluxLogResendPeriod": 600
//}
}
@@ -0,0 +1,6 @@
{
"ReadBlocks": {
"404096": 60,
"404352": 82
}
}
+84
View File
@@ -0,0 +1,84 @@
;Configurazione IOB-WIN
[IOB]
;Modulo FRER rilievo consumi energetici - Jetco | impianto 4102 MAG. MEGAMAT 2°
CNCTYPE=MODBUS_TCP_FRER
;CNCTYPE=MODBUS_TCP
PING_MS_TIMEOUT=1000
MinDeltaSec=5
EnableRedisQueue=true
DIS_EXE_TASK=true
DIS_STATE_CH=true
IOB_NAME=4102
[MACHINE]
VENDOR=FRER
MODEL=MCIMIDETH
[CNC]
IP=192.168.0.161
PORT=502
[SERVER]
MPIP=http://192.168.1.7
MPURL=/MP/IO
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
CMDALIVE=/IOB
CMDENABLED=/IOB/enabled/
CMDADV1=?valore=
CMDREBO=/sendReboot.aspx?idxMacchina=
[MEMORY]
ADDR_READ=400001
ADDR_WRITE=400001
SIZE_READ=30
SIZE_WRITE=0
HR_BASE_ADDR=400000
DELTA_BASE=0
MODBUS_EXT_REG=1
[BLINK]
;MAX_COUNTER_BLINK = 30
MAX_COUNTER_BLINK = 15
;bit0 = 0
;bit1 = 0
;bit2 = 1
;bit3 = 1
;bit4 = 1
;bit5 = 0
;bit6 = 0
;bit7 = 0
BLINK_FILT=0
;BLINK_FILT=28
[OPTPAR]
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
PZCOUNT_MODE=STD.DB85.DBRE16
DISABLE_PZCOUNT=TRUE
ENABLE_SEND_PZC_BLOCK=TRUE
MIN_SEND_PZC_BLOCK=0
MAX_SEND_PZC_BLOCK=100
; GEST DATI DYN
ENABLE_DYN_DATA=TRUE
FORCE_DYN_DATA=TRUE
; gestione delta minimo accettabile tra min/MAX
DELTA_VAL=0.1
; clock base (da 10ms)
timerIntMs=10
; conf parametri memoria READ/WRITE
PARAM_CONF=4102-ENR.json
NO_PING=FALSE
; conf blocchi memoria x READ
MEM_BLOCK=4102-ENR_MBlock.json
;; conf aree allarme
;ALARM_CONF=4102-ENR_alarm.json
; rimozione check limiti min/max dynData
disDynDataRangeCheck=true
[BRANCH]
NAME=master
+203
View File
@@ -0,0 +1,203 @@
{
"mMapWrite": {
},
"mMapRead": {
"Ph1LVoltage": {
"name": "Ph1LVoltage",
"description": "Tensione Linea 12",
"memAddr": "404102",
"tipoMem": "RealHL",
"index": 4102,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph2LVoltage": {
"name": "Ph2LVoltage",
"description": "Tensione Linea 23",
"memAddr": "404104",
"tipoMem": "RealHL",
"index": 4104,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph3LVoltage": {
"name": "Ph3LVoltage",
"description": "Tensione Linea 31",
"memAddr": "404106",
"tipoMem": "RealHL",
"index": 4106,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"SysVoltage": {
"name": "SysVoltage",
"description": "Tensione di sistema",
"memAddr": "404108",
"tipoMem": "RealHL",
"index": 4108,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph1Current": {
"name": "Ph1Current",
"description": "Corrente Fase 1",
"memAddr": "404110",
"tipoMem": "RealHL",
"index": 4110,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph2Current": {
"name": "Ph2Current",
"description": "Corrente Fase 2",
"memAddr": "404112",
"tipoMem": "RealHL",
"index": 4112,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph3Current": {
"name": "Ph3Current",
"description": "Corrente Fase 3",
"memAddr": "404114",
"tipoMem": "RealHL",
"index": 4114,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysCurrent": {
"name": "SysCurrent",
"description": "Corrente di Sistema",
"memAddr": "404118",
"tipoMem": "RealHL",
"index": 4118,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysActPower": {
"name": "SysActPower",
"description": "Potenza Attiva di Sistema",
"memAddr": "404134",
"tipoMem": "RealHL",
"index": 4134,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysApparPower": {
"name": "SysApparPower",
"description": "Potenza Apparente di Sistema",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysReacPower": {
"name": "SysReacPower",
"description": "Potenza Reattiva di Sistema",
"memAddr": "404150",
"tipoMem": "RealHL",
"index": 4150,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysImpActEn": {
"name": "SysImpActEn",
"description": "Totale Energia Attiva di Sistema",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"RT_Power": {
"name": "RT_Power",
"description": "Potenza apparente istantanea",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "VA"
},
"Tot_Energy": {
"name": "Tot_Energy",
"description": "Energia totale impiegata",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 0.001,
"minVal": 0,
"maxVal": 999999999,
"unit": "KWh"
}
}
}
@@ -0,0 +1,6 @@
{
"ReadBlocks": {
"404096": 60,
"404352": 82
}
}
+84
View File
@@ -0,0 +1,84 @@
;Configurazione IOB-WIN
[IOB]
;Modulo FRER rilievo consumi energetici - Jetco | impianto 4103 MAG. MEGAMAT 1°
CNCTYPE=MODBUS_TCP_FRER
;CNCTYPE=MODBUS_TCP
PING_MS_TIMEOUT=1000
MinDeltaSec=5
EnableRedisQueue=true
DIS_EXE_TASK=true
DIS_STATE_CH=true
IOB_NAME=4103
[MACHINE]
VENDOR=FRER
MODEL=MCIMIDETH
[CNC]
IP=192.168.0.163
PORT=502
[SERVER]
MPIP=http://192.168.1.7
MPURL=/MP/IO
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
CMDALIVE=/IOB
CMDENABLED=/IOB/enabled/
CMDADV1=?valore=
CMDREBO=/sendReboot.aspx?idxMacchina=
[MEMORY]
ADDR_READ=400001
ADDR_WRITE=400001
SIZE_READ=30
SIZE_WRITE=0
HR_BASE_ADDR=400000
DELTA_BASE=0
MODBUS_EXT_REG=1
[BLINK]
;MAX_COUNTER_BLINK = 30
MAX_COUNTER_BLINK = 15
;bit0 = 0
;bit1 = 0
;bit2 = 1
;bit3 = 1
;bit4 = 1
;bit5 = 0
;bit6 = 0
;bit7 = 0
BLINK_FILT=0
;BLINK_FILT=28
[OPTPAR]
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
PZCOUNT_MODE=STD.DB85.DBRE16
DISABLE_PZCOUNT=TRUE
ENABLE_SEND_PZC_BLOCK=TRUE
MIN_SEND_PZC_BLOCK=0
MAX_SEND_PZC_BLOCK=100
; GEST DATI DYN
ENABLE_DYN_DATA=TRUE
FORCE_DYN_DATA=TRUE
; gestione delta minimo accettabile tra min/MAX
DELTA_VAL=0.1
; clock base (da 10ms)
timerIntMs=10
; conf parametri memoria READ/WRITE
PARAM_CONF=4103-ENR.json
NO_PING=FALSE
; conf blocchi memoria x READ
MEM_BLOCK=4103-ENR_MBlock.json
;; conf aree allarme
;ALARM_CONF=4103-ENR_alarm.json
; rimozione check limiti min/max dynData
disDynDataRangeCheck=true
[BRANCH]
NAME=master
+203
View File
@@ -0,0 +1,203 @@
{
"mMapWrite": {
},
"mMapRead": {
"Ph1LVoltage": {
"name": "Ph1LVoltage",
"description": "Tensione Linea 12",
"memAddr": "404102",
"tipoMem": "RealHL",
"index": 4102,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph2LVoltage": {
"name": "Ph2LVoltage",
"description": "Tensione Linea 23",
"memAddr": "404104",
"tipoMem": "RealHL",
"index": 4104,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph3LVoltage": {
"name": "Ph3LVoltage",
"description": "Tensione Linea 31",
"memAddr": "404106",
"tipoMem": "RealHL",
"index": 4106,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"SysVoltage": {
"name": "SysVoltage",
"description": "Tensione di sistema",
"memAddr": "404108",
"tipoMem": "RealHL",
"index": 4108,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph1Current": {
"name": "Ph1Current",
"description": "Corrente Fase 1",
"memAddr": "404110",
"tipoMem": "RealHL",
"index": 4110,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph2Current": {
"name": "Ph2Current",
"description": "Corrente Fase 2",
"memAddr": "404112",
"tipoMem": "RealHL",
"index": 4112,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph3Current": {
"name": "Ph3Current",
"description": "Corrente Fase 3",
"memAddr": "404114",
"tipoMem": "RealHL",
"index": 4114,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysCurrent": {
"name": "SysCurrent",
"description": "Corrente di Sistema",
"memAddr": "404118",
"tipoMem": "RealHL",
"index": 4118,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysActPower": {
"name": "SysActPower",
"description": "Potenza Attiva di Sistema",
"memAddr": "404134",
"tipoMem": "RealHL",
"index": 4134,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysApparPower": {
"name": "SysApparPower",
"description": "Potenza Apparente di Sistema",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysReacPower": {
"name": "SysReacPower",
"description": "Potenza Reattiva di Sistema",
"memAddr": "404150",
"tipoMem": "RealHL",
"index": 4150,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysImpActEn": {
"name": "SysImpActEn",
"description": "Totale Energia Attiva di Sistema",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"RT_Power": {
"name": "RT_Power",
"description": "Potenza apparente istantanea",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "VA"
},
"Tot_Energy": {
"name": "Tot_Energy",
"description": "Energia totale impiegata",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 0.001,
"minVal": 0,
"maxVal": 999999999,
"unit": "KWh"
}
}
}
@@ -0,0 +1,6 @@
{
"ReadBlocks": {
"404096": 60,
"404352": 82
}
}
+84
View File
@@ -0,0 +1,84 @@
;Configurazione IOB-WIN
[IOB]
;Modulo FRER rilievo consumi energetici - Jetco | impianto 4106 MAG. AUT. LISTALIFT
CNCTYPE=MODBUS_TCP_FRER
;CNCTYPE=MODBUS_TCP
PING_MS_TIMEOUT=1000
MinDeltaSec=5
EnableRedisQueue=true
DIS_EXE_TASK=true
DIS_STATE_CH=true
IOB_NAME=4106
[MACHINE]
VENDOR=FRER
MODEL=MCIMIDETH
[CNC]
IP=192.168.0.170
PORT=502
[SERVER]
MPIP=http://192.168.1.7
MPURL=/MP/IO
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
CMDALIVE=/IOB
CMDENABLED=/IOB/enabled/
CMDADV1=?valore=
CMDREBO=/sendReboot.aspx?idxMacchina=
[MEMORY]
ADDR_READ=400001
ADDR_WRITE=400001
SIZE_READ=30
SIZE_WRITE=0
HR_BASE_ADDR=400000
DELTA_BASE=0
MODBUS_EXT_REG=1
[BLINK]
;MAX_COUNTER_BLINK = 30
MAX_COUNTER_BLINK = 15
;bit0 = 0
;bit1 = 0
;bit2 = 1
;bit3 = 1
;bit4 = 1
;bit5 = 0
;bit6 = 0
;bit7 = 0
BLINK_FILT=0
;BLINK_FILT=28
[OPTPAR]
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
PZCOUNT_MODE=STD.DB85.DBRE16
DISABLE_PZCOUNT=TRUE
ENABLE_SEND_PZC_BLOCK=TRUE
MIN_SEND_PZC_BLOCK=0
MAX_SEND_PZC_BLOCK=100
; GEST DATI DYN
ENABLE_DYN_DATA=TRUE
FORCE_DYN_DATA=TRUE
; gestione delta minimo accettabile tra min/MAX
DELTA_VAL=0.1
; clock base (da 10ms)
timerIntMs=10
; conf parametri memoria READ/WRITE
PARAM_CONF=4106-ENR.json
NO_PING=FALSE
; conf blocchi memoria x READ
MEM_BLOCK=4106-ENR_MBlock.json
;; conf aree allarme
;ALARM_CONF=4106-ENR_alarm.json
; rimozione check limiti min/max dynData
disDynDataRangeCheck=true
[BRANCH]
NAME=master
+203
View File
@@ -0,0 +1,203 @@
{
"mMapWrite": {
},
"mMapRead": {
"Ph1LVoltage": {
"name": "Ph1LVoltage",
"description": "Tensione Linea 12",
"memAddr": "404102",
"tipoMem": "RealHL",
"index": 4102,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph2LVoltage": {
"name": "Ph2LVoltage",
"description": "Tensione Linea 23",
"memAddr": "404104",
"tipoMem": "RealHL",
"index": 4104,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph3LVoltage": {
"name": "Ph3LVoltage",
"description": "Tensione Linea 31",
"memAddr": "404106",
"tipoMem": "RealHL",
"index": 4106,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"SysVoltage": {
"name": "SysVoltage",
"description": "Tensione di sistema",
"memAddr": "404108",
"tipoMem": "RealHL",
"index": 4108,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "V"
},
"Ph1Current": {
"name": "Ph1Current",
"description": "Corrente Fase 1",
"memAddr": "404110",
"tipoMem": "RealHL",
"index": 4110,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph2Current": {
"name": "Ph2Current",
"description": "Corrente Fase 2",
"memAddr": "404112",
"tipoMem": "RealHL",
"index": 4112,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"Ph3Current": {
"name": "Ph3Current",
"description": "Corrente Fase 3",
"memAddr": "404114",
"tipoMem": "RealHL",
"index": 4114,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysCurrent": {
"name": "SysCurrent",
"description": "Corrente di Sistema",
"memAddr": "404118",
"tipoMem": "RealHL",
"index": 4118,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysActPower": {
"name": "SysActPower",
"description": "Potenza Attiva di Sistema",
"memAddr": "404134",
"tipoMem": "RealHL",
"index": 4134,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysApparPower": {
"name": "SysApparPower",
"description": "Potenza Apparente di Sistema",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysReacPower": {
"name": "SysReacPower",
"description": "Potenza Reattiva di Sistema",
"memAddr": "404150",
"tipoMem": "RealHL",
"index": 4150,
"size": 2,
"func": "MEDIAN",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 500,
"unit": "A"
},
"SysImpActEn": {
"name": "SysImpActEn",
"description": "Totale Energia Attiva di Sistema",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 300,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "Wh"
},
"RT_Power": {
"name": "RT_Power",
"description": "Potenza apparente istantanea",
"memAddr": "404142",
"tipoMem": "RealHL",
"index": 4142,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 1,
"minVal": 0,
"maxVal": 999999999,
"unit": "VA"
},
"Tot_Energy": {
"name": "Tot_Energy",
"description": "Energia totale impiegata",
"memAddr": "404358",
"tipoMem": "RealHL",
"index": 4358,
"size": 2,
"func": "MAX",
"period": 60,
"factor": 0.001,
"minVal": 0,
"maxVal": 999999999,
"unit": "KWh"
}
}
}
@@ -0,0 +1,6 @@
{
"ReadBlocks": {
"404096": 60,
"404352": 82
}
}