Search found 2755 matches
- Tue Apr 22, 2025 6:32 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Add CanBus support
- Replies: 8
- Views: 2280
Re: Add CanBus support
Wow very impressive. But its not clear how modbus or can bus would do smooth coordinated motion. Normally the communication time is relatively long. So its not clear how something like a command of "go here" every few milliseconds would work. I don't see any specification on the can bus or modbus co...
- Mon Apr 21, 2025 7:16 pm
- Forum: Configuration Issues
- Topic: SETTING UP KFLOP, KANALOG FOR NEW CNC ROUTER RETROFIT
- Replies: 316
- Views: 74986
Re: SETTING UP KFLOP, KANALOG FOR NEW CNC ROUTER RETROFIT
Hi Noel, It looks like both absolute and incremental signals are available. Do you need the absolute position? If so you can probably bit-bang the position into KFLOP. (Toggle clock in software while reading data bit). Similar to the SPI V6.c Example. Maybe read it once on power up to synchronize th...
- Tue Apr 15, 2025 1:04 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Add CanBus support
- Replies: 8
- Views: 2280
Re: Add CanBus support
Hi Gerald, It seems Can Bus is very specialized with longer data frames, collision detection, CRC, NRZ with bit stuffing, etc. Kogna has significant space available in its FPGA so I suppose a controller could be implemented. Here is one on Github: https://github.com/keesj/can-hdl/tree/master Here is...
- Tue Apr 08, 2025 9:06 pm
- Forum: Announcements
- Topic: KMotion/KFLOP/Kogna Version 5.3.8 Released
- Replies: 0
- Views: 76
KMotion/KFLOP/Kogna Version 5.3.8 Released
KMotion/KFLOP/Kogna Version 5.3.8 Released This update addresses a critical issue related to compiling and downloading C programs to Kogna. Previously, each firmware version check left a file open, which caused the application to reach the file descriptor limit after 512 version checks. This limitat...
- Fri Apr 04, 2025 5:00 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: KmotionCNC start with error
- Replies: 3
- Views: 69
Re: KmotionCNC start with error
Hi Roberto,
Yes we should be able to.
Yes we should be able to.
- Wed Apr 02, 2025 8:28 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: KmotionCNC start with error
- Replies: 3
- Views: 69
Re: KmotionCNC start with error
Hi Roberto,
That file is required for KMotionCNC to function properly. I suppose we could make a change to also look for it in the location of KMotionCNC.exe.
That file is required for KMotionCNC to function properly. I suppose we could make a change to also look for it in the location of KMotionCNC.exe.
- Tue Apr 01, 2025 5:19 pm
- Forum: Miscellaneous
- Topic: PCB Milling Feed Rate issue
- Replies: 5
- Views: 155
Re: PCB Milling Feed Rate issue
Hi Jim, Before emailing you, I experimented quite a bit with acceleration, reducing it considerably without noticable effect. To what value was it reduced? I have the Max following errors set high to allow for rapid jogging during set up and tool changes - well beyond any feedrate that I might use w...
- Wed Mar 26, 2025 4:57 pm
- Forum: C Programs
- Topic: Nondeterministic "error loading file"
- Replies: 17
- Views: 2919
Re: Nondeterministic "error loading file"
Hi Wayne,
Thanks for taking the time to post back.
Thanks for taking the time to post back.
- Sun Mar 23, 2025 10:36 pm
- Forum: Miscellaneous
- Topic: PCB Milling Feed Rate issue
- Replies: 5
- Views: 155
Re: PCB Milling Feed Rate issue
Hi Jim, Here are some thoughts: The Look ahead/Buffer time is only 0.05 seconds. This should normally be at least 1 second. The Max Following error setting of 5000 counts corresponds to ~0.02 inches. This is relatively large so if the axes aren't following the trajectory precisely there wouldn't be ...
- Sat Mar 22, 2025 5:52 pm
- Forum: Miscellaneous
- Topic: PCB Milling Feed Rate issue
- Replies: 5
- Views: 155
Re: PCB Milling Feed Rate issue
Hi Jim,
Hmmm, maybe a lag in the axis positions?
Are the Steppers Closed loop in KFLOP or the Drives?
Please post your Configuration file GCodeConfigCNC.txt, the Initialization C Program, and the GCode and we can look into it.
Hmmm, maybe a lag in the axis positions?
Are the Steppers Closed loop in KFLOP or the Drives?
Please post your Configuration file GCodeConfigCNC.txt, the Initialization C Program, and the GCode and we can look into it.