Jump to content
The simFlight Network Forums

Delphi

Members
  • Posts

    102
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Delphi

  1. Sorry, for beeing imprecise. I was thinking about the Runways.xml file. Tags <FSStartLat> and <FSStartLon>. I assume that those are the positions from the bgl file which characterize the position the aircraft to start from a certain runway. If so, then the aircraft heading would be nice to have, which might be different to the runway heading, if the related position is e.g. on the short hold of a taxiway. Best regards, Ruediger
  2. Hi Pete, do you see a chance also to get the heading of the FSstart position? Best regards and many thanks for your excellent work, Ruediger
  3. FSSymphony V2.0 does not offer any native support for PMDG. If their are any PMDG offsets made available by FSUIPC you can assign them to Pokeys 56/57E via FSSymphony V2.0 expert mode. I can not give any support for PMDG issues because I do not have this add-on available for implementation and test purposes. FSSymphony is freeware and will be freeware in the future, adding PMDG support will make it necessary to buy this add-on and invest time to get it running. If I have left over money and time I might implement PMDG support. However, I can not promise that and for the time beeing I publish as FSSymphony what I use in my own flight simulator environment. Ruediger
  4. Hi Pete, Hi Paul, I found the problem and learned :-) The issue was that I called FSUIPCConnection.Process from 2 different forms. I could solve the problem and improved my code. Now I call FSUIPCConnection.Process only from the main form. All works well now. However, would it be possible to have a kind of 'isBusy' flag while FSUIPC.DLL is processing a request. Ruediger
  5. Hello, suddenly I get the following error message some seconds after opening the FSUIPC connection: FSUIPC Error #15: FSUIPC_ERR_SIZE. The amount of data requested exceeded the maximum allowed in one Process() Actually I request only a handfull offsets from FSUIPC and did not have any problems in the past. I did not add any new offset or data request. Would be very helpful for further troublesshooting to know under which circumstances FSUIPC.dll generates the message. Thanks for your help! Best regards Ruediger
  6. I'm trying to read the nearby IVAO multiplayer traffic on ground from 0xE000 to 0xEFFF. Unfortunately I can not find any data regarding the IVAO ground traffic in this area. For the aiborne traffic the table from 0xF000 is filled with the IVAO online data of aiborne aircrafts and works well for me. TrafficLook.exe shows also only the airborne traffic. Does anyone know where the offset aera of the IVAO aicrafts on ground is located? Thanks in advance! Ruediger
  7. Hi Paul, thanks for your swift reply. I checked it as proposed with the TrafficLook.exe. Same issues as with the DLL. The magic think is, that the IVAO online traffic is shown in the FS itself. I thought all IVAO traffic is handeled as AI traffic in the usual way. But somtimes things are more complicated than they seem at the first sight. Ruediger
  8. Hi all, I'm trying to read the surrounding IVAO online traffic as AI traffic. Works fine for airborne airplanes (AITrafficServices.AirbourneTraffic). Can't get the ground traffic, neither with AITrafficInformation.GroundTraffic nor with AITrafficInformation.AllTraffic. Any help would be very appreciated. Ruediger
  9. Hello, is their any offset or other way to send a keycode from my own application to a wide client? Ruediger
  10. Many thanks, Paul That will help me to continue with the implementation. Ruediger
  11. Hi Paul, for version 2.0 of FSSymphony I will let the user assign in/outputs of the interface hardware to FSUIPC offset bits or setting values. The definitions will be stored in a array and have to be defined in .net during run time. In a first beta implementation I do the like the following sketch: Loop through the array..... UserOffsetAddress = Integer.Parse(OffsetAddress, Globalization.NumberStyles.AllowHexSpecifier) Dim User_Offset As Offset(Of UShort) = New FSUIPC.Offset(Of UShort)(UserOffsetAddress) FSUIPCConnection.Process() .....process data readoffset.Disconnect() Next This works fine for a small amount of user definitions. But because this code snipped might have to be executed for 100 or even more user definitions, several times per second, I have some doubt that this is the way I should go. Even after some "brain storming" I could not find a better solution. Perhaps you can help me to break through the mental block, with an idea for a better solution. Thanks in advance! Ruediger
  12. Paul, need your advice for a (small) problem. The following example declarion works fine in VB.net 2010: Dim Newoffset="&H" & textbox1.text Dim readoffset As Offset(Of UShort) = New FSUIPC.Offset(Of UShort)(Newoffset) With overloading by a GroupName VB2010 gives me an error, example: Dim Newoffset="&H" & textbox1.text Dim readoffset As Offset(Of UShort) = New FSUIPC.Offset(Of UShort)("TestGroup", Newoffset) The following example works: Dim readoffset As Offset(Of UShort) = New FSUIPC.Offset(Of UShort)("TestGroup", &H57A6) Thanks for your help! Ruediger visit: http://www.flying-the-winglets.de
  13. Pete, according to the 'Revised List of FSX Controls in Alphabetic Order' for ADF1 RADIO FRACT INC / DEC CARRY and ADF1 RADIO TENTHS INC / DEC the same control values are used. Could you please double-check. ADF1 RADIO FRACT DEC CARRY 66453 ADF1 RADIO FRACT INC CARRY 66454 ADF1 RADIO TENTHS DEC 66453 ADF1 RADIO TENTHS INC 66454 Thanks! Ruediger visit: http://www.flying-the-winglets.de
  14. Hi, I was wondering if there is a FSUIPC offset area available to read: - Computer name of connected WideClients to WideServer - Version of those clients Ruediger Visit: http://www.flying-the-winglets.de
  15. :-). Thanks for offering more bytes than requested. Probably I was too shy asking for a larger offset range ;-). For the current development schedule a range of 32 bytes would be sufficient. However as FSSymphony is getting more advanced in future version a larger range might be required. Would be great to have 64 bytes, that should cover the need for the future. Thanks! Best regards Ruediger
  16. Hallo Pete, I'm the developer of FSSymphony. FSSymphony acts as Interface between PoKeys56E interface devices and MS flight simulator. Based on user demands FSSymphony developed to much more than pure interfacing of signals to the flight simulator and vice versa. Internal logic is providing gate signals and preprocessed values for user convenience. In order to make gate signals and values availbale I need a reserved range of FSUIPC offsets. For the time being a range of 32 offsets should be sufficient. Would be great if you could reserve such a range of offsets for FSSymphony. Thanks in advance! Ruediger contact. ruediger.ebert@flying-the winglets.de visit: http://www.flying-the-winglets.de
  17. Helle Pete, I could not find the FS Control Number of the Steering Tiller in the List of FS2004 Controls. Could you please publish the control number. Would be great :-) Regards Ruediger http://www.flying-the-winglets.de
  18. Hi all, does someone has expierence with the Button Screen Facilities on the FS PC? It seems that this feature can only be used on PCs with WideFS client runing on, not for the FS PC with WidesFS server. I would like to have the Button Screen on a second monitor attached to the FS PC. As a work around I tried to run a WideFS client in addition to the WideFS server on the same PC. Did not work, got a failure message. Does someone has a solution or some advices how I could manage the problem? Best regards Ruediger
  19. Problem solved, It was a SIOC issue. Thanks for your replies to my posting. Best Regards Ruediger
  20. Hi Pete,thanks for your investigations on the problem I have with the pusback function. I will check it again and will let you know the result. Regards Ruediger
×
×
  • 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.