Hello Guest it is April 25, 2024, 11:53:33 AM

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 - BlueSeasJames

Pages: 1
1
And here's a couple pictures

2
We've got a 4x8 China router with ATC running (a confirmed legitimate copy of) Mach3, Delta servos and WiXHC MKX-IV Mach3 motion card. 

We cut a lot of adhesive backed foam- the first few tools come and do surface features, then I run a separate toolpath for a drag knife to cut through the adhesive and paper backing.  The drag knife toolpath has a modified post processor that I've removed all traces of M03 so the spindle doesn't grenade with an unbalanced tool.

It seemed pretty well sorted after a few teething pains (it was delivered with the Y axis reversed, so it was cutting mirror images of parts  ::) ).  After a few weeks of running flawlessly, it started crashing during tool change occasionally (maybe once a week, using it daily).  Since then it has been doing it with increasing frequency, but still inconsistently.  Maybe once every couple days. 

Here's how it goes down-

I'll run Example1.txt file with T3, T4, and T5.  After that is finished, I'll Close G-Code, go into MDI tab, and input T7 M6 to change the tool to a empty toolholder (I don't keep the drag knife loaded in the tool holder to prevent the possibility of getting loaded and spindle turned on by accident).  I then manually change the empty toolholder to the drag knife, load and run ExampleDRAG1.txt.  I then turn off the vacuum table and dust collector, close the G-Code, change back to the empty toolholder, jog the head near the end of the work envelope, and change to a fresh sheet of material. 
I then load Example2.txt, and most of the time it runs without issue.  When it errors though, it goes to return T7 to its clip, and then suddenly jumps about a cm.  Sometimes X, sometimes Y, and just a few minutes ago it might have done X and Z (or the Z might have just from the impact with the tool holder bar.  It also cracked the 3/4" thick aluminum mounting plate for the spindle).

We have gone into Windows and turned off all the energy saving options (so the hard drive, USB, and the rest of the computer won't go to sleep after inactivity), but it's still doing it and it seems like the rate at which it's happening is increasing.  We haven't found any pinched/kinked/stretched wires or anything else visibly wrong, though we haven't pulled the sheet metal and fully chased everything. 

So my question is- what should we be looking at and have you ever seen anything similar?

3
General Mach Discussion / Re: Mach3, VCarve Pro, ATC router, and drag knife
« on: February 16, 2017, 06:09:24 PM »
Edit your v Carve post processor to remove the M3 that starts the spindle, and use that post for your drag knife code.

If you edit the post processor in Notepad, just remove this line:
"[N][S ]M03"
or any others with an M3 in it.


To get the machine up and running, we're going to run two separate files for now (one for everything but the drag knife and one for the drag knife only.  As such, I've removed every M03 in the drag knife post processor file, and confirmed that there are no M03s in the processed file.  If there is no tool change (IE the drag knife is in the spindle before I start the drag knife file) then it runs successfully.  However, if I start the program with a different tool in the spindle, the tool changes to the drag knife, it G00s over to its start location, and then the spindle turns on when it starts a G01.  Ran the same exact file each time.  Could this be related to the tool change macro?

Fortunately I had my hand on an E-stop and so hit that before the spindle fully spooled up, but it's still rather perplexing as to why it would do this.  Picture is from immediately after hitting E-stop, before I moved anything. I've also attached the post processor (changed the extension to .txt from .pp so it would upload) and the file it erred on.

Thanks again!
-James

4
General Mach Discussion / Re: Mach3, VCarve Pro, ATC router, and drag knife
« on: February 06, 2017, 07:32:08 PM »
Edit your v Carve post processor to remove the M3 that starts the spindle, and use that post for your drag knife code.

If you edit the post processor in Notepad, just remove this line:
"[N][S ]M03"
or any others with an M3 in it.


Thanks for the quick response!
That would get me two separate files, so I'd run all the normal router tools, then run the second file that's just the drag knife- correct?
Ideally I'd like to keep it all as a single file per sheet to reduce downtime and operator headache.  Is there a way that it can not post an M3 with only one tool while turning on the spindle for all the others?

5
General Mach Discussion / Mach3, VCarve Pro, ATC router, and drag knife
« on: February 06, 2017, 05:11:44 PM »
Hi,
Hopefully there's a simple solution that is just under my nose that I'm missing; here's my situation.  I'm trying to figure out how to keep my spindle from turning on with a drag knife on an ATC machine without having to use an intermediary program or separate drag knife file.

Background- We just got our second machine, which is a Mach3 system. Our first is a Syntec (Taiwanese) system.  With the material I'm cutting (PSA and paper backed foam) first we have a variety of router bits come by and cut the surface, then we follow with a Donek D2 drag knife.  I've set my drag knife in VCarve as an end mill with a .1mm diameter and spindle speed of 0.  Everything has radii so I have no problems with sharp corners.  On the Syntec system, it just doesn't turn the spindle on with the spindle speed of 0; with the Mach3 when I tried the same technique I had a surprise and got to dive for the E-stop as it started to spin up!

So my questions are-
1: Is this best handled on the Mach3 end (modify the code somewhere to say "ignore any commands to turn on the spindle with T7" or "If the spindle speed is 0, don't turn on the spindle") or with VCarve ("Remove any commands to turn on the spindle with T7")?
2: Where can I get a walkthrough on how to do this that my Neanderthal mind can grasp?

Thanks!
-James

Pages: 1