Hello Guest it is May 10, 2024, 01:01:18 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - 5ms

Pages: 1
1
VB and the development of wizards / macros, Is this the way to do it?
« on: December 24, 2010, 02:22:26 PM »
Is this the way to do it?


test.nc
G01 X2 Y0 M101
G01 X9 M101
G01 X14 M101
G01 X15 Y5 M101
G01 X0  Y4 M101
G01 X1 M101
..............   So on..........

M101.m1s
While IsMoving()
  Sleep 10
Wend

   Code “G1 A2.5”
   Code “G1 A0”
   Code “G1 A1.7”
' 101 is dun

5ms

Pages: 1