Plasma machine setup with Proma SD
- tommylight
- Away
- Moderator
Less
More
- Posts: 19197
- Thank you received: 6434
25 Jul 2016 12:22 #77973
by tommylight
Replied by tommylight on topic Plasma machine setup with Proma SD
403
Forbidden
Access to this resource on the server is denied!
It should work, just take care of proper grounding and shielding.
As for the macro, install Inkscape, install gcode tools, there you already have a macro for plasma use with Linuxcnc.
I use that on all the plasma machines.
Regards,
Tom
Forbidden
Access to this resource on the server is denied!
It should work, just take care of proper grounding and shielding.
As for the macro, install Inkscape, install gcode tools, there you already have a macro for plasma use with Linuxcnc.
I use that on all the plasma machines.
Regards,
Tom
The following user(s) said Thank You: stan
Please Log in or Create an account to join the conversation.
25 Jul 2016 12:57 #77982
by stan
Replied by stan on topic Plasma machine setup with Proma SD
Thank you. Because is a cheap plasma cutter and the arc doesn't start as it's supposed, a wire from tip of the torch to material was added. This is highly risky and should be avoided by newbies. Now works nice.
Please Log in or Create an account to join the conversation.
01 Aug 2016 17:32 #78245
by stan
Replied by stan on topic Plasma machine setup with Proma SD
Hello all,
I used this M3 macro:
Offset = 1
PierceHeight = 2
FeedCurrent = GetOemDRO(818) 'Get the current settings
Dim numar As Double
numar = GetOEMDro(186)
Code"G31 Z-100 F400"
While Ismoving()
Wend
Code"G92 Z0"
Code"G0 Z" & Offset 'Switch offset, merge la Z 1
While Ismoving()
Wend
Code"G92 Z0.000"
While Ismoving()
Wend
Code" G0 Z" & PierceHeight 'Pierce Height
While Ismoving()
Wend
SetOEMDro(186,numar)
'While Ismoving()
'Wend
DoSpinCW()
'Code "F1500"
Code "F" &FeedCurrent 'restore starting feed rate
I used this M3 macro:
Offset = 1
PierceHeight = 2
FeedCurrent = GetOemDRO(818) 'Get the current settings
Dim numar As Double
numar = GetOEMDro(186)
Code"G31 Z-100 F400"
While Ismoving()
Wend
Code"G92 Z0"
Code"G0 Z" & Offset 'Switch offset, merge la Z 1
While Ismoving()
Wend
Code"G92 Z0.000"
While Ismoving()
Wend
Code" G0 Z" & PierceHeight 'Pierce Height
While Ismoving()
Wend
SetOEMDro(186,numar)
'While Ismoving()
'Wend
DoSpinCW()
'Code "F1500"
Code "F" &FeedCurrent 'restore starting feed rate
Please Log in or Create an account to join the conversation.
13 Aug 2016 10:51 #78701
by stan
Replied by stan on topic Plasma machine setup with Proma SD
Now we will try Proma SD with Hypertherm 45.
Please Log in or Create an account to join the conversation.
Time to create page: 0.112 seconds