Page 1 of 1

Jog Rate Screen Entry

Posted: Wed Mar 06, 2019 4:55 pm
by msmart
I've been having fun with the screen editor!

I want to add the jog rate entry and watched the video. Wondering where I can find that c program?

Here's my first go at a screen...customized for my needs/uses. I'm looking forward to trying it out this afternoon.
I'll still probably tweak it but I've been fiddling with too long already :D

I'd be happy to share this if anyone wants
Screen V1.JPG

Re: Jog Rate Screen Entry

Posted: Wed Mar 06, 2019 5:23 pm
by TomKerekes
Hi msmart,

Looks cool. Please share if there is nothing copyrighted.

Attached is the ScreenValueToJogSpeed.c example.

Re: Jog Rate Screen Entry

Posted: Thu Mar 07, 2019 7:32 pm
by msmart
Thanks Tom.

I certainly will share the screen once I'm done tinkering.

Where does the ScreenValueToJogSpeed.c go? Should this get included in the Init program or is it connected via another means?

Thanks

Re: Jog Rate Screen Entry

Posted: Thu Mar 07, 2019 9:04 pm
by TomKerekes
Hi msmart,

Yes eventually you can merge the code into your Init Program and add the Call to UpdateJogSpeeds() into the forever loop there to avoid needing to use an additional Thread.