From ec3c8677cb9c44f13a15ca9ea81b03def02df774 Mon Sep 17 00:00:00 2001 From: "ext_luca.pansa@cms.it" Date: Tue, 12 Jan 2021 17:01:10 +0100 Subject: [PATCH] LP modifiche per valori tool.FamilyName non concessi. --- CMS_CORE_Library/Siemens/Nc_Siemens.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMS_CORE_Library/Siemens/Nc_Siemens.cs b/CMS_CORE_Library/Siemens/Nc_Siemens.cs index bcbc38a..313d607 100644 --- a/CMS_CORE_Library/Siemens/Nc_Siemens.cs +++ b/CMS_CORE_Library/Siemens/Nc_Siemens.cs @@ -3932,7 +3932,7 @@ namespace CMS_CORE_Library.Siemens List items = new List() { // TC_TP2 - new Item("/Tool/Data/toolIdent[" + tool.Id + "]") { Value = tool.FamilyName }, + new Item("/Tool/Data/toolIdent[" + tool.Id + "]") { Value = (""+tool.FamilyName).Replace(",","") }, // TC_TP3 new Item() { Path = "/Tool/Data/toolsize_left[" + tool.Id + "]", Value = tool.LeftSize }, // TC_TP4