GTT25 Command listing

GTT Designer Software Support

Moderator: Mods

Post Reply
ldcaseIII
LCD?
Posts: 1
Joined: Mon Mar 22, 2021 10:00 am

GTT25 Command listing

Post by ldcaseIII »

Is there somewhere a complete listing of the GTT25 Commands and responses. The documentation appears incomplete! I have the GTT protocol and developers PDFs, but there still seems to be quite a lot missing. Specifically today im trying to set the text size of a "DYNAMIC" label at runtime.

Raquel
Matrix Orbital
Matrix Orbital
Posts: 805
Joined: Thu Aug 19, 2004 3:37 pm
Location: MO Office

Re: GTT25 Command listing

Post by Raquel »

Hello ldcaseIII,

Thank you for posting on the forum.
Your are right, we do not have a complete listing of GTT25 command responses. We only chose to document the most important ones.

You may please check our client library from here: https://github.com/MatrixOrbital/Matrix ... entLibrary
You will see how the replies/responses are handled.

If you are to check the library you will see that for updating a dynamic label is basically calling this function:
gtt25_baseobject_set_property_text()
You should be able to find in the library as well how this command is sent and takes care of the responses.

Hope this helps.
Raquel Malinis
Design and Development
Matrix Orbital

Post Reply