Specific HAL pin value displayed on gremlin values for a gladeVCP
28 Jan 2019 21:58 #125105
by Nico2017
Hi all,
working on a gladevcp interface project, I was wondering if it was possible to display any hal float pin value into the gremlin module directly, for instance after the position, velocity and DTG items. I can display it somewhere else but I want to have this value that can be read by the user at any time so was thinking that putting it on the gremlin preview would be ideal.
Thank you,
Nicolas
working on a gladevcp interface project, I was wondering if it was possible to display any hal float pin value into the gremlin module directly, for instance after the position, velocity and DTG items. I can display it somewhere else but I want to have this value that can be read by the user at any time so was thinking that putting it on the gremlin preview would be ideal.
Thank you,
Nicolas
Please Log in or Create an account to join the conversation.
28 Jan 2019 23:44 #125122
by cmorley
Replied by cmorley on topic Specific HAL pin value displayed on gremlin values for a gladeVCP
Not without modify the gremlin code, well actually glcanon.py.
in lib/python/rs274/glcanon.py ,the function 'redraw' most directly shows rough how offsets etc are added to the overlay.
lib/python/hershey.py is the file that converts text to GL commands and it has a limited vocabulary - so might need to be extended.
Finally you would need to have access to the information you wish to display.
Would need specifics to suggest that.
Chris M
in lib/python/rs274/glcanon.py ,the function 'redraw' most directly shows rough how offsets etc are added to the overlay.
lib/python/hershey.py is the file that converts text to GL commands and it has a limited vocabulary - so might need to be extended.
Finally you would need to have access to the information you wish to display.
Would need specifics to suggest that.
Chris M
Please Log in or Create an account to join the conversation.
Moderators: HansU
Time to create page: 0.061 seconds