EgtMachKernel :

- corretto assegnamento codici di errore 1000 (No Nc generation), 1001 (No Advanced Machinings), 1002 (Error with Setup) e 1003 (Error opening Nc file).
This commit is contained in:
Dario Sassi
2024-10-06 18:13:14 +02:00
parent 3d420918f4
commit 96d7edc513
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -171,7 +171,7 @@ Processor::VerifySetup( void)
string sErr = "Error with setup :" ;
for ( const auto& sTmp : vsErr)
sErr += " " + sTmp ;
m_pMchMgr->SetLastError( 1001, sErr) ;
m_pMchMgr->SetLastError( 1002, sErr) ;
return false ;
}
@@ -581,7 +581,7 @@ Processor::OnProgramStart( const string& sMachName, const string& sCncFile, cons
// apro il file di output
bool bOk = m_pMachine->WriterOpen( sCncFile) ;
if ( ! bOk)
m_pMchMgr->SetLastError( 1002, "Error opening Cnc file") ;
m_pMchMgr->SetLastError( 1003, "Error opening Cnc file") ;
// assegno nome macchina
bOk = bOk && m_pMachine->LuaSetGlobVar( GLOB_VAR + GVAR_MACHNAME, sMachName) ;
// assegno nome file