Jump to content
The simFlight Network Forums

FSMIC

Members
  • Posts

    11
  • Joined

  • Last visited

About FSMIC

  • Birthday 01/01/1970

Contact Methods

  • Website URL
    http://

Profile Information

  • Location
    Strasbourg France
  • Interests
    Flight Simming and Programing

FSMIC's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Pete, As state in the FSUIPC for Programmers documentation. - FS2002/4 A.I. Traffic Data (for TCAS applications and similar) "At present N is equal to 96, but this may change if more or less data is found to be required." I have with an "PAI afcad and traffic plan" for EGLL 144 occupied gates. Checked with TrafficToolBox. Any way TrafficLoock and my program give me only 96. Can I hope that in a future FSUIPC version this extension will be available. Thank you. FSMIC
  2. Hi Pete, I would retrieve the exact location of the Airport Tower. Using as example the Airport at EGLL. In the bgl the tower is physically located at : Latitude : 51.470708 Longitude : -0.453339 Using FSinterrogate & FSUIPC last version show me : 05B4 Viewpoint Lat HI : 51,47748 05BC Viewpoint Long HI : -0,48870 0D54 Tower Latitude Hi : 51,47236 0D5C Tower Longitude Hi : -0,47684 Where can I find the exact Tower Location ? Best regards. Michel
  3. Hi Pete, Thank you for the prompt reply. Very strange what happens : ********* FSUIPC, Version 3.201 by Pete Dowson ********* User Name="Michel A. Mettling" User Addr="fs_mettling@noos.fr" FSUIPC Key is provided WideFS Key is provided [Continuation log requested by user] Module base=61000000 ClassOptions: UIPCMAIN=FF7F, FS98MAIN=FF7F, FS2KMAIN=FF5E WeatherOptions(Orig)=40003605[40003605] InitDelay: 0 seconds WeatherReadInterval=4 LogOptions=00000005 int func if I use the normal offset the result is not correct : result = fsuipc.FSUIPC_Write(0x0262, func, ref token, ref dwResult); result = fsuipc.FSUIPC_Process(ref dwResult); result = fsuipc.FSUIPC_Write(0x05dc, func, ref token, ref dwResult); result = fsuipc.FSUIPC_Process(ref dwResult); 1379750 System time = 14:56:33, FS2004 time = 11:18:29 (10:18Z) 1379750 LogOptions changed, now 00000005 (LogExtras=0) 1391422 WRITE0 0262, 2 bytes: 01 00 1391422 WRITE0 0264, 2 bytes: 00 00 1391516 WRITE0 05DC, 4 bytes: 01 00 00 00 Using the offsett 0x0264 it works ???? result = fsuipc.FSUIPC_Write(0x0264, func, ref token, ref dwResult); result = fsuipc.FSUIPC_Process(ref dwResult); result = fsuipc.FSUIPC_Write(0x05dc, func, ref token, ref dwResult); result = fsuipc.FSUIPC_Process(ref dwResult); 1480860 System time = 14:58:14, FS2004 time = 11:19:40 (10:19Z) 1519875 WRITE0 0264, 4 bytes: 01 00 00 00 1519985 WRITE0 05DC, 4 bytes: 01 00 00 00 1521782 WRITE0 0264, 4 bytes: 01 00 00 00 Any way the Slew mode works fine . One question more : If I look at the new traffic explorer from the TraffixToolBox SDK the gate name is available. Could this be implemented in a next version of Fsuipc ??? Regards. Michel
  4. Hi Pete, What could be wrong ??? I am using the fsuipc.cs from SDK_19 and Fsuipc registred version 3.201. Have problem with an external program to set FS9 to PAUSE 0x262. However setting the Slew mode 0x5DC works fine. WideClient log shows : ********* WideClient.DLL Log [version 6.22] Class=FS98MAIN ********* Date (dmy): 22/03/04, Time 09:59:26.281: Client name is P700 141 Sending computer name ... 141 Button Thread Started 17453 New Client Application: "ATVARFS9B" (Id=1376) 17453 Write: Offset=330A, Size=0004 02 00 00 00 17828 375 ReadLocal: Offset=3304, Size=0004 00 00 01 32 17828 375 ReadLocal: Offset=3308, Size=0004 07 00 DE FA ***** set Pause off ***** set Slew off both works 26172 Write: Offset=0262, Size=0004 00 00 00 00 26313 Write: Offset=05DC, Size=0004 00 00 00 00 ***** set Pause on does not work ***** set Slew on works 27391 Write: Offset=0262, Size=0004 01 00 00 00 27563 Write: Offset=05DC, Size=0004 01 00 00 00 Regards. Michel
  5. Hi Pete, Would it be possible to add in your great TrafficLook program the following : 1 - Flight number as showed with the option in fs9.cfg ShowLabelAirlineAndFlightNumber=1 //NOT in FS2004 menu 2 - ZULU time from Fsuipc offset x023B + x023C + 0x023A 3 - Why not writting the displayed information to a text file. If the 1- is possible add this info to TCAS_DATA2. Thank You. Michel
  6. Thanks for the information. Is there a possibility to have in a future version of FSUIPC the from/to ICAO information, as we can see in the AIMAP.gau by Rodolfo Arata for FS2002 ??? I am working on a program "Airport Traffic Viewer & Recorder" and this info would be nice. Have a nice week end. Michel
  7. Hi Pete, Thank you for your prompt reply. I found what is happening... Fs2004 was running on a old PIII 0.5 Ghz processor. I reverse the connection PIV 1.8 Ghz 1Gb memmory running FS2004 and PIII 500 Mhz the FSIinterrogate program. No more msg "Auto restart after delayed stoppage!" PS. Could find a maximum of the new "state code" in TCAS section from 0x81 to 0x92. Missed 0x8B. Where can i find this information ?? Regards Michel
  8. Hi Pete, I have problem with WideFS server registred version 6.0.2.0 For each request to FSUIPC msg Auto restart after delayed stoppage! is issued. Used FSinterrogate. TCP/IP connection over 10Mb ethernet. FS2004 was runnig on the server. Please find following the ini files and log files Server Side ; PLEASE SEE the documentation for parameter details ; ================================================== [Config] UseTCPIP=Yes SeverIPAddr=10.70.1.110 ; ----------------------------------------------- [user] Log=Errors+ ; =============================================== ********* WideServer.DLL Log [version 6.02] ********* Using blocksize guide of 4096 bytes Date (dmy): 01/08/03, Time 18:17:14.734: Server name is P500 67728 Initialising service now 67728 Initialising server socket now 89459 Incoming connection Accepted ok (skt=2040) 89599 Connected to computer "P700" (skt=2040) 105081 Auto restart after delayed stoppage! 105081 Initialising server socket now 105102 Incoming connection Accepted ok (skt=2004) 105322 Connected to computer "P700" (skt=2004) 123318 Auto restart after delayed stoppage! 123318 Initialising server socket now 123318 Incoming connection Accepted ok (skt=2024) 123568 Connected to computer "P700" (skt=2024) 141624 Auto restart after delayed stoppage! 141624 Initialising server socket now 141914 Incoming connection Accepted ok (skt=2016) 141924 Connected to computer "P700" (skt=2016) 156375 Closing down now ... Memory managed: Offset records: 579 alloc, 579 free Throughput maximum achieved: 11 frames/sec, 3449 bytes/sec Throughput average achieved for complete session: 0 frames/sec, 112 bytes/sec ********* Log file closed ********* Client Side ; PLEASE SEE WideFS documentation for parameter details ; ===================================================== [Config] UseTCPIP=Yes ServerIPAddr=10.70.1.120 Window=32000,32000,160,34 Visible=Yes ; ----------------------------------------------- [user] Log=Errors+ ; =============================================== ********* WideClient.DLL Log [version 6.02] Class=FS98MAIN ********* Date (dmy): 01/08/03, Time 18:18:55.687: Client name is P700 63 Attempting to connect now 63 Connection made okay! 15750 Connection closed by server! 15766 Ready to try connection again 15781 Attempting to connect now 15781 Connection made okay! 22188 New Client Application: "FSinterrogate" (Id=3184) 34000 Connection closed by server! 34000 Ready to try connection again 34016 Attempting to connect now 34016 Connection made okay! 52391 Connection closed by server! 52391 Ready to try connection again 52391 Attempting to connect now 52391 Connection made okay! 62375 Reception maximum achieved: 12 frames/sec, 4078 bytes/sec 62375 Reception average achieved whilst connected: 4 frames/sec, 620 bytes/sec 62375 Max receive buffer = 4078, Max send depth = 0 62375 ********* Log file closed (Buffers: MaxUsed 2, Alloc 278 Freed 278 Refused 0) ********* The program works correctly. Time to time I can see on the top of FS2004 screen the text changing from : 1 connected to : Waiting for clients Hope all necessary information are here. Regards Michel
  9. Hi Pete, With the following data, could you please help. Newbie in C++ and C#. I am using the example UIPC_SDK_SHARP from Scott McCrory. I have only problems to convert float (LAT,LON & ALT) to the values showned by TrafficLook. Airport = EGLL at Local time 06:16:05 first Tcas entry FSUIPC Version is 2.975 ********* WideClient.DLL Log [version 5.50] ********* Date (dmy): 11/06/03, Time 10:18:34.849: Client name is P700 350 Attempting to connect now 420 Connection made okay! 69399 New Client Application: "TrafficLook" (Id=2248) 73235 Monitored LAN data received: Offset 0E080: || TrafficLook ID 05 B7 FF FF FFFFB705 || 18666 LAT E5 E4 4D 42 ? || N51 28.3896 LON 0C FA E4 BE ? || W000 27.8498 ALT 63 23 AE 42 ? || 98 HD 89 68 6889 || 001 GS 00 00 0000 || 0 VS 00 00 0000 || 0 TAIL 4E 31 39 34 35 36 00 00 00 00 00 00 00 00 00 00 || N872 COM 85 24 24 85 || 124.85 Thank you in advance Michel
  10. Could some body help me in the following : Using FSinterrogate.exe to display LAT, LON & ALT in TCAS. Which expression should be used to display the Factored values? Joined find a file TCAS_FSI.zip with the Project file TCAS.FSI. Thank you in advance. TCAS_FSI.zip
  11. Can somebody help me. What is the proper expression for converting from the TCAS section - float lat; // 32-bit float, in degrees, –ve = South - float lon; // 32-bit float, in degrees, –ve = West - float alt; // 32-bit float, in feet (C++ or C#) Thanks In Advance
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.