
04-24-2008, 06:21 PM
|
| | | Join Date: Feb 2008 Location: Australia
Posts: 8
| |
Trying to make a CNC pcb router | | I guys, I have for about 3 months been trying to develop a cnc pcb router. I'm finding it very hard to get information about designing software to run a g code that is exported from Proteus. At the moment I have the g code in a spreadsheet in excel and I'm using VB6 to design the software to run the program gui. To start with, well until I get the project working I'm using two Parallax Servo motors to control x and y axis. Does any here have experience with programming software to do this? or has someone done one of these projects themselves and can help me develop my own.
Here is a part of the g code. Code: G04 PROTEUS RS274X GERBER FILE*
%FSLAX24Y24*%
%MOIN*%
%ADD70C,0.0800*%
%ADD71R,0.0700X0.0700*%
%ADD16C,0.0700*%
%ADD20C,0.0900*%
%ADD21R,0.1000X0.1000*%
%ADD19C,0.0080*%
G54D70*
X+2579Y+7602D03*
X+5700Y+8100D03*
G54D71*
X+0Y+0D03*
G54D16*
X+1000Y+0D03*
X+2000Y+0D03*
X+3000Y+0D03*
X+4000Y+0D03*
X+5000Y+0D03*
X+6000Y+0D03*
X+7000Y+0D03*
X+7000Y+3000D03*
X+6000Y+3000D03*
X+5000Y+3000D03*
X+4000Y+3000D03*
X+3000Y+3000D03*
X+2000Y+3000D03*
X+1000Y+3000D03*
X+0Y+3000D03*
G54D20*
X+3036Y-2437D03*
X+4036Y-2437D03*
X+99Y-2437D03*
X+1099Y-2437D03*
X+8957Y+1500D03*
X+8957Y+500D03*
X-1869Y+1515D03*
X-1869Y+515D03*
G54D21*
X+83Y+5437D03*
X+1083Y+5437D03*
X+2083Y+5437D03*
X+3083Y+5437D03*
X+4083Y+5437D03*
X+5083Y+5437D03*
G54D19*
X-14664Y-9326D02*
X+21752Y-9326D01*
X+21752Y+10988D01*
X-14664Y+10988D01*
X-14664Y-9326D01*
M00* |