Update nuget x multicnc:

- fanuc lettura #10'000 in poi
This commit is contained in:
Samuele Locatelli
2022-07-11 16:24:22 +02:00
parent 0b738d13b9
commit 1fb557449c
@@ -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)