Gladevcp Toolchange by Michael H
28 Sep 2013 13:32 - 28 Sep 2013 13:34 #39299
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Gladevcp Toolchange by Michael H
Michael
I copied a tool table file to the sim directory as well as the sim/axis directory but the problem remains the same. As always, I did run the rip script as well.
The problem seem to be with the sim only as any other config runs OK.
I copied a tool table file to the sim directory as well as the sim/axis directory but the problem remains the same. As always, I did run the rip script as well.
The problem seem to be with the sim only as any other config runs OK.
marius@marius-desktop:~/dev/jwp$ . ./scripts/rip-environment
This script only needs to be run once per shell session.
marius@marius-desktop:~/dev/jwp$ linuxcnc
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
Last edit: 28 Sep 2013 13:34 by mariusl.
Please Log in or Create an account to join the conversation.
28 Sep 2013 14:49 #39301
by mhaberler
Replied by mhaberler on topic Gladevcp Toolchange by Michael H
Marius,
sometimes switching branches and rebuilding without complete cleanup leaves artefacts around which create troubles later.
First, I just rebased the jog-while-paused-ub branch onto the latest unified-build-candidate-3, this incorporates some fixes wrt logging:
github.com/mhaberler/linuxcnc/commits/jog-while-paused-ub
I verified this does work (at least with xenomai, but it should make no difference)
suggested steps, assuming your branch name is jog-while-paused-ub :
cd dev/jwp
git clean -xdf # CAVEAT - this will wipe any files not in the git repo including any mods
git fetch github-mah # or whatever my repo's origin name is in your setup
git reset --hard github-mah/jog-while-paused-ub # fix repo origin as needed
a 'git log' should now show the following commit SHA:
git log
commit 9d2e82f8c943c8ff68394254e0178360fed978c7 <---- this one needs to match
Author: Michael Haberler <This email address is being protected from spambots. You need JavaScript enabled to view it.>
Date: Thu Sep 26 17:24:33 2013 +0200
jog-while-paused demo: remove gladevcp persistence artefact
if so:
cd src
sh autogen.sh
./configure
make
sudo make setuid
. ../scripts/rip-environment
linuxcnc
the jwp demo comes up fine here
- Michael
sometimes switching branches and rebuilding without complete cleanup leaves artefacts around which create troubles later.
First, I just rebased the jog-while-paused-ub branch onto the latest unified-build-candidate-3, this incorporates some fixes wrt logging:
github.com/mhaberler/linuxcnc/commits/jog-while-paused-ub
I verified this does work (at least with xenomai, but it should make no difference)
suggested steps, assuming your branch name is jog-while-paused-ub :
cd dev/jwp
git clean -xdf # CAVEAT - this will wipe any files not in the git repo including any mods
git fetch github-mah # or whatever my repo's origin name is in your setup
git reset --hard github-mah/jog-while-paused-ub # fix repo origin as needed
a 'git log' should now show the following commit SHA:
git log
commit 9d2e82f8c943c8ff68394254e0178360fed978c7 <---- this one needs to match
Author: Michael Haberler <This email address is being protected from spambots. You need JavaScript enabled to view it.>
Date: Thu Sep 26 17:24:33 2013 +0200
jog-while-paused demo: remove gladevcp persistence artefact
if so:
cd src
sh autogen.sh
./configure
make
sudo make setuid
. ../scripts/rip-environment
linuxcnc
the jwp demo comes up fine here
- Michael
Please Log in or Create an account to join the conversation.
28 Sep 2013 15:39 #39303
by cncbasher
Replied by cncbasher on topic Gladevcp Toolchange by Michael H
Marius,
make sure you copy the origional core_sim9.hal , rather than the symbolic links
make sure you copy the origional core_sim9.hal , rather than the symbolic links
Please Log in or Create an account to join the conversation.
Moderators: HansU
Time to create page: 0.075 seconds