diff --git a/NKC_WF/WebUserControls/cmp_MachSem.ascx b/NKC_WF/WebUserControls/cmp_MachSem.ascx index a467e49..5222e0a 100644 --- a/NKC_WF/WebUserControls/cmp_MachSem.ascx +++ b/NKC_WF/WebUserControls/cmp_MachSem.ascx @@ -2,15 +2,15 @@ - - - - - - - - - + + + + + + + + +
@@ -23,11 +23,11 @@ -
-
+
+
 <%: hfMachine.Value %>
-
+
 <%: traduci("print") %> | <%: hfCode01.Value %>
diff --git a/NKC_WF/WebUserControls/cmp_MachSem.ascx.cs b/NKC_WF/WebUserControls/cmp_MachSem.ascx.cs index 4533953..a63fdac 100644 --- a/NKC_WF/WebUserControls/cmp_MachSem.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_MachSem.ascx.cs @@ -117,6 +117,15 @@ namespace NKC_WF.WebUserControls public void doUpdate() { // verifico status delle 3 parti e mostro relativo semaforo... + hfCode01.Value = "00"; + hfCss01.Value = "dark"; + hfStat01.Value = "UNKNOWN"; + hfCode02.Value = "00"; + hfCss02.Value = "dark"; + hfStat02.Value = "UNKNOWN"; + hfCode03.Value = "00"; + hfCss03.Value = "dark"; + hfStat03.Value = "UNKNOWN"; // leggo da redis lo status var currState = ComLib.prodMachStateDataGet();