Jump to content
The simFlight Network Forums

achilleghilotti

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    italy

achilleghilotti's Achievements

Rookie

Rookie (2/14)

  • Collaborator Rare
  • One Year In Rare
  • Week One Done
  • One Month Later Rare
  • First Post Rare

Recent Badges

0

Reputation

  1. I checked the various WASM, FSUIPC etc. ini files. They are also the same as MSFS2020 which instead works perfectly
  2. good morning everyone, I had to suspend the game a bit for work and a bit for other things... In the meantime I looked at the various advancers user guides etc. I also installed the MSFSVariableService example software on the same machine as the simulator but on MSFS2024 it doesn't work either. It connects but doesn't even load the LVAR list.
  3. also try changes to the wasm.ini file but nothing changes as well as positioning it where it is described in the advanced guide FSUIPC7.log FSUIPC_WASM.log FSUIPC_WASM.ini
  4. sorry for the delay in replying I checked the link and I can say that sometimes closing the simulator in the log that the 'close' and sometimes not I think it's important to remember with fs2020 everything works.
  5. forgive me, I didn't write that .NET applications reside on remote miniPCs and are used to manage touch monitors that emulate overhead, mcdu, efis and more
  6. *** Moved to FSUIPC7 support sub-forum *** Good morning everyone, the following problem occurs with FS2024. When I start the simulator, after a restart of the PC, the LVARs work correctly I can write and read. After a few minutes, in my .NET applications, the LVARs no longer respond. It is not sufficient to restart the simulator but it is necessary to restart the computer to resume operation. I already checked on the forums for fsuipc_wasm.ini, fsuipc7.ini. Fenix A320 aircraft used. With FS2020 everything works correctly. Unfortunately I can't attach the WASM log file because the maximum upload size prevents me from doing so FSUIPC7.log
  7. this is correct or is there a configuration ini file. thank you
  8. Good evening everyone, first of all thanks. I wanted to clarify that I bought the widefs and fsuipc licenses and I already use simconnect from the client. If I do the test with WASMClient everything works, I read Hvar. In code if I use FSUIPCConnection.WriteLVar ("L: A32NX_ECAM_SD_CURRENT_PAGE_INDEX", CDbl (4)), it works. I was implementing Hvar If FSUIPCConnection.IsOpen Then Me.btnToggleConnection.Text = "Disconnect" Me.lblConnectionStatus.Text = "Connected to " & FSUIPCConnection.FlightSimVersionConnected.ToString() Me.lblConnectionStatus.ForeColor = Color.Green Me.VS = New MSFSVariableServices() Me.VS.SimConfigConnection = 0 ' Handle events AddHandler Me.VS.OnLogEntryReceived, AddressOf VS_OnLogEntryReceived ' Fired when the WASM module sends a log entry AddHandler Me.VS.OnVariableListChanged, AddressOf VS_VariableListChanged ' Fired when the list of available variables is changed Me.VS.Init(Me.Handle) ' Initialise by passing in the windows handle of this form Me.VS.Start() Me.started = Me.VS.IsRunning Me.VS.LogHVars() ' Tells the WASM module to rescan the aircraft for variables Me.VS.Reload() ............... but not working
  9. Good evening, i installed MSFSVariableServices_VB for testing. If I install it on the computer running FS2020 it works if I install it on a Client it doesn't work. I think it's about correctly configuring Me.VS.SimConfigConnection but I didn't understand how to do it. Can you advise me or direct me to some examples? Thank you
×
×
  • 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.