Search found 46 matches

by Alexanders
Fri Feb 07, 2025 9:30 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Which Post Procesor?
Replies: 11
Views: 6249

Re: Which Post Procesor?

I have a problem executing arcs generated by SolidCAM. This problem occurs sometimes and is difficult to see due to the large number of other trajectories. There is an arc (entry move), the end of which is the beginning of the next arc (finishing pass). An example of a part of the G-code from SolidC...
by Alexanders
Sun Feb 02, 2025 9:51 pm
Forum: Announcements
Topic: KMotion/KFLOP/Kogna Version 5.3.7 Released
Replies: 2
Views: 348

Re: KMotion/KFLOP/Kogna Version 5.3.7 Released

We really need additional cells in the tool table. Tool length should consist of the main and additional cells, the values of which should be summed up. This way, the operator will not change and remember the original compensation value. He will only make adjustments to an additional cell. This redu...
by Alexanders
Sun Dec 22, 2024 10:13 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Tool table
Replies: 9
Views: 1948

Re: Tool table

There is another question that I don't understand about Fixture Offsets menu. The help says: "The "set" button can be used to automatically compute and change the current fixture offset so that the current position becomes the new origin." However, pressing this button after moving the current coord...
by Alexanders
Thu Dec 12, 2024 8:54 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: CPU usage
Replies: 4
Views: 693

Re: CPU usage

This will not only reduce operator errors, but also store the original values of offsets and the parameters of the tool and coord system. Which is very necessary for the return and new corrections.
by Alexanders
Wed Dec 11, 2024 9:33 am
Forum: C Programs
Topic: Switching coordinate systems.
Replies: 1
Views: 361

Switching coordinate systems.

I use the spindle as the C axis :

Code: Select all

DefineCoordSystem6(0,1,2,-1,-1,5);
or as a simple spindle:

Code: Select all

DefineCoordSystem6(0,1,2,-1,-1,-1);
How can C Program determine whether the axis is included in coordinated movements or not?
by Alexanders
Wed Dec 11, 2024 9:16 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: CPU usage
Replies: 4
Views: 693

Re: CPU usage

Thanks! There is another big wish for new releases. In the tables Tool Table and Fixture Offset additional cells are very necessary to correct each initial value. Their values should just add up. This reduces errors from the human factor when the operator adds a new value. This is used on many indus...
by Alexanders
Wed Dec 04, 2024 9:27 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: CPU usage
Replies: 4
Views: 693

CPU usage

I started using a Mini PC with an N100 processor (4 cores 3.4 GHz, 16 GB RAM, Windows 10 64, rev 21H1). And KMotion5.3.6. I noticed the following feature: KMotionServer MFC Application(32bit) loads the processor by 45-60% (all four cores). And DNS Client loads the processor by 30-35%. This occurs on...
by Alexanders
Thu Nov 21, 2024 11:42 am
Forum: C Programs
Topic: Status flag Home
Replies: 5
Views: 628

Re: Status flag Home

TomKerekes wrote:
Tue Nov 19, 2024 7:30 pm
Jogging? Maybe don't enable the Axes until homing.
Is it possible for the axes to move during the Homing procedure if the axes are not enabled?


And one more question.
How to run multiple programs in multiple threads using one button in KMotionCNC ?
by Alexanders
Tue Nov 19, 2024 10:01 am
Forum: C Programs
Topic: Status flag Home
Replies: 5
Views: 628

Re: Status flag Home

This stops the automatic execution of programs.But how to prohibit manual movements in KMotionCNC ?
by Alexanders
Wed Nov 13, 2024 11:44 am
Forum: C Programs
Topic: Status flag Home
Replies: 5
Views: 628

Status flag Home

I have a running Home program that changes the status variable Home in the data area persist.UserData[ ].
How to implement the prohibition/permission to work in automatic/ manual modes for KMotionCNC and the operator panel?