Thc UP and Dn dont work
- paulsao
-
Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 233
- Thank you received: 22
18 Sep 2021 15:32 #221010
by paulsao
Thc UP and Dn dont work was created by paulsao
Can someone help me please? I am doing tests with my thcad 10. I see that there are readings of 80 volts when it cuts, but the thc velocity look lights up and the UP and Dn LEDs do not light up at any time. I read about speeds, but it doesn't work anyway.
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
Less
More
- Posts: 5719
- Thank you received: 2093
18 Sep 2021 23:34 #221048
by phillc54
Replied by phillc54 on topic Thc UP and Dn dont work
If the Velocity Lock LED is on then it means that the cutting velocity has not reached the Cut Feed Rate that is set in the Cut Parmeters of the Run tab.
Please Log in or Create an account to join the conversation.
- paulsao
-
Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 233
- Thank you received: 22
18 Sep 2021 23:58 - 19 Sep 2021 00:01 #221049
by paulsao
Replied by paulsao on topic Thc UP and Dn dont work
Attachments:
Last edit: 19 Sep 2021 00:01 by paulsao.
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
Less
More
- Posts: 5719
- Thank you received: 2093
19 Sep 2021 00:12 #221050
by phillc54
Replied by phillc54 on topic Thc UP and Dn dont work
Attachments:
The following user(s) said Thank You: paulsao
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 19788
- Thank you received: 6694
19 Sep 2021 00:27 #221051
by tommylight
Replied by tommylight on topic Thc UP and Dn dont work
Small circles from the wizard are done at 60% feed so the corner lock will be on all the time.
Test with squares.
Test with squares.
The following user(s) said Thank You: paulsao
Please Log in or Create an account to join the conversation.
- paulsao
-
Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 233
- Thank you received: 22
19 Sep 2021 01:38 #221053
by paulsao
Replied by paulsao on topic Thc UP and Dn dont work
thanks i am going to probe in this moment.
The velocity in the preview is 600 of the circles and the squares is 1000.
My gcode.
The velocity in the preview is 600 of the circles and the squares is 1000.
My gcode.
Attachments:
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
Less
More
- Posts: 5719
- Thank you received: 2093
19 Sep 2021 01:43 #221054
by phillc54
Replied by phillc54 on topic Thc UP and Dn dont work
Like Tommy says, the small holes are set at 60% feed rate so THC is disabled by the velocity. That is normal behaviour.
The following user(s) said Thank You: paulsao
Please Log in or Create an account to join the conversation.
- paulsao
-
Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 233
- Thank you received: 22
19 Sep 2021 02:17 #221060
by paulsao
Replied by paulsao on topic Thc UP and Dn dont work
Thank you very much for your help, could this problem be solved, so in the circles is thc inactive? Another question I am using Fusion 360 as a processor and in the final part of the code that I put here there is a line g0x0.y0 that returns to the origin to the axes but nowhere is the z axis and it also begins to move until it hits the limit switch and I have an error warning at the end of the cut, why is this?
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
Less
More
- Posts: 5719
- Thank you received: 2093
19 Sep 2021 02:27 #221062
by phillc54
Replied by phillc54 on topic Thc UP and Dn dont work
This line in the code slows the speed to 60% of the cut feed rate:Then this line in thresets the speed to the cut feed rate:You need small circles to be cut at a slower speed, that is standard practice in plasma cutting. If you really want to cut them at full speed then you would need to change the postprocessor to do that.
PlasmaC move the Z axis automatically at the end of the cut. If it hits a physical limit switch then that means you don't have the soft limits set correctly. In the ini file the MAX_LIMIT should be less than the physical maximum limit switch and the MIN_LIMIT should be more than the physical minimum limit switch.
linuxcnc.org/docs/2.8/html/config/ini-ho...witch_example_layout
M67 E3 Q60
M67 E3 Q0
PlasmaC move the Z axis automatically at the end of the cut. If it hits a physical limit switch then that means you don't have the soft limits set correctly. In the ini file the MAX_LIMIT should be less than the physical maximum limit switch and the MIN_LIMIT should be more than the physical minimum limit switch.
linuxcnc.org/docs/2.8/html/config/ini-ho...witch_example_layout
The following user(s) said Thank You: paulsao
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.118 seconds