Qtdragon for lathe??
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7863
- Thank you received: 2121
01 Jul 2024 13:16 #304150
by cmorley
Replied by cmorley on topic Qtdragon for lathe??
The lathe screen is only available in the development version (2.10 master) of linuxcnc.
The following user(s) said Thank You: Anton, RNZ
Please Log in or Create an account to join the conversation.
- RNZ
- Offline
- Senior Member
-
Less
More
- Posts: 41
- Thank you received: 13
25 Nov 2024 22:49 #315262
by RNZ
Replied by RNZ on topic Qtdragon for lathe??
You're an ace dude !!!
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7863
- Thank you received: 2121
26 Nov 2024 02:55 #315270
by cmorley
Replied by cmorley on topic Qtdragon for lathe??
I'm sure it will need more tweaks - lets me know.
Please Log in or Create an account to join the conversation.
- gardenweazel
-
- Offline
- Elite Member
-
Less
More
- Posts: 188
- Thank you received: 8
11 Dec 2024 17:48 - 11 Dec 2024 17:58 #316476
by gardenweazel
Replied by gardenweazel on topic Qtdragon for lathe??
Hi Chris,
I noticed that my screen included a scroll button in the DRO section which I didn't want/need and this appears as if it maybe part of this change?
I was looking for "MACHINE_TYPE_HINT" in the documentation and via GIT, found a few references but none that indicated
acceptable values.
I noticed that my screen included a scroll button in the DRO section which I didn't want/need and this appears as if it maybe part of this change?
I was looking for "MACHINE_TYPE_HINT" in the documentation and via GIT, found a few references but none that indicated
acceptable values.
Last edit: 11 Dec 2024 17:58 by gardenweazel. Reason: Changed wording
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7863
- Thank you received: 2121
11 Dec 2024 20:47 #316479
by cmorley
Replied by cmorley on topic Qtdragon for lathe??
All qtdragon versions have that button now. I'd you have an MPG you might like it to scroll the gcode, mdi or graphics view. There is no option to remove it currently.
The following user(s) said Thank You: gardenweazel
Please Log in or Create an account to join the conversation.
- gardenweazel
-
- Offline
- Elite Member
-
Less
More
- Posts: 188
- Thank you received: 8
11 Dec 2024 21:27 #316482
by gardenweazel
Replied by gardenweazel on topic Qtdragon for lathe??
Got it. No problems.
Ahhh, I misunderstood.
"scroll the gcode, mdi or graphics view" now understood.
Thanks
Ahhh, I misunderstood.
"scroll the gcode, mdi or graphics view" now understood.
Thanks
Please Log in or Create an account to join the conversation.
- HenkvE
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
25 Feb 2025 16:03 - 25 Feb 2025 16:25 #322606
by HenkvE
Replied by HenkvE on topic Qtdragon for lathe??
Hi Chris,
Thanks for the Lathe GUI. I've tried to set it up using 2.10 but ran into a few issues. I did my setup for my lathe in pncconfig selecting QTDragon as a gui. After I've completed the setup I changed the DISPLAY setting in the .ini file to qtvcp -d qtdragon_lathe. Is this the correct way or is there another way to setup qtdragon_lathe? I'll elaborate on the issues if my attempt was correct.
I've modified a manual mini lathe to cnc to test some lathe features and would gladly assist with practical issues with the development of qt_lathe.
Thanks for the Lathe GUI. I've tried to set it up using 2.10 but ran into a few issues. I did my setup for my lathe in pncconfig selecting QTDragon as a gui. After I've completed the setup I changed the DISPLAY setting in the .ini file to qtvcp -d qtdragon_lathe. Is this the correct way or is there another way to setup qtdragon_lathe? I'll elaborate on the issues if my attempt was correct.
I've modified a manual mini lathe to cnc to test some lathe features and would gladly assist with practical issues with the development of qt_lathe.
Last edit: 25 Feb 2025 16:25 by HenkvE.
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7863
- Thank you received: 2121
26 Feb 2025 06:20 #322654
by cmorley
Replied by cmorley on topic Qtdragon for lathe??
Yes, that is a good start.
It is under developed, but I will help as I can.
There are a few extra pins:
qtdragon.axis-x-load (float input range 0-1)
qtdragon.axis-z-load (float input range 0-1)
qtdragon.spindle-load (s32 in put range 0-100)
wear offsets are available when using remap - the wear will be shown in the tool offsets page regardless.
qtdragon.mpg-in (s32 input for scrolling things on screen)
It is under developed, but I will help as I can.
There are a few extra pins:
qtdragon.axis-x-load (float input range 0-1)
qtdragon.axis-z-load (float input range 0-1)
qtdragon.spindle-load (s32 in put range 0-100)
wear offsets are available when using remap - the wear will be shown in the tool offsets page regardless.
qtdragon.mpg-in (s32 input for scrolling things on screen)
The following user(s) said Thank You: rodw, HenkvE
Please Log in or Create an account to join the conversation.
- HenkvE
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
26 Feb 2025 07:40 - 27 Feb 2025 09:01 #322666
by HenkvE
Replied by HenkvE on topic Qtdragon for lathe??
Thanks. The first issue is the output to control the spindle speed. I use a mesa 7i76e card with 0-10V as reference voltage on the spindle port TB4. The output won't go higher than +5V or for that matter, 50% of any reference voltage that I use. The spindle also starts turning at 50% of the maximum spindle speed output setting when I use the slider in manual mode to control the spindle speed. (The spindle only starts to run when the slider is in the middle.) The reason why I suspect that the issue is related to the qt_lathe gui is because when I do the exact same setup with pncconfig selecting AXIS as gui, the maximum output is the the same as the max+ reference voltage.
The output is similar to "bipolar mode" as descibed in the 7i76e manual p15:as in the screenshot of the manual..
I also noticed that the -5V to +5V (or 0-10V) output setting in the Spindle section of pncconfig for qtdragon has no influence on the output voltage of the spindle speed control. Whether the box is selected or not it makes no difference.
My current goal is to get the lathe running with the correct axes and spindle control. Once that is sorted I'll inform you of the other issues as I find them.
Remark:
The issue was resolved by changing the OUTPUT_SCALE parameter in the .ini file to a value of 1000. As I read through the comments in the forum regarding the OUTPUT_SCALE value I realised that this is not an absolute value.
The output is similar to "bipolar mode" as descibed in the 7i76e manual p15:as in the screenshot of the manual..
I also noticed that the -5V to +5V (or 0-10V) output setting in the Spindle section of pncconfig for qtdragon has no influence on the output voltage of the spindle speed control. Whether the box is selected or not it makes no difference.
My current goal is to get the lathe running with the correct axes and spindle control. Once that is sorted I'll inform you of the other issues as I find them.
Remark:
The issue was resolved by changing the OUTPUT_SCALE parameter in the .ini file to a value of 1000. As I read through the comments in the forum regarding the OUTPUT_SCALE value I realised that this is not an absolute value.
Attachments:
Last edit: 27 Feb 2025 09:01 by HenkvE. Reason: A solution to the issue was found and the post is updated to reflect the solution that worked for me.
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7863
- Thank you received: 2121
26 Feb 2025 12:02 #322685
by cmorley
Replied by cmorley on topic Qtdragon for lathe??
Can you post your config files?
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.090 seconds