Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    13,697
  • Joined

  • Last visited

  • Days Won

    288

Everything posted by John Dowson

  1. I don't know why you are repeatedly posting the same file. And I have already told you what to try, several times now: It really isn't worth you posting anyting until you have read my comments and tried my suggestions. You need to eliminate the possibility of aa corrupt weather file before anythung else. John
  2. Well, the larger the value, the less likely you are to have the issue (remember this setting was previously ignored and defaulted to a value of 25, regardless of what it was set to). And a negative number means that only a message is logged and it does not try to re-open the connection, so the initial connection attempt will be given all the time it needs to generate a response. If you set InitialStallTime=25 then you should get similar behavior to before, except that I have added additional code to retry the connection even if/when the simconnect open call returns an error. Looking at your log, it is taking around 65seconds for the initial open call to return a result. I would therefore recommend using a setting of InitialStallTime=70 which should give plenty of time for it to complete. John
  3. The shift key does work as a key modifier. Why do you think it doesn't? Please show me/attach your FSUIPC ini and log files if you continue to have issues. John
  4. This is correct - the control is independent of what triggers it (a button or keypress). Can you please activate logging for Buttons & Keys and Events. If you then open the logging console (check the Send to console window checkbox) you should then be able to see what is happening both when you press an assigned button or an assigned key. If you cannot see what is happening, you can post/attach your FSUIPC6.log and FSUIPC6.ini files here and I can take a look, John
  5. FSUIPC7 is not compatible with FSX - you need FSUIPC4. FSUIPC7 is for MSFS2020 only. John
  6. Yes, that is correct. However, it is far easier, and recommended, to access hvars using either presets or calculator code directly rather than using *.hvar files to make the hvars known to FSUIPC7. You should use the available presets. Even though most are aircraft-specific, the ones for the GN530, G1000 etc, are specific to the model and valid in all aircraft that use them. They are also valid for both the default/Asob versions as well as the Working Title mods. If developing using C#, you should check-out Paul Henty's client dll for .Net. This provides a higher level interface to both FSUIPC offsets as well as the WASM API / WAPI. See https://forum.simflight.com/forum/167-fsuipc-client-dll-for-net/ John
  7. Your log is showing that the ASN dll for v5 is being loaded, not v6: Do you not have the v6 dll (which you said was called 'as_connect.dll') in your FSUIPC6 installation folder?
  8. Can you try the attached version please. In this version, the InitialStallTime ini parameter is now being obeyed - previously thus was ignored and was defaulting to a value of 25 (seconds). Can you initially try setting this to -10. This will then log a message every 10 seconds until the SimConnect_Open call has been successfully processed. Wait and see if it eventually connects and if so how many messages are logged before connection. If it does eventually connect, then you can update the value of InitialStallTime to be (number-of-messages-logged * 10) + 5 If you find that it is still not connecting, try with a larger positive value, e,g, 50. This should then try and reconnect every 50 seconds. Let me know how it goes, John FSUIPC7.exe
  9. Your log shows that the Simcommect_Open call failed with an error: I am not sure what can cause this. I will make a few changes and post another version for you to test. John
  10. Please try the attached and post your new FSUIPC7.log file. Leave FSUIOC7 running for a minute or so after loading an aircraft and then exit, Thanks, John FSUIPC7.exe
  11. Very strange...I will provide you with another version that has additional logging so that I can see what is happening, but this will be tomorrow sometime now.
  12. In the mean-time, could you try the attached dll and show me/attach your FSUIPC6.log file after using it. This will at least tell me if the ASN dll is loaded and if the ASN active function link is set. Thanks, John FSUIPC6.dll
  13. I also see that AS for P3Dv6 is still in beta. Anyway, I have requested a license and will take a look at some point. John
  14. Even after you have selected an aircraft in MSFS and are loaded and ready-to-fly?
  15. As I said, I don't have ASN for P3Dv6 so it is difficult for me to check this. I will take a further look when time permits and let you know, Note however that I am in holiday in a couple of days, back towards the end of next week, so I won't be looking into this for a couple of weeks. John
  16. It does keep retrying, which is why I don't understand your issue. If you just leave it, does it not reconnect?
  17. All I have to say on FSUIPC7 auto-start is documented in the following FAQ entry: I can only suggest that you try removing all of your entries in the EXE.xml file and add them back one-by-one, and when you have found the one that prevents the others from restarting then contact the developer of that add-on. You can also try re-ordering the entries to see if that makes a difference. John
  18. Yes, it should... Strange, as your log still indicates that it is trying to reconnect, whereas it should just log a message and continue waiting... It seems to be taking longer and longer for MSFS to respond to an initial connection requests with each release...the start-up process id very CPU intensive and it can take quite a while for an initial response. I will look into seeing if I can delay the initial connection attempt a bit longer, but I also have to consider the case where MSFS is already started/running, so I don't want to delay too long,,, John
  19. You shouldn't need to disconnect and reconnect manually - does FSUIPC not automatically reconnect if you just leave it? Can you check your settings of the following ini parameters (in [General] section): InitialStallTime & NormalStallTime Also try with the following settings: InitialStallTime=-100 NormalStallTime=-5 Using negative numbers for these settings will instruct FSUIPC to just log a message when SimConnect data is stalled rather than re-questing.
  20. At the side of the throttle, I only see a pitch-trim control and a TOGA button. Not sure what this means.... I have tried assigning a switch to the Spoilers Inc and Spoilers Dec controls and using these I can see the spoilers extending and retracting. I also tried assigning an axis to Spoilers Set but get extremely weird behavior - the spoilers initially seem to extended but then all of a sudden the aircraft, which was on the runway, is now in free-fall but falling up at an incredible rate....very strange! You just need to create a new (empty) profile in MSFS. I recommend you do this anyway if assigning in FSUIPC7, although it is fine to have some settings in MSFS and others in FSUIPC7. I have not noticed this, although I have only taken this into the air once. I will check the next time I take a look. John
  21. License sent via PM. John
  22. Any other assignment shouldn't affect this, unless the assignment is being triggered. Maybe check your assistance settings as these can affect things like flaps. I will take another look at some point to see if I can see any spoiler controls, or/and if the spoiler events have any effect.
  23. Please see the section Gauge local variable access (L:vars), by macro on page 39 of the Advanced User guide. If using MobiFlight, you can also assign to just write the value to a spare/free FSUIPC offset, and gave a lua script that monitors the offset (using event.offset), and then when the offset changes you can update the lvar using ipc.writeLvar. You can also have an offset for reading the value of the lvar, by having another lua script that monitors the lvar value (event.lvar) and writes the value to an offset when it is changed. Better to have the read/write offsets as distinct offsets, although you could use the same one if you prefer.
  24. Also, you should change this: to just so that the profile is loaded if you use a different variant.
  25. I have this aircraft now and the throttle worked with my default throttle assignments - assigned with Send Direct to FSUIPC calibration using Throttle1 and Throttle2 controls. But this means that your throttle assignments should also work, so something else must be going on... The flaps lever has 3 discrete positions, and my default flaps switch assigned to Flaps Incr and Flaps Decr also works ok. Assigning an axis to Flaps Set also works, but exhibits strange behavior - using Axis Flaps Set works better. I don't see any spoiler controls....does this aircraft have spoilers?
×
×
  • 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.