fix minore e webconfig x sviluppo steamware

This commit is contained in:
Samuele E. Locatelli
2016-12-05 14:41:20 +01:00
parent f735d0b6c4
commit b261f09a2b
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1428,7 +1428,7 @@ namespace MTC_Adapter
}
catch (Exception exc)
{
lg.Error("Eccezione in chiusura Adapter", exc);
lg.Error(exc, "Eccezione in chiusura Adapter");
}
dtStopAdp = DateTime.Now;
parentForm.displayTaskAndWait("Adapter Stopped!");
+6 -1
View File
@@ -26,7 +26,12 @@
IP ETH: 192.168.139.201/255.255.255.0
ipFanuc = "192.168.139.100"-->
<!--<add key="ipFanuc" value="192.168.139.100" />-->
<add key="ipFanuc" value="192.168.139.1" />
<!--<add key="ipFanuc" value="192.168.139.1" />-->
<!--Sviluppo Steamware
IP ETH: 10.74.82.110/255.255.255.0
ipFanuc = "10.74.82.110"-->
<add key="ipFanuc" value="10.74.82.110" />
<!--PRODUZIONE
IP ETH: 192.168.139.201/255.255.255.0