Jump to content

AV8B - Using TARGET and the Flaps switches on the Warthog to control Flaps state


Recommended Posts

Posted

When I'm NOT using TARGET with the Thrustmaster Warthog HOTAS I have no issues using the flaps switch to control the state of the flaps in the Harrier.  I just use the stateful configuration options for the throttle.

If however I use TARGET software I cannot use the stateful joystick binds on the throttle switch (Cruise else AUTO and STOL else AUTO) as the are only usable on a joystick, not keyboard.

Perhaps there's something simple I'm missing.  Has anyone worked through this that can help?

Thanks

  • 2 weeks later...
Posted (edited)

Are you using the GUI or the Script Editor?  In the Editor, I use MapKeyR for my switch from up to middle or down to middle.  When I get home today, I'll post the code. 

Edited by Britchot

[sIGPIC][/sIGPIC]

CPU - Intel 8088 @ 4.77 MHz; Memory - 128KB; 360KB double-sided

5 1/4" full-height floppy disk drive; 10MB Seagate ST-412 hard drive

JG-1 MiG-21bis Checklist

Posted (edited)

Fixed mine to be 3-positions.

This is the scripting I use for the flaps:

	MapKey(&Throttle, FLAPU, FlapsCruise);
	MapKeyR(&Throttle, FLAPU, FlapsAuto);
	MapKeyR(&Throttle, FLAPD, FlapsAuto);
	MapKey(&Throttle, FLAPD, FlapsSTOL);

These are my definitions:

define FlapsCruise				PULSE+R_SHIFT+'f'
define FlapsAuto				PULSE+R_CTL+'f'
define FlapsSTOL				PULSE+R_ALT+'f'
Edited by Britchot

[sIGPIC][/sIGPIC]

CPU - Intel 8088 @ 4.77 MHz; Memory - 128KB; 360KB double-sided

5 1/4" full-height floppy disk drive; 10MB Seagate ST-412 hard drive

JG-1 MiG-21bis Checklist

  • 1 month later...
Posted
55 minutes ago, doclucio said:

excuse me, i am having difficulties mapping the flaps switch to hotas, it recognizes the up and down position only, any idea?!?

Command: Flaps CRUISE else AUTO

Command: Flaps STOL else AUTO

 

Flaps.png

  • Like 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...