Jog Rate Screen Entry

Moderators: TomKerekes, dynomotion

Post Reply
msmart
Posts: 11
Joined: Mon Feb 18, 2019 10:18 pm

Jog Rate Screen Entry

Post by msmart » Wed Mar 06, 2019 4:55 pm

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

User avatar
TomKerekes
Posts: 2540
Joined: Mon Dec 04, 2017 1:49 am

Re: Jog Rate Screen Entry

Post by TomKerekes » Wed Mar 06, 2019 5:23 pm

Hi msmart,

Looks cool. Please share if there is nothing copyrighted.

Attached is the ScreenValueToJogSpeed.c example.
Attachments
ScreenValueToJogSpeed.c
(1.45 KiB) Downloaded 143 times
Regards,

Tom Kerekes
Dynomotion, Inc.

msmart
Posts: 11
Joined: Mon Feb 18, 2019 10:18 pm

Re: Jog Rate Screen Entry

Post by msmart » Thu Mar 07, 2019 7:32 pm

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

User avatar
TomKerekes
Posts: 2540
Joined: Mon Dec 04, 2017 1:49 am

Re: Jog Rate Screen Entry

Post by TomKerekes » Thu Mar 07, 2019 9:04 pm

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.
Regards,

Tom Kerekes
Dynomotion, Inc.

Post Reply