DRO not counting for JOINT_4
18 Nov 2020 06:18 #189646
by tommieh
DRO not counting for JOINT_4 was created by tommieh
I am tinkering with the very nice Qtdragon QtVCP interface and added a 5th axis as C-axis.
That worked in principle, all good.
Then I ran into the following issue with the DRO for the C-axis only.
The C-axis is configured as JOINT_4.
If I home all axes by pressing HOME ALL, all axes are counting and homing and I can see the C-axis counting as well.
The counting is in red, as the C-axis is not homed yet.
As soon as it is homed, the C-axis DRO stops counting.
Jogging the C-axis after it is homed, does move the cone on the graphics and using LinuxCNC Status shows an actual C-axis position that changes every time the C-axis is jogged.
However, C-axis DRO stays at 0.
If I de-select ALL HOMED, so the DRO goes to red showing axes are not homed, and I jog the C-axis, the DRO is counting.
Is this a limitation in QtVCP? Looking through the code, it appears as if QtVCP is setup for 10 joints.
Added screenshot showing all axes homed and A jogged to 38.490 and C to 77.070 degrees. The cone is tilted and rotated accordingly.
DRO for C-axis shows 0 but LinuxCNC Status shows actual position.
That worked in principle, all good.
Then I ran into the following issue with the DRO for the C-axis only.
The C-axis is configured as JOINT_4.
If I home all axes by pressing HOME ALL, all axes are counting and homing and I can see the C-axis counting as well.
The counting is in red, as the C-axis is not homed yet.
As soon as it is homed, the C-axis DRO stops counting.
Jogging the C-axis after it is homed, does move the cone on the graphics and using LinuxCNC Status shows an actual C-axis position that changes every time the C-axis is jogged.
However, C-axis DRO stays at 0.
If I de-select ALL HOMED, so the DRO goes to red showing axes are not homed, and I jog the C-axis, the DRO is counting.
Is this a limitation in QtVCP? Looking through the code, it appears as if QtVCP is setup for 10 joints.
Added screenshot showing all axes homed and A jogged to 38.490 and C to 77.070 degrees. The cone is tilted and rotated accordingly.
DRO for C-axis shows 0 but LinuxCNC Status shows actual position.
Please Log in or Create an account to join the conversation.
18 Nov 2020 06:59 #189648
by cmorley
Replied by cmorley on topic DRO not counting for JOINT_4
Can you post your config files please.
Chris
Chris
Please Log in or Create an account to join the conversation.
18 Nov 2020 08:13 #189649
by tommieh
Replied by tommieh on topic DRO not counting for JOINT_4
Hi Chris,
Thanks for your quick reply.
Attached the ini file and the hal file.
As you can see, I'm not using a real machine but just a simulator for now.
Do you need anything else?
Thanks
Tommie
Thanks for your quick reply.
Attached the ini file and the hal file.
As you can see, I'm not using a real machine but just a simulator for now.
Do you need anything else?
Thanks
Tommie
Please Log in or Create an account to join the conversation.
18 Nov 2020 13:57 #189671
by cmorley
Replied by cmorley on topic DRO not counting for JOINT_4
if you could share your modifications to qtdragon then I could test everything together.
Thanks
Chris
Thanks
Chris
Please Log in or Create an account to join the conversation.
19 Nov 2020 04:09 #189753
by tommieh
Replied by tommieh on topic DRO not counting for JOINT_4
Chris, I have a battery meltdown on my Macbook that has my VM on it and it won't boot. I hope to get a new battery within a few days and I'll send you the qtdragon files then. Thanks
Tommie
Tommie
Please Log in or Create an account to join the conversation.
20 Nov 2020 06:53 #189872
by tommieh
Replied by tommieh on topic DRO not counting for JOINT_4
Hi Chris,
I'm back and running again. Attached the config files. The tar.gz file should create directory sim.qtdragon5A
Thanks
Tommie
I'm back and running again. Attached the config files. The tar.gz file should create directory sim.qtdragon5A
Thanks
Tommie
Please Log in or Create an account to join the conversation.
21 Nov 2020 07:22 #189962
by cmorley
Replied by cmorley on topic DRO not counting for JOINT_4
This is indeed an error in qtvcp. The mapping of joints vrs axes is wrong when non consecutive axes are used.
I'll work on a fix
I'll work on a fix
The following user(s) said Thank You: tommylight, tommieh
Please Log in or Create an account to join the conversation.
21 Nov 2020 20:15 #190005
by cmorley
Replied by cmorley on topic DRO not counting for JOINT_4
It's actually quite a difficult problem to solve satisfactory
One half work around (that works with no updates) is on the DRO widget for the C axis set Qjoint_number in designer to 5.
Then the display won't respond to unhomed jogging but will display after-homed position.
Chris
One half work around (that works with no updates) is on the DRO widget for the C axis set Qjoint_number in designer to 5.
Then the display won't respond to unhomed jogging but will display after-homed position.
Chris
Please Log in or Create an account to join the conversation.
22 Nov 2020 00:25 #190016
by cmorley
Replied by cmorley on topic DRO not counting for JOINT_4
I pushed some work on this for 2.8. (available on next update)
You still must use the axis index number for Qjoint_number in designer.
but now it converts it to a joint number for displaying when unhomed.
This isn't a perfect solution as an axis that has two joints will only have one displayed, but it works in most situations and is as about as good as I can do for a released 2.8.
If it's not adequate for a particular screen then the author would have to do a little python programming work in the handler file.
I'll have to think hard how to fix this better in master.
Chris
You still must use the axis index number for Qjoint_number in designer.
but now it converts it to a joint number for displaying when unhomed.
This isn't a perfect solution as an axis that has two joints will only have one displayed, but it works in most situations and is as about as good as I can do for a released 2.8.
If it's not adequate for a particular screen then the author would have to do a little python programming work in the handler file.
I'll have to think hard how to fix this better in master.
Chris
Please Log in or Create an account to join the conversation.
23 Nov 2020 02:42 #190093
by tommieh
Replied by tommieh on topic DRO not counting for JOINT_4
Thank you Chris. I changed the Qjoint_number to 5 and it works as suggested.
That it doesn't respond to unhomed joggging and doesn't display the counting whilst homing is ok for now.
Thanks for your help.
That it doesn't respond to unhomed joggging and doesn't display the counting whilst homing is ok for now.
Thanks for your help.
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.169 seconds