Search found 11 matches
- Fri Sep 27, 2019 8:09 am
- Forum: New Feature Request
- Topic: Feature to make REST POST calls from KMotionCNC / KFlop
- Replies: 1
- Views: 5368
Feature to make REST POST calls from KMotionCNC / KFlop
Hi, I think a very valueable addition to KMotionCNC and KFlop, would be a feature to post simple REST calls. This would allow communication with other applications. As an example, I want to recieve an email when my CNC machine has an error. Right now I have realised this by a KFlop program that writ...
- Fri Jul 19, 2019 10:38 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Unexpected behavior with Geo coordinate transformation
- Replies: 1
- Views: 2742
Unexpected behavior with Geo coordinate transformation
Hi, I've been trying out applying a coordinate transformation between CAD and actuator space. I've loaded the example file "MeasurementsPlusMinus.txt" as geo file and tried it out. At first it seems to do what I expected. Pressing a jog button in KMotionCNC for a straight move in X, moves both X and...
- Sat Sep 01, 2018 7:38 am
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Setting a persist variable value and execute c-program on single button click
- Replies: 0
- Views: 7158
Setting a persist variable value and execute c-program on single button click
Hi, I'm searching for a way to configure a momentary button such that when it is pressed, a value of an arbitrary persist variable can be set to a number after which a c-program is executed. That would allow me to make a c-program with a switch statement that, depending on the value of a the persist...
- Thu Aug 30, 2018 7:29 pm
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: DROLabel not updating
- Replies: 8
- Views: 9268
Re: DROLabel not updating
Thanks! Did a ctrl+f for "162" in my *.scr file anf found a duplicate. After removing that one it worked.
- Thu Aug 30, 2018 7:27 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Updating Kmotion CNC
- Replies: 7
- Views: 6926
Re: Updating Kmotion CNC
Thanks! I was looking for that in the manual, might be a good idea to add it there.
- Thu Aug 30, 2018 6:56 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Updating Kmotion CNC
- Replies: 7
- Views: 6926
Updating Kmotion CNC
Hi, I've updated my KMotionCNC from 433 to 434, by manually going through all settings in all tool setup screens and copy-pasting them from 433 to 434. I wonder if there is an easier way to do this, now that I have to update multiple machines. Is there a XML file or config file or something with all...
- Wed Aug 29, 2018 9:05 pm
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: DROLabel not updating
- Replies: 8
- Views: 9268
DROLabel not updating
Hi, I've made an uber simple c program to write something to a DROLabel: #include "KMotionDef.h" #define TMP 10 // which spare persist to use to transfer data #include "KflopToKMotionCNCFunctions.c" main() { DROLabel(1000, 162, "test"); } When I run the "Add" example screen I see that the result of ...
- Wed Aug 29, 2018 8:39 pm
- Forum: Configuration Issues
- Topic: Fanuc Radius Compensation
- Replies: 13
- Views: 20096
Re: Fanuc Radius Compensation
Hi,
Thanks! It works now, not sure what I did wrong though, might have navigated to the 433 settings file while I changed the 434 or something...
Regarding the dll's, I was running the Debug exe indeed, my mistake, I removed the dlls and ran the released version without problems.
Thanks! It works now, not sure what I did wrong though, might have navigated to the 433 settings file while I changed the 434 or something...
Regarding the dll's, I was running the Debug exe indeed, my mistake, I removed the dlls and ran the released version without problems.
- Wed Aug 29, 2018 11:37 am
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Adding custom sliders to control persist variables
- Replies: 1
- Views: 3276
Adding custom sliders to control persist variables
Hi, I know it possible to add DRO's for the readout of persist variables. Is it also possible to add slider UI elements that can control the value of persist variables? If so, how do you set the slider min, max and tick increments and what needs to be done to hook the slider up to a persist variable...
- Tue Aug 28, 2018 8:20 pm
- Forum: Configuration Issues
- Topic: Fanuc Radius Compensation
- Replies: 13
- Views: 20096
Re: Fanuc Radius Compensation
I've installed 434. The installation on a new machine did not go smooth. After installation I got 3 errors: -" The code execution cannot proceed because mfc140d.dll was not found. Reinstalling the program may fix this problem." -" The code execution cannot proceed because VCRUNTIME140D.dll was not f...