EgtMachKernel 1.6k6 :
- aggiunta a simulazione funzione per info e posizione assi.
This commit is contained in:
@@ -48,6 +48,17 @@ MachMgr::SimMove( void)
|
||||
return m_pSimul->Move() ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::SimGetAxisInfoPos( int nI, string& sName, double& dVal)
|
||||
{
|
||||
// verifico simulatore
|
||||
if ( m_pSimul == nullptr)
|
||||
return false ;
|
||||
// recupero quote
|
||||
return m_pSimul->GetAxisInfoPos( nI, sName, dVal) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::SimSetStep( double dStep)
|
||||
|
||||
Reference in New Issue
Block a user