SirJohn Posted January 26, 2021 Report Posted January 26, 2021 Hi, I wanted to know if there is a solution to the CJ4 mod problem using the "autopilot" panel of FlightsimPM. The events displayed by FSUIPC, in fact, do not allow to set the buttons of APPR, NAV, FLC, VS ... Thank you very much and congratulations on working with FSUIPC!
asessa Posted January 26, 2021 Report Posted January 26, 2021 Hi SirJohn, i found this file from Mobiflight's discord channel. https://docs.google.com/spreadsheets/d/1jTXlcHaJWx0B7TB63Pmma7bKwpxsxXJO6EJ3ECt7zpc/edit?usp=sharing There are a sheet called CJ4 Mod in which you can view there are some custom event to fire to use any hw with that mod. WT_CJ4_AP_NAV_PRESSED WT_CJ4_AP_APPR_PRESSED WT_CJ4_AP_FLC_PRESSED WT_CJ4_AP_VNAV_PRESSED Maybe fsuipc doesn't match this events.
John Dowson Posted January 26, 2021 Report Posted January 26, 2021 On 1/26/2021 at 11:22 AM, SirJohn said: I wanted to know if there is a solution to the CJ4 mod problem using the "autopilot" panel of FlightsimPM. Expand Sorry, I don't know what problem you are referring to or what the 'panel of FlightsimPM' is. On 1/26/2021 at 11:29 AM, asessa said: Hi Sergio, i found this file from Mobiflight's discord channel. https://docs.google.com/spreadsheets/d/1jTXlcHaJWx0B7TB63Pmma7bKwpxsxXJO6EJ3ECt7zpc/edit?usp=sharing There are a sheet called CJ4 Mod in which you can view there are some custom event to fire to use any hw with that mod. WT_CJ4_AP_NAV_PRESSED WT_CJ4_AP_APPR_PRESSED WT_CJ4_AP_FLC_PRESSED WT_CJ4_AP_VNAV_PRESSED Maybe fsuipc doesn't match this events. Expand Thats interesting. Is there a WASM module that handles those events (with custom event names containing a period)? If so, an FSUIPC event file (*.evt) can be used to add those events to fsuipc (as with the MobiFlight events/WASM module). Alternatively, if you know the custom event numbers used, you could try assigning to those as <custom> events.
asessa Posted January 26, 2021 Report Posted January 26, 2021 On 1/26/2021 at 11:34 AM, John Dowson said: Thats interesting. Is there a WASM module that handles those events (with custom event names containing a period)? If so, an FSUIPC event file (*.evt) can be used to add those events to fsuipc (as with the MobiFlight events/WASM module). Alternatively, if you know the custom event numbers used, you could try assigning to those as <custom> events. Expand Hi John i think he doesn't use MF for that panel . The MF has the wasm module. Maybe the custom events can be a solution, but you have to explain us how 🙂
SirJohn Posted January 26, 2021 Author Report Posted January 26, 2021 On 1/26/2021 at 11:34 AM, John Dowson said: Sorry, I don't know what problem you are referring to or what the 'panel of FlightsimPM' is. Expand hi John, thank you for your reply, this is the panel: https://www.flightsimpm.com/web-store/GA-Autopilot-p234158103 Thanks also to you asessa, with custom events it would be great!
John Dowson Posted January 26, 2021 Report Posted January 26, 2021 On 1/26/2021 at 11:38 AM, asessa said: Maybe the custom events can be a solution, but you have to explain us how Expand You need to know the custom event number. Then use the <custom Control> entry in the assignments control drop-down when assigning. On 1/26/2021 at 11:41 AM, SirJohn said: hi John, thank you for your reply, this is the panel: https://www.flightsimpm.com/web-store/GA-Autopilot-p234158103 Expand Oooh, that looks nice! Presumably its just another 'button box' though, so your problem is finding a working control for the functions needed. On 1/26/2021 at 11:29 AM, asessa said: i found this file from Mobiflight's discord channel. https://docs.google.com/spreadsheets/d/1jTXlcHaJWx0B7TB63Pmma7bKwpxsxXJO6EJ3ECt7zpc/edit?usp=sharing Expand I didn't see the events you posted (such as WT_CJ4_AP_NAV_PRESSED) in that link....? But if they are Mobiflight events and are handled by the MobiFlight WASM module, you could try adding them to an event file, prefixed by 'MobiFlight.', and try them to see if they have any affect.
asessa Posted January 26, 2021 Report Posted January 26, 2021 On 1/26/2021 at 11:53 AM, John Dowson said: You need to know the custom event number. Then use the <custom Control> entry in the assignments control drop-down when assigning. I didn't see the events you posted (such as WT_CJ4_AP_NAV_PRESSED) in that link....? But if they are Mobiflight events and are handled by the MobiFlight WASM module, you could try adding them to an event file, prefixed by 'MobiFlight.', and try them to see if they have any affect. Expand Hi John, you have to switch to CJ4 WT Mod sheet to view this events. Maybe from FSUIPC Console i can read it There isn't a event number in that sheet so i don't know. MF event works also without MF installed ?
John Dowson Posted January 26, 2021 Report Posted January 26, 2021 On 1/26/2021 at 11:57 AM, asessa said: Hi John, you have to switch to CJ4 WT Mod sheet to view this events. Expand Ah, ok - got it, thanks. On 1/26/2021 at 11:57 AM, asessa said: Maybe from FSUIPC Console i can read it Expand Not unless FSUIPC knows about these, e.g. via an event file. On 1/26/2021 at 11:57 AM, asessa said: MF event works also without MF installed ? Expand No. The WASM module is needed as that handles the events. Is it the same WASM module, or do MobiFlight provided different WASM modules for different aircraft/mods? Hopefully the former... I would initially try adding these to an event file, as I said. I can try this at some point, but it may take me a day or two to get around to this. Note that some new MobiFlight events (for the A320) have also been reported here:
asessa Posted January 26, 2021 Report Posted January 26, 2021 On 1/26/2021 at 12:13 PM, John Dowson said: Ah, ok - got it, thanks. Not unless FSUIPC knows about these, e.g. via an event file. No. The WASM module is needed as that handles the events. Is it the same WASM module, or do MobiFlight provided different WASM modules for different aircraft/mods? Hopefully the former... I would initially try adding these to an event file, as I said. I can try this at some point, but it may take me a day or two to get around to this. Note that some new MobiFlight events (for the A320) have also been reported here: Expand Yes i saw that post 😉 For the wasm , if i share wasm module , do you think SirJohn or other can be use it without MF installed?
John Dowson Posted January 26, 2021 Report Posted January 26, 2021 On 1/26/2021 at 1:07 PM, asessa said: For the wasm , if i share wasm module , do you think SirJohn or other can be use it without MF installed? Expand Yes. You don't need MF installed to use the WASM module. You just need to download MF to get the WASM module. 1
John Dowson Posted January 26, 2021 Report Posted January 26, 2021 I see you posted in the other thread: Quote You have to download 7.0.16 beta Expand Good to know, thanks! 1
SirJohn Posted January 26, 2021 Author Report Posted January 26, 2021 A big thank you, following the instructions and files sent by Antonio I managed to get the NAV, APPR, FLC and ALT keys to work. Thanks a lot!!! 🙂 1
asessa Posted January 26, 2021 Report Posted January 26, 2021 On 1/26/2021 at 5:02 PM, SirJohn said: A big thank you, following the instructions and files sent by Antonio I managed to get the NAV, APPR, FLC and ALT keys to work. Thanks a lot!!! 🙂 Expand To work properly , there is a change in events.txt to do because it doesn't contain CJ4 events (infact into excel they are not released). Here the 2 files , the events.txt go into mobiflight-event-module\modules under comunity. CJ4_MF.evtFetching info... events.txtFetching info... 1
John Dowson Posted January 26, 2021 Report Posted January 26, 2021 On 1/26/2021 at 5:02 PM, SirJohn said: A big thank you, following the instructions and files sent by Antonio I managed to get the NAV, APPR, FLC and ALT keys to work. Thanks a lot!!! 🙂 Expand Great! So you are now using the MobiFlight WASM module with the FSUIPC event files? ...ok, I see Antonio posted the files - thanks! 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