Search found 2745 matches
- Thu Mar 20, 2025 1:03 am
- Forum: C Programs
- Topic: Nondeterministic "error loading file"
- Replies: 15
- Views: 2664
Re: Nondeterministic "error loading file"
Hi Wayne, We found a bug determining the Kogna Firmware Version where the Firmware file (\DSP_KOGNA\DSPKOGNA.out) was opened but not closed. This happens whenever a file for Kogna is Compiled or Downloaded to Kogna. This does not occur for KFLOP systems. It seems after an application leaves 512 file...
- Tue Mar 18, 2025 10:04 pm
- Forum: C Programs
- Topic: Nondeterministic "error loading file"
- Replies: 15
- Views: 2664
Re: Nondeterministic "error loading file"
Hi Wayne,
Thanks for the excellent and complete example.
Yes I'm able to reliably reproduce. It always occurs after 254 M100s which is very suspicious.
Please give us some time to figure it out.
Thanks
Thanks for the excellent and complete example.
Yes I'm able to reliably reproduce. It always occurs after 254 M100s which is very suspicious.
Please give us some time to figure it out.
Thanks
- Tue Mar 18, 2025 8:58 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Exploring Geo Correction Beyond the Z-Axis for CNC Bed Surface Roughness
- Replies: 3
- Views: 148
Re: Exploring Geo Correction Beyond the Z-Axis for CNC Bed Surface Roughness
Hi Wayne,
Thanks for posting back. If you decide that the code needs to be changed we can help with that.
Good luck.
Thanks for posting back. If you decide that the code needs to be changed we can help with that.
Good luck.
- Thu Mar 06, 2025 4:49 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Exploring Geo Correction Beyond the Z-Axis for CNC Bed Surface Roughness
- Replies: 3
- Views: 148
Re: Exploring Geo Correction Beyond the Z-Axis for CNC Bed Surface Roughness
Hi Wayne, It's not exactly clear how your machine works or why if you have a bed following mode you would want to make corrections to not follow the bed. One option might be to have your bed following mode still use the Z axes by re-assigning the Coordinate Motion System. Do you need corrections in ...
- Fri Feb 28, 2025 6:11 am
- Forum: User Machines
- Topic: Snap Amp Faulting
- Replies: 16
- Views: 1572
Re: Snap Amp Faulting
Thank you for your patience and for taking the time to post back.
- Wed Feb 26, 2025 4:22 pm
- Forum: Configuration Issues
- Topic: SETTING UP KFLOP, KANALOG FOR NEW CNC ROUTER RETROFIT
- Replies: 314
- Views: 74023
Re: SETTING UP KFLOP, KANALOG FOR NEW CNC ROUTER RETROFIT
It’s not clear to me what you are saying. Are you saying the original control just output the same drive command to both motors hoping that the Slave would move the same as the Master without any feedback? You could do that with a C Program. But it seems that wouldn’t work well if there was differen...
- Wed Feb 26, 2025 3:09 pm
- Forum: Bug Reports
- Topic: KFLOP REV 1.3 does not start
- Replies: 4
- Views: 350
Re: KFLOP REV 1.3 does not start
No sorry we don’t release that.
If you send us the board we can attempt to reprogram. If that’s the problem then we can return it for shipping cost.
If you send us the board we can attempt to reprogram. If that’s the problem then we can return it for shipping cost.
- Wed Feb 26, 2025 5:51 am
- Forum: Bug Reports
- Topic: KFLOP REV 1.3 does not start
- Replies: 4
- Views: 350
Re: KFLOP REV 1.3 does not start
Hi Demon,
Sorry you are having problems.
We don’t find it cost effective to repair KFLOPs
We don’t release the image for the Flash memory.
Sorry you are having problems.
We don’t find it cost effective to repair KFLOPs
We don’t release the image for the Flash memory.
- Wed Feb 26, 2025 5:31 am
- Forum: Configuration Issues
- Topic: SETTING UP KFLOP, KANALOG FOR NEW CNC ROUTER RETROFIT
- Replies: 314
- Views: 74023
Re: SETTING UP KFLOP, KANALOG FOR NEW CNC ROUTER RETROFIT
Hi Noel,
That looks right to me. Except InputMode=NO_INPUT_MODE. How can you have a DAC Servo with no feedback?
The Slave should not be included in the Coordinate System as you have it.
That looks right to me. Except InputMode=NO_INPUT_MODE. How can you have a DAC Servo with no feedback?
The Slave should not be included in the Coordinate System as you have it.
- Tue Feb 25, 2025 6:05 pm
- Forum: User PC Applications and Libraries .Net
- Topic: Controlling Multi Axis in Real time
- Replies: 1
- Views: 284
Re: Controlling Multi Axis in Real time
Hi SIXMA, Its not clear what your application is, but assuming you would like to perform coordinated motion paths similar to a CNC machine, you might use our Coordinated Motion Class. See KM_CoordMotion . Because PC Applications are nor real-time the motion trajectory must be buffered in the control...