- LinuxCNC
- General LinuxCNC Questions
- can linux cnc can cut a thread using only breakout board without using mesa card
can linux cnc can cut a thread using only breakout board without using mesa card
- Dinuka_Shehan
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 333
- Thank you received: 26
08 Jul 2019 17:10 #138879
by Dinuka_Shehan
Replied by Dinuka_Shehan on topic can linux cnc can cut a thread using only breakout board without using mesa card
Phase A for threading
Phase B = Index pulse?
Am I correct?
Phase B = Index pulse?
Am I correct?
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18460
- Thank you received: 5042
08 Jul 2019 17:32 - 08 Jul 2019 17:33 #138880
by PCW
Replied by PCW on topic can linux cnc can cut a thread using only breakout board without using mesa card
No, Index is a once per turn signal
A,B are the names of quadrature signals used for counting bidirectionally
You can have a system with just one signal, where you combine A and index
This only works for threading and doesn't do well unless you have good speed control
You need A,B and index if you want to do rigid tapping.
A,B are the names of quadrature signals used for counting bidirectionally
You can have a system with just one signal, where you combine A and index
This only works for threading and doesn't do well unless you have good speed control
You need A,B and index if you want to do rigid tapping.
Last edit: 08 Jul 2019 17:33 by PCW.
The following user(s) said Thank You: Dinuka_Shehan
Please Log in or Create an account to join the conversation.
- Dinuka_Shehan
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 333
- Thank you received: 26
09 Jul 2019 14:25 #138953
by Dinuka_Shehan
Replied by Dinuka_Shehan on topic can linux cnc can cut a thread using only breakout board without using mesa card
Please Log in or Create an account to join the conversation.
- Dinuka_Shehan
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 333
- Thank you received: 26
09 Jul 2019 14:29 #138954
by Dinuka_Shehan
Replied by Dinuka_Shehan on topic can linux cnc can cut a thread using only breakout board without using mesa card
Where is index pulse in this code.
I couldn't find it please explain this.
I couldn't find it please explain this.
Please Log in or Create an account to join the conversation.
- Dinuka_Shehan
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 333
- Thank you received: 26
09 Jul 2019 15:01 #138956
by Dinuka_Shehan
Replied by Dinuka_Shehan on topic can linux cnc can cut a thread using only breakout board without using mesa card
www.ebay.com/itm/2x-IR-Infrared-Slotted-...p2057872.m2749.l2649
www.ebay.com/itm/NJK-5002C-Hall-Effect-S...4e458e79e21c62b5dddc
I going to use NJK-5002C-Hall-Effect-Sensor-Proximity-Switch as index pulse and
IR-Infrared-Slotted-Optical-Speed-Test-Sensor as Phase A
is it GOOD or
using two IR-Infrared-Slotted-Optical-Speed-Test-Sensors as Phase A and index pulse,
please give me a better codes for this setup.
Thank you
www.ebay.com/itm/NJK-5002C-Hall-Effect-S...4e458e79e21c62b5dddc
I going to use NJK-5002C-Hall-Effect-Sensor-Proximity-Switch as index pulse and
IR-Infrared-Slotted-Optical-Speed-Test-Sensor as Phase A
is it GOOD or
using two IR-Infrared-Slotted-Optical-Speed-Test-Sensors as Phase A and index pulse,
please give me a better codes for this setup.
Thank you
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
-
Less
More
- Posts: 2245
- Thank you received: 481
09 Jul 2019 19:30 #138964
by Clive S
it is here
# connect the HAL encoder inputs to the real encoder.
net spindle-phase-a encoder.0.phase-A <= parport.0.pin-13-in
net spindle-phase-b encoder.0.phase-B
net spindle-index encoder.0.phase-Z <= parport.0.pin-12-in
where it connects to the PP
Replied by Clive S on topic can linux cnc can cut a thread using only breakout board without using mesa card
Where is index pulse in this code.
I couldn't find it please explain this.
it is here
# connect the HAL encoder inputs to the real encoder.
net spindle-phase-a encoder.0.phase-A <= parport.0.pin-13-in
net spindle-phase-b encoder.0.phase-B
net spindle-index encoder.0.phase-Z <= parport.0.pin-12-in
where it connects to the PP
The following user(s) said Thank You: Dinuka_Shehan
Please Log in or Create an account to join the conversation.
- Dinuka_Shehan
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 333
- Thank you received: 26
10 Jul 2019 04:53 #138989
by Dinuka_Shehan
Replied by Dinuka_Shehan on topic can linux cnc can cut a thread using only breakout board without using mesa card
Is this full code?
please give me is not the full code?
please give me is not the full code?
Please Log in or Create an account to join the conversation.
- pl7i92
-
- Offline
- Platinum Member
-
Less
More
- Posts: 1872
- Thank you received: 357
10 Jul 2019 07:32 #138995
by pl7i92
Replied by pl7i92 on topic can linux cnc can cut a thread using only breakout board without using mesa card
if you upload your HAL and INI File we can take a look and correct you if you are wrong
the Full code depends on more as of treading
the spindle needs to be correct initalisised at RPM
so your VFD does have -V or maybe modebus to transfer all the needed signals
the Full code depends on more as of treading
the spindle needs to be correct initalisised at RPM
so your VFD does have -V or maybe modebus to transfer all the needed signals
The following user(s) said Thank You: Dinuka_Shehan
Please Log in or Create an account to join the conversation.
- Dinuka_Shehan
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 333
- Thank you received: 26
10 Jul 2019 18:53 #139012
by Dinuka_Shehan
Replied by Dinuka_Shehan on topic can linux cnc can cut a thread using only breakout board without using mesa card
Hi,
Can’t I perform threading without vfd?
Vfd is not currently unavailable.
Any ideas?
Can’t I perform threading without vfd?
Vfd is not currently unavailable.
Any ideas?
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
-
Less
More
- Posts: 2245
- Thank you received: 481
10 Jul 2019 19:11 #139015
by Clive S
You don't need a vfd but you do need to know the spindle speed and then use that speed in the gcode also the in the hal file it need a spindle near statement so the speed does not have to be exact within a few revs.
I think you have the code for the PP for threading .
hear is an example of the gcode for a 10mm thread:-
G0 G40 G18 G80 G21 G49 G95
G90 G7
F1.5 S470 (this is the spindle speed)
M3
G4 P1
M7
(Change the fist X to the Dia P = the Pitch K = Thread depth)
G0 X10 Z10
G76 P1.5 Z-12 I-0.1 J0.1 R1 K1.5 Q29.5 L0 H1
g0 X30
g0 Z50
M9
M5
M2
%
Replied by Clive S on topic can linux cnc can cut a thread using only breakout board without using mesa card
Hi,
Can’t I perform threading without vfd?
Vfd is not currently unavailable.
Any ideas?
You don't need a vfd but you do need to know the spindle speed and then use that speed in the gcode also the in the hal file it need a spindle near statement so the speed does not have to be exact within a few revs.
I think you have the code for the PP for threading .
hear is an example of the gcode for a 10mm thread:-
G0 G40 G18 G80 G21 G49 G95
G90 G7
F1.5 S470 (this is the spindle speed)
M3
G4 P1
M7
(Change the fist X to the Dia P = the Pitch K = Thread depth)
G0 X10 Z10
G76 P1.5 Z-12 I-0.1 J0.1 R1 K1.5 Q29.5 L0 H1
g0 X30
g0 Z50
M9
M5
M2
%
The following user(s) said Thank You: Dinuka_Shehan
Please Log in or Create an account to join the conversation.
- LinuxCNC
- General LinuxCNC Questions
- can linux cnc can cut a thread using only breakout board without using mesa card
Time to create page: 0.071 seconds