Anders Eriksson Posted March 16, 2023 Report Posted March 16, 2023 Hi! I'm currently using a GF166 with FSUIPC7 and GfDisplay in MSFS. Working quite good but I'm kind of lost when it comes to the really advanced stuff. My question is if it's possible to get three decimals instead of just two? Best regards Anders Eriksson
John Dowson Posted March 17, 2023 Report Posted March 17, 2023 How are you driving the display? As far as I understand, you should be able to display any text up to the length the display can handle - usually 5 characters or digits. Take a look at the lua gfd library for handling GF displays in FSUIPC/lua. As I don't have any GF display devices, it is difficult for me to advise any further. John
Anders Eriksson Posted March 17, 2023 Author Report Posted March 17, 2023 Tnx for the answer. I have GFDev64.dll in the Fsuipc folder. That takes care of the buttons and knobs. Then I just start the GFDisplay.exe wich is in a different folder. Other than that I ony plugged in my device to an usb port and Windows 10 recognized it and said that it was configured for use. I will check the lua and see if I can find something that I can grasp. Once again Tnx. Anders Eriksson
John Dowson Posted March 17, 2023 Report Posted March 17, 2023 26 minutes ago, Anders Eriksson said: Then I just start the GFDisplay.exe wich is in a different folder. Ok, but if that is controlling the display, then you need to see if that can be configured to show 3dps. 28 minutes ago, Anders Eriksson said: I will check the lua and see if I can find something that I can grasp. Ok, but it can be quire complex, especially for non-programmers, to control the GF display via lua. There is an example script provided (in the lua examples zip in your FSUIPC documents folder), and there are probably other posts on using this library if you search the FSUIPC forums. u suspect that you don't need to the GFDisplay.exe. And you could also try asking in the Go Flight support forums, presuming they supply the GFDisplay.exe. Cheers, John
eagle11 Posted March 17, 2023 Report Posted March 17, 2023 Hi Anders, John, There is already a lua-script in the user-contributions subforum: Take a look and see if this meets your expectations, or adjust the script to your own needs! Frans 1
John Dowson Posted March 17, 2023 Report Posted March 17, 2023 4 hours ago, eagle11 said: There is already a lua-script in the user-contributions subforum: Thanks - I had forgotten about that! John
Anders Eriksson Posted March 18, 2023 Author Report Posted March 18, 2023 Tnx guys. I went with the Pollypot sw since it got abit to complicated for me.
eagle11 Posted March 18, 2023 Report Posted March 18, 2023 Hi Anders, All you have to do is: place the file GF_166.lua in the FSUIPC folder an add in the FSUIPC.ini file the following: [Auto] 1=Lua GF_166 This will automatically start the lua file. But the Pollypot software also works. It is of course your own choice! Frans
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now