Forzo writable post scrittura parametri + conf PIZ con writecheck x SIEMENS

This commit is contained in:
Samuele Locatelli
2026-03-12 18:30:36 +01:00
parent ede5b1ba8f
commit 4a62142e30
6 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -35,8 +35,8 @@ CLI_INST=SteamWareSim
;STARTLIST=VL25
;STARTLIST=GT554
;STARTLIST=PIZ08
STARTLIST=PIZ03
;STARTLIST=iBTB1P
STARTLIST=PIZ03
MAXCNC=10
+1
View File
@@ -57,6 +57,7 @@ MAX_SEND_PZC_BLOCK=100
ENABLE_DYN_DATA=TRUE
FORCE_DYN_DATA=TRUE
COPY_DYN2PROD_DATA =TRUE
WRITE_CHECK=TRUE
; clock base (da 10ms)
timerIntMs=20
+2 -2
View File
@@ -231,7 +231,7 @@
"tipoMem": "Real",
"index": 152,
"size": 4,
"func": "MAX",
"func": "MEDIAN",
"period": 60,
"factor": 1,
"unit": "C"
@@ -243,7 +243,7 @@
"tipoMem": "Real",
"index": 156,
"size": 4,
"func": "MAX",
"func": "MEDIAN",
"period": 60,
"factor": 1,
"unit": "C"
+1
View File
@@ -57,6 +57,7 @@ MAX_SEND_PZC_BLOCK=100
ENABLE_DYN_DATA=TRUE
FORCE_DYN_DATA=TRUE
COPY_DYN2PROD_DATA =TRUE
WRITE_CHECK=TRUE
; clock base (da 10ms)
timerIntMs=20
+1
View File
@@ -1399,6 +1399,7 @@ namespace IOB_WIN_SIEMENS.IobSiemens
item.value = item.reqValue;
item.reqValue = "";
item.lastRead = DateTime.Now;
item.writable = true;
}
// se configurato faccio verifica write...
if (getOptPar("WRITE_CHECK") == "TRUE")
+1 -1
View File
@@ -7,7 +7,7 @@
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net462" />
<package id="NLog" version="5.3.4" targetFramework="net462" />
<package id="Pipelines.Sockets.Unofficial" version="2.2.8" targetFramework="net472" />
<package id="S7netplus" version="0.1.9" targetFramework="net462" />
<package id="S7netplus" version="0.1.9" targetFramework="net472" />
<package id="StackExchange.Redis" version="2.10.1" targetFramework="net472" />
<package id="System.Buffers" version="4.6.1" targetFramework="net472" />
<package id="System.Diagnostics.DiagnosticSource" version="9.0.0" targetFramework="net462" />