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
I'd be happy to share this if anyone wants
Jog Rate Screen Entry
Moderators: TomKerekes, dynomotion
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: Jog Rate Screen Entry
Hi msmart,
Looks cool. Please share if there is nothing copyrighted.
Attached is the ScreenValueToJogSpeed.c example.
Looks cool. Please share if there is nothing copyrighted.
Attached is the ScreenValueToJogSpeed.c example.
- Attachments
-
- ScreenValueToJogSpeed.c
- (1.45 KiB) Downloaded 182 times
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
Re: Jog Rate Screen Entry
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
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
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: Jog Rate Screen Entry
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.
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.
Tom Kerekes
Dynomotion, Inc.