Correzioni testo log x debug Flutek
This commit is contained in:
@@ -35,7 +35,7 @@ BIT5=X8.4
|
||||
AREAD_START=0
|
||||
AREAD_SIZE=0
|
||||
AREAG_START=0
|
||||
AREAG_SIZE=48
|
||||
AREAG_SIZE=0
|
||||
AREAR_START=32
|
||||
AREAR_SIZE=2
|
||||
AREAX_START=0
|
||||
@@ -74,6 +74,8 @@ MIN_SEND_PZC_BLOCK=0
|
||||
MAX_SEND_PZC_BLOCK=100
|
||||
; Disabilito conteggio Pezzi come richiesto
|
||||
DISABLE_PZCOUNT=TRUE
|
||||
; disabilito dati Dyn
|
||||
ENABLE_DYN_DATA=false
|
||||
|
||||
[BRANCH]
|
||||
NAME=master
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace IOB_WIN_FANUC.Iob
|
||||
|
||||
lastPzCountSend = DateTime.Now;
|
||||
lastWarnODL = DateTime.Now;
|
||||
int gSize = 8;
|
||||
int gSize = 0;
|
||||
int rSize = 8;
|
||||
int xSize = 8;
|
||||
int ySize = 8;
|
||||
@@ -539,7 +539,7 @@ namespace IOB_WIN_FANUC.Iob
|
||||
catch (Exception exc)
|
||||
{
|
||||
numErroriCheck++;
|
||||
lgError($"Eccezione in FanucMemMacroRW | Byte | numErroriCheck: {numErroriCheck}{Environment.NewLine}{exc}");
|
||||
lgError($"Eccezione in FanucMemRW | Byte | numErroriCheck: {numErroriCheck}{Environment.NewLine}{exc}");
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -579,7 +579,7 @@ namespace IOB_WIN_FANUC.Iob
|
||||
catch (Exception exc)
|
||||
{
|
||||
numErroriCheck++;
|
||||
lgError($"Eccezione in FanucMemMacroRW | MultiByte | numErroriCheck: {numErroriCheck}{Environment.NewLine}{exc}");
|
||||
lgError($"Eccezione in FanucMemRW | MultiByte | numErroriCheck: {numErroriCheck}{Environment.NewLine}{exc}");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user