xxe 2 anni fa
parent
commit
563acb8e4e
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. +5
    -1
      HKControl/Siemens.cs

+ 5
- 1
HKControl/Siemens.cs Vedi File

@@ -82,7 +82,11 @@ namespace HKControl
{
try
{
if (!IsConnected) return default;
if (!IsConnected)
{
ExceptionDis();
return default;
}
return (TResult)myPlc?.Read(address);
}
catch (Exception ex)


Caricamento…
Annulla
Salva