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.

LINDA Program Problem....Help Please

Featured Replies

I am finally making some progress setting my MCP Combo for RealAir Duke. However I have an error but do not know where to look. Here is the routine:The Wx button turns Both Fuel Valves On. The mouse is then used to start the starboard engine but engaging the starter turns the Starboard Valve Off. Same happens with the left engine. Its starter turns off the Left valve.If the MOUSE is used to reopen the valves, then the starter has no effect on them ....they stay open. But if I use the Wx button to open them again the cycle repeats.I am guessing that the ignition code is somehow in my script but do not know where to look ar what to look for.Help appreciated.This is a LOT harder than I had thought it would be, even with the tracer routine. But then, maybe I'm just slowRolling%20Eyes.gif

Neal Howard

betateam.jpg

Hi,you have to trace the starting sequence with LINDA when you press the starter.Be sure to check all (relevant) LUA variables and FSX controls.I'm sure there some "Fuel Valve toggle" implemented in the code of the Duke or similar.Have you had a look into the Realair Duke Turbine?there is a starter seuqence whitch simply uses Standard FSX offsets

-- starterfunction DukeT_Starter_L_on ()ipc.writeSB("0892", 1)	DspShow ("SttL", "On")endfunction DukeT_Starter_L_off ()ipc.writeSB("0892", 0)	DspShow ("SttL", "Off")endfunction DukeT_Starter_R_on ()ipc.writeSB("092a", 1)	DspShow ("SttR", "On")endfunction DukeT_Starter_R_off ()ipc.writeSB("092a", 0)	DspShow ("SttR", "Off")end

does this work?

Guenter Steiner
--------------------------------------------------------------------------------------

Betatester for: A2A, LORBY, FSR-Pillow Tester
--------------------------------------------------------------------------------------

Create an account or sign in to comment

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.