Search found 20 matches

by greg9504
Fri May 07, 2021 1:42 am
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: Bit Driven Button Highlight
Replies: 5
Views: 1830

Re: Bit Driven Button Highlight

Hello, I'm trying to do something similar but the c code is not running when I toggle the button. If I change the button type to button from togglebutton then the c code runs but then the bitmaps don't update based on the bit state and the bit doesn't toggle. I tried "Program" and "Program/wait" as ...
by greg9504
Wed Mar 17, 2021 2:20 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: GCode for rotary axis
Replies: 3
Views: 1788

Re: GCode for rotary axis

Hi Tom, Thanks for the video! Nice to see that would work. I had thought that if I had to I could program the axis directly on the kflop, but figured with doing all the 'programming' in the post processor the worst that will happen is the guide wheel is not in the ideal position. Doing it on kflop I...
by greg9504
Wed Mar 17, 2021 12:01 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: GCode for rotary axis
Replies: 3
Views: 1788

GCode for rotary axis

Hello, For a rotary axis setup in degrees with a radius (no inverse time mode) can I do gcode that looks like this: G20 G40 G17 (arc in X Y plane) G90 G00 X6.000 Y3.00 B90 G03 X7.000 Y4.000 I0.000 J1.000 F50.0 B0 (it's this line that I'm not sure about) Where B is the rotary axis setup in degrees? I...
by greg9504
Mon Nov 09, 2020 2:57 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: GCODE Paused, can I jog and/or issue manual entry, then resume?
Replies: 4
Views: 1483

Re: GCODE Paused, can I jog and/or issue manual entry, then resume?

Sorry I was going on memory. I double checked and this is how I have my custom M code configured: kmotioncnc_mcode.PNG I wanted a physical button to press because I'm physically within the working envelope of the machine while paused. Right now the spindle is manually turned on/off but at some point...
by greg9504
Sun Nov 08, 2020 2:40 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: GCODE Paused, can I jog and/or issue manual entry, then resume?
Replies: 4
Views: 1483

Re: GCODE Paused, can I jog and/or issue manual entry, then resume?

Thanks. Yes that's what I have my custom MCode do (if I remember correctly). After each cut it pauses so I can remove the wire, then I press a button to continue execution to the next contour. In this case while KMotionCNC is waiting for me to press the continue (physical) button, I pressed the paus...
by greg9504
Fri Nov 06, 2020 6:51 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: GCODE Paused, can I jog and/or issue manual entry, then resume?
Replies: 4
Views: 1483

GCODE Paused, can I jog and/or issue manual entry, then resume?

Hi, KmotionCNC question: I have a custom M code that is used to pause and wait for user input. The machine is running a GCode file and is currently paused waiting for user input. Ideally I would like to jog or use the manual entry line to move the machine to remove stock, then jog/manual entry it ba...
by greg9504
Sun Mar 08, 2020 4:21 pm
Forum: Hardware Interface Issues
Topic: KConnect with KAnalog
Replies: 2
Views: 1767

Re: KConnect with KAnalog

Thanks!
by greg9504
Sun Mar 08, 2020 1:55 pm
Forum: Hardware Interface Issues
Topic: KConnect with KAnalog
Replies: 2
Views: 1767

KConnect with KAnalog

Can these two boards be used together? If yes can you share a picture of how the Kflop/Kanalog/Kconnect would be mounted?
Thanks
Greg.
by greg9504
Wed Nov 07, 2018 1:34 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Customizing gamepad interface
Replies: 4
Views: 3825

Re: Customizing gamepad interface

Bill, If you opened the solution/projects in 2017 then went back and tried to open/build in 2015 that is probably what is causing your build errors in 2015. I'd suggest reinstalling to a new dir and building with 2015 again. If you get that far I found that I had to modify the following code as the ...
by greg9504
Wed Aug 22, 2018 8:03 pm
Forum: User PC Applications and Libraries .Net
Topic: 64bit
Replies: 1
Views: 2462

64bit

Hi,
I see all the libs and apps are compiled 32bit. If I wanted to target an app for 64bit can I just compile KMotionDLL.dll for 64bit? Can the USB driver handle the 64bit client?
Thanks
Greg.