Integration 2.3c2 :

- in FreeContour aggiunta gestione parametri P13, P14 e P15.
This commit is contained in:
Dario Sassi
2021-03-08 06:38:57 +00:00
parent 8e60df853c
commit 23c1772b9d
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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);
@@ -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")]