Gladevcp Toolchange by Michael H
26 Sep 2013 17:02 #39209
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Gladevcp Toolchange by Michael H
Michael
I saw this popup elsewhere again. Is it available yet. I need to jog and do things while in the paused or tool change mode.
I saw this popup elsewhere again. Is it available yet. I need to jog and do things while in the paused or tool change mode.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
26 Sep 2013 22:25 #39221
by mhaberler
Replied by mhaberler on topic Gladevcp Toolchange by Michael H
Marius -
please coordinate with Rick Lair, TJoseph Powderly and Francesco Papparella
they all have expressed interest in getting this merged
to get this done, please get it onto the IRC meeting agenda (see wiki) and drum up some support on the mailing list
- Michael
until this is done, you might use github.com/mhaberler/linuxcnc/tree/jog-while-paused-ub which is this patch rebase onto unified-build-candidate-3
the demo config is configs/sim/axis/jog-while-pause9.ini
please coordinate with Rick Lair, TJoseph Powderly and Francesco Papparella
they all have expressed interest in getting this merged
to get this done, please get it onto the IRC meeting agenda (see wiki) and drum up some support on the mailing list
- Michael
until this is done, you might use github.com/mhaberler/linuxcnc/tree/jog-while-paused-ub which is this patch rebase onto unified-build-candidate-3
the demo config is configs/sim/axis/jog-while-pause9.ini
Please Log in or Create an account to join the conversation.
27 Sep 2013 00:08 #39225
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Gladevcp Toolchange by Michael H
Michael
I added it to the agenda and I will do my best to attend the meeting. I did not have much luck in finding the gents that you mentioned. I found Rick who has not been online for 22 days.
I added it to the agenda and I will do my best to attend the meeting. I did not have much luck in finding the gents that you mentioned. I found Rick who has not been online for 22 days.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
27 Sep 2013 02:20 #39238
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Gladevcp Toolchange by Michael H
Michael
I cloned your repository and tried to build it.
Firstly, there was no configure script so I ran autogen.sh. Then when I ran the make I got this error. Can you help please?
I cloned your repository and tried to build it.
Firstly, there was no configure script so I ran autogen.sh. Then when I ran the make I got this error. Can you help please?
Makefile:87: Makefile.inc: No such file or directory
Makefile:98: *** Makefile.inc must specify 'BUILD_THREAD_FLAVORS' and other variables. Stop.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
27 Sep 2013 03:13 #39241
by cncbasher
Replied by cncbasher on topic Gladevcp Toolchange by Michael H
place these lines into a script and make it executable then run it
replace your name & emc2-dev to suit your instalation .
source ./home/[your name]/emc2-dev /scripts/rip-environment
cd emc2-dev/src
sh autogen.sh
./configure
make
make install-menus
sudo make setuid
that should get you away , i have not added any config switches as i do not know what flavor your require
but hopefully that will help
replace your name & emc2-dev to suit your instalation .
source ./home/[your name]/emc2-dev /scripts/rip-environment
cd emc2-dev/src
sh autogen.sh
./configure
make
make install-menus
sudo make setuid
that should get you away , i have not added any config switches as i do not know what flavor your require
but hopefully that will help
Please Log in or Create an account to join the conversation.
27 Sep 2013 23:09 #39272
by mariusl
OK that got me stumped. Vanilla flavor???
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Gladevcp Toolchange by Michael H
i do not know what flavor your require
OK that got me stumped. Vanilla flavor???
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
28 Sep 2013 01:33 #39282
by mhaberler
Replied by mhaberler on topic Gladevcp Toolchange by Michael H
Hi Marius
unified-build is a major change from the past - see this document: static.mah.priv.at/public/UnifiedBuild.html
this also outlines the install procedure and any preparatory steps
- Michael
unified-build is a major change from the past - see this document: static.mah.priv.at/public/UnifiedBuild.html
this also outlines the install procedure and any preparatory steps
- Michael
Please Log in or Create an account to join the conversation.
28 Sep 2013 05:19 #39293
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Gladevcp Toolchange by Michael H
Now that makes a lot more sense. Thanks
I compiled no problems, for rtai-kernel. When I run any sim config I get this error. I have a feeling there is something wrong with my environment.
I compiled no problems, for rtai-kernel. When I run any sim config I get this error. I have a feeling there is something wrong with my environment.
LINUXCNC - 2.6.0~pre
Machine configuration directory is '/home/marius/dev/jwp/configs/sim/axis'
Machine configuration file is 'jog-while-pause9.ini'
Starting LinuxCNC...
io started
emc/iotask/ioControl.cc 752: can't load tool table.
halcmd loadusr io started
Could not open command file 'core_sim9.hal'
Shutting down and cleaning up LinuxCNC...
Cleanup done
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
28 Sep 2013 05:54 #39295
by mhaberler
Replied by mhaberler on topic Gladevcp Toolchange by Michael H
hm, looks this config dir is lacking a tooltable file
just copy or link a tool.tbl file from one of the config dirs into the directory of your configuration
I dont think the actual contents is rather important
- Michael
just copy or link a tool.tbl file from one of the config dirs into the directory of your configuration
I dont think the actual contents is rather important
- Michael
Please Log in or Create an account to join the conversation.
28 Sep 2013 05:56 #39296
by mhaberler
Replied by mhaberler on topic Gladevcp Toolchange by Michael H
actually it's not the tooltable file
you probably need to execute
. scripts/rip-environment
to get the paths right
-m
you probably need to execute
. scripts/rip-environment
to get the paths right
-m
Please Log in or Create an account to join the conversation.
Moderators: HansU
Time to create page: 0.087 seconds