Jump to content

Recommended Posts

Posted

Hi,

I would like to have MFD buttons scripted to be able control JESTER in F-14B and its BVR commands.

For example with one buttond press, the start of key sequence:

"A,Ctrl+3,Ctrl+5"

 

 

I was trying last night to make this scripting on my own, but this is abolutely off my knowledge.

PLEASE can somebody help me and show me, how exactly to do this?

Posted (edited)
Hi,

I would like to have MFD buttons scripted to be able control JESTER in F-14B and its BVR commands.

For example with one buttond press, the start of key sequence:

"A,Ctrl+3,Ctrl+5"

 

 

I was trying last night to make this scripting on my own, but this is abolutely off my knowledge.

PLEASE can somebody help me and show me, how exactly to do this?

 

This should work if I recall.

MapKey(&xxxMFDxxx, xxxbuttonnamexxx, CHAIN(a, L_CTL+'3', L_CTL+'5'));

 

I don't have an MFD so you will know better the name where I put xxxMFDxxx.

Edited by Catseye
Posted

MapKey(&RMFD,OSB1, CHAIN(PULSE+'a', D(), PULSE+L_CTL+'3', D(), PULSE+L_CTL+'5'));

Look at pg 23 in the TAGET Editor Basics manual.

I think your gonna need to have built in delays and pules the commands.

 

 

Try that and see if it works for you.

Night Ops in the Harrier

IYAOYAS


 
  • Recently Browsing   0 members

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