EgtCAM5 :

- in simulazione corretta visualizzazione coordinate esatte su stop e pausa
- gestita chiusura certa simulazione al passaggio in disegna.
This commit is contained in:
Dario Sassi
2017-05-11 17:15:03 +00:00
parent d262e225fe
commit 4ce3213e69
2 changed files with 3 additions and 1 deletions
@@ -476,7 +476,8 @@ Namespace EgtCAM5
' Aggiorno visualizzazione
EgtDraw()
' Aggiorno dati CNC
If nShowDataCounter = 5 Then
If nShowDataCounter = 5 Or
SimulationStatus = SIM_ST.ST_PAUSE Or SimulationStatus = SIM_ST.ST_STOP Then
ShowCncData()
nShowDataCounter = 0
ElseIf nShowDataCounter > 5 Then