I've been testing some routines after purchasing UCCNC. I found that loading code for drilling holes stalled the display update and mouse input.
I'm running a pretty new I3 with Win 10 64 bit Pro and a new UC100. An air test seems to run ok but the display has a 5-6 second delay.
It continues stalling and is very slow even when the code is not executing.
I made this simple drill of two holes using the G2 command generated in CAMBAM 1.0.
I've changed around with CV parameters with no effect.
Mach4 with the UC100 on the same machine runs this with no problems.
Any help. Thank you.
( Made using CamBam - http://www.cambam.co.uk )
( G CODE TEST CIRCLE DRILL WITH BIT CHANGES 4/14/2017 9:00:26 AM )
( T1 : 1.0 )
( T2 : 2.0 )
G21 G90 G64 G40
G0 Z3.0
( T1 : 1.0 )
T1 M6
( Drill1 )
G17
M3 S1000
G0 X-31.0 Y-11.0
G0 Z3.0
G0 X-21.5 Y-11.0
G0 Z1.0
G1 F500.0 Z0.0
G2 F1000.0 X-35.75 Y-19.2272 Z-0.3333 I-9.5 J0.0
G2 Y-2.7728 Z-0.6667 I4.75 J8.2272
G2 X-21.5 Y-11.0 Z-1.0 I4.75 J-8.2272
G2 X-35.75 Y-19.2272 Z-1.3333 I-9.5 J0.0
G2 Y-2.7728 Z-1.6667 I4.75 J8.2272
G2 X-21.5 Y-11.0 Z-2.0 I4.75 J-8.2272
G2 X-35.75 Y-19.2272 Z-2.3333 I-9.5 J0.0
G2 Y-2.7728 Z-2.6667 I4.75 J8.2272
G2 X-21.5 Y-11.0 Z-3.0 I4.75 J-8.2272
G2 X-35.75 Y-19.2272 I-9.5 J0.0
G2 Y-2.7728 I4.75 J8.2272
G2 X-21.5 Y-11.0 I4.75 J-8.2272
( Drill2 )
G0 Z3.0
( T2 : 2.0 )
T2 M6
M3 S1000
G0 X3.0 Y-12.0
G0 Z3.0
G0 X12.198 Y-12.0
G0 Z1.0
G1 F500.0 Z0.0
G2 F1000.0 X-1.599 Y-19.9657 Z-0.3333 I-9.198 J0.0
G2 Y-4.0343 Z-0.6667 I4.599 J7.9657
G2 X12.198 Y-12.0 Z-1.0 I4.599 J-7.9657
G2 X-1.599 Y-19.9657 Z-1.3333 I-9.198 J0.0
G2 Y-4.0343 Z-1.6667 I4.599 J7.9657
G2 X12.198 Y-12.0 Z-2.0 I4.599 J-7.9657
G2 X-1.599 Y-19.9657 Z-2.3333 I-9.198 J0.0
G2 Y-4.0343 Z-2.6667 I4.599 J7.9657
G2 X12.198 Y-12.0 Z-3.0 I4.599 J-7.9657
G2 X-1.599 Y-19.9657 I-9.198 J0.0
G2 Y-4.0343 I4.599 J7.9657
G2 X12.198 Y-12.0 I4.599 J-7.9657
G0 Z3.0
M5
M30