Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

fslab_a320 +sim_acars+nav_light problem

Featured Replies

Hello,

i have a problem with my nav_light with sim-acars

sim_acars wont detect when the nav on in the fslab because it is not the fsx defaut parameter

So i'm cheating with linda

1) on my linda profile button : i'm setting this : VC_OVHD_EXTLT_NavLogo_nav + VC_OVHD_EXTLT_NavLogo_off

--> ok ! the button move on the overhead it works 

2) on my linda profile button : i'm setting this : Lights NAV off + Lights NAV on (default fsx light settings)

--> ok ! Sim_acars detect the nav lights

3) on my linda profiles button i create a User Fonction :

function VC_OVHD_EXTLT_NavLogo_nav_ju ()
    local SwVar = "VC_OVHD_EXTLT_NavLogo_Switch"
    local VarInc = 72487
    local VarDec = 72486
    local SLT = ipc.readLvar(SwVar)
    if SLT == 0 then
        ipc.control(FSL, VarInc)
    elseif SLT == 20 then
        ipc.control(FSL, VarDec)
    end
    VC_OVHD_EXTLT_NavLogo_show ()
    --Toogle NAV_LIGHTS
	ipc.control(66379)
end

---> on the overhead panel the nav swith on
---> Sim_acars detect nothing !!

What is the problem?

tx

 

Edited by ScotFlieger
pb = problem

What is a PB? I am also unfamiliar with sim-acars or what you are using it for  

You are correct to suspect the problem is caused by the FSLabs A3xx not making all, if any, of the internal data available to LINDA or sim-acars.

Controlling the FSX default lights can be problematic and each is represented by a single bit in the lower part of the FSX offset word. Instead of using the offset I suggest you change the supplied LINDA function to include a call to the FSX Default function for Nav-logo. This will set the correct bit in the FSUIPC offset. 

Andrew Gransden

Scotland, UK

LINDA Support/Developer - VATSIM and BAVirtual - Airbus Flyer

i7 1TB SSD GTX980 - FSX/P3D - Aerosoft Airbus A318/A319/A320/A321 - FS2Crew

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.