January 25, 200620 yr Hi,i have my own program (http://mno.onlinehome.de/ATCMenu4RC.zip)to filter, show and log the Advdisplay messages andsome problems with the text from controller.1. RadarContact send no Controller text when the "Co Pilot COMM Toggle" is on.It is possible that to send this text from RadarContact2. Why breaks RadarContact this lines in two messages?"CATHAY 2 7 5 HEAVY GROUND TAXI HOLDING POINT RUNWAY 0 5 Q N H 1 0 13CATHAY 2 7 5 HEAVY CLIMB FLIGHT LEVEL 2 30CATHAY 2 7 5 HEAVY ROGER THANKYOU"3. Why breaks RadarContact the line not between "RUNWAY 0 5" and "ECHO DELTA DELTA HOTEL""ECHO DELTA DELTA HOTEL LOCAL ATIS INFORMATION TANGO WINDS CALM VISIBILITY ONE ZERO KILOMETERS OR MORE SKY CLEAR TEMPERATURE1 5 DEW POINT 5 Q N H 1 0 1 3 LANDING AND DEPARTING RUNWAY 0 5 ECHO DELTA DELTA HOTEL LOCAL ATIS INFORMATION TANGO WINDSCALM VISIBILITY ONE ZERO KILOMETERS OR MORE SKY CLEAR TEMPERATURE 1 5 DEW POINT 5 Q N H 1 0 1 3 LANDING AND DEPARTING RUNWAY0 5 ECHO DELTA DELTA HOTEL LOCAL ATIS INFORMATION TANGO WINDS CALM VISIBILITY ONE ZERO KILOMETERS OR MORE SKY CLEARTEMPERATURE 1 5 DEW POINT 5 Q N H 1 0 1 3 LANDING AND DEPARTING RUNWAY 0" best regardsSiegmund
January 25, 200620 yr Commercial Member 1) i guess the logic is, if the copilot is doing the comms, you don't need to see the dialog.2) not familiar with that program, maybe i should be ;-)the messages are split into 128 character chunks, because of the limit of advdisp. maybe that program doesn't have the same limitation.jd JD Read my blog
January 26, 200620 yr Hi, JD:If you are compiling RC with any Unicode enabled options, you may be sending out two bytes per character, the first a zero, for each character you wish to display. I'd insure that option is off. I assume your VB version is recent enough to include this option.You might ask Pete if this could be a problem.
January 26, 200620 yr Hi John,thanks for your quick response.1. in the RadarContact manual RCV4.pdf, page 114 found i this::| Display Text| For the hearing impaired, choose 'Display Text' an all | messages from the controllers will by displayed in text.This feature is also for "translating impaired" a big assistance.In a real flight would i ask Otto, but in FS9 it won't work. I'm not happy when i hear "WATCH YOUR ALTITUDE".2 and 3.this are some lines from Fsupic.dll, 0x3380 - 0x33FF, i see this lines also in AdvDisplaybest regardsSiegmund
January 26, 200620 yr Hi Ron,thanks for your idea, I found only single-byte-chars in the messages.best regardsSiegmud
Create an account or sign in to comment