Search found 2717 matches
- Tue Jan 14, 2025 5:52 pm
- Forum: Announcements
- Topic: KMotion/KFLOP/Kogna Version 5.3.7 Released
- Replies: 0
- Views: 30
KMotion/KFLOP/Kogna Version 5.3.7 Released
KMotion/KFLOP/Kogna Version 5.3.7 Released This Version fixes several issues with the .NET KM_Axis and KM_AxisGroup Classes Adds KMotionCNC Disable buttons capability from KFLOP/Kogna KMotionCNC GViewer Setup Screen now allows mm/inch settings. GCode Interpreter M48 and M49 supported to disable/enab...
- Mon Jan 13, 2025 9:03 pm
- Forum: Configuration Issues
- Topic: SETTING UP KFLOP, KANALOG FOR NEW CNC ROUTER RETROFIT
- Replies: 301
- Views: 64316
Re: SETTING UP KFLOP, KANALOG FOR NEW CNC ROUTER RETROFIT
Hi Noel, Its not clear what you are trying to achieve. Normally if you command an axis to move you will wait until it is completed. Do you have encoders? If so and the axis doesn't move properly you should get a following error. You can monitor the commanded position in counts as ch->Dest and the ac...
- Sun Jan 12, 2025 8:08 pm
- Forum: Bug Reports
- Topic: Unable to select Kogna in KMotion
- Replies: 1
- Views: 84
Re: Unable to select Kogna in KMotion
Thanks Moray,
This should be fixed in the next Version
This should be fixed in the next Version
- Thu Jan 09, 2025 6:45 pm
- Forum: Noise, Grounding, Shielding Issues
- Topic: Stepper motor noise
- Replies: 1
- Views: 192
Re: Stepper motor noise
Hi Peter, What kind of stepper drives do you have? Sometimes chopping drivers pick up noise and or cross talk in the wiring so there is variation in the current measurement. The result normally sounds like a hissing sound (noise). You might find a different wiring arrangement/shielding/grounding imp...
- Tue Jan 07, 2025 6:15 pm
- Forum: User PC Applications and Libraries .Net
- Topic: Limit Feedrate in GCode G1
- Replies: 20
- Views: 1667
Re: Limit Feedrate in GCode G1
Hi Frederic,
We should release it this week or next.
We should release it this week or next.
- Tue Jan 07, 2025 2:44 am
- Forum: Configuration Issues
- Topic: SETTING UP KFLOP, KANALOG FOR NEW CNC ROUTER RETROFIT
- Replies: 301
- Views: 64316
Re: SETTING UP KFLOP, KANALOG FOR NEW CNC ROUTER RETROFIT
Hi Noel, i need that some buttons be disabled when running G code like jog buttons, how can do that, You might read this . You would probably want to use a state machine approach in your forever loop in Thread #1 to do multiple things at the same time. You might read this wiki article. Basically to ...
- Mon Jan 06, 2025 6:09 pm
- Forum: Configuration Issues
- Topic: SETTING UP KFLOP, KANALOG FOR NEW CNC ROUTER RETROFIT
- Replies: 301
- Views: 64316
Re: SETTING UP KFLOP, KANALOG FOR NEW CNC ROUTER RETROFIT
Hi Noel, Here is an example using Screen Script to change the background color of text Button from Red to Green: #include "KMotionDef.h" #define TMP 10 // which spare persist to use to transfer data #include "KflopToKMotionCNCFunctions.c" void main() { for (;;) { if (ScreenScript("ID:IDC_But12,Color...
- Mon Jan 06, 2025 5:11 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Controller and Driver Recommendation
- Replies: 3
- Views: 465
Re: Controller and Driver Recommendation
Hi melkpus,
What do you mean "it's not connecting"? KMotion to KFLOP via USB? Have you installed the USB Driver? What shows in Device manager?
What do you mean "it's not connecting"? KMotion to KFLOP via USB? Have you installed the USB Driver? What shows in Device manager?
- Thu Jan 02, 2025 1:01 am
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Problems with Cyrillic
- Replies: 4
- Views: 474
Re: Problems with Cyrillic
Hi Alex,
When I test the Keyboard shows the English characters instead of Cyrillic.
You state it is broken. Do you recall if this ever worked correctly?
The new Unicode Version seems to work correctly. But there are still a number of other problems. Please give us some time to resolve those.
When I test the Keyboard shows the English characters instead of Cyrillic.
You state it is broken. Do you recall if this ever worked correctly?
The new Unicode Version seems to work correctly. But there are still a number of other problems. Please give us some time to resolve those.
- Wed Jan 01, 2025 6:31 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Controller and Driver Recommendation
- Replies: 3
- Views: 465
Re: Controller and Driver Recommendation
Hi melkpus, KFLOP is a motion controller that can control up to 8 motor axes. It has no motor Drivers. Consider adding one or 2 of our KSteps Stepper Motor Drivers. Or other 3rd party Drivers. Stepper motors are open loop devices. There isn’t any tuning required as is with closed loop servos. Someti...