Search found 2540 matches

by TomKerekes
Sat Mar 23, 2024 7:00 am
Forum: C Programs
Topic: Label from C program
Replies: 3
Views: 57

Re: Label from C program

Hi Taras,

See

#define N_USER_DATA_VARS 200

In KMotionDef.h
by TomKerekes
Sat Mar 23, 2024 12:57 am
Forum: C Programs
Topic: Label from C program
Replies: 3
Views: 57

Re: Label from C program

Hi Taras, See this Screen Editor Video. In the Add example KFLOP reads 2 User inputs (Edit Controls), converts them to a value, adds them, converts the result to a character string, and displays the string in a DROLabel on the screen. The Add example begins at 12:50 in the video. https://youtu.be/uQ...
by TomKerekes
Wed Mar 20, 2024 8:47 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: no toolpath and tool shape is backwards
Replies: 13
Views: 113

Re: no toolpath and tool shape is backwards

Yes. Don't you remember we added this feature for you back in Jan? We gave you a patch for 5.3.1.
by TomKerekes
Wed Mar 20, 2024 8:33 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: no toolpath and tool shape is backwards
Replies: 13
Views: 113

Re: no toolpath and tool shape is backwards

What Version are you using? Post Screen shot of About Box. (right click Title bar)
About.png
About.png (2.26 KiB) Viewed 32 times
by TomKerekes
Wed Mar 20, 2024 8:07 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: no toolpath and tool shape is backwards
Replies: 13
Views: 113

Re: no toolpath and tool shape is backwards

Works now for me. You may need to restart KMotionCNC for it to take effect.
by TomKerekes
Wed Mar 20, 2024 8:02 pm
Forum: C Programs
Topic: C program streams
Replies: 13
Views: 219

Re: C program streams

Very strange. The function is defined later so a prototype should not be required as the function is fully defined before it is used in the main program.

But I never argue with success :)
by TomKerekes
Wed Mar 20, 2024 7:08 pm
Forum: C Programs
Topic: C program streams
Replies: 13
Views: 219

Re: C program streams

oops. yes KflopToKMotionCNCFunctions.c.
by TomKerekes
Wed Mar 20, 2024 5:43 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: no toolpath and tool shape is backwards
Replies: 13
Views: 113

Re: no toolpath and tool shape is backwards

We added an option (I believe for you) to put the tool path on the floating GCode Viewer window. Option added to use Floating GViewer Dialog with Screen Script instead of GViewer on Main Screen. To enable this option set the GViewer Control on the Main Screen’s Var parameter to 0. Do you have that e...
by TomKerekes
Wed Mar 20, 2024 5:36 pm
Forum: User PC Applications and Libraries .Net
Topic: Reading ADC from C
Replies: 4
Views: 63

Re: Reading ADC from C

Hi Katie, I don't understand the point of what you are trying to do. The PC C# App reads the ADC from KFLOP, converts it to Temperature, then writes the Temperature to KFLOP persist variable 11. KFLOP could easily do this calculation without using the PC. So you are expecting the persist variable 11...