Hi Yuhu,
If you are manually assigning IP Addresses then you will likely need to assign Kogna’s IP address to something like 192.168.1.201. See here.
Search found 2901 matches
- Sun Mar 15, 2026 10:22 am
- Forum: Hardware Interface Issues
- Topic: Konga connection problem
- Replies: 1
- Views: 74
- Tue Mar 10, 2026 6:36 pm
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Modifying DRO Precision/Digits
- Replies: 1
- Views: 1007
Re: Modifying DRO Precision/Digits
Hi Bob! Sounds interesting. Is it still required to recompile KMotionCNC to change digits of precision on the MM display? Here is a patch for 5.4.1: Axis DRO number formats may now be specified as the Text Parameter in the Screen Editor. If Text is specified, then it is treated as DRO format of numb...
- Wed Mar 04, 2026 2:00 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Buttons Disable
- Replies: 1
- Views: 4783
Re: Buttons Disable
Hi Tim, Yes the Motion Buttons (Jog Buttons) are special and are updated dynamically based on a Job Running and such. Here is a patch for V5.4.1 that will allow forcing enable/disable by setting the Var parameter of the Control with Screen Script. Here is an example: #include "KMotionDef.h" #define ...
- Wed Feb 25, 2026 5:20 pm
- Forum: Hardware Interface Issues
- Topic: Kogna Auto Disconnect - Requires Power Cycle
- Replies: 9
- Views: 22614
Re: Kogna Auto Disconnect - Requires Power Cycle
Hi Thomas, Thanks for the update. During testing I noticed that my KOGNA ground (soft ground with 1K Ohm resistor and 10nF capacitor) varied from my overall ground/earth of the system in times quite a lot Was the resistor and capacitor in parallel? I switched KOGNA to one hard ground and using capac...
- Tue Feb 17, 2026 9:48 pm
- Forum: C Programs
- Topic: Soft Limits
- Replies: 2
- Views: 9970
Re: Soft Limits
Hi Tim, i randomly get software limit activation What do you mean by this? A Console Message? Popup Message? When you Jog? AdjustSoftlimits.c triggers a Feed Hold while Jogging. You might use KMotion and upload the Axis to view the parameters and check if Soft Limits are correct. It isn't clear rega...
- Sat Feb 14, 2026 6:31 pm
- Forum: Hardware Interface Issues
- Topic: Kogna Auto Disconnect - Requires Power Cycle
- Replies: 9
- Views: 22614
Re: Kogna Auto Disconnect - Requires Power Cycle
Hi Thomas, Sorry for the problems, we are determined to resolve this. But difficult as we can't re-produce it. Any additional info or clues on the issue would be appreciated. I cut the #RESET wire on another machine, and it helped bit did not solve the problem completely. Did you cut the wires on al...
- Thu Feb 12, 2026 1:57 am
- Forum: Hardware Interface Issues
- Topic: Kogna Auto Disconnect - Requires Power Cycle
- Replies: 9
- Views: 22614
Re: Kogna Auto Disconnect - Requires Power Cycle
Hi Thomas, So shorting #RESET to 3.3V stops any disconnects for you? Could you provide more details? Where are you shorting it? Could you try cutting the #RESET wire near the Kogna Connectors to see if that also solves the problem? Another option would be to add a small Ceramic Cap (0.01uF) between ...
- Fri Feb 06, 2026 11:05 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Red Spindle Feedrate Slider
- Replies: 3
- Views: 6536
Re: Red Spindle Feedrate Slider
Hi Tim, If the Probe is triggered calling StopCoordinatedMotion() continuously should stop and prevent any motion. However it would require the probe signal to be removed to allow any motion away from the probe. There isn't any clear way to determine which axis and which direction caused the trigger...
- Thu Feb 05, 2026 6:11 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Red Spindle Feedrate Slider
- Replies: 3
- Views: 6536
Re: Red Spindle Feedrate Slider
Hi Tim, The Red bar is normally used to show that actual measured spindle speed. It reads the Axis configured for the Spindle. Set the Threading Sensor Type to 0 (none) to disable this. Normally to do Probing an axis is commanded to do an independent Jog and then a C Program loops watching the Probe...
- Sun Feb 01, 2026 12:24 am
- Forum: Hardware Interface Issues
- Topic: Kogna Auto Disconnect - Requires Power Cycle
- Replies: 9
- Views: 22614
Re: Kogna Auto Disconnect - Requires Power Cycle
Hi Griffin, One possibility is a noise glitch entering the peripheral RESET# signal that is on several connectors. Crosstalk on cables might cause a reset. The signal is an output only signal that is driven hard to 3.3V. If I short it to GND through a 10 Ohm resistor it causes the Ethernet to discon...