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: Plasma cutting speeds - MAX SPEED?
jacoby01
Just jumping into this thread because it very topical - can anyone
recommend a msximum speed for my plasma cutting table - I'm in the midst of assembling the electronics and designing the table. By the "book" 16 gauge steel should be cut at 330 ipm (verse 3/8" at 35 ipm) and 1/16" aluminum at 550 ipm - this sounds extremely fast - I was initially going to design for a max speed of 200 ipm - now I've moved it up to 300 - 350 ipm. I'm anxious to hear others' experiences - any suggestions. Bob Jacoby Florida --- In mach1mach2cnc@..., Scot Cameron <scotxl@y...> wrote: Hi Tom,Thank you,I will play around with the settings |
Re: Plasma cutting speeds
Scot Cameron
Hi Tom,Thank you,I will play around with the settings
,I plan to lift the torch between cuts but have the head floating,this will do for now as i learn more and the THC kit becomes available,when you say contouring is this constant contouring,if i want sharp pointsand corners should i turn constant contouring off. regards Scot --- caudlet <thom@...> wrote: --- In mach1mach2cnc@..., "scot" __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software |
Re: Plasma cutting speeds
--- In mach1mach2cnc@..., "scot" <scotxl@y...> wrote:
Hi,I have just got my plasma machine running,I am looking for someso the require cut speed is acheived quicker.I don't think any changes in acceleration or deceleration are needed for torch cutting. Just set your machine for the best performance. Slower ramps means the machine will run smoother (less jerkyness) which is good for torch work. A plasma is not exactly a precision cutting machine and the flame trails behind the tip to an extent. The biggest challenge is to get consistant piercing and constant torch height above the material (unless you are using a drag tip). The most important thing is to have the conturing feature enabled to make the curves and shapes you cut nice and smooth. I use between 70 and 80 IPM on 11Ga steel. I cut some 1/4" stock the other day and I got good results at 40IPM. This is with a 55A torch and the Torch Height Control running. Tom C |
Re: Rutex drive hook up
gittt2000
--- In mach1mach2cnc@..., Art <fenerty@a...> wrote:
I have not yet gotten to the point that I knowRutex don't seem to have made the RT990H chip datasheet available, even though it is refered to as the source of the SPI info. The RT990A chip datasheet has a full list of SPI register addresses and flags but I don't know if it is the same as the RT990H |
question for art
evening,
i was wondering if mach1 / 2 is able to be interfaced to potentiometers for controlling feed rates and bounceless switches for controlling jog increments as well as axis selection. this would resemble a bostomatic type controller for anyone who knows those machines. by the way, if you read this art, its nice to hear you had a great time, and arrived back safely. thanks in advance jeff |
Re: g28.1
morgtod
oops,
I meant for the second g28.1 to be another g28.1z1. Todd --- In mach1mach2cnc@..., "morgtod" <todmorg@h...> wrote: Hi,it is 2" up from tripping the switch, but something don't seem right. |
G code in macro passing veriable
barker806
One more quick question:
Is there a way to pas a variable in to the Gcode? Example: M6START tool = GetSelectedTool() x = GetToolChangeStart( 0 ) y = GetToolChangeStart( 1 ) z = GetToolChangeStart( 2 ) a = GetToolChangeStart( 3 ) b = GetToolChangeStart( 4 ) c = GetToolChangeStart( 5 ) SetCurrentTool( tool ) code "G00 G53 Z-.1" code " G00 G59 P255" M6END x = GetToolChangeStart( 0 ) y = GetToolChangeStart( 1 ) z = GetToolChangeStart( 2 ) a = GetToolChangeStart( 3 ) b = GetToolChangeStart( 4 ) c = GetToolChangeStart( 5 ) StraightTraverse x, y, a, b, c code "G43 H (Tool) " ; I don't think this will work And then I can set the tool change location as 255 Thank you Brian |
g28.1
morgtod
Hi,
The problem with the g28.1 is repeatable, Run your z axis to 2", type g28.1z1 in the mdi, manually trip your home switch, type g28.1 in the mdi, manually trip your home switch, this time it will rapid back to 2" on the z. I dont know if this is the original 2" or if it is 2" up from tripping the switch, but something don't seem right. Todd |
35kHz slowdown, bugs
Art and list-at-large:
I am experiencing a slow down in performance at 35kHz (and incredible slow down at 45kHz) in Mach 2 as compared to 25kHz. Can someone tell me what is happening and how to remedy the situation. Running a 1.3 GHz machine dedicated to Mach2 - nothing else running, use of Gecko 201's, and only rapids of about 10mm/sec. Also a couple of possible bugs: - upon M30 reset, rewind all axes ok except X that does not reset properly - variable speed of incremental jog, sometimes slow, sometimes same speed as continuous. Thanks in advance. Tom Hess |
Re: G-code in a macro:Needs more useful examples and docs
morgtod
Thanks John,
Your method works perfect. code ("F100G1X1Y3") Todd --- In mach1mach2cnc@..., "japrenticeuk" <john@c...> wrote: --- In mach1mach2cnc@..., "Lee Studley" sadly this is of little use to you as this revision also covers thethough ;=)
|
Re: THC offset
morgtod
--- In mach1mach2cnc@..., "caudlet" <thom@t...> wrote:
--- In mach1mach2cnc@..., "morgtod" <todmorg@h...>wrote: thisHi,point isdistancereally a cool hardware, software combo.The THC simple keeps the Z updated with the actual height. If you is added or subtracted from the initial .125. It's basically like ato your M05 (torch off) was .187 then that is the number stored in theZ height register and on the DRO. A move to 1.00 would be absoluteso if the read was at .187 it would move the difference. In the endthe head should end up 1.00 above the zero point (I use the materialrapids to 1,1 and moves at reference speed to the home switchs and stopsat 0,0...just like when you hit the manual axis reference buttons.in a rapid run to 1,1 a slow run to home and a rapid back to 1,1 withoffsets I think, but I just wish it was the same all of the time. I do notof steel and just the saving of tips makes it worth the price.Hi Tom, Thanks for the explanation on the offset function. You are correct about the g28.1 functioning oddly, if I do a G28.1z1 my torch rapids to 1", slowly lowers to the switch opening, and stops. The second time I run it, it will referance the switch and then return to 1", just like you explained it. This is keeping me from using the g28.1, but I would like to use it to maintain accurate pierce height. Once this small problem is cleared up I think it will be smooth sailing with the thc. Is is fun to watch the torch glide over uneven metal and just hover at 1/16", its just like magic! Todd |
Re: G-code in a macro:Needs more useful examples and docs
Art
Actual code is without the paren's as in
toggle quoted message
Show quoted text
code "G0X6" This will execute a move to 6 in X, haven't tried G53 yet. Thanks, Art www.artofcnc.ca ----- Original Message -----
From: "barker806" <barker1@...> To: <mach1mach2cnc@...> Sent: Tuesday, August 05, 2003 2:30 PM Subject: [mach1mach2cnc] Re: G-code in a macro:Needs more useful examples and docs The function as I have it is:I have been trying to get the g code to run in the macros as well and have not been successful. I think I am doing it wrong ;o) . Is there anyone having any luck getting it to work?? What I would like to do is change the tool change macros (G00 G53 Z-.1). Thank you Brian To unsubscribe from this group, send an email to: mach1mach2cnc-unsubscribe@... Your use of Yahoo! Groups is subject to |
Re: G-code in a macro:Needs more useful examples and docs
barker806
The function as I have it is:I have been trying to get the g code to run in the macros as well and have not been successful. I think I am doing it wrong ;o) … Is there anyone having any luck getting it to work?? What I would like to do is change the tool change macros (G00 G53 Z-.1). Thank you Brian |
Re: Rutex drive hook up
gittt2000
--- In mach1mach2cnc@..., Art <fenerty@a...> wrote:
I have decided to add a small SPI driver Now that has made my day!. Excellent news Art. I presume that means configuring the drive via SPI will be available? (eg, setting the encoder division ratio) |
to navigate to use esc to dismiss