gizmo71 / FSInputMapper

Experimental .NET Core thingy
1 stars 0 forks source link

RMP A380 #7

Open gizmo71 opened 3 weeks ago

gizmo71 commented 3 weeks ago

The radio stuff doesn't work at all well with the A380.

VHF transmission

We probably need to re-enable the checkbox on VHF1 (but it may not be possible to use the standard event as it's unimplemented), which is off by default in the A380X.

And the swap button doesn't work, probably because the interceptor hasn't been implemented.

I think toggling the values is down to B:A380X_PED_RMP_1_VHF_CALL_1_PB_Push then ..._Release (or _2_). The current state of these buttons is L:A380X_RMP_1_VHF_TX_1 (or TX_2).

A32NX

Doesn't seem to work very well, either. An old post suggests something like:

1·(>L:XMLVAR_COM_Transmit_Channel,·Number)·0·(>K:PILOT_TRANSMITTER_SET)·1·(>L:XMLVAR_COM_1_VHF_L_Switch_Down,·Number)
2·(>L:XMLVAR_COM_Transmit_Channel,·Number)·1·(>K:PILOT_TRANSMITTER_SET)·1·(>L:XMLVAR_COM_2_VHF_L_Switch_Down,·Number)

Fenix

TBC

VHF reception

Do these correspond to the existing standard variables and events?

COM radio frequency swap buttons

If RMP1 is on the VHF comms page, doing B:A380X_PED_RMP_1_ADK_1_PB_Push then ..._Release (or ADK_2 for COM2) does the COM swap. They will probably implement the standard swap events eventually...

See also this.