- Messages
- 531
- Country
Hello experts,
I am working on an aircraft in which I would like to have the ILS receiver mapped as NAV 3, just like in the Asobo A320.
In order to achieve this, I modified the RADIOS section of the systems.cfg file as follows:
But it doesn't seem to work
In my code, when I read the sim vars "NAV IDENT:3" or "NAV ACTIVE FREQUENCY:3", I get no result while I am sure the ILS frequency is set correctly. In addition, the sim var "NAV AVAILABLE:3" returns true.
Do you know if I missed something in the aircraft configuration?
Any idea is welcome.
Eric
I am working on an aircraft in which I would like to have the ILS receiver mapped as NAV 3, just like in the Asobo A320.
In order to achieve this, I modified the RADIOS section of the systems.cfg file as follows:
[RADIOS]
Audio.1 = 1
Com.1 = 1, 1
Com.2 = 1, 1
Nav.1 = 1, 1, 1
Nav.2 = 1, 1, 1
Nav.3 = 1, 1, 1
Nav.4 = 1, 1, 1
Adf.1 = 1, 1
Adf.2 = 1
Transponder.1 = 1
Marker.1 = 1
But it doesn't seem to work

In my code, when I read the sim vars "NAV IDENT:3" or "NAV ACTIVE FREQUENCY:3", I get no result while I am sure the ILS frequency is set correctly. In addition, the sim var "NAV AVAILABLE:3" returns true.
Do you know if I missed something in the aircraft configuration?
Any idea is welcome.
Eric