bstikkel Posted June 16, 2011 Report Posted June 16, 2011 Hello mr. Dowson, In an attempt to control the starter magneto switch, I would like to make FSUIPC type sequences as M - - - (M minus minus minus) and M + + +. Is this possible one way or another? FSUIPC receives its control from an Open Cockpits output and SIOC and the FO_JoyStick64 Link FSUIPC_OUT Offset $3340 Length 4 command. Thanks for your support, Bram Stikkel
Pete Dowson Posted June 16, 2011 Report Posted June 16, 2011 In an attempt to control the starter magneto switch, I would like to make FSUIPC type sequences as M - - - (M minus minus minus) and M + + +. Is this possible one way or another? Yes, by multiple assignments to the same button. But it is not efficent nor reliable, and there are far better ways. There are specific megneto switch selection controls provided by FS -- MAGNETO Off, Left, Right, Both, start. Just assign directly to those! FSUIPC receives its control from an Open Cockpits output and SIOC and the FO_JoyStick64 Link FSUIPC_OUT Offset $3340 Length 4 command. Sorry, I've no idea how this part relates to the first part. Offset 3340 is the start of the array of 288 virtual button bits, occupying 36 bytes, not 4. If you need to control magneto switches by offsets, there are simple 2-byte offsets for each engine. e.g 0892 for Magneto1. Regards Pete
bstikkel Posted June 17, 2011 Author Report Posted June 17, 2011 Thank you very much for your quick reply. I will try programming it the way you suggest. Greetings, Bram Stikkel
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