Jump to content
The simFlight Network Forums

Edoradar

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by Edoradar

  1. Hello, as I am using free offsets for my program, I used basically all that are for free use and need more...if I write those for PM or activesky or other programs which I do not use, will they be available and working for the purpose? thanks
  2. Hi John. this made the trick! I am able to control the plane now as you suggested. Many thanks for your help!!!!
  3. Hi John. Before sending you the log,.. I took your suggestion and found out it's related to the aircraft. I am using Captain sim 767 and with it this reset to 0 happens. if I use any base aircraft it doesn't instead...you think there is a possible workaround for this or need to change the aircraft type?
  4. Good day John. I actually tried to do a key assignements as you instructed me. even without having my software running, the result is exactly the same. I attach the log of that for you to see. So just to make it clear in this report my software is NOT running. FSUIPC6.log
  5. Hi John. Attached the log file and the ini file I use. FSUIPC6.2.log FSUIPC6.log FSUIPC6.ini Edit: for reference I am sending a fixed value of 12000 to the aileron position from my program as a 2 bytes signed value
  6. Hi John. I made sure no P3D or FSUIPC assignements exist. In the console I can see the 0BB6 write command as expected. what I see is that at startup or each time I enter fsuipc menu and exit, the 0BB6 goes for a moment to the value I am writing but then goes immediatly to 0. I am sure I am writing it right as I am writing a lot of other data also and all works ok...any idea? Edit: I also tried to remove the keyboard assignement but no difference..is there any other offset I need to write along with it like some flag or so?
  7. Hello, I've been tryin to sort this for a while but with no real success.. I have a program that during autopilot operation and thru calculations determines the target poistion of the various controls (pedals, yoke, cont column) I want then to write these values in p3d thru fsuipc offests but seems I can't find the right combination...for example I write 0BB6 for the yoke control but seems to have no effect in p3d. I also read in the user guide but didn0t really find an answer to my case. Could you please address me the right way to do it? Thanks
  8. Hello, after looking at both FSUIPC and P3D sdk, I couldn't find anything about information on terrain bank and pitch angle at aircraft position. as building a ground rotational matrix for some computations, I wonder if those 2 infos can be accesses. Thanks and regards
  9. Sure, no rush at all. Thanks for that. 🙂
  10. Hello, would it be possible to add the following vars to be read? EMPTY WEIGHT PITCH MOI Empty weight pitch moment of inertia Slugs per feet squared N - EMPTY WEIGHT ROLL MOI Empty weight roll moment of inertia Slugs per feet squared N - EMPTY WEIGHT YAW MOI Empty weight yaw moment of inertia Slugs per feet squared N - EMPTY WEIGHT CROSS COUPLED MOI Empty weigth cross coupled moment of inertia Slugs per feet squared N - TOTAL WEIGHT PITCH MOI Total weight pitch moment of inertia Slugs per feet squared N - TOTAL WEIGHT ROLL MOI Total weight roll moment of inertia Slugs per feet squared N - TOTAL WEIGHT YAW MOI Total weight yaw moment of inertia Slugs per feet squared N - TOTAL WEIGHT CROSS COUPLED MOI Total weight cross coupled moment of inertia Slugs per feet squared N - Thanks and regards
  11. Hello, It was my mistake as was reading as a float instead of int32, sorry. so i can confirm they all of them work properly, you can take the ? out of the list 🙂 Thanks and regards
  12. Thanks for answers, will check once back on it saturday.
  13. Hello, I run FSUIPC 6.1.5 with P3D V5. I tried to read the NDB coordinates from offsets 1124,1130,1128,1134,112C and 1138 but all of them return 0. I tried to read em via Lua as signed 32 bit integers like VOR or DME. These just always return 0 to me. I saw were marked ?-simC so I tought to report it. Regards
  14. Tried it now in my python script and works well. numbers seem to be good. Thanks for the find. If you can give me a feedback on my last reply would be helpful! Thanks again
  15. Nice! I will try it later. one less to sort 😄
  16. Hmmmm ok. maybe you can help me to clear it further… here are the arinc labels about accelerations, rates and angles that I need to get value for from fsuipc and the assignements I did. If you tell me if in your opinion something is mismatching or you can help filling would be very helpful Body Pitch Rate label 326 offset 30A8 Body Roll Rate label 327 offset 30B0 Body Yaw Rate label 330 offset 30B8 Body Longitudinal Acceleration label 331 offset 31B0 Body Lateral Acceleration label 332 offset 31A8 Body Normal Acceleration label 333 offset 31B8 Flight Path Angle label 322 (180/3.1416)*math.atan(vs/(gs*6076.12/60)) Flight Path Acceleration label 323 Track Angle Rate label 335 Pitch Attitude Rate label 336 Roll Attitude Rate label 337 Along Track Acceleration label 362 offset 31D0 Cross Track Acceleration label 363 offset 31C0 Vertical Acceleration label 364 offset 31C8 N-S Velocity label 366 offset 3190 E-W Velocity label 367 offset 3198
  17. Hello Peter, as I'm workin on some coding to emulate avionic IRS data, I'm having some doubts about velocities, rates and accelerations avail in fsuipc vs p3d sdk description Following I copied the SDK description and what I think are the equivalents in FSUIPC. could you please confirm me that this is correct as the descriptions seems to mismatch? Also, is any way to calculate and add or retrieve from fsuipc: track angle rate, flight path angle and flight path acceleration? Thank you very much VELOCITY WORLD Z Speed relative to earth, in North/South direction 3190 label 366 VELOCITY WORLD X Speed relative to earth, in East/West direction 3198 label 367 VELOCITY WORLD Y Speed relative to earth, in vertical direction 31A0 ACCELERATION WORLD X Acceleration relative to earth, in east/west direction 31C0 label 363 ACCELERATION WORLD Y Acceleration relative to earch, in vertical direction 31C8 label 364 ACCELERATION WORLD Z Acceleration relative to earth, in north/south direction 31D0 label 362 VELOCITY BODY Z True longitudinal speed, relative to aircraft axis 3090 VELOCITY BODY X True lateral speed, relative to aircraft axis 3098 VELOCITY BODY Y True vertical speed, relative to aircraft axis 30A0 ACCELERATION BODY X Acceleration relative to aircraft axis, in east/west direction 3060 label 332 ACCELERATION BODY Y Acceleration relative to aircraft axis, in vertical direction 3068 label 333 ACCELERATION BODY Z Acceleration relative to aircraft axis, in north/south direction 3070 label 331 ROTATION VELOCITY BODY X Rotation relative to aircraft axis 31A8 label 336 ROTATION VELOCITY BODY Y Rotation relative to aircraft axis 31B0 label 337 ROTATION VELOCITY BODY Z Rotation relative to aircraft axis 31B8 RELATIVE WIND VELOCITY BODY X Lateral speed relative to wind 3180 RELATIVE WIND VELOCITY BODY Y Vertical speed relative to wind 3188 RELATIVE WIND VELOCITY BODY Z Longitudinal speed relative to wind 3178 PITCH RATE (fsuipc only, no description in sdk) 30A8 label 326 ROLL RATE (fsuipc only, no description in sdk) 30B0 label 327 YAW RATE (fsuipc only, no description in sdk) 30B8 label 330
  18. Hello Pete, I was looking at FSUIPC variable list to find infos about ILS category. I see in the map in P3D when you select an ILS comes the information if CAT3 or different, but I can't find this info in the variable list. Is there any chance to have it available? Thanks
  19. Hello guys, I am having a similar problem here with motorised Spoiler handle. I think the easiest way to solve that would be to make the spoiler axis value in FSUIPC readable as well: this way you can base your motor logic on the input signal and not the spoiler position in the panel which lot of times jumps in up position before the phisical lever reaches the same position causing the motor to stop at a middle point as the logic reads the lever position in FS is already in the deployed position while the lever is not. Would it be possible to do Peter?
  20. Hello Peter, I noticed that using this offsets, it behaves in a strange way when goin on low temperatures. When approaching TAT of 0 degrees, the offset normally decreases till 0 and then suddenly jumps to 65353 and as the temperature decrease also this values decrease. Basically once converter / 256, if above 0 degrees it works ok, while when at or below 0 degrees, you have to subtract 255 from the final value. Is it at you thought to model it or should it be corrected? I use also SAT offset and that one works normally... Thanks Edoardo
  21. Hello guys, I've been looking all the SDK but I can't find brake temperature related offset...is it unavailable or did I miss it? Thanks Edoardo
  22. Hi peter, I'd like to know if you could implement a functions for buttons like the "repeat while held" which will be "repeat while released" This is for a switch problem of my throttle and is not possible to me to change it or will be a real pain...I don't know if it is a big mod but I don't think so.... I hope you can help me out Thanks Edoardo
  23. I tried again right now. As I start wideclient, it connects noramally. then I started PM GC and 3 seconds after have started it wideclient had an abnormal program termination (the usual winXP one), for information, at offset 000058de Then I restarted it and tried with PM MCP and after few seconds it did the same.... I attached the wideserver log and the 2 wideclient logs By the way the wideserver.ini and wideclient.ini are not modified. Thanks WIDESERVER LOG ********* WideServer.DLL Log [version 6.45] ********* Blocksize guide = 4096 (double allowed) Date (dmy): 25/01/05, Time 16:31:18.203: Server name is EDOCELICA 98969 Initialising TCP/IP server 99016 Initialising IPX/SPX server 99094 ServerNode=13330.61389.0.0.512 99094 *** WARNING! *** This ServerNode is probably incorrect! Running IPXROUTE to get list ... 99094 IPXROUTE config >"C:\FS2004\MODULES\WideServer.ipx" 101344The correct value is probably one of these: 101344 ServerNode=2816.35946.37097.0.0 ("Connessione alla rete loc 00000000") 101344 ServerNode=0.0.62488.21024.21313 ("NDISWANIPX") 111969 Restarting service due to total lack of use 261688 Incoming connection Accepted ok (skt=3736) 261797 Connected to computer "EDO17982" running WideClient version 6.450 (skt=3736) 301860 Incoming connection Accepted ok (skt=3768) 317860 Connected to computer "EDO17982" running WideClient version 6.450 (skt=3768) 337750 Error 10054: client socket disconnected at Client: removing (skt=3768) 366672 Incoming connection Accepted ok (skt=3776) 366719 Connected to computer "EDO17982" running WideClient version 6.450 (skt=3776) 406891 Incoming connection Accepted ok (skt=3804) 409406 Connected to computer "EDO17982" running WideClient version 6.450 (skt=3804) 447016 Incoming connection Accepted ok (skt=3820) 447547 Connected to computer "EDO17982" running WideClient version 6.450 (skt=3820) 707172 Closing down now ... Memory managed: Offset records: 81 alloc, 81 free Throughput maximum achieved: 25 frames/sec, 902 bytes/sec Throughput average achieved for complete session: 0 frames/sec, 7 bytes/sec Average receive rate from "EDO17982": 0 frames/sec, 4 bytes/sec ********* Log file closed ********* WIDECLIENT 1st LOG till abnormal termination ********* WideClient Log [version 6.45] Class=FS98MAIN ********* Date (dmy): 25/01/05, Time 16:35:37.342: Client name is EDO17982 691 Attempting to connect now 711 Connection made okay! 40799 Timed out response: connection assumed lost! 40809 Ready to try connection again 40859 Attempting to connect now 40889 Connection made okay! 62991 New Client Application: "pfd" (Id=2816) WIDECLIENT 2nd LOG till abnormal termination ********* WideClient Log [version 6.45] Class=FS98MAIN ********* Date (dmy): 25/01/05, Time 16:37:22.323: Client name is EDO17982 711 Attempting to connect now 741 Connection made okay! 15192 New Client Application: "MCP" (Id=2984) 40829 Timed out response: connection assumed lost! 40839 Ready to try connection again 40909 Attempting to connect now 40909 Connection made okay! 81006 Timed out response: connection assumed lost! 81017 Ready to try connection again 81067 Attempting to connect now 81067 Connection made okay! 341251 Connection closed by server!
  24. Hello, I installed new widefs and FSUIPC yesterday. When I started FS everything was ok....Then I started Wideclient on my 2nd PC and it connected with no problems via TCPIP. When I started ProjectMagenta software it was unable to get date from FS....I mean...in PM status it said: "FS active" but no data was retrieved from it! Same for MCP and CDU. Also, after like 2 mins wideclient crashed and shutted down. Here it is wideserver log: ********* WideServer.DLL Log [version 6.45] ********* Blocksize guide = 4096 (double allowed) Date (dmy): 24/01/05, Time 17:37:47.906: Server name is EDOCELICA 121906 Initialising TCP/IP server 121938 Initialising IPX/SPX server 122016 ServerNode=13330.61389.0.0.512 122016 *** WARNING! *** This ServerNode is probably incorrect! Running IPXROUTE to get list ... 122016 IPXROUTE config >"C:\FS2004\MODULES\WideServer.ipx" 124828The correct value is probably one of these: 124828 ServerNode=2816.35946.37097.0.0 ("Connessione alla rete loc 00000000") 124844 ServerNode=0.0.41000.21024.21313 ("NDISWANIPX") 135063 Incoming connection Accepted ok (skt=3536) 135125 Connected to computer "EDO17982" running WideClient version 6.450 (skt=3536) 175219 Incoming connection Accepted ok (skt=3580) 185735 Connected to computer "EDO17982" running WideClient version 6.450 (skt=3580) 219422 Closing down now ... Memory managed: Offset records: 11 alloc, 11 free Throughput maximum achieved: 0 frames/sec, 82 bytes/sec Throughput average achieved for complete session: 0 frames/sec, 0 bytes/sec Average receive rate from "EDO17982": 0 frames/sec, 5 bytes/sec ********* Log file closed ********* Wideclient log was normal. What could I do? :roll: Thanks
×
×
  • 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.