Is someone using Gmoccapy Plasma ?
04 Oct 2015 01:20 - 04 Oct 2015 01:21 #63407
by Michael80
Is someone using Gmoccapy Plasma ? was created by Michael80
I`m building a plasma cutter at the moment and it should run with linuxcnc. I found the nice Gmoccapy Plasma version, but no detailed install instructions.
In the wiki it is only writting the correct files to copy and the changes to made will be told later, but i cannot find anything more about it.
Gmoccapy is running fine. Can someone help me to get the plasma version running?
Linux CNC 2.6.8 from ISO file including unbuntu
THC from Proma
Steering: Benezans Triple Beast with stepper Motors
Cutter: Stahlwerk PCut 120
thanks in advance for help
Michael
In the wiki it is only writting the correct files to copy and the changes to made will be told later, but i cannot find anything more about it.
Gmoccapy is running fine. Can someone help me to get the plasma version running?
Linux CNC 2.6.8 from ISO file including unbuntu
THC from Proma
Steering: Benezans Triple Beast with stepper Motors
Cutter: Stahlwerk PCut 120
thanks in advance for help
Michael
Last edit: 04 Oct 2015 01:21 by Michael80.
Please Log in or Create an account to join the conversation.
04 Oct 2015 03:41 #63410
by newbynobi
Replied by newbynobi on topic Is someone using Gmoccapy Plasma ?
May be Marius can give you a Hand, i only did the surface.
Could you start gmoccapy plasma as sim from the config folder?
Norbert
Could you start gmoccapy plasma as sim from the config folder?
Norbert
Please Log in or Create an account to join the conversation.
04 Oct 2015 04:06 #63412
by Michael80
Replied by Michael80 on topic Is someone using Gmoccapy Plasma ?
yes, the sim is working properly, i think i just need to know what files to copy and what to change
Please Log in or Create an account to join the conversation.
22 Oct 2015 21:22 - 22 Oct 2015 21:29 #64142
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Is someone using Gmoccapy Plasma ?
You have to make a normal xyz axis config using Stepconf or Pncconf. Then make sure that is running.
What I do is open both the new ini file and the sim ini file.
Then copy the sim [DISPLAY] stuff over the Axis.ini file {DISPLAY] contents.
Then you need the plasma.py, plasma.hal and plasma.glade files in your config directory.
You also need the signal.py, signal.glade and signal.hal in your config directory.
This should all startup and run. From here you implement your particular THC choice by using the builtin THCUD component or you write your own for your system.
The plasma screen contains many controls that cater for a complex software controlled THC or a simple hardware bit bang THC solution. As I said the choice of THC is yours.
Tell us what your choice of THC is going to be and I will elaborate on that.
OK I see you are using the Proma. That is a simple bit bang system and you can use the THCUD component. Look at the man page for the THCUD to get a good idea of what signals you need. The Proma works very well and has very little problems.
What I do is open both the new ini file and the sim ini file.
Then copy the sim [DISPLAY] stuff over the Axis.ini file {DISPLAY] contents.
Then you need the plasma.py, plasma.hal and plasma.glade files in your config directory.
You also need the signal.py, signal.glade and signal.hal in your config directory.
This should all startup and run. From here you implement your particular THC choice by using the builtin THCUD component or you write your own for your system.
The plasma screen contains many controls that cater for a complex software controlled THC or a simple hardware bit bang THC solution. As I said the choice of THC is yours.
Tell us what your choice of THC is going to be and I will elaborate on that.
OK I see you are using the Proma. That is a simple bit bang system and you can use the THCUD component. Look at the man page for the THCUD to get a good idea of what signals you need. The Proma works very well and has very little problems.
Regards
Marius
www.bluearccnc.com
Last edit: 22 Oct 2015 21:29 by mariusl.
Please Log in or Create an account to join the conversation.
23 Oct 2015 00:50 #64151
by Michael80
Replied by Michael80 on topic Is someone using Gmoccapy Plasma ?
Thanks for your help so far. I will try and keep you updated
Please Log in or Create an account to join the conversation.
23 Oct 2015 01:57 #64156
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Is someone using Gmoccapy Plasma ?
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
23 Oct 2015 02:57 #64159
by Michael80
Replied by Michael80 on topic Is someone using Gmoccapy Plasma ?
yes i know, but there no details about the files needed, only the hint, that it will told later
Please Log in or Create an account to join the conversation.
23 Oct 2015 03:43 #64161
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Is someone using Gmoccapy Plasma ?
All the files you need are in the sim config. You just need to find out how to go from sim to your specific production config. That unfortunately is the hassle we all have to deal with when we set up custom machine control software. And because every builder makes his own machine in the way that he wants, we cannot supply complete information to cover all possible options.
I always start with sim and then copy into my config as I need.
There is a saying - Opensource is free but not cheap.
I always start with sim and then copy into my config as I need.
There is a saying - Opensource is free but not cheap.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
04 Nov 2015 22:32 - 04 Nov 2015 23:06 #64746
by Michael80
Replied by Michael80 on topic Is someone using Gmoccapy Plasma ?
so it seems a little bit tricky to hook up all the THC signals an get the thc running.
And ..
What do you use for the floating switch input, and how to touch off the Z-Plane?
Do i need to write a Hal Component or is there an existing one to use
BR
Michael
And ..
What do you use for the floating switch input, and how to touch off the Z-Plane?
Do i need to write a Hal Component or is there an existing one to use
BR
Michael
Last edit: 04 Nov 2015 23:06 by Michael80.
Please Log in or Create an account to join the conversation.
05 Nov 2015 00:47 #64756
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Is someone using Gmoccapy Plasma ?
You can use the THCUD existing component as it works well.
The touchoff or floating switch can be used on the prob input or the homing input. The preferred method is the probe input as you then use G38.x in your gcode. I use Sheetcam for the plasma gcode generation and it has the correct post processor file to use.
The touchoff or floating switch can be used on the prob input or the homing input. The preferred method is the probe input as you then use G38.x in your gcode. I use Sheetcam for the plasma gcode generation and it has the correct post processor file to use.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
Time to create page: 0.082 seconds