Jump to content

Recommended Posts

Posted

Hi,

 

I'm having troubles with the logical programming of the Cougar. The problem is that it is F4 AF related, not DCS (my profile of BS works fine and without the need of any logical programming :) ). So i would like to know if there is somebody that can answer me some questions here on this forum (if it is allowed) or by personal email.

I registrered on Frugalsworld forum over a month now, but i never received the final aprovement to post on that forum, so i can't make questions there.

 

Thanks in advance!

Posted

Ok, lets give a try!.

 

There are several questions.

 

1) In F4 AF i want to make that when i press the T6 button with the shift button (S3) i want to activate the ECM, but it must be active for four secconds, then deactivate for two secconds, reactivate for 4 secconds, and so on, until i press the T6 button again using the S3 button.

How can i do that?

 

I know i must use the logical toggle and the pulse function, and i made it work but without the use of the shift button (S3), with this code:

 

Joystick file

DEF X1 PULSE(4000 2000) T6*

BTN X1 ECM

Macross file

ECM = j

 

But i need to make it work with the /I slash modifier, but couldn't do it.

The /O slash modifier have the uncage function.

 

2) With the code of above, if i press the T6 button again, then the pulse function stopped but the ECM continue to work if i pressed it when it was active. I want to shut down permanently the ECM when i press the T6 button again, even if a do it when the ECM is emiting.

Noh idea how to do that, if its possible.

 

3) Form Jagstang profile i took this code to make the S3 button work like the real pinky buttonm, and also work like a shift button when is pressed. I would like if someone can explain me the logic of the code, because i'm still can't understand it.

 

Joystick file

BTN S3 KD(X19) DLY(200) KU(X19)

DEF X18 X19 AND ( NOT S3 )

BTN X18 Hotas_Pinky

Macross files

Hotas_Pinky = ALT v

 

The use of the logical flags is far more complex than the explanation that the manual give, at least to understan well how it works with something more complex than the examples of the manual. :)

Thanks in advance!

  • Recently Browsing   0 members

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