Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- MachCNC
- Messages
Search
Re: Version 12.0 Macro bug!
Art
Sorry Steve,
I quickly zeroed them . Fix the M6Start Macro by removng the offending line and all should be fine. I didn't want a toolchange to do anything other than just change tool in turn until I clean up the macro's for it. (Wouldn't do to go to a 0,0,0 position or anything when an M6 was interpreted... Art www.artofcnc.ca |
Version 12.0 Macro bug!
Steve Blackmore
On Sun, 24 Aug 2003 00:13:25 -0300, you wrote:
RC12 is online. It is being released a bit early because I didn't like thatMach12 lathe Now got a different macro bug! "Error in Macro at Line Tool = Get Selected tool () Set Current Tool (tool)" Hangs there, won't load graphics or file. M5 end macro is blank - M6 Start macro contaims only the "error line"??? -- Steve Blackmore |
Re: N106G0G90G54X0.Y2.7969A0.S5000M93G4P2
Lee Studley
--- In mach1mach2cnc@..., Steve Blackmore <steve@p...>
wrote: On Sat, 23 Aug 2003 23:11:08 -0000, you wrote:N106G0G90G54X0.Y2.7969A0.S5000M93G4P2message dialog on this line: N106 line number G0 ??? no parms..If this is modal maybe it saying the following are to be rapid until mode changed ??? G90 set ABS positioning G54 Work offset position coord #1 set to x=0" y=2.7969" and "A0.S5000 spindle RPM" M93 is machine dependant I've several definitions for this one "Release Power???" G4P2 dwell and let the quill get up to speed is my guess. Seems reasonable ... -Lee You've got a rapid move (absolute) with a G54?? to X Y A?? (is thatwith a dwell of 2. |
Re: Digest Number 37
Lee Studley
Yes I agree now. Its what the CAM program generated. I'm dissecting it
and playing around with it. I dont get the G0 with no parms. I'm not a GCODE expert,but I will be soon:-), I was hoping the CAM output was ready to go as is. This is a good example to learn the details and wonder why did it generate that... -Lee --- In mach1mach2cnc@..., "David Gabrielsen" <cimdave@f...> wrote: You got a whole Russian novel on one line.now in Mach2. Is there an override. I just read thers and overidebutton, now I 'm looking for it :0) |
Re: Digest Number 37
David Gabrielsen
Why, oh why, does everybody seem to think "Fanuc" is a standard?Because there are so many of them. Over half the world market at one point. And because they are so versatile, they can be married to so many different types and brands of machines. Despite the variations, they are very consistent in how they program and operate. Once you learn one, they are all easy to understand. |
Re: Digest Number 37
David Gabrielsen
You got a whole Russian novel on one line.
Break it up into smaller logical chunks. Especially the dwell dg Message: 21 Date: Sat, 23 Aug 2003 23:11:08 -0000 From: "Lee Studley" <indigo_red@...> Subject: N106G0G90G54X0.Y2.7969A0.S5000M93G4P2 Hi Art, I finally got around to loading up Mach2 and I've been having problems. Mach1 runs fine( with its caveats) This code is from a standard FANUC postprocessor. This is a portion of a file that runs fine in Mach1. In Mach2 it chokes with opening the file during the"regen.. path" message dialog on this line: N106G0G90G54X0.Y2.7969A0.S5000M93G4P2 Also once limits have been tripped, I used to be able to reset and move the machine off the limit switch. I cant find how to do that now in Mach2. Is there an override. I just read thers and overide button, now I 'm looking for it :0) Also, I've tried both drivers and the machine has dumped Mach2 out twice. Going back to the original driver. I get the WinXP message "blahblah MAch2 has done something evil and do you want to send a report to MS blah blah." -Lee |
Version 12.0 online.
Art
Hi All:
RC12 is online. It is being released a bit early because I didn't like that MAcro bug being present. 1) DXF has selectable return position in abs or rel. 2) Rgen button is locked out during program run. 3) Errors go away after 5 seconds or so. The Error box was never really a "current error", just the "last error", but it was confusing, so it now goes away after 5 seconds or so. 4) THC reset Macro Command. THCReset() has been added to scripts and test fix at M5 was removed. 5) In Turn , several changes. Macros of type .t1s are now present. 6) In Turn, no more automatic Safe_Z moves at present until they are ready. 7) Unknown Macro's will not hang the sytem. That was Less's problem, the M93 was locking up the script engine. 8) The Script engine tries to be non-reentrant. This means the parsing errors and script errors should be gone. I can no longer repeat the parseing errors. 9) Program repeat with auto decrement of the Z_Inhibit are now on the corrections page. This should be set just prior to pressing Cycle/Run. It will repeat a program, like a DXF conversion, xx times and each time subtract the Z-Inhibit lowering varibale from the Z_inhib on each run. This will allow for multi-pass from the DXF conversions. OR, if the Z-Inhib is set to a higher value than your stock, it will run the program as a dry run without actually lowering into the material. Thanks, Art www.artofcnc.ca |
Re: N106G0G90G54X0.Y2.7969A0.S5000M93G4P2
Art
Lee:
Just a side note, the lockup of the G-Code program on that line does not ocur with the next release. It was related to a bug Steve found in Version 10.0 onwards. It loads and runs just like Mach1 in the current version to be released tommorrow. Sorry for that bug... Art www.artofcnc.ca |
Re: SUCCESS! Mach2 / Sound Logic PC@Route Model M1 setup
jacoby01
Thank you to everyone for your thoughtful help on this problem -
there is a small glitch with my LEDs, but everything [that matters] works great. Today was the first time I operated my system - which currently consists of one Gecko and one motor - no mechanicals. Next question, how many times can a grown man watch a stepper motor operate under computer control - spins in one direction (G0 X20), speeds up (F160 G1 X50), slows down, stops, reverses direction and then returns "home" (G0 X0)- all under control of the g-code program I wrote - aptly named "xfile". I'm the only one in the household who finds this moderately entertaining, but I'll let you guys know when I'm bored! Thanks again for your help getting this up and running. Bob Jacoby Florida |
Re: N106G0G90G54X0.Y2.7969A0.S5000M93G4P2
Lee Studley
I see your point in the rapids, and the limits thing was something
Steve, I found it as you say with acrobat search. This code was cranked out by a professional cam program and was working fine on mach1. I should have dissected the line more. I've been using Mach1 and have gotten familair with its layout and whenever you go to a new program or upgrade there's issues. I did notice that jog hotkeys only work in some screens and not others. What machine are running and would you recommend this release or the prior. I'm trying to deliver a plasma cutter, and currently have Mach1 being tested on a BP SeriesII CNC w/ 4J head. It's a beast:-) and if it goes nuts is pretty dam scary. -Lee --- In mach1mach2cnc@..., Steve Blackmore <steve@p...> wrote: On Sat, 23 Aug 2003 23:11:08 -0000, you wrote:portionI finally got around to loading up Mach2 and I've been having N106G0G90G54X0.Y2.7969A0.S5000M93G4P2of a file that runs fine in Mach1. In Mach2 it chokes with openingWhat is a "standard Fanuc"? is it a mill, is it lathe, what version? with a dwell of 2.now button,in Mach2. Is there an override. I just read thers and overide now I 'm looking for it :0)Ahh - took me a while to fid that - Mil & Lathe , Corrections page. |
Re: limit over ride
Robert Campbell
Art,
toggle quoted message
Show quoted text
Thanks, I will check it in the morning. Bob Campbell ----- Original Message -----
From: "Art" <fenerty@...> To: <mach1mach2cnc@...> Sent: Saturday, August 23, 2003 5:05 PM Subject: Re: [mach1mach2cnc] limit over ride Bob:switch is overriden until you jog off of it. With softlimits, you should be ableto jog the other way. Is the system somehow locking you out from moveingwither direction until softlimits are turned off? That would be a bug if so, Iwill check it. |
Re: N106G0G90G54X0.Y2.7969A0.S5000M93G4P2
Steve Blackmore
On Sat, 23 Aug 2003 23:11:08 -0000, you wrote:
I finally got around to loading up Mach2 and I've been havingWhat is a "standard Fanuc"? is it a mill, is it lathe, what version? Why, oh why, does everybody seem to think "Fanuc" is a standard? With a mill - there is V6, 11, 18 & 21 With a lathe - there is V0, 3, 6, 11, 20 These are just the ones my CAM proggy has post processors for. Every one is different! message dialog on this line: N106G0G90G54X0.Y2.7969A0.S5000M93G4P2You've got a rapid move (absolute) with a G54?? to X Y A?? (is that really supposed to be there?) with a speed of 5000 and an M93?? with a dwell of 2. You've got codes there that Mach1 doesn't understand. Also once limits have been tripped, I used to be able to reset andAhh - took me a while to fid that - Mil & Lathe , Corrections page. overide limits ;). -- Steve Blackmore |
Re: limit over ride
Art
Bob:
Oh, I see the problem. With switches you simply press reset and the switch is overriden until you jog off of it. With softlimits, you should be able to jog the other way. Is the system somehow locking you out from moveing wither direction until softlimits are turned off? That would be a bug if so, I will check it. Thanks, Art www.artofcnc.ca |
N106G0G90G54X0.Y2.7969A0.S5000M93G4P2
Lee Studley
Hi Art,
I finally got around to loading up Mach2 and I've been having problems. Mach1 runs fine( with its caveats) This code is from a standard FANUC postprocessor. This is a portion of a file that runs fine in Mach1. In Mach2 it chokes with opening the file during the"regen.. path" message dialog on this line: N106G0G90G54X0.Y2.7969A0.S5000M93G4P2 Also once limits have been tripped, I used to be able to reset and move the machine off the limit switch. I cant find how to do that now in Mach2. Is there an override. I just read thers and overide button, now I 'm looking for it :0) Also, I've tried both drivers and the machine has dumped Mach2 out twice. Going back to the original driver. I get the WinXP message "blahblah MAch2 has done something evil and do you want to send a report to MS blah blah." -Lee ========================================================= % O0000 (PROGRAM NAME - RACK3) (DATE=DD-MM-YY - 15-07-03 TIME=HH:MM - 19:41) N100G20 N102G0G17G40G49G80G90 ( 3/32 FLAT ENDMILL TOOL - 1 DIA. OFF. - 1 LEN. - 1 DIA. - .09375) N104T1M6 N106G0G90G54X0.Y2.7969A0.S5000M93G4P2 N108G43H1Z.25 N110Z.1 N112G1Z0.F50.0 N114X2.0345F50.0 ... |
Re: limit over ride
Robert Campbell
Art,
toggle quoted message
Show quoted text
I got it working. Bob Campbell ----- Original Message -----
From: "Robert Campbell" <bob@...> To: <mach1mach2cnc@...> Sent: Saturday, August 23, 2003 11:41 AM Subject: Re: [mach1mach2cnc] limit over ride Art,external switch.
|
Re: limit over ride
Robert Campbell
Art,
toggle quoted message
Show quoted text
What is the proper procedure to back off limits. I am not using an external switch. My main concerned is the use of one of my systems at a local high school. Bob Campbell ----- Original Message -----
From: "Art" <fenerty@...> To: <mach1mach2cnc@...> Sent: Saturday, August 23, 2003 11:10 AM Subject: Re: [mach1mach2cnc] limit over ride Bob:with softlimits enabled as the softlimits should be set to maintain just infront of the switch...hmm. Does doing a ref, help? |
to navigate to use esc to dismiss