Integration 2.1l7 :

- se CAM5 lanciato per edit progetto, non imposto risultato in modo che TS3 lo ritenga da verificare.
This commit is contained in:
Dario Sassi
2019-12-19 17:01:56 +00:00
parent 61c255cfd9
commit 3a20d1f2a7
2 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -180,7 +180,8 @@ namespace ib.essetre.integration.egaltech
int nLastErr = 0 ;
string sLastMsg = "" ;
int nTotTime = 0 ;
if ( File.Exists( Path.ChangeExtension( BtlPath, ".txt"))) {
if ( parameters.UIMode != InOutParameters.UIModes.SHOWUI &&
File.Exists( Path.ChangeExtension( BtlPath, ".txt"))) {
int nErr = 0 ;
string sMsg = "" ;
double dRot = 0 ;
@@ -290,9 +291,9 @@ namespace ib.essetre.integration.egaltech
}
pattInfo.EstimatedTime = nTotTime ;
// Lettura OutputFilename e scrittura nel parametro stringa Iso (casi UIModes.HIDDEN e UIModes.SHOWUI)
// Lettura OutputFilename e scrittura nel parametro stringa Iso (caso UIModes.HIDDEN)
if ( ! bErrors &&
( parameters.UIMode == InOutParameters.UIModes.HIDDEN || parameters.UIMode == InOutParameters.UIModes.SHOWUI)) {
parameters.UIMode == InOutParameters.UIModes.HIDDEN) {
string CncPath = Path.ChangeExtension( BtlPath, ".cnc") ;
if ( File.Exists( CncPath)) {
@@ -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.1.12.6")]
[assembly: AssemblyFileVersion("2.1.12.6")]
[assembly: AssemblyVersion("2.1.12.7")]
[assembly: AssemblyFileVersion("2.1.12.7")]