Hello Guest it is April 25, 2024, 06:03:02 PM

Recent Posts

Pages: « 1 2 3 4 5 6 7 8 9 10 »
81
General Mach Discussion / Need some foundation advice please on my lathe please.
« Last post by boydage on April 06, 2024, 05:58:52 PM »
Many years experience with a router. Only just enough with a converted lathe. The lathe I installed a 1.5kw VFD driven motor, made a new saddle and added HG rails to the mix with some closed loop steppers. I bought a 4 tool square turret. Very rarely I need to use it for timber turning up decorative house parts that might consist of a 140mm ball so needed a huge amount of X travel for a long tool.

It took a while to get the 4 tool turret to change both with programming and electrical connections. But it works and does the job. The saddle retracts right back to about 10mm before the homing switch before the turret rotates to position.

I am using the tool table offsets and have used a Z tool setter in a jig in my chuck with a G31 move to touch off each tool in the X direction.

Ok. What I didn't setup was any way to drill. And, I now have a part to make in the 100s that needs to be drilled, and a taper honed out. I have a large amount of X saddle and travel. I am going to manufacture a gang tooling setup to sit on the saddle in front of the turret.

I thought I could add some tool-change lines into my tool-change macro which is based on the sensor outputs for the turret. And add in the offsets into the tool table. Was unsure how to set clearances as they will be different to the turret. After reading a bunch of posts I am asking if this is the correct way to set my machine up? I have read people are using G52 offsets, new to me.

With this information in hand. How would I best setup this gang tooling turret lathe to operate? Asking now whilst I am in the machine design stage where to begin in the place of getting it wrong a bunch of times and coming here with a QBL. (quivering bottom lip) because it either does not work or more likely my machine has crashed. Thanks in advance.
82
Mach4 General Discussion / Re: m6 on newest version 5325 not working
« Last post by gorf23 on April 06, 2024, 11:02:03 AM »
Yes I have the latest plugin ver 309

I will mess with it some more later.

Gary
83
Mach4 General Discussion / Re: m6 on newest version 5325 not working
« Last post by smurph on April 06, 2024, 12:36:32 AM »
I think if it works with Sim, then it should work with ESS.  Have you tried updating the ESS plugin?

Steve
84
Mach4 General Discussion / Re: m6 on newest version 5325 not working
« Last post by gorf23 on April 05, 2024, 08:52:58 PM »
Steve,

I tried 5327 i am getting the same results,
I did use the m6 macro that came with the mach4 install this time, to eliminate the macro..
I ran a G0 X1 and a G31 Z-1 in the mdi and they worked fine, i hit the probe and motion stopped.
But the M6 T# does nothing, ran a G Code file again and got struck on the first M6 command.

I switched to the simulator mode and the m6 works ok there..
I am using a smoothstepper.

Do you think i have a setting incorrect?. it was working a few versions back and i don't think i changed anything
I do see you made a few changes to these version's i looked at the screenload script and that has changed a lot..

Let me know what you think

Gary
85
Mach4 General Discussion / Re: m6 on newest version 5325 not working
« Last post by Brian Barker on April 05, 2024, 04:07:34 PM »
Hey, it's that Steve!  :o
86
Mach4 General Discussion / Re: m6 on newest version 5325 not working
« Last post by smurph on April 05, 2024, 02:41:24 PM »
Try 5327 instead of 5325.  I took 5325 down because it had some issues with system variables. 

This runs fine with 5327:
Code: [Select]
G20 G40 G80 G90
G00 X0 Y0
M6T1
G01 X1 F10
Y1
M6T2
X0
M6T3
Y0
M30


Steve
87
Mach4 General Discussion / Re: m6 on newest version 5325 not working
« Last post by Brian Barker on April 05, 2024, 02:27:21 PM »
Well... I am going to take a look at it now and I will inform Steve too... I will make a test!
88
What are you using the encoder for?

In most cases you need A and B to give you the count, the Z channel can be used with the homing but you also need a switch to say you are close to the home position and then use the Z channel to find the exact point.  So you need a motion card that can handle precise homing or 2 stage homing or slow down homing or what ever they call it on there system.

 
89
Mach4 General Discussion / m6 on newest version 5325 not working
« Last post by gorf23 on April 05, 2024, 01:49:22 PM »
I'm testing the new mach4 version 5325

I can get all mdi commands to run g31 g0 and all.

But a M6 T# doesn't seem to execute, i even created a M6 with only a messageBox() in it and that did not seem to run.
It also will not execute the M6 in a G code file when i try to run it, the g code will not run past the M6 line and the tool change led never lights up..
I notice the log file seems to be outputting a bunch of values in the that i have no meaning for maybe for mach4 testing values, but getting no errors  that i know of
I have ran the code in the lua script editor and it ran form there. also deleted the mcc files and let them be recompiled.

Any suggestion
Gary
90
General Mach Discussion / Re: Homing Issues
« Last post by cncmagic on April 04, 2024, 09:23:14 PM »
if you are using Mach4 you need to discuss with the mfg of the motion board.. Mach4 does not actually control the homing procedure the motion card does.  :o
Pages: « 1 2 3 4 5 6 7 8 9 10 »