EgtMachKernel 1.6w1 :
- in simulazione si restituiscono info anche su assi ausiliari e info su tipo asse (lineare o rotante) - in generazione assegnata max speed a EMT.SMAX su evento OnToolData.
This commit is contained in:
@@ -52,13 +52,13 @@ MachMgr::SimMove( int& nStatus)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::SimGetAxisInfoPos( int nI, string& sToken, double& dVal)
|
||||
MachMgr::SimGetAxisInfoPos( int nI, string& sToken, bool& bLinear, double& dVal)
|
||||
{
|
||||
// verifico simulatore
|
||||
if ( m_pSimul == nullptr)
|
||||
return false ;
|
||||
// recupero quote
|
||||
return m_pSimul->GetAxisInfoPos( nI, sToken, dVal) ;
|
||||
// recupero dati
|
||||
return m_pSimul->GetAxisInfoPos( nI, sToken, bLinear, dVal) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user