modifica x test datasync excel: si pianta x lib compression

This commit is contained in:
Samuele E. Locatelli
2022-12-16 18:05:19 +01:00
parent 34ec183982
commit 8a07a80599
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -6460,7 +6460,7 @@ namespace IOB_WIN_NEXT
/// <summary>
/// Imposta eventuali altri valori default
/// </summary>
private void fixDefaultPar()
protected void fixDefaultPar()
{
// parametro max tentativi PING...
string s_maxPingRetry = getOptPar("MAX_PING_RETRY");
+1
View File
@@ -945,6 +945,7 @@ namespace IOB_WIN_NEXT
// carico conf vettore memoria...
loadMemConf();
fixDefaultPar();
// avvio conf blocchi memoria
setupMemBlocks();
// aggiungo DELTA x calcolo min/MAX...
+1
View File
@@ -39,6 +39,7 @@ namespace IOB_WIN_NEXT
processDynData();
if (EnableTest)
{
processDataSync();
testReadExt();
}
}