Hello Guest it is April 25, 2024, 04:19:06 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 - Cartierusm

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »
71
Mach4 General Discussion / Re: Mach Motion Lathe Wizards Bug? Help.
« on: February 03, 2018, 12:58:28 AM »
Not sure what you're asking, but I ran the wizard took a screen shot, posted the code, opening the code in gcode editor and took another screen shot.

Weird, why would my code be off? I mean there's quite a few things off with the parting wizard. It doesn't post the correct tool number, doesn't post the correct feeds and speeds and doesn't peck.

My mach is the latest release as of a couple weeks ago.

Rhtuttle, thanks for trying. Any suggestions? I mean once I'm aware of all the bugs I can manually change them, but it makes it difficult if I go back and update the wizard as I'm want to do if I creeping up on some dimension or trying out a new sequence.

72
Mach4 General Discussion / Re: Mach Motion Lathe Wizards Bug? Help.
« on: February 02, 2018, 05:20:42 PM »
Oh also if you notice in the pictures I posted above for parting that setting a different offset for the tool doesn't change it in the gcode. I set T0314 but the parting wizard puts the tool as T0303.

73
I'm guessing you retro fitted that machine as well? If so why not home inside the servo too? That's what I did on Mori Lathe. My new servos has that option if you want to set it in it's own software. I'm guessing you would have done that if it was possible using the old servos?

I think though my limit switches on the Mori are pretty accurate, but I never bothered to test them because I always though that limit/homing switches weren'' that accurate. I always thought professional machines used an index on a linear scale or servo. I mean some do and some don't, I expect. Plus my machine is from 1978 who knows how worn those are.

The manuf. of the servos said I can enact the pulse index by setting it up in Mach to do it  for me. At the time I didn't know how to maybe I'll explore that now; making a one button startup routine.


74
Yeah, I originally had the tool changer working with an 8 position rotary switch and push button to activate the tool changes. Then when you people taught me about Modbus I just too the switch function out of my ladder program and now Mach sends those commands to the PLC. SO I can let the gcode change the tool, or type it in MDI or still use the rotary switch, but now the rotary switch now does a tool change in mach so it's changing the tool number in mach and moving it to the correct tool change position.

I'm really liking modbus and PLCs, when you realize how easy it is and how you can impliment PLCs with it, the possibilities are endless.

Almost picked up TWO Fadal 4020 VMCs yesterday!!! Auction, perfect condition, went for about $5K each, one 1992 and one 1998. Rigging and transport kept me from buying them. $4000 from LA to SF. or $3200 for one sooo.... I really need to buy a 15K trailer so I can just rent a truck and pick this stuff up myself. They had some OLD but Working perfectly Kitamura Mycenter 1's, could have got one for $50.00!! But again transport.

75
Mach4 General Discussion / Re: Mach Motion Lathe Wizards Bug? Help.
« on: February 01, 2018, 06:53:52 PM »
Here's a pic of the wizard entries and the resulting code for the messed up Parting Cycle. Also the pecking part doesn't work at all.

https://www.dropbox.com/s/rpofac3bgzev5oc/Mach%20Motion.JPG?dl=0
https://www.dropbox.com/s/uct90qjeuyivzj4/GCode.JPG?dl=0

76
Mach4 General Discussion / Re: Mach Motion Lathe Wizards Bug? Help.
« on: February 01, 2018, 06:49:38 PM »
@overloaded, it's not an offset issue as it still drills to the correct depth, just takes forever(s) ;-). I'm not cancelling anything. This is straight from the wizards. I'm doing 3 different drill cycles and compile them all within the wizard.

Here's the code:

N0000 (Machine type - MachMotion Lathe Canned Cycles)
N0005 (Filename: C:\Mach4Hobby\GcodeFiles\Drill and Turn.tap)
N0010 (Generated on 01/31/18 at 18:27:39)

N0015 %
N0020 G00 G40 G18 G54 G64 G80 G90.1 G99 G20 (Safe Start Block)
N0025 %

N0030 (Starting Gcode for Drilling Cycle: DrillingCycle-0)

N0035 %
N0040 G00 G40 G18 G54 G64 G80 G90.1 G99 G20 (Safe Start Block)
N0045 %

N0050 T0707 (Tool Change)
N0055 G98 (Feed per Minute)
N0060 G97 S1200 (Constant Speed)
N0065 M04 (Spindle Reverse)
N0070 M08 (Flood)
N0075 G00 X0.0000 Z0.0600
N0080 G83 X0 Z-1.7 R0.06 Q0.06 F5
N0085 G80
N0090 G00 X0.0000 Z0.0600
N0095 (End Gcode for Drilling Cycle: DrillingCycle-0)
N0100 (Starting Gcode for Drilling Cycle: DrillingCycle-1)

N0105 %
N0110 G00 G40 G18 G54 G64 G80 G90.1 G99 G20 (Safe Start Block)
N0115 %

N0120 T0505 (Tool Change)
N0125 G98 (Feed per Minute)
N0130 G97 S1100 (Constant Speed)
N0135 M04 (Spindle Reverse)
N0140 M08 (Flood)
N00145 G83 X0 Z-0.58 R0.06 Q0.08 F5
N0150 G80
N0155 G00 X0.0000 Z0.0600
N0160 (End Gcode for Drilling Cycle: DrillingCycle-1)
N0165 (Starting Gcode for Drilling Cycle: DrillingCycle-2)

N0170 %
N0175 G00 G40 G18 G54 G64 G80 G90.1 G99 G20 (Safe Start Block)
N0180 %

N0185 T0416 (Tool Change)
N0190 G98 (Feed per Minute)
N0195 G97 S700 (Constant Speed)
N0200 M04 (Spindle Reverse)
N0205 M08 (Flood)
N00210 G83 X0 Z-0.48 R0.06 Q0.08 F5
N0215 G80
N0220 G00 X0.0000 Z0.0600
N0225 (End Gcode for Drilling Cycle: DrillingCycle-2)
N0230 (Starting Gcode for Turning Cycle: TurnCycle-0)
N0235 ([Xi, Zi] = [1.25, 0]; [Xf, Zf] = [1.172, -1.5]; Z- Direction; OD)
N0240 G50 S4100 (Spindle Speed Cap)
N0245 (Roughing)

77
Mach4 General Discussion / Re: Mach Motion Lathe Wizards Bug? Help.
« on: January 31, 2018, 11:59:14 PM »
Oh and another bug, kind of. If I do multiple drill cycles in the same program only the first drill sequence moves the drill to the Z that was set in the wizards. After my carriage moves for a tool change to a different drill the carriage won't move back to the correct Z so it starts to peck drill about 2 inches in front of the part. It has the correct coordinates to drill to, but the starting Z is way off and other drills after that are that way too so I have to edit the gcode so as to not waste time having it drill air.


78
Mach4 General Discussion / Re: Mach Motion Lathe Wizards Bug? Help.
« on: January 31, 2018, 11:47:06 PM »
rh, I'll do that tomorrow.

79
Mach4 General Discussion / Re: Mach Motion Lathe Wizards Bug? Help.
« on: January 31, 2018, 11:06:34 PM »
Found a ton of more bugs in Mach Motion Lathe Wizards.

The parting wizard crashed my tool, now I need another parting tool. No matter what you change the feedrate to it stays at 10 IPM and the RPM stays at what you have in the preferences, in my case 1800 RPMs.

And it locks up every so often. It also will get hung up and the settings won't change. So if you go to run a program and some of the gcode is not what you want and you go back to the wizard and change a value and update it, it doesn't update the Gcode when you generate it.

80
I'm not sure why Chad used a Y, but I've found that Mach can at least read a Y output on a PLC and X. If you can find an address in your PLC software for an internal bit, I never looked, then I'm sure it can be done. I'm sure it must be as a PLC using Modbus can be pretty robust if using internal commands.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »