cambio label override...

This commit is contained in:
Samuele E. Locatelli
2016-07-19 15:44:04 +02:00
parent bd2839c704
commit ed6f3fd30b
2 changed files with 9 additions and 14 deletions
+3 -3
View File
@@ -926,9 +926,9 @@ namespace MTC_Adapter
SpeedRateOver = PathData[3];
sb.AppendLine(string.Format("FeedRate: {0} mm/min", FeedRate));
sb.AppendLine(string.Format("FeedRateOver: {0} mm/min", FeedRateOver));
sb.AppendLine(string.Format("RapidOver: {0} mm/min", RapidOver));
sb.AppendLine(string.Format("SpeedRateOver: {0} mm/min", SpeedRateOver));
sb.AppendLine(string.Format("FeedRateOver: {0} %", FeedRateOver));
sb.AppendLine(string.Format("RapidOver: {0} %", RapidOver));
sb.AppendLine(string.Format("SpeedRateOver: {0} %", SpeedRateOver));
// se ho allarmi li accodo...
if (allDynData.alarm != 0)
+6 -11
View File
@@ -6,17 +6,12 @@
<appSettings>
<add key="appName" value="MTConnect Adapter" />
<!--gestione TIMERS e periodi multipli x thread lenti-->
<add key ="startTimerMs" value="250" />
<add key="timerIntMs" value="5" />
<!--invio da adapter ad agent: 10ms-->
<add key="fastCount" value="20" />
<!--100ms-->
<add key="normCount" value="50" />
<!--250ms-->
<add key="slowCount" value="500" />
<!--2.5 sec-->
<add key="alarmSyncCount" value="6000" />
<!--30 sec-->
<add key="startTimerMs" value="250" />
<add key="timerIntMs" value="5" /><!--invio da adapter ad agent: 10ms-->
<add key="fastCount" value="20" /><!--100ms-->
<add key="normCount" value="50" /><!--250ms-->
<add key="slowCount" value="500" /><!--2.5 sec-->
<add key="alarmSyncCount" value="6000" /><!--30 sec-->
<!--parametri gestione watchdog-->
<add key="maxAdapterLockSec" value="5" />