NEWS
LinuxCNC 2.5.2 Release
There are no translations available.

LinuxCNC 2.5.2 Update Released (changelog).
 
LinuxCNC 2.5.1 Release
There are no translations available.

LinuxCNC 2.5.1 Update Released (changelog). If the Package Manager does not prompt you to upgrade see this page.

 
LinuxCNC 2.5.0 Release
There are no translations available.

New major release (changelog). See the instructions to update your system from EMC 2.4 to LinuxCNC 2.5.
 
Home Forum Configuring LinuxCNC Basic Configuration Setup for plasma cutting need help

Welcome, Guest
Username: Password: Remember me

TOPIC: Setup for plasma cutting need help

Re:Setup for plasma cutting need help 17 Jul 2012 06:13 #22073

  • BigJohnT
  • BigJohnT's Avatar
  • OFFLINE
  • Administrator
  • Posts: 4947
  • Thank you received: 85
  • Karma: 134
Ok, you can connect that to motion.digital-in and use that to wait for the arc before proceeding with the cut.
net start-motion motion.digital-in-00 <= parport.0.pin-15-in

Of course using what ever in pin you choose.

And in your code after issuing a M3 you do a M66 as shown in the sub below. The following subroutine is what I call after moving to the start position for the cut. It finds the material top, moves to pierce height, starts the torch, waits for Arc Ok then moves to cut height
o<touchoff> sub
(#1 pierce height, #2 pierce delay, #3 cut height)
F10
G38.2 Z-1.75 (Probe to find the surface)
G91
G1 Z0.070 (Raise up to Z0)
G90
G92 Z0 (Set Z0)
G1 Z#1
M3 S1
M66 P0 L1 Q5 (Wait for Arc OK from Torch)
G4 P#2 (Pause for pierce delay)
F25
Z#3 (goto cut height)
o<touchoff> endsub
M2

This is an example of how I call the touchoff subroutine.
(move to start postion)
o<touchoff> call [0.125][0][0.080]
Fn (set cutting speed)
...( cut profile)
M5 (turn off torch)
G92.1 (clear my G92 offset)
G0 Z0 (move the torch up to clearance height)
M2

As for Torch Height Control (THC) I cut for a year without one just by careful placement of my material on the slats and making sure it is flat.

John
The administrator has disabled public write access.

Re:Setup for plasma cutting need help 17 Jul 2012 06:19 #22074

  • andypugh
  • andypugh's Avatar
  • NOW ONLINE
  • Moderator
  • Posts: 4109
  • Thank you received: 140
  • Karma: 129
BigJohnT wrote:
Ok, you can connect that to motion.digital-in and use that to wait for the arc before proceeding with the cut.

If the torch is being controlled as a "spindle" then wouldn't connection to motion.spindle-at-speed automatically pause cutting?
The administrator has disabled public write access.

Re:Setup for plasma cutting need help 17 Jul 2012 06:53 #22078

  • BigJohnT
  • BigJohnT's Avatar
  • OFFLINE
  • Administrator
  • Posts: 4947
  • Thank you received: 85
  • Karma: 134
Hmmm, never thought of trying that Andy, IIRC motion.spindle-at-speed only needs a rising edge input so it won't matter if the Arc Ok signal stayed on or not.

Good Idea!

John
The administrator has disabled public write access.

Re:Setup for plasma cutting need help 19 Jul 2012 01:05 #22173

  • ricky_a
  • ricky_a's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 63
  • Karma: 0
Thanks for all your help so far

Greetings Ricky and Jacky
The administrator has disabled public write access.

Re:Setup for plasma cutting need help 19 Jul 2012 03:30 #22179

  • andypugh
  • andypugh's Avatar
  • NOW ONLINE
  • Moderator
  • Posts: 4109
  • Thank you received: 140
  • Karma: 129
Are you making parts now?
The administrator has disabled public write access.

Re:Setup for plasma cutting need help 20 Jul 2012 01:01 #22235

  • ricky_a
  • ricky_a's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 63
  • Karma: 0
Yes we have made some tests, we will continue working on it this weekend, but it starts to look good. Drawing Software What do you use ?
The administrator has disabled public write access.
Moderators: Rick G
Time to create page: 0.982 seconds
Powered by Kunena Forum
© 2013 LinuxCNC.org
Joomla! is Free Software released under the GNU General Public License.