Hello Guest it is March 28, 2024, 02:41:09 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.


Messages - MA$TER_E

Pages: 1
1
Uninstalled, Deleted the Directory then Reinstalled Mach3 and everything works fine now.

Unfortunately, in my haste to figure this all out I forgot to plug the fans in that keep my stepper drivers cool and fried them...

Neat...

2
I just read in a post on CNCzone back in 2006 that a guy was having issues with I and J values being zero.

Could that be the issue?  I wouldn't think so because it does the first radius just fine and fails on the second one...

(___008 - TOP FINAL PROFILE ___)
G00 X0.613 Y12.8594
Z1.
G01 Z-0.25 F30.
X0.4596 Y16.5469 F60.

(THESE TWO LINES RUN JUST FINE)
G02 X0.4593 Y16.5625 I0.3747 J0.0156
G02 X0.8343 Y16.9375 I0.375 J0.


G01 X4.6657

(THESE TWO LINES FAIL)
G02 X5.0407 Y16.5625 I0. J-0.375
G02 X5.0404 Y16.5469 I-0.375 J0.


G01 X4.7336 Y9.1719
G02 X4.3589 Y8.8125 I-0.3747 J0.0156
G01 X1.1411
G02 X0.7664 Y9.1719 I0. J0.375
G01 X0.613 Y12.8594

3
My code is using G02's and I'm running Absolute IJ mode.  The first radius is fine, then for some reason it pukes on the second one and everting there after is off...  I still don't have a clue whats going on.  I think the next thing I'll do is completely uninstall Mach3, delete the directory and completely remove any trace of Mach3 from my system then reinstall.

My best guess is that when the power went out a file somewhere in Mach3 got corrupted...
The code hasn't changed and I've been running projects for a week now that have been coming out just fine.

Its the only thing I can think of...

Code: [Select]
(***********************************************)
(     PROGRAM NAME  -  DARK TOWER CASE.NC)
(     MACHINE  -   K2 KG-2525)
(     POST  -  Mach3-******)
(     DATE  -  SUN. 03/07/2010 - 03:39PM)
(***********************************************)


(___STARTUP___)
G00 Z1.
M03


(___008 - TOP FINAL PROFILE ___)
G00 X0.613 Y12.8594
Z1.
G01 Z-0.25 F30.
X0.4596 Y16.5469 F60.
G02 X0.4593 Y16.5625 I0.3747 J0.0156
G02 X0.8343 Y16.9375 I0.375 J0.
G01 X4.6657
G02 X5.0407 Y16.5625 I0. J-0.375
G02 X5.0404 Y16.5469 I-0.375 J0.
G01 X4.7336 Y9.1719
G02 X4.3589 Y8.8125 I-0.3747 J0.0156
G01 X1.1411
G02 X0.7664 Y9.1719 I0. J0.375
G01 X0.613 Y12.8594


(___009 - BASE FINAL PROFILE ___)
X0.613 Y4.6406
Z1.
G01 Z-0.25 F30.
X0.7664 Y8.3281 F60.
G02 X1.1411 Y8.6875 I0.3747 J-0.0156
G01 X4.3589
G02 X4.7336 Y8.3281 I0. J-0.375
G01 X5.0404 Y0.9531
G02 X5.0407 Y0.9375 I-0.3747 J-0.0156
G02 X4.6657 Y0.5625 I-0.375 J0.
G01 X0.8343
G02 X0.4593 Y0.9375 I0. J0.375
G02 X0.4596 Y0.9531 I0.375 J0.
G01 X0.613 Y4.6406


(___SHUTDOWN___)
M05
G00 Z1.
G00 X0 Y0


(___COMPLETE___)
M02

4
Did you figure anything out?  I'm having the same problem right now.  See my youtube vid...

http://www.youtube.com/watch?v=n5DQIz702fQ

Pages: 1