Modify the PathPilot screenset
23 Nov 2019 15:34 #151051
by Vmax549
Modify the PathPilot screenset was created by Vmax549
I would like to modify the PP screen a bit and add a couple of features such as a new DRO and a new BUTTON. Adding the features seems easy enough but HOW do you associate teh new features back to PP so they can be used in PP??
( TP
( TP
Please Log in or Create an account to join the conversation.
23 Nov 2019 16:25 #151062
by smgvbest
Replied by smgvbest on topic Modify the PathPilot screenset
in the button/DRO you're going to define the callback function that is called when the button is pressed or DRO is updated. find where simuliar features are updated and add your code there.
you do have to be careful PP runs on a 50ms update cycle so where you add your new stuff maters. if you add a new function and it takes too long to update you can hold up the whole process (don't ask how I know )
does that help at all or did I miss the point of the question
you do have to be careful PP runs on a 50ms update cycle so where you add your new stuff maters. if you add a new function and it takes too long to update you can hold up the whole process (don't ask how I know )
does that help at all or did I miss the point of the question
Please Log in or Create an account to join the conversation.
23 Nov 2019 18:16 #151073
by Vmax549
Replied by Vmax549 on topic Modify the PathPilot screenset
That summed it up ok I just need to try it before I ask any more about it.
Thanks, ( TP
Thanks, ( TP
Please Log in or Create an account to join the conversation.
Moderators: cncbasher
Time to create page: 0.063 seconds