FDEUZ Posted July 17, 2022 Report Posted July 17, 2022 Hello, Sorry for my English, I use a translator. After the 1.27.9.0 update of msfs and 1.3.7 of FSUIPC, I don't know why but in FSUIPC - ADDONS -WASM I can't activate the Hvars or use the code calculator. The Lvars and Hvars lists are displayed normally. I have inserted the debug option in my ini file but I don't understand much about it. I will try to attach the .log file DenisFSUIPC7.logFSUIPC7.logFSUIPC7.log FSUIPC_WASM.log
John Dowson Posted July 19, 2022 Report Posted July 19, 2022 The log files you attached stop after 3 seconds... can you run MSFS with FSUIPC7, select an aircraft and get ready-to-fly, then check the WASM menu options. If they are not available, exit FSUIPC7 and then attach your FSUIPC7.log and FSUIPC7.ini files. Thanks, John
FDEUZ Posted July 19, 2022 Author Report Posted July 19, 2022 hi john, thanks I managed to attach the .ini file but the log file is over 20 KB and I can't attach it. In the log file I have countless lines like this. 72093 *** EVENT: Cntrl= 66094 (0x0001022e), Param= 0 (0x00000000) AP_AIRSPEED_OFF 72093 *** EVENT: Cntrl= 65819 (0x0001011b), Param= 0 (0x00000000) AP_NAV1_HOLD_OFF 72109 *** EVENT: Cntrl= 65815 (0x00010117), Param= 0 (0x00000000) AP_HDG_HOLD_OFF 72109 *** EVENT: Cntrl= 66094 (0x0001022e), Param= 0 (0x00000000) AP_AIRSPEED_OFF 72109 *** EVENT: Cntrl= 65819 (0x0001011b), Param= 0 (0x00000000) AP_NAV1_HOLD_OFF 72109 *** EVENT: Cntrl= 65815 (0x00010117), Param= 0 (0x00000000) AP_HDG_HOLD_OFF 72109 *** EVENT: Cntrl= 66094 (0x0001022e), Param= 0 (0x00000000) AP_AIRSPEED_OFF 72109 *** EVENT: Cntrl= 65819 (0x0001011b), Param= 0 (0x00000000) AP_NAV1_HOLD_OFF Denis FSUIPC7.ini
John Dowson Posted July 19, 2022 Report Posted July 19, 2022 5 minutes ago, FDEUZ said: I managed to attach the .ini file but the log file is over 20 KB and I can't attach it. Just compress/zip it - it should be fine to attach if you do that. I need to see this file. 6 minutes ago, FDEUZ said: In the log file I have countless lines like this. 72093 *** EVENT: Cntrl= 66094 (0x0001022e), Param= 0 (0x00000000) AP_AIRSPEED_OFF 72093 *** EVENT: Cntrl= 65819 (0x0001011b), Param= 0 (0x00000000) AP_NAV1_HOLD_OFF 72109 *** EVENT: Cntrl= 65815 (0x00010117), Param= 0 (0x00000000) AP_HDG_HOLD_OFF 72109 *** EVENT: Cntrl= 66094 (0x0001022e), Param= 0 (0x00000000) AP_AIRSPEED_OFF 72109 *** EVENT: Cntrl= 65819 (0x0001011b), Param= 0 (0x00000000) AP_NAV1_HOLD_OFF 72109 *** EVENT: Cntrl= 65815 (0x00010117), Param= 0 (0x00000000) AP_HDG_HOLD_OFF 72109 *** EVENT: Cntrl= 66094 (0x0001022e), Param= 0 (0x00000000) AP_AIRSPEED_OFF 72109 *** EVENT: Cntrl= 65819 (0x0001011b), Param= 0 (0x00000000) AP_NAV1_HOLD_OFF It is normal for many aircraft in MSFS to continually send certain events, which are different for each aircraft. You can ignore these, or use the DontLogthese ini parameter so that such events are not logged (see the Advanced User guide for details). Note that in your ini you have assignments to an X52 that is no longer available: Quote [JoyNames] A=X52 H.O.T.A.S. << MISSING JOYSTICK >> A.GUID={A93F66C0-5017-11E1-8001-444553540000} ... [Buttons] PollInterval=25 ButtonRepeat=20,10 3=PA,21,C65758,1 -{FLAPS_INCR}- 4=PA,19,C65759,1 -{FLAPS_DECR}- 5=PA,6,K120,8 -{Key press: F9}- 6=PA,29,K123,8 -{Key press: F12}- ... If you no longer use that controller, you should remove those assignments. John
FDEUZ Posted July 20, 2022 Author Report Posted July 20, 2022 Hi John Ok for controller, I deleted it Impossible to send the RAR file (16.3 kb) - MLax total size = 8 Kb
FDEUZ Posted July 20, 2022 Author Report Posted July 20, 2022 (edited) I have reinstall FSUIPC7. Files are join. - List LVARS and HVARS OK - No mcro file I can't activate HVARS or use code calculator. Denis Edited July 24, 2022 by FDEUZ
John Dowson Posted July 20, 2022 Report Posted July 20, 2022 3 minutes ago, FDEUZ said: Files are join. - List LVARS and HVARS OK - No mcro file What does 'No mcro file' mean? 4 minutes ago, FDEUZ said: I can't activate HVARS or use code calculator. Why not? If the list lvars/hvars menu items are available, then so should the items to activate hvars and to execute calculator code. Try setting the WAPI LogLevel to Debug by adding the following (in bold) to your FSUIPC7.ini file: Quote [WAPI] EnableWAPI=Yes LogLevel=Debug Then check your log file (or, better, open the logging console using Log->Open Console) and you should be able to see what is happening when you try to activate hvars or execute calculator code. John
FDEUZ Posted July 24, 2022 Author Report Posted July 24, 2022 Hello John Thank you for your interest in my problem. The absence of the MCRO file is an error on my part. I had temporarily deleted it. I have done a lot of testing with the HPG H145. FSUIPC loads normally. I added the DEBUG line to the .ini file and opened the console. The commands sent by Activate HVARS or code calculator are displayed well in the console but have no effect on the buttons of the device. If I manipulate the buttons on the device, no effect on FSUIPC or the console. Impossible to program a button on the joystick as I did before. I attach the ini file and the log file of my last test. Denis FSUIPC7.ini FSUIPC7.log
John Dowson Posted July 24, 2022 Report Posted July 24, 2022 4 hours ago, FDEUZ said: If I manipulate the buttons on the device, no effect on FSUIPC or the console. If nothing is logged, that just means the button is not using a standard FS control. Hvar activation and lvar changes are not logged (although the latter can be). 4 hours ago, FDEUZ said: I added the DEBUG line to the .ini file and opened the console. The commands sent by Activate HVARS or code calculator are displayed well in the console but have no effect on the buttons of the device. If I manipulate the buttons on the device, no effect on FSUIPC or the console. Impossible to program a button on the joystick as I did before. I attach the ini file and the log file of my last test. I cannot help if the provided hvars don't work as advertised - FSUIPC looks to be sending the commands as configured, so if this is not working as expected then you need to ask about this either on the Asobo forum for this aircraft. However, rather than using the hvars directly, why don't you use the MobiFlight presets for the H145? There are currently 263 presets available for this aircraft. You can install the MF events.txt file using the FSUIPC7 installer, or download the latest version from the MF HubHob site (https://hubhop.mobiflight.com/presets/ - you need to create an account). You can also copy the presets that you want to use to a myevents.txt file instead, and remove the events.txt file so as to not overpopulate the controls drop-down menu (as there are > 7000 presets available!). John
FDEUZ Posted July 24, 2022 Author Report Posted July 24, 2022 Thank you John, I'll try with the presets. I'll keep you posted. Denis
FDEUZ Posted July 26, 2022 Author Report Posted July 26, 2022 Hello John I managed to restart my dashboard using the presets. Everything is OK Thanks again for your help Denis 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now