Results 1 to 10 of 25
-
10-15-2013, 03:58 PM #1
Level-D 767 G-Throttle Switch Interfacing
Hello everyone,
I have recently received my 767 Throttle from Roberto and am looking to interface the switches on the quadrant to the LDS 767.
Unfortunately I am unaware of how to interface the switches to the LDS 767 since they are connected to Windows as a joystick device; to my knowledge, they must therefore be interfaced through the FSX menus themselves or using the LDS custom controls menu.
Herein lies the problem; the LDS 767 custom controls menu does not seem to recognise, for example, that the fuel cutoff switches are toggle switches; it will only accept an input when they are moved to the ON position. As a result, to turn the fuel cutoff switches on and then off again, one must move the switch forward, then back, then forward again (ie 2 "ON" inputs).
Is there any other way to interface these switches? Perhaps use them to control a "dummy" function through FSUIPC and then use SIOC with Lekseecon to control the fuel cutoff switches when this "dummy" function is selected on? I'm lost here.
Many thanks for your time,
Jack
-
10-15-2013, 04:51 PM #2
Re: Level-D 767 G-Throttle Switch Interfacing
Hi Jack,
Can't you go through the FSUIPC joystick button menu in stead of the FSX menu? There it is possible to generate the Custom control as well on push as on release of the button.
However, you better cut the wires of these switches and feed them to inputs of a Mastercard. Then you have full control via SIOC and lekseecon.
Regards,
Nico
-
10-15-2013, 05:11 PM #3
Re: Level-D 767 G-Throttle Switch Interfacing
Hi Nico,
I have tried using FSUIPC to interface the switches but I can't seem to find a suitable control to assign it to; Roberto suggested using mixture rich/lean but these seem to have no function in the LDS 767. If possible I would rather not cut the wires since it would be a quite a messy job!
I also tried using a mouse macro but of course this only works one way too; I can't seem to get the switches to recognise both ON and OFF. Are you aware of another interfacing method that I am not aware of?
Many thanks,
Jack
-
10-16-2013, 03:43 AM #4
Re: Level-D 767 G-Throttle Switch Interfacing
Hi Jack,
Well its only two wires, can't be too difficult.
But okay, try this:
Select an unused FSUIPC offset (a BYTE), take for instance 0x8B00
Use the button tab of FSUIPC and upon press aan release of the cutoff-switch you define the BYTE TOGGLE function of FSUIPC upon offset 0x8B00.
Do the same for the other cut-off switch for offset 0x8B01.
In SIOC you write:
Code:Var 9000 link FSUIPC_IN Offset $8B00 Length 1 { v505 = v9000 } Var 9001 link FSUIPC_IN Offset $8B01 Length 1 { v506 = v9001 } Var 505 Static // lekseecon left fuel cut-off run Var 506 Static // lekseecon right ,,
Regards,
Nico
-
10-16-2013, 08:33 AM #5
Re: Level-D 767 G-Throttle Switch Interfacing
Hi Nico,
I assume you mean assign this through the "FSUIPC custom controls" option in the buttons/switches tab?
Unfortunately when I enter 0x8B00 all I get is an error tone and it does not seem to accept this particular offset. Any ideas?
-
10-16-2013, 09:04 AM #6
Re: Level-D 767 G-Throttle Switch Interfacing
Hi Jack,
I'm at work now.. (without access to FSUIPC). Don't know exactly how it is called, I guess FSControl, there you'll find a lot of byte/word manipulating functions. It should accept address 8B00 but you should find out how to enter a hexadecimal number (presumably not via 0x).
Nico
-
10-16-2013, 10:57 AM #7
Re: Level-D 767 G-Throttle Switch Interfacing
Hi Nico,
Had a few attempts at entering 8B00 but it doesn't seem to be working (I am using the "custom control" option on the buttons/switches tab of FSUIPC). When you get back, if you could check this out on FSUIPC that would be fantastic; if you have the time of course!
-
10-16-2013, 11:31 AM #8
Re: Level-D 767 G-Throttle Switch Interfacing
Jack,
Don't know what's going wrong at your site, but I have no problems entering the data... Here's a screenshot:
Attachment 8206
Regards,
Nico
-
10-16-2013, 12:26 PM #9
Re: Level-D 767 G-Throttle Switch Interfacing
Hi Nico,
Could you reupload that screenshot? It doesn't seem to be working here.
-
10-16-2013, 01:16 PM #10
Re: Level-D 767 G-Throttle Switch Interfacing
What's going on in the UK Jack? Censorship?
Here a link to the picture at my site.
Nico