Fix cedax x interi 1 registro

This commit is contained in:
Samuele Locatelli
2022-06-28 16:47:44 +02:00
parent 6ed8446955
commit 1dfe00a518
+4
View File
@@ -1183,6 +1183,10 @@ namespace IOB_WIN_NEXT
{
valore = ModbusClient.ConvertRegistersToInt(listInt);
}
else if (size == 1)
{
valore = listInt[0];
}
break;
}
return valore;