EgtMachKernel :
- aggiornato a 1007 versione DB lavorazioni per aggiunta Finitura Superficie - aggiunta gestione portautensili per utensili di tipo TT_MILL_NOTIP con specifica :MILL_NOTIP in dichiarazione file INI - si imposta ricalcolo anche alla cancellazione delle lavorazioni.
This commit is contained in:
+5
-1
@@ -642,10 +642,14 @@ MachMgr::GetToolHolderPath( const string& sHeadName, int nExit, int nType) const
|
||||
string sKey2 = sKey + ":SAW_STD" ;
|
||||
sToolHolder = GetPrivateProfileStringUtf8( TOOLHOLDER_SEC.c_str(), sKey2.c_str(), "", sMachIni.c_str()) ;
|
||||
}
|
||||
else if(nType == TT_SAW_FLAT) {
|
||||
else if ( nType == TT_SAW_FLAT) {
|
||||
string sKey2 = sKey + ":SAW_FLAT" ;
|
||||
sToolHolder = GetPrivateProfileStringUtf8( TOOLHOLDER_SEC.c_str(), sKey2.c_str(), "", sMachIni.c_str()) ;
|
||||
}
|
||||
else if ( nType == TT_MILL_NOTIP) {
|
||||
string sKey2 = sKey + ":MILL_NOTIP" ;
|
||||
sToolHolder = GetPrivateProfileStringUtf8( TOOLHOLDER_SEC.c_str(), sKey2.c_str(), "", sMachIni.c_str()) ;
|
||||
}
|
||||
if ( sToolHolder.empty())
|
||||
sToolHolder = GetPrivateProfileStringUtf8( TOOLHOLDER_SEC.c_str(), sKey.c_str(), "", sMachIni.c_str()) ;
|
||||
// Se non trovato, provo da sezione Tools di Ini di macchina
|
||||
|
||||
Reference in New Issue
Block a user