Search found 31 matches

by Mateusz
Sun Aug 08, 2021 4:28 pm
Forum: Miscellaneous
Topic: Rigid Taping - DAC closed loop Spindle
Replies: 17
Views: 5333

Re: Rigid Taping - DAC closed loop Spindle

Hi Tom,

Good one, it does work now I think now it is tested fully :D
Appreciate your help. You are first Company I know which is able support within hours ...on Sunday :D

Regards
Mateusz
by Mateusz
Sun Aug 08, 2021 5:33 am
Forum: Miscellaneous
Topic: Rigid Taping - DAC closed loop Spindle
Replies: 17
Views: 5333

Re: Rigid Taping - DAC closed loop Spindle

Hi Tom, Still not good, This time program starts tapping but virtual thread over the material. It's mean starts cycle from CCW Spindle rotation and Z axis going in positive direction. Also Console buffer loops up gathering lot of data even after killing threads and Reboot! command. To get out from t...
by Mateusz
Sat Aug 07, 2021 11:07 am
Forum: Miscellaneous
Topic: Rigid Taping - DAC closed loop Spindle
Replies: 17
Views: 5333

Re: Rigid Taping - DAC closed loop Spindle

Hello Tom, I think I know what is going on, but I'm not able to fix this bug, I'm working on RawMAchineCoordinates OFF, XYZ are set to Gcode value, everything is positioning to proper distance a part of Z parameter in G84. For example: - having code G84 Z-6 R2 Q4 F1.5 machine will go to Z-6mm but in...
by Mateusz
Sat Aug 07, 2021 8:29 am
Forum: Miscellaneous
Topic: Rigid Taping - DAC closed loop Spindle
Replies: 17
Views: 5333

Re: Rigid Taping - DAC closed loop Spindle

Where is the Z axis coordinate before the Tap? Z coordinate goes to Z2 over the hole and moves from hole to hole on the same high and finishes program on Z2 as well. What GCode are you running? (Call a Rigid Tap Sequence) G21 F1000 S200 G1 X40 Y40 M7 G1 Z5 G99 G84 Z-6 R2 Q4 F1.5 X0 Y0 X60 Y70 G80 G...
by Mateusz
Fri Aug 06, 2021 8:18 pm
Forum: Miscellaneous
Topic: Rigid Taping - DAC closed loop Spindle
Replies: 17
Views: 5333

Re: Rigid Taping - DAC closed loop Spindle

Hi Tom, I've got new issue regarding Gigid Tapping, kflop version 4.35f I discovered that my Homing code Inhibits Rigid Tapping routine. After INI machine, without homing, Rigid Tapping works, all the time for whole day... After INI machine and making homing procedure, Rigid Tapping is invoked by M1...
by Mateusz
Tue Aug 03, 2021 6:10 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Rigid tapping
Replies: 22
Views: 3488

Re: Rigid tapping

Hi Tom,

You are magician, Works a treat. Thank you!!
I'm own you good beer... in Poland

Regards
Mateusz
by Mateusz
Tue Aug 03, 2021 5:03 pm
Forum: Miscellaneous
Topic: Rigid Taping - DAC closed loop Spindle
Replies: 17
Views: 5333

Re: Rigid Taping - DAC closed loop Spindle

Thank you it works!

BTW, what is fast_fabs ? some math function?
by Mateusz
Tue Aug 03, 2021 4:35 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Rigid tapping
Replies: 22
Views: 3488

Re: Rigid tapping

Hello Tom,
Is M3 configured for OnCWJog.c? Does M3 run the Spindle CW?

Correct , Yes it does spin in CW direction
by Mateusz
Tue Aug 03, 2021 3:16 pm
Forum: Miscellaneous
Topic: Rigid Taping - DAC closed loop Spindle
Replies: 17
Views: 5333

Re: Rigid Taping - DAC closed loop Spindle

Hi Tom, I will continue this post, in some point we run two the same topics. thank you for above answer it works but with V1.Jim version. I mentioned that I've got signal "Speed reached" (current speed n = n set point) from Spindle VFD . It is actually not useful because having ramp up / down for Sp...
by Mateusz
Tue Aug 03, 2021 2:56 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Rigid tapping
Replies: 22
Views: 3488

Re: Rigid tapping

Hi Tom, Simple is that ...I managed to write spindle start ,,, works as it should, Last Thing regarding Tapping..I hope: How to change spindle rotation direction in this code ? I tried few things but always was something wrong. At the moment tapping cycle is in CCW and retracting in CW direction. Th...