How to setup a 4axis gantry plasma machine using gmoccapy?
- rodw
- Offline
- Platinum Member
Less
More
- Posts: 10737
- Thank you received: 3540
30 Nov 2016 02:32 #83472
by rodw
Sorry you wasted your time. In my original post, I did say
Replied by rodw on topic How to setup a 4axis gantry plasma machine using gmoccapy?
Thanks for paying attention rodw. I'll make a new install and tell you the results.
Sorry you wasted your time. In my original post, I did say
If you are running a Mesa ethernet card you will need to install the preemptive kernal befiore installing Master.
Please Log in or Create an account to join the conversation.
- emad
- Offline
- Junior Member
Less
More
- Posts: 36
- Thank you received: 0
30 Nov 2016 02:50 - 30 Nov 2016 03:57 #83473
by emad
Replied by emad on topic How to setup a 4axis gantry plasma machine using gmoccapy?
No problem.I have learned from your post and andy's post.Also, I have learned how to customize the installation (minimal display server, minimal desktop manager, minimal window manager, grub themes, apt sources.list, kernel install and isolcpus). Thank you for sharing your time.
Last edit: 30 Nov 2016 03:57 by emad.
Please Log in or Create an account to join the conversation.
- emad
- Offline
- Junior Member
Less
More
- Posts: 36
- Thank you received: 0
02 Dec 2016 02:18 #83551
by emad
Replied by emad on topic How to setup a 4axis gantry plasma machine using gmoccapy?
Hello again. I made a new install using the wheezy image. I installed the master branch. The current Lcnc version is 2.8.0 . Where to start, now?
Please Log in or Create an account to join the conversation.
- newbynobi
- Offline
- Moderator
Less
More
- Posts: 2075
- Thank you received: 406
02 Dec 2016 09:48 #83564
by newbynobi
Replied by newbynobi on topic How to setup a 4axis gantry plasma machine using gmoccapy?
Just start the config:
linuxcnc-dev/configs/sim/gmoccapy/gmoccapy-JA/Gantry/gantry_mm.ini
Do not forget to start from terminal and do a rip-environment befor starting the config.
Than change the sim config to fit your needs.
Norbert
linuxcnc-dev/configs/sim/gmoccapy/gmoccapy-JA/Gantry/gantry_mm.ini
Do not forget to start from terminal and do a rip-environment befor starting the config.
Than change the sim config to fit your needs.
Norbert
Please Log in or Create an account to join the conversation.
- emad
- Offline
- Junior Member
Less
More
- Posts: 36
- Thank you received: 0
02 Dec 2016 17:43 - 06 Dec 2016 12:05 #83587
by emad
Replied by emad on topic How to setup a 4axis gantry plasma machine using gmoccapy?
I don't know how to start it. Can you help me with it?
Last edit: 06 Dec 2016 12:05 by emad. Reason: adding attachments
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
Less
More
- Posts: 10737
- Thank you received: 3540
06 Dec 2016 13:50 #83714
by rodw
Replied by rodw on topic How to setup a 4axis gantry plasma machine using gmoccapy?
My plan is to get to gmoccapy but have started playing in axis as a starting point. I have read that is is the best for troubleshooting. It has a window you can open up to watch all of the inputs and outputs as LEDs on the screen which is very useful. So start by running stepconf and set up a system and then see if anything moves. It will create a config.
I found there is 4 things to do in Axis before you can run any gcode.
1. Turn off the estop
2. Turn on the machine
3. Home all
4. Touch Off
Then you can press start and it will run.
As I don't have limit switches in place quite yet, I had to change some of the homing settings
I found there is 4 things to do in Axis before you can run any gcode.
1. Turn off the estop
2. Turn on the machine
3. Home all
4. Touch Off
Then you can press start and it will run.
As I don't have limit switches in place quite yet, I had to change some of the homing settings
Please Log in or Create an account to join the conversation.
- emad
- Offline
- Junior Member
Less
More
- Posts: 36
- Thank you received: 0
06 Dec 2016 14:25 #83715
by emad
Replied by emad on topic How to setup a 4axis gantry plasma machine using gmoccapy?
Hi rodw. I think I have problems with master install. I'm lost here. here you are what I did:
I used Linuxcnc live Debian image. which has the 2.7 Lcnc version.
I disabled the Lcnc and Lcnc-dev from synaptic package manager.
I got the devlopment version:
git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-dev
cd src
./autogen.sh
./configure --with-realtime=/usr/realtime-3.4-9-rtai-686-pae
make
At this point I see the make repeats with no stops.
Can you tell me what to do, please?
I used Linuxcnc live Debian image. which has the 2.7 Lcnc version.
I disabled the Lcnc and Lcnc-dev from synaptic package manager.
I got the devlopment version:
git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-dev
cd src
./autogen.sh
./configure --with-realtime=/usr/realtime-3.4-9-rtai-686-pae
make
At this point I see the make repeats with no stops.
Can you tell me what to do, please?
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5009
- Thank you received: 1443
06 Dec 2016 16:26 #83716
by Todd Zuercher
I believe the trouble shooting tools you are referring to is Halshow and or Halmeter. Both of which are accessible in Gmoccapy, or any other Linuxcnc UI. They can actually be run separately independently of any ui in Linuxcnc (Halscope as well). They only need halrun running at a minimum.
Replied by Todd Zuercher on topic How to setup a 4axis gantry plasma machine using gmoccapy?
My plan is to get to gmoccapy but have started playing in axis as a starting point. I have read that is is the best for troubleshooting. It has a window you can open up to watch all of the inputs and outputs as LEDs on the screen which is very useful.
I believe the trouble shooting tools you are referring to is Halshow and or Halmeter. Both of which are accessible in Gmoccapy, or any other Linuxcnc UI. They can actually be run separately independently of any ui in Linuxcnc (Halscope as well). They only need halrun running at a minimum.
Please Log in or Create an account to join the conversation.
- andypugh
- Away
- Moderator
Less
More
- Posts: 23558
- Thank you received: 4858
06 Dec 2016 16:51 - 06 Dec 2016 16:52 #83717
by andypugh
Replied by andypugh on topic How to setup a 4axis gantry plasma machine using gmoccapy?
In a terminal four useful commands are:
halcmd loadusr halmeter
halcmd loadusr halshow
halcmd loadusr halscope
and
halcmd loadusr sim_pin ...
(sim_pin needs a list of pins / parameters / signals? and allows you to set the values, very good for exercising a system)
rather than type "halcmd" all the time you can join a running HAL session with
halcmd -kf
and then just type HAL commands (show, setp, sets, net, del loadrt, addf, etc etc)
linuxcnc.org/docs/2.7/html/man/man1/halcmd.1.html
linuxcnc.org/docs/2.7/html/hal/tools.html
linuxcnc.org/docs/2.7/html/hal/halshow.html
halcmd loadusr halmeter
halcmd loadusr halshow
halcmd loadusr halscope
and
halcmd loadusr sim_pin ...
(sim_pin needs a list of pins / parameters / signals? and allows you to set the values, very good for exercising a system)
rather than type "halcmd" all the time you can join a running HAL session with
halcmd -kf
and then just type HAL commands (show, setp, sets, net, del loadrt, addf, etc etc)
linuxcnc.org/docs/2.7/html/man/man1/halcmd.1.html
linuxcnc.org/docs/2.7/html/hal/tools.html
linuxcnc.org/docs/2.7/html/hal/halshow.html
Last edit: 06 Dec 2016 16:52 by andypugh.
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5009
- Thank you received: 1443
06 Dec 2016 18:47 #83718
by Todd Zuercher
Replied by Todd Zuercher on topic How to setup a 4axis gantry plasma machine using gmoccapy?
But in Gmoccapy there are buttons to open those windows at the bottom of the Maintenance screen.
Please Log in or Create an account to join the conversation.
Moderators: newbynobi, HansU
Time to create page: 0.080 seconds