QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
- udoS
- Offline
- Elite Member
Less
More
- Posts: 216
- Thank you received: 25
12 Oct 2023 06:51 - 12 Oct 2023 06:55 #282799
by udoS
QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function was created by udoS
Hi to ALL.
I've set up the QtDragon HD with z compensation; now I try to work with touch plate and tool sensor but I'm not clear as how they are working.
First Tool-Sensor: what should happen if my Code says T2 M6; It should go to tool-change position, I change the tool, hit OK, then ... ?
Can anyone help on that?
Where and How is the implementation done ?
I've set up the QtDragon HD with z compensation; now I try to work with touch plate and tool sensor but I'm not clear as how they are working.
First Tool-Sensor: what should happen if my Code says T2 M6; It should go to tool-change position, I change the tool, hit OK, then ... ?
Can anyone help on that?
Where and How is the implementation done ?
Last edit: 12 Oct 2023 06:55 by udoS.
Please Log in or Create an account to join the conversation.
- cmorley
- Away
- Moderator
Less
More
- Posts: 7771
- Thank you received: 2055
17 Oct 2023 01:47 #283152
by cmorley
Replied by cmorley on topic QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
is this what you are referring to?
linuxcnc.org/docs/2.9/html/gui/qtdragon....uto_tool_measurement
linuxcnc.org/docs/2.9/html/gui/qtdragon....uto_tool_measurement
Please Log in or Create an account to join the conversation.
- udoS
- Offline
- Elite Member
Less
More
- Posts: 216
- Thank you received: 25
17 Oct 2023 07:51 #283163
by udoS
Replied by udoS on topic QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
@cmorley
thank you; I will work with that for now;
best regards
udoS
thank you; I will work with that for now;
best regards
udoS
Please Log in or Create an account to join the conversation.
- udoS
- Offline
- Elite Member
Less
More
- Posts: 216
- Thank you received: 25
21 Oct 2023 15:38 #283446
by udoS
Replied by udoS on topic QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
One thing I don't find;
Using QtDragon_HD;
Pressing "Go Home" Button the Z-Axis goes to "Z0", then to Xnn Ynn;
Like This: G0 G53 Z0; G0 G53 X0 Y520;
Where do I change the Z0 Value;
Best Regards
udoS
Using QtDragon_HD;
Pressing "Go Home" Button the Z-Axis goes to "Z0", then to Xnn Ynn;
Like This: G0 G53 Z0; G0 G53 X0 Y520;
Where do I change the Z0 Value;
Best Regards
udoS
Please Log in or Create an account to join the conversation.
- MarkoPolo
- Away
- Elite Member
Less
More
- Posts: 262
- Thank you received: 71
21 Oct 2023 19:18 #283454
by MarkoPolo
Replied by MarkoPolo on topic QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
The macro button codes can be changed in the ini file.
Please Log in or Create an account to join the conversation.
- udoS
- Offline
- Elite Member
Less
More
- Posts: 216
- Thank you received: 25
22 Oct 2023 09:35 - 22 Oct 2023 09:41 #283490
by udoS
Replied by udoS on topic QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
It doesn't work for me;
The Z-Axis allways goes to 0 but I need it at 110;
Here the .ini
I'm using the QtDragon_HD if it matters.
The Z-Axis allways goes to 0 but I need it at 110;
Here the .ini
I'm using the QtDragon_HD if it matters.
Last edit: 22 Oct 2023 09:41 by udoS.
Please Log in or Create an account to join the conversation.
- udoS
- Offline
- Elite Member
Less
More
- Posts: 216
- Thank you received: 25
22 Oct 2023 10:00 #283491
by udoS
Replied by udoS on topic QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
And this is my Reference Switches Pos at X0 Y520 Z110;
Please Log in or Create an account to join the conversation.
- MarkoPolo
- Away
- Elite Member
Less
More
- Posts: 262
- Thank you received: 71
22 Oct 2023 14:42 - 22 Oct 2023 14:43 #283504
by MarkoPolo
Replied by MarkoPolo on topic QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
Sorry, I didn't read it correctly, I thought it was about macro buttons.I don't have much experience with the tool sensor and touch plate, so I won't be much help, but when it comes to the tool sensor, I think you're missing the [TOOLSENSOR] section in the ini file.
Last edit: 22 Oct 2023 14:43 by MarkoPolo.
Please Log in or Create an account to join the conversation.
- udoS
- Offline
- Elite Member
Less
More
- Posts: 216
- Thank you received: 25
22 Oct 2023 16:34 - 22 Oct 2023 16:40 #283508
by udoS
Replied by udoS on topic QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
Sorry, you AGAIN didn't read it correctly !
my HomeAll/Reference Switches are at X0 Y520 Z110;
There are two Buttons in the Offset section in the QtDragon_HD UI ( see picture 2 )
Button 1.) Go Home <This Button acts like MDI: G0 G53 Z0; then: G0 G53 X0 Y520 >
Button 2.) Goto G30. <This Button acts like MDI: G0 G53 X0 Y0 Z0 >
I need:
Button 1.) Go Home < G0 G53 Z110; then: G0 G53 X0 Y520 >
Button 2.) Goto G30. < G0 G53 Z110; then: G0 G53 X0 Y0; then: G0 G53 Z0 >
Where do I find the macros, what are there names or how else do I get there;
Thanks if anyone can help;
Best Regards
udoS
my HomeAll/Reference Switches are at X0 Y520 Z110;
There are two Buttons in the Offset section in the QtDragon_HD UI ( see picture 2 )
Button 1.) Go Home <This Button acts like MDI: G0 G53 Z0; then: G0 G53 X0 Y520 >
Button 2.) Goto G30. <This Button acts like MDI: G0 G53 X0 Y0 Z0 >
I need:
Button 1.) Go Home < G0 G53 Z110; then: G0 G53 X0 Y520 >
Button 2.) Goto G30. < G0 G53 Z110; then: G0 G53 X0 Y0; then: G0 G53 Z0 >
Where do I find the macros, what are there names or how else do I get there;
Thanks if anyone can help;
Best Regards
udoS
Last edit: 22 Oct 2023 16:40 by udoS.
Please Log in or Create an account to join the conversation.
- cmorley
- Away
- Moderator
Less
More
- Posts: 7771
- Thank you received: 2055
22 Oct 2023 17:15 #283515
by cmorley
Replied by cmorley on topic QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
Home button final position is defined on the setting page.
The sequence is called from the handlerfile:
G90
G53 G0 Z0
G53 G0 X Y (from the setting page)
The g30 page is just a call of G30 - which it's position can be defined with params/g30.1
linuxcnc.org/docs/2.9/html/gcode/g-code.html#gcode:g30-g30.1
The sequence is called from the handlerfile:
G90
G53 G0 Z0
G53 G0 X Y (from the setting page)
The g30 page is just a call of G30 - which it's position can be defined with params/g30.1
linuxcnc.org/docs/2.9/html/gcode/g-code.html#gcode:g30-g30.1
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.148 seconds