fix minore e webconfig x sviluppo steamware
This commit is contained in:
@@ -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!");
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user