Kosta Posted February 28, 2012 Report Posted February 28, 2012 Pete, gotta keep you sane :razz: Found: LevelD767 Macro for the Fuel Cutoff Switch. Toggle function for L and R. Wish: 4 separate functions, L on/off, R on/off Tried with parameter, doesn't work. Looked into the MCRO file: 60=Fuel R=RX5250*X8300 61=Fuel L=RX51d0*X83cc What do the left numbers represent? They are looking into Module="B767Afds.GAU", so I guess that's the reference file. I never opened a gauge file... Is there a way to know how to create 4 functions?
Pete Dowson Posted February 28, 2012 Report Posted February 28, 2012 Looked into the MCRO file: 60=Fuel R=RX5250*X8300 61=Fuel L=RX51d0*X83cc What do the left numbers represent? The offset of the entry point in the Gauge or DLL code for the function required. That is the place the mouse click causes a jump to. The numbers after the * are just two check bytes whch FSUIPC uses to check that the code is still the same as it was when you made the macro. They are looking into Module="B767Afds.GAU", so I guess that's the reference file.I never opened a gauge file... You'd need a dissassember to make any sense of it. It is code. Is there a way to know how to create 4 functions? Sorry, I've no idea about anything regarding that aircraft. I don't have it. you'd need to experiment. If you've tried the parameters for the macros and nothing works then it probably isn't possible. What do those two macros you have do, anyway? I thought the LevelD 767 was well served by Nico Kaan's interface program. Regards Pete
Kosta Posted February 28, 2012 Author Report Posted February 28, 2012 The reason I want to have 4 functions it to have 4 separate buttons for L.Engine Fuel Cuttoff and Idle and R.Engine Fuel Cutoff and Idle. Those two functions are a toggle mode, meaning each functions acts as a switch between Cutoff and Idle. Not disturbing, but I was hoping to have the setup the same way as on most of my aircraft. I'm currently in the middle of assigning all my hardware buttons same functions. Sorry, I don't know Nico Kaan's interface?
kiek Posted February 28, 2012 Report Posted February 28, 2012 Sorry, I don't know Nico Kaan's interface? My lekseecon program http://www.lekseecon.nl/lekseecon.html. provides almost every control and state of the Level-D 767 via FSUIPC offsets (and, although out of scope here, SIOC variables). Use lekseecon_f.exe. The leksecon variables for controlling the Left and Right Fuel Switches (as ON/OFF switches) are 505 and 506, provided via FSUIPC offsets $91F9 and $91FA (1 byte each).
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