From 23c1772b9df39d2df788b831019eab50757ce55d Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 8 Mar 2021 06:38:57 +0000 Subject: [PATCH] Integration 2.3c2 : - in FreeContour aggiunta gestione parametri P13, P14 e P15. --- IntegrationEgaltech/BTL.cs | 6 +++--- IntegrationEgaltech/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/IntegrationEgaltech/BTL.cs b/IntegrationEgaltech/BTL.cs index 76baa8d..b9baa37 100644 --- a/IntegrationEgaltech/BTL.cs +++ b/IntegrationEgaltech/BTL.cs @@ -342,9 +342,9 @@ namespace ib.essetre.integration.egaltech tw.Write("P10:" + Constants.EIGHT_ZEROS + " "); tw.Write("P11:" + Constants.EIGHT_ZEROS + " "); tw.Write("P12:" + Constants.EIGHT_ZEROS + " "); - tw.Write("P13:" + Constants.EIGHT_ZEROS + " "); - tw.Write("P14:" + Constants.EIGHT_ZEROS + " "); - tw.Write("P15:" + Constants.EIGHT_ZEROS + " "); + tw.Write("P13:" + MultAndConvertTo8(singleFeature.processParameters[12]) + " "); + tw.Write("P14:" + MultAndConvertTo8(singleFeature.processParameters[13]) + " "); + tw.Write("P15:" + MultAndConvertTo8(singleFeature.processParameters[14]) + " "); tw.WriteLine(" "); tw.WriteLine(Constants.PROCESS_IDENT + _FcEnt.ToString()); tw.WriteLine(Constants.PROCESS + singleFeature.process); diff --git a/IntegrationEgaltech/Properties/AssemblyInfo.cs b/IntegrationEgaltech/Properties/AssemblyInfo.cs index a92f041..993560f 100644 --- a/IntegrationEgaltech/Properties/AssemblyInfo.cs +++ b/IntegrationEgaltech/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ using System.Runtime.InteropServices; // È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build // usando l'asterisco '*' come illustrato di seguito: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.3.1")] -[assembly: AssemblyFileVersion("2.3.3.1")] +[assembly: AssemblyVersion("2.3.3.2")] +[assembly: AssemblyFileVersion("2.3.3.2")]