From 5d42721c4848874c2ad166a7d6b636e5f47b7f5b Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Fri, 6 Oct 2023 16:59:59 +0200 Subject: [PATCH] ok iob info --- MP-TAB-SERV/Components/CmpFooter.razor | 4 +-- MP-TAB-SERV/Components/IobInfoMan.razor | 37 +++++++++++++++++++++++-- MP-TAB-SERV/MP-TAB-SERV.csproj | 2 +- MP-TAB-SERV/Resources/ChangeLog.html | 2 +- MP-TAB-SERV/Resources/VersNum.txt | 2 +- MP-TAB-SERV/Resources/manifest.xml | 2 +- MP.Data/Objects/IOB_data.cs | 2 +- 7 files changed, 41 insertions(+), 10 deletions(-) diff --git a/MP-TAB-SERV/Components/CmpFooter.razor b/MP-TAB-SERV/Components/CmpFooter.razor index bf5bac0b..a2a15e70 100644 --- a/MP-TAB-SERV/Components/CmpFooter.razor +++ b/MP-TAB-SERV/Components/CmpFooter.razor @@ -1,8 +1,8 @@ 
-
+
MP-TAB2 @(DateTime.Today.Year) | v.@version
-
+
@($"{DateTime.Now:HH:mm:ss}") | Egalware
diff --git a/MP-TAB-SERV/Components/IobInfoMan.razor b/MP-TAB-SERV/Components/IobInfoMan.razor index 190064bc..f5a92a64 100644 --- a/MP-TAB-SERV/Components/IobInfoMan.razor +++ b/MP-TAB-SERV/Components/IobInfoMan.razor @@ -1,3 +1,34 @@ -@infosIob.IP -@infosIob.iType -@infosIob.name \ No newline at end of file +
+
+
+ +
+
+ IOB Details +
+
+
+
    +
  • +
    Machine Code:
    +
    @idxMacch
    +
  • +
  • +
    IOB Type:
    +
      @infosIob.iType
    +
  • +
  • +
    IOB Name:
    +
    @infosIob.name
    +
  • +
  • +
    IOB Address:
    +
    @infosIob.IP
    +
  • +
  • +
    CNC Absolute counter:
    +
    @infosIob.CNC_Counter
    +
  • +
+
+
\ No newline at end of file diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index b7b22d09..341dd485 100644 --- a/MP-TAB-SERV/MP-TAB-SERV.csproj +++ b/MP-TAB-SERV/MP-TAB-SERV.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.16.2310.615 + 6.16.2310.616 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index 3d18e7ef..4ea42455 100644 --- a/MP-TAB-SERV/Resources/ChangeLog.html +++ b/MP-TAB-SERV/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2310.615

+

Versione: 6.16.2310.616


Note di rilascio:
  • diff --git a/MP-TAB-SERV/Resources/VersNum.txt b/MP-TAB-SERV/Resources/VersNum.txt index b1409f9e..6235c851 100644 --- a/MP-TAB-SERV/Resources/VersNum.txt +++ b/MP-TAB-SERV/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2310.615 +6.16.2310.616 diff --git a/MP-TAB-SERV/Resources/manifest.xml b/MP-TAB-SERV/Resources/manifest.xml index 0ef7c5c3..8e9cb73e 100644 --- a/MP-TAB-SERV/Resources/manifest.xml +++ b/MP-TAB-SERV/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2310.615 + 6.16.2310.616 https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html false diff --git a/MP.Data/Objects/IOB_data.cs b/MP.Data/Objects/IOB_data.cs index 3c05c8bb..67b8d38c 100644 --- a/MP.Data/Objects/IOB_data.cs +++ b/MP.Data/Objects/IOB_data.cs @@ -15,7 +15,7 @@ namespace MP.Data.Objects #region Public Fields public bool CNC_Counter { get; set; }=false; - public string IP { get; set; } =""; + public string IP { get; set; } ="::1"; public IobType iType { get; set; } = IobType.ND; public string name { get; set; } ="ND"; public string typeCss { get; set; } = "fa fa-question-circle-o";