Page 1 of 1

KMotionCNC Check Box

Posted: Thu May 10, 2018 2:32 pm
by Snyggis
Another question here about connecting KMotionCNC to a C program. Is there a way to add a custom check box on the KMotionCNC screen? I would like to be able to use a C Program to verify if this button is checked or not. Really I need an if statement based off of the state of a user input on the KMotionCNC screen. This Possible?

Thanks!

SL

Re: KMotionCNC Check Box

Posted: Thu May 10, 2018 4:15 pm
by TomKerekes
Hi SL,

You can use the KMotionCNC Screen Editor to add a toggle button, then test the associated IO bit from a C Program.

See:



HTH