OmagCUT 1.8f8 :
- aggiunta possibilità di ruotare il grezzo mentre si sposta.
This commit is contained in:
@@ -46,6 +46,9 @@ Public Class CurrentMachine
|
||||
' Massimo diametro lama per tastatura grezzo
|
||||
Private m_dMaxSawDiamForProbe As Double = 630
|
||||
|
||||
' Possibilità di ruotare i grezzi durante separa e muovi
|
||||
Private m_bRawSplMovRotate As Boolean = False
|
||||
|
||||
' Flag che indicano stato tipologia utensili (attivo/non attivo)
|
||||
Private m_bSaw As Boolean = False
|
||||
Private m_bDrill As Boolean = False
|
||||
@@ -230,6 +233,13 @@ Public Class CurrentMachine
|
||||
End Get
|
||||
End Property
|
||||
|
||||
|
||||
Friend ReadOnly Property bRawSplMovRotate As Boolean
|
||||
Get
|
||||
Return m_bRawSplMovRotate
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Friend Property dSafeZ As Double
|
||||
Get
|
||||
If EgtMdbGetGeneralParam(MCH_GP.SAFEZ, m_dSafeZ) Then
|
||||
@@ -678,6 +688,8 @@ Public Class CurrentMachine
|
||||
' Leggo limiti diametro lama per altre operazioni
|
||||
m_dMaxSawDiamForVac = GetPrivateProfileDouble(S_TOOLS, K_MAXSAWDIAMFORVAC, 630, sMachIniFile)
|
||||
m_dMaxSawDiamForProbe = GetPrivateProfileDouble(S_TOOLS, K_MAXSAWDIAMFORPROBE, 630, sMachIniFile)
|
||||
' Leggo flag abilitazione rotazione grezzi durante spezza e muovi
|
||||
m_bRawSplMovRotate = (GetPrivateProfileInt(S_MACH_RAWMOVE, K_MACH_RM_ROTATE, 0, sMachIniFile) <> 0)
|
||||
' Leggo flag presenza tipologie lavorazioni
|
||||
' lama
|
||||
m_bSawing = (GetPrivateProfileInt(S_MACHININGS, K_SAWING, 0, sMachIniFile) > 0)
|
||||
|
||||
Reference in New Issue
Block a user