manual-toolchange-with-tool-length-switch sim fails mill upgraded to 2.9.2
01 Jul 2024 09:18 #304132
by seuchato
Hi all
Not sure this is the right place to post my problem. So, moderators, feel free to move it to the correct place.
I have a small three axis router that has a tool length sensor sitting idle for the last few years. I want to make use of it. So digging up the forums, I came accross "examples/sample-configs/sim/axis/remap/manual-toolchange-with-tool-length-switch" to get familiar with it. This "sim" just worked on 2.8.4. runing debian buster.
I upgraded to bookworm and 2.9.2. Same "manual-toolchange-with-tool-length-switch" does not work anymore. OK, using gitzip, I downloaded the latest source from github , unpacked in a new directory and ran it again, to no avail. I positively verified that all files downloaded *ARE* really the same as on github .
os: debian bookworm
LCNC: 2.9.2
user/group cnc:users
owner/group of manual-toolchange-with-tool-length-switch: cnc:users
when I run: "linuxcnc manualtoolchange.ini", I get the following errors (full messages attached)
Any help greatly appreciated
greez chris
Not sure this is the right place to post my problem. So, moderators, feel free to move it to the correct place.
I have a small three axis router that has a tool length sensor sitting idle for the last few years. I want to make use of it. So digging up the forums, I came accross "examples/sample-configs/sim/axis/remap/manual-toolchange-with-tool-length-switch" to get familiar with it. This "sim" just worked on 2.8.4. runing debian buster.
I upgraded to bookworm and 2.9.2. Same "manual-toolchange-with-tool-length-switch" does not work anymore. OK, using gitzip, I downloaded the latest source from github , unpacked in a new directory and ran it again, to no avail. I positively verified that all files downloaded *ARE* really the same as on github .
os: debian bookworm
LCNC: 2.9.2
user/group cnc:users
owner/group of manual-toolchange-with-tool-length-switch: cnc:users
when I run: "linuxcnc manualtoolchange.ini", I get the following errors (full messages attached)
- [GladeVCP.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No DEFAULT_LINEAR_VELOCITY Entry in DISPLAY, Using: 25 (qt_istat.py:532)
... couple of similar warnings more
Guess, as warning only ignorable - [GladeVCP][DEBUG] **** GLADE VCP INFO: Not a builder project, trying to load as a lib glade project (gladevcp:205)
Problem? - gtk-builder-error-quark: manualtoolchange.ui:13:38 Invalid property: HAL_Table.n_rows (11)
Problem? - **** GLADE VCP ERROR: With xml file: manualtoolchange.ui : 'gi.repository.Gtk' object has no attribute 'glade'
Guess, that's where it fails? - <commandline>:0: gladevcp exited without becoming ready
Guess, my guess confirmed? - Embeded tab command "halcmd loadusr -Wn gladevcp gladevcp -c gladevcp -d -x 79691919 -u python/gladevcp-handler.py manualtoolchange.ui" exited with error: 1
Any help greatly appreciated
greez chris
Please Log in or Create an account to join the conversation.
01 Jul 2024 14:00 #304155
by Aciera
Replied by Aciera on topic manual-toolchange-with-tool-length-switch sim fails mill upgraded to 2.9.2
Not sure how far behind the bookworm package is but '/sim/axis/remap/manual-toolchange-with-tool-length-switch' runs for me on a 2.9 build from February:
Maybe updating from the linuxcnc.org sources would help:
linuxcnc.org/docs/2.9/html/getting-start...dating-linuxcnc.html
Maybe updating from the linuxcnc.org sources would help:
linuxcnc.org/docs/2.9/html/getting-start...dating-linuxcnc.html
Attachments:
The following user(s) said Thank You: seuchato
Please Log in or Create an account to join the conversation.
01 Jul 2024 14:33 - 01 Jul 2024 14:39 #304159
by seuchato
Replied by seuchato on topic manual-toolchange-with-tool-length-switch sim fails mill upgraded to 2.9.2
Aciera
Thx a ton, sure looks nice!
To my believe, bookworm is as new as can be, so not "behind"
cat /etc/os*
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="www.debian.org/"
SUPPORT_URL="www.debian.org/support"
BUG_REPORT_URL="bugs.debian.org/"
What os are you running?
Greez
chris
PS: opening up manualtoolchange.ui using glade_gtk (version 3.40) says, manualtoolchange.ui is vor GTK 2.16 but this (my) version is only for GTK+ 3. So I should make sure I can start it with glade 3.8 without outdated widgets. This is my translation from German to English. Actual wording will be different, for sure
PPS: as you may notice, I am on 2.9.2 already. So, would you like me to jump to 2.10x? Guess that's not released, yet?
Thx a ton, sure looks nice!
To my believe, bookworm is as new as can be, so not "behind"
cat /etc/os*
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="www.debian.org/"
SUPPORT_URL="www.debian.org/support"
BUG_REPORT_URL="bugs.debian.org/"
What os are you running?
Greez
chris
PS: opening up manualtoolchange.ui using glade_gtk (version 3.40) says, manualtoolchange.ui is vor GTK 2.16 but this (my) version is only for GTK+ 3. So I should make sure I can start it with glade 3.8 without outdated widgets. This is my translation from German to English. Actual wording will be different, for sure
PPS: as you may notice, I am on 2.9.2 already. So, would you like me to jump to 2.10x? Guess that's not released, yet?
Last edit: 01 Jul 2024 14:39 by seuchato.
Please Log in or Create an account to join the conversation.
01 Jul 2024 14:46 #304161
by Aciera
Replied by Aciera on topic manual-toolchange-with-tool-length-switch sim fails mill upgraded to 2.9.2
Not quite, what you get with bookworm is what has been sent to the debian organization at the time. There have been bug fixes in 2.9.2 since that are not in the current bookworm packages.To my believe, bookworm is as new as can be, so not "behind"
I was suggesting to change the linuxcnc package sources to linuxcnc.org instead of the official debian bookworm repositories. The link I posted should show you how to do that.So, would you like me to jump to 2.10x? Guess that's not released, yet?
The following user(s) said Thank You: seuchato
Please Log in or Create an account to join the conversation.
01 Jul 2024 15:57 #304169
by seuchato
Replied by seuchato on topic manual-toolchange-with-tool-length-switch sim fails mill upgraded to 2.9.2
Aciera
Thanks for iterating. I AM on the latest version.
"cat /etc/apt/sources.list
deb deb.debian.org/debian/ bookworm main contrib
deb deb.debian.org/debian bookworm main non-free-firmware
deb linuxcnc.org/ bookworm 2.9-uspace base "
"linuxcnc
LINUXCNC - 2.9.2"
Guess, I am up to date
greez
chris
Thanks for iterating. I AM on the latest version.
"cat /etc/apt/sources.list
deb deb.debian.org/debian/ bookworm main contrib
deb deb.debian.org/debian bookworm main non-free-firmware
deb linuxcnc.org/ bookworm 2.9-uspace base "
"linuxcnc
LINUXCNC - 2.9.2"
Guess, I am up to date
greez
chris
Please Log in or Create an account to join the conversation.
01 Jul 2024 23:31 #304181
by rodw
Replied by rodw on topic manual-toolchange-with-tool-length-switch sim fails mill upgraded to 2.9.2
You are up to date with what is in Debian but it is very old and out of date. Please read heading #7 in the 2.9.2 docss titled "Getting Linuxcnc" and follow those steps
The following user(s) said Thank You: seuchato
Please Log in or Create an account to join the conversation.
02 Jul 2024 03:29 - 02 Jul 2024 03:31 #304193
by seuchato
Replied by seuchato on topic manual-toolchange-with-tool-length-switch sim fails mill upgraded to 2.9.2
rodw and aciera
Thx for your support
Did as instructed, though I was already on "deb linuxcnc.org/ bookworm base 2.9-uspace ". Same result. So I chose a fresh install from linuxcnc.org/downloads/, using www.linuxcnc.org/iso/linuxcnc_2.9.2-amd64.hybrid.iso. Still same result.
[Got a problem with the editor, so this post is spread over several messages, sorry]
Thx for your support
Did as instructed, though I was already on "deb linuxcnc.org/ bookworm base 2.9-uspace ". Same result. So I chose a fresh install from linuxcnc.org/downloads/, using www.linuxcnc.org/iso/linuxcnc_2.9.2-amd64.hybrid.iso. Still same result.
[Got a problem with the editor, so this post is spread over several messages, sorry]
Last edit: 02 Jul 2024 03:31 by seuchato.
Please Log in or Create an account to join the conversation.
02 Jul 2024 03:38 #304194
by seuchato
Replied by seuchato on topic manual-toolchange-with-tool-length-switch sim fails mill upgraded to 2.9.2
Attached my /etc/apt/sources.list
Was the same all the time and on all my linuxcnc pcs. Don't know, still the same
...sim/axis/remap/manual-toolchange-with-tool-length-switch$ head -n 3 manualtoolchange.ini
[EMC]
VERSION = 1.1
MACHINE = manualtoolchange.ini
...sim/axis/remap/manual-toolchange-with-tool-length-switch$ head -n 5 manualtoolchange.ui
<?xml version="1.0"?>
<interface>
<requires lib="gtk+" version="2.16"/>
<!-- interface-requires gladevcp 0.0 -->
<!-- interface-naming-policy project-wide -->
It's actually the very same as on github (github.com/LinuxCNC/linuxcnc/blob/master.../manualtoolchange.ui)
So, no joy, and I ask myself:
where do you guys get your " manualtoolchange.ui" from?
Could it be it is a library issue? Permissions? But if, where?
If you guys have it up running out of the box, it must be something very obvious.
Thx a ton for your help
Greez
chris
Was the same all the time and on all my linuxcnc pcs. Don't know, still the same
...sim/axis/remap/manual-toolchange-with-tool-length-switch$ head -n 3 manualtoolchange.ini
[EMC]
VERSION = 1.1
MACHINE = manualtoolchange.ini
...sim/axis/remap/manual-toolchange-with-tool-length-switch$ head -n 5 manualtoolchange.ui
<?xml version="1.0"?>
<interface>
<requires lib="gtk+" version="2.16"/>
<!-- interface-requires gladevcp 0.0 -->
<!-- interface-naming-policy project-wide -->
It's actually the very same as on github (github.com/LinuxCNC/linuxcnc/blob/master.../manualtoolchange.ui)
So, no joy, and I ask myself:
where do you guys get your " manualtoolchange.ui" from?
Could it be it is a library issue? Permissions? But if, where?
If you guys have it up running out of the box, it must be something very obvious.
Thx a ton for your help
Greez
chris
Please Log in or Create an account to join the conversation.
02 Jul 2024 03:58 #304198
by seuchato
Replied by seuchato on topic manual-toolchange-with-tool-length-switch sim fails mill upgraded to 2.9.2
Attachments:
Please Log in or Create an account to join the conversation.
02 Jul 2024 09:32 - 02 Jul 2024 09:33 #304218
by seuchato
Replied by seuchato on topic manual-toolchange-with-tool-length-switch sim fails mill upgraded to 2.9.2
Hi all
Meanwhile I made 3 fresh installs:
debian 10 (buster), LCNC V 2.8.4: manual-toolchange WORKS
debian 12 (bookworm), LCNC V 2.9.1: manual-toolchange NOT working
debian 12 (bookworm), LCNC V 2.9.2: manual-toolchange NOT working
can't believe I am the only one having this problem
greez
chris
Meanwhile I made 3 fresh installs:
debian 10 (buster), LCNC V 2.8.4: manual-toolchange WORKS
debian 12 (bookworm), LCNC V 2.9.1: manual-toolchange NOT working
debian 12 (bookworm), LCNC V 2.9.2: manual-toolchange NOT working
can't believe I am the only one having this problem
greez
chris
Last edit: 02 Jul 2024 09:33 by seuchato.
Please Log in or Create an account to join the conversation.
Time to create page: 0.114 seconds