No problem with KMotion.exe.
Clicking the G Viewer button in KMotionCNC also caused KMotionCNC to crash (with same result in Event Viewer XML).
I'll try watching it in VS Code.
Search found 21 matches
- Mon Jun 20, 2022 8:10 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: KMotionCNC fails to launch unless freshly installed
- Replies: 2
- Views: 1350
- Fri Jun 17, 2022 10:36 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: KMotionCNC fails to launch unless freshly installed
- Replies: 2
- Views: 1350
KMotionCNC fails to launch unless freshly installed
Recently (after a Win11 update this week) I've been occasionally unable to launch KMotionCNC, unless I uninstall and re-install (435f). I couldn't find any mention of "atioglxx.dll" in this forum. I suspect it's something Uncle Bill (MS Update) did to my machine (Speccy summary below) but thought I'...
- Tue Jun 07, 2022 6:01 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Launch KMotionCNC.exe and KMotionServer.exe with Above normal Base priority
- Replies: 3
- Views: 1535
Re: Launch KMotionCNC.exe and KMotionServer.exe with Above normal Base priority
Thank you for such quick reply! The PC is 12 years old (Lenovo M90P 5536A1U ThinkCentre). It doesn't score very high; https://www.userbenchmark.com/UserRun/51343260 More stats; Intel Core i5 650 @ 3.20GHz, Clarkdale 32nm Technology 8.00GB Dual-Channel DDR3 @ 665MHz I write GCode by hand (mostly 2.5D...
- Tue Jun 07, 2022 1:15 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Launch KMotionCNC.exe and KMotionServer.exe with Above normal Base priority
- Replies: 3
- Views: 1535
Launch KMotionCNC.exe and KMotionServer.exe with Above normal Base priority
Getting lots of "Unexpected Coordinated Motion Buffer Underflow!" modal dialog boxes, with the associated interruption of G Code execution. Pressing OK never restarts motion. Is there a way to automatically launch both KMotionCNC.exe and KMotionServer.exe with Above normal Base priority? I've looked...
- Wed Sep 29, 2021 2:43 pm
- Forum: Hardware Interface Issues
- Topic: CAD model of KFLOP KStep
- Replies: 1
- Views: 984
CAD model of KFLOP KStep
https://grabcad.com/library/kflop-kstep-3d-models-1#!
or search Onshape for "KFLOP KStep".
or search Onshape for "KFLOP KStep".
- Fri Nov 06, 2020 2:13 am
- Forum: C Programs
- Topic: Non-blocking check of OriginOffsets and AxisOffsets
- Replies: 1
- Views: 1260
Non-blocking check of OriginOffsets and AxisOffsets
Tom, Two years ago you provided code for non-blocking service of a G43 G49 status LED, which worked great for me (thanks!); https://www.cnczone.com/forums/dynomotion-kflop-kanalog/369300-g43-g49-status-led-toggle-post2231526.html#post2231526 #include "KMotionDef.h" #define TMP 10 // which spare pers...
- Sat Oct 31, 2020 7:41 pm
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Bit Driven Button Highlight
- Replies: 5
- Views: 2375
Re: Bit Driven Button Highlight
Thanks for the quick reply. I was using your color fields incorrectly. Here is how I think they work for a Style=ToggleButton button; First column of color fields is for the text color (top when bit=0, bottom when bit=1), Second column of fields is for the fill color. Screen Editor Text and Fill.png...
- Sat Oct 31, 2020 4:09 am
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Bit Driven Button Highlight
- Replies: 5
- Views: 2375
Bit Driven Button Highlight
Trying to change a button's color ("Highlight") based on Virtual Bit 55. This button will eventually run a KMotion C program (Initialize file - Script not set up yet in attached pictures - forever loop sets Bit55 after initializing, clears same if need to re-initialize occurs). The button's "Highlig...
- Fri Oct 30, 2020 10:24 pm
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Type GROUPBOX
- Replies: 1
- Views: 1305
Type GROUPBOX
How do I create a new group box (similar to the "units" caption, with a light outline around the radio buttons mm and inch, in the "Resizeable 3 Axes" screen)? In KMotionCNC Screen Editor | Control Select, I tried selecting the only group box I saw. I was in the Tool Setup | Tool/Setup Files | Main ...
- Sun Oct 25, 2020 5:47 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Does KMotionCNC with a KFLOP & PMDX need SIMESTOPBIT?
- Replies: 1
- Views: 1158
Does KMotionCNC with a KFLOP & PMDX need SIMESTOPBIT?
On line 216 of <>\C Programs\Mach3_CL_PMDX.c, an accommodation for Mach3 is explained (I've elaborated); Because of the way the PMDX-131 board works (Manual mode forces EStop also), we need to simulate a new EStop ("SIMESTOPBIT") that is only active when NOT in Manual mode. Manual mode allows the op...