Search found 2880 matches
- Tue Sep 30, 2025 12:06 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: G codes and hand jog at the same time.
- Replies: 5
- Views: 28260
Re: G codes and hand jog at the same time.
The DROs only show the axes that are defined. You might create a User DRO with the Screen Editor.
- Mon Sep 29, 2025 10:46 pm
- Forum: New Feature Request
- Topic: Support for common operator panels.
- Replies: 2
- Views: 24189
Re: Support for common operator panels.
We prefer hard wired MPGs connected directly to KFLOP for guaranteed real-time response. But KMotionCNC does support a wired/wireless Gamepad. See here . Otherwise you would need to write your own KMotionCNC code to support such a device. The code for the Gamepad is in CKMotionCNCDlg::DoJoyStick()
- Mon Sep 29, 2025 10:40 pm
- Forum: C Programs
- Topic: Switching coordinate systems.
- Replies: 9
- Views: 41770
Re: Switching coordinate systems.
If an axis in the Coordinate System takes 4 seconds to stop then KMotion requires more lookahead than this to be able to expect to have enough data to always be able to stop. So you might set the buffer time to 6 seconds. Or what might be better is to reduce the max velocity before including the axi...
- Thu Sep 25, 2025 8:24 pm
- Forum: Configuration Issues
- Topic: DC Servo config setup w/ SnapAmp (missing output channels)
- Replies: 2
- Views: 22831
Re: DC Servo config setup w/ SnapAmp (missing output channels)
Thanks for posting back. We will fix this in the next Version.
- Fri Sep 19, 2025 9:13 pm
- Forum: C Programs
- Topic: DIY Collet-Spinning ATC - Adapting Linear ATC C Programs?
- Replies: 31
- Views: 65545
Re: DIY Collet-Spinning ATC - Adapting Linear ATC C Programs?
I don't exactly follow that. Is it the Y axis or Z axis that has a following error?
Do you have the M6 configured as Exec/wait/Sync? When a program moves things around behind the Interpreter's back it must be told to re-sync to the new position before continuing.
Do you have the M6 configured as Exec/wait/Sync? When a program moves things around behind the Interpreter's back it must be told to re-sync to the new position before continuing.
- Tue Sep 16, 2025 1:33 am
- Forum: C Programs
- Topic: DIY Collet-Spinning ATC - Adapting Linear ATC C Programs?
- Replies: 31
- Views: 65545
Re: DIY Collet-Spinning ATC - Adapting Linear ATC C Programs?
Hi Tim, I created a patch for Version 5.4.0 with an option to allow changing offsets with a Job Active. KMotionCNC.exe Copy to the \KMotion\Release folder PC_DSP.h Copy to the \DSP_KFLOP folder Add a PC_COMM_ALLOW_SET_AXIS_W_JOBACTIVE command before setting z in the Tool Change Program like this: if...
- Mon Sep 15, 2025 4:03 pm
- Forum: C Programs
- Topic: DIY Collet-Spinning ATC - Adapting Linear ATC C Programs?
- Replies: 31
- Views: 65545
Re: DIY Collet-Spinning ATC - Adapting Linear ATC C Programs?
Hi Tim, I see the problem. We intentionally block changes to the Fixture Offsets while GCode is executing. If we had checked the return code from DoPCFloat we would have known that it failed. I was running the Tool Change program from KMotion rather than KMotionCNC so GCode wasn't involved so it wor...
- Sun Sep 14, 2025 10:58 pm
- Forum: C Programs
- Topic: DIY Collet-Spinning ATC - Adapting Linear ATC C Programs?
- Replies: 31
- Views: 65545
Re: DIY Collet-Spinning ATC - Adapting Linear ATC C Programs?
Hi Tim, This is fighting us every step of the way 🫤 Just to double check, the Z counts/inch in KMotionCNC is 10000 correct? Please post/attach latest programs. “Resetting the DRO” is really computing a G92 offset (there is an option to use the fixture offset instead) such that the current position i...
- Sun Sep 14, 2025 4:12 pm
- Forum: C Programs
- Topic: Mach: Passing DRO
- Replies: 3
- Views: 20952
Re: Mach: Passing DRO
Hi Thomas, In that case you should be able to us the Z axis Dest as the absolute Z machine position assuming you don't have any GCode offsets for Z. if (ch2->Dest <= 0.0) ... Its not exactly clear how you wish to transition between modes or use the MPG. Possibly when reaching 0, stop, switch to rela...
- Sat Sep 13, 2025 11:36 pm
- Forum: Hardware Interface Issues
- Topic: Help Needed Diagnosing Z Axis Encoder Discrepancy
- Replies: 3
- Views: 21113
Re: Help Needed Diagnosing Z Axis Encoder Discrepancy
It looks like the gain is off by about 1.4%
A lead screw pitch of 5mm vs 0.2in would be 1.6% difference.
A lead screw pitch of 5mm vs 0.2in would be 1.6% difference.