EgtExecutor :

- aggiunta funzione ExeSetMachineLook.
This commit is contained in:
Dario Sassi
2016-01-18 16:18:28 +00:00
parent 919cfcf24e
commit 49ddcee620
+11 -1
View File
@@ -1546,6 +1546,16 @@ ExeResetHeadSet( const string& sHead)
{
GseContext* pGseCtx = GetCurrGseContext() ;
VERIFY_CTX_MACHMGR( pGseCtx, false)
// carico l'utensile sulla macchina della macchinata corrente in posizione indicata
// reset dell'insieme di teste corrente sulla macchina della macchinata corrente
return pGseCtx->m_pMachMgr->ResetHeadSet( sHead) ;
}
//-----------------------------------------------------------------------------
bool
ExeSetMachineLook( int nFlag)
{
GseContext* pGseCtx = GetCurrGseContext() ;
VERIFY_CTX_MACHMGR( pGseCtx, false)
// imposto l'aspetto della macchina della macchinata corrente
return pGseCtx->m_pMachMgr->SetMachineLook( nFlag) ;
}