Bendix/King KT76A transponder display issue

Questions about deployment and use of Air Manager Instruments

Moderators: russ, Ralph

Post Reply
Message
Author
SimPassion
Posts: 5338
Joined: Thu Jul 27, 2017 12:22 am

Bendix/King KT76A transponder display issue

#1 Post by SimPassion »

Hi

having an issue on displaying the transponder code
I've tried to edit the script and add some customization (haven't checked with x-plane yet, but it works in P3D)

original #89 line

Code: Select all

	txt_set(txt_code_1, code % 10)
after edition

Code: Select all

	txt_set(txt_code_1, math.floor(code % 10))
at first this
Transponder_Issue_01.png
give me this result
Transponder_Issue_02.png
after editing
Transponder_Fix_01.png
this is shown
Transponder_Fix_02.png
Best Regards
Gilles

Post Reply