diff --git a/EgwProxy.MultiCncLib/CNC/CNC.FANUC/CNC.FANUC.vb b/EgwProxy.MultiCncLib/CNC/CNC.FANUC/CNC.FANUC.vb index c6e92a67..913522f8 100644 --- a/EgwProxy.MultiCncLib/CNC/CNC.FANUC/CNC.FANUC.vb +++ b/EgwProxy.MultiCncLib/CNC/CNC.FANUC/CNC.FANUC.vb @@ -1098,7 +1098,8 @@ Namespace CNC Dim sz_routine As String = "-", sz_temp As String = "", d As Double = 0.0 Try - If nVar >= &H8000 Then ' if var like 98xxx then use the other read routine .... ( :(( no comment ) + If nVar >= 10000 Then ' if var like 98xxx then use the other read routine .... ( :(( no comment ) + 'If nVar >= &H8000 Then ' if var like 98xxx then use the other read routine .... ( :(( no comment ) n_ret_code = Focas1.cnc_rdmacror3(nLibHandle(1), nVar, ONE_DATA_ONLY, MacroInfo3)