From 1fb557449ca91c889fcbc647cea1723e1f8437e4 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 11 Jul 2022 16:24:22 +0200 Subject: [PATCH] Update nuget x multicnc: - fanuc lettura #10'000 in poi --- EgwProxy.MultiCncLib/CNC/CNC.FANUC/CNC.FANUC.vb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)