Integration 2.3i1 :

- aggiunta scrittura materiale nel BTL.
This commit is contained in:
DarioS
2021-09-24 11:32:35 +02:00
parent 0f528e9710
commit 9287b02ca7
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -60,6 +60,7 @@ namespace ib.essetre.integration.egaltech
foreach ( Part singlePart in parts) {
tw.WriteLine( Constants.PART) ;
tw.WriteLine( Constants.SINGLE_MEMBER_NUMBER + singlePart.singleMemberNumber) ;
tw.WriteLine( Constants.MATERIAL + singlePart.Material) ;
tw.WriteLine( Constants.COUNT + singlePart.count) ;
double len = Convert.ToDouble( singlePart.length) * Math.Pow( 10, Constants.scaleUnit) ;
+1
View File
@@ -17,6 +17,7 @@ namespace ib.essetre.integration.egaltech
public const string SCALE_UNIT = "SCALEUNIT: " ;
public const string SINGLE_MEMBER_NUMBER = "SINGLEMEMBERNUMBER: " ;
public const string DESIGNATION = "DESIGNATION: " ;
public const string MATERIAL = "MATERIAL: " ;
public const string COUNT = "COUNT: " ;
public const string LENGTH = "LENGTH: " ;
public const string HEIGHT = "HEIGHT: " ;
@@ -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.8.1")]
[assembly: AssemblyFileVersion("2.3.8.1")]
[assembly: AssemblyVersion("2.3.9.1")]
[assembly: AssemblyFileVersion("2.3.9.1")]