Maltloaf Posted June 28, 2021 Report Share Posted June 28, 2021 As I guess most of us now know, MSFS does not simply use the list of commands FSX used and so cockpit building is somewhat frustrating. I have managed to get the Garmin 430 and 530 working using Mobiflight Event Lists with FSUIPC (I don’t use any Arduinos so I can’t use just Mobiflight) so that is a start. Now the DC-6 hoves into view with its Gyro-pilot and I am back to the forums to work out how to control the beast from my rig. I found this here somewhere on MSFS Forum: DC6_AP_ON#43401 (>K:ROTOR_BRAKE) DC6_AP_OFF#43401 (>K:ROTOR_BRAKE) DC6_AP_HANDLE_ON#40401 (>K:ROTOR_BRAKE) DC6_AP_HANDLE_OFF#40401 (>K:ROTOR_BRAKE) DC6_AP_PITCH_UP#440 100 * 8 + (>K:ROTOR_BRAKE) DC6_AP_PITCH_DOWN#440 100 * 7 + (>K:ROTOR_BRAKE) DC6_AP_ALT_HOLD_ON#43601 (>K:ROTOR_BRAKE) DC6_AP_ALT_HOLD_OFF#43601 (>K:ROTOR_BRAKE). And after asking John he tells me it is as simple as picking Rotor Brake from the FSUIPC dropdown list and using the parameter. I.e. to switch the AP on bind a button to Rotor Brake with the parameter 43401. That simple! So, half done. The 440100*8 is still a bit of a mystery. I assume the *8 controls the amount of increments the wheel move, maybe. Anybody know? Also, the yaw control is not mentioned. I assume that is in the SDK but not sure where that is. Any ideas? Link to comment Share on other sites More sharing options...
Maltloaf Posted June 28, 2021 Author Report Share Posted June 28, 2021 I seem to have solved this (I think). I have set up the following: All are as simple as picking Rotor Brake from the FSUIPC dropdown list and using the correct parameter Toggle AP on/off 43401 Toggle AP Handle 40401 Toggle AP alt hold 43601 Pitch nose UP 44008 Pitch nose Down 44007 yaw left 44201 on press and 44204 on release yaw right 44202 on press and 44204 on release I think Abort AFE is 29 but not confirmed. Hope this helps anybody else. Link to comment Share on other sites More sharing options...
Ohmsquare Posted July 1, 2021 Report Share Posted July 1, 2021 Hello, it really helped, thank you. Link to comment Share on other sites More sharing options...
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