Hello...

As I'm new in emc world I have problems with new software.

Frequently I make some PCB boards for my (hobby) prototypes. As boards
are done with toner transfer method the etched board is scaled and of
course rotated as there are no align pins.

I have Old machine with custom software (machine need overhaul and I
decide just to make new one) and instead custom driver (slow with 8051
cpu) I just use EMC2.

For aligning holes on old machine I just jog over the hole and save
position and repeat that for few holes (usaly holes on the corners)
After that I run custom program to align holes to real plate and send
corrected coordinates to real dril routine.

In EMC2 i have no clue how to do similar thing.
I need to somehow save coordinates of 3 or 4 holes (uses jog to put
machine over holes)
G28 save's coordinate but how to jog betwen? something like



M1 ?? enable jog
(LOGOPEN,filename)
G28.1
(LOG, X=#5161 Y=#5162)
M1 ?? enable jog again
G28.1
(LOG, X=#5161 Y=#5162)
M1 ?? enable jog again
G28.1
(LOG, X=#5161 Y=#5162)
M1 ?? enable jog again
G28.1
(LOG, X=#5161 Y=#5162)
(LOGCLOSE)
M2


any idea?


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to