Search found 2747 matches

by TomKerekes
Wed Feb 26, 2025 5:31 am
Forum: Configuration Issues
Topic: SETTING UP KFLOP, KANALOG FOR NEW CNC ROUTER RETROFIT
Replies: 314
Views: 74140

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.
by TomKerekes
Tue Feb 25, 2025 6:05 pm
Forum: User PC Applications and Libraries .Net
Topic: Controlling Multi Axis in Real time
Replies: 1
Views: 298

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...
by TomKerekes
Mon Feb 24, 2025 2:34 am
Forum: User Machines
Topic: Snap Amp Faulting
Replies: 16
Views: 1642

Re: Snap Amp Faulting

Hi William, I see now a bug regarding on how the OutputOffset was being applied (PWM channel was used as an Axis channel to get the offset). Please apply this patch to see if it resolves the problem. The KFLOP Firmware needs to be updated. After Updating it should report as Version 5.3.7X Please cop...
by TomKerekes
Sat Feb 22, 2025 5:56 pm
Forum: User Machines
Topic: Snap Amp Faulting
Replies: 16
Views: 1642

Re: Snap Amp Faulting

Hi William, Thanks for that. But this is the Data folder from the configuration that works, and it does properly reference the SnapAmp files. But I really wanted the Data folder from the 5.3.7 installation that shows the problem. I would like to verify everything was updated properly as well as try ...
by TomKerekes
Thu Feb 20, 2025 9:34 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: KMotion CNC Program Exit
Replies: 1
Views: 149

Re: KMotion CNC Program Exit

Hi Tim

You might use the Program Exit Action.
by TomKerekes
Tue Feb 18, 2025 9:05 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Manual entry (MDI)
Replies: 1
Views: 164

Re: Manual entry (MDI)

Hi Tim, The Drop down list remembers the last 10 unique commands Sent. So if you enter 10 unique valid commands any undesirable commands should be removed. Otherwise the commands are saved in GCodeConfigCNC.txt in lines with CommandHistory[X]= such as: CommandHistory[0]=G0A0B0C0 If you delete those ...
by TomKerekes
Sat Feb 15, 2025 6:58 pm
Forum: User Machines
Topic: Snap Amp Faulting
Replies: 16
Views: 1642

Re: Snap Amp Faulting

Hi William,

That is basically exactly the same with a Data folder with a GCodeConfigCNC.txt with the KStep references.

Please send me the actual \KMotion\Data folder you are using.
by TomKerekes
Sat Feb 15, 2025 1:24 am
Forum: User Machines
Topic: Snap Amp Faulting
Replies: 16
Views: 1642

Re: Snap Amp Faulting

Hi William, The Data folder you sent has a GCodeConfigCNC.txt with the references to KStep. Did you send the wrong Data folder? The folder you sent is named CNC_George_CFiles copy. But your Screen references CNC_George_CFiles. Or are you using a custom, non-standard configuration file when launching...
by TomKerekes
Thu Feb 13, 2025 10:47 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Spindle load, display analog readings on screen
Replies: 2
Views: 243

Re: Spindle load, display analog readings on screen

Hi Thomas, Yes. You might see the Screen example ShowInstantFeedRate3AxisBar.scr that shows the feed rate as a value and as a Bar Graphic. The C Program example ShowInstantVelocityDROBar.c updates the Value and the Bar Graphic periodically. You can read the current value of a Kanalog ADC with ADC(n)...
by TomKerekes
Thu Feb 13, 2025 6:07 pm
Forum: User Machines
Topic: Snap Amp Faulting
Replies: 16
Views: 1642

Re: Snap Amp Faulting

Hi William, Since simple MDI GCode doesn't show the problem can you find a simple GCode fragment of code that does? The KMotionCNC Configuration seems to be for a KStep system rather than SnapAmp. Or I don't see the configured C Programs included. Here is what the Tool Setup Shows. ToolSetup.png How...