1
0
Fork 0
Commit graph

103 commits

Author SHA1 Message Date
Stuart Buchanan
d363c35f4a FG1000: EIS display Emergency Bus, Standby Battery
For the moment the default publisher just uses the the
/systems/electrical/[volts|amps], but aircraft with better
electrical simulations can define their own publisher to
pass in correct data as required.
2021-08-18 20:32:23 +01:00
Stuart Buchanan
c49c6a38c6 FG1000: GMA1347 Audio Interface and NAV/COM active
The G1000 highlights the active NAV and COM radios in cyan.
In the NAV case, this is the radio being used by the CDI.
In the COM case, this is the COM radio selected on the audio panel.
2021-08-18 20:18:57 +01:00
Stuart Buchanan
0a9a0527aa FG1000 - Architecture diagram 2021-07-25 20:43:02 +01:00
Stuart Buchanan
1732f1339f FG1000: EIS Battery current display 2021-07-05 17:12:34 +01:00
Stuart Buchanan
3239f8664e FG1000: Add CHT to C182T EIS display 2021-07-05 16:24:59 +01:00
Stuart Buchanan
466b4e2915 FG1000: Stop attempted duplicate Emesary EIS reg 2020-12-17 22:45:56 +00:00
Stuart Buchanan
b46f5a90da FG1000: Improve Interface loading
Previously it was difficult to create custom EIS as paths
needed to be defined in multiple places.

This change creates a hash of id and paths to make this easier
in the future.
2020-12-17 22:44:08 +00:00
Stuart Buchanan
8cb0faef60 FG1000: Enable mipmapping to
Reduces aliasing artifacts.
2020-11-15 19:33:15 +00:00
Stuart Buchanan
8bafe4087e FG1000: GMC710 AFCS Mode controller.
Model by Mark JOSEPH.
2020-10-16 21:52:43 +01:00
Stuart Buchanan
ccedd4252f FG1000: CHECKLIST MFD Softkey 2020-10-13 19:30:29 +01:00
Stuart Buchanan
5080ae8c99 FG1000: Fuel Publisher and PanDown bug-fix
Previously the GenericFuelPublisher would barf if tank contents
weren't defined properly with numbers.

Also the XML and .ac files were inconsistent in their use of PANDown
vs PanDown.

Both spotted by Mark JOSEPH (ePilot). Now fixed.
2020-10-06 21:58:18 +01:00
Stuart Buchanan
0c521de80b FG1000: Better handling of VFR transponder code
Support in-sim updates to
/instrumentation/transponder/factory-vfr-code
2020-08-21 15:55:26 +01:00
Stuart Buchanan
f374bfabcb FG1000: Make VFR transponder code configurable
Reads from /instrumentation/transponder/factory-vfr-code
on startup.
2020-08-21 15:06:30 +01:00
Stuart Buchanan
8a7bc16829 FG1000: Fix setting 7xxx transponder codes
Previously select XPDR->CODE->7 and then another number caused very odd
transponder codes.  Turns out this was due to extra whitespace in the
label causing various string concatenations and evaluations to fail.
2020-08-21 12:38:31 +01:00
Stuart Buchanan
c23666a99f FG1000: Volume controls from Julio SANTA CRUZ 2020-07-12 18:43:59 +01:00
Stuart Buchanan
78e9eff433 FG1000: Keyboard input for GCU 47X
From Julio Santa Cruz
2020-07-07 13:28:32 +01:00
Stuart Buchanan
747cb73ca8 FG1000: Support custom SVG Path 2020-07-02 15:28:19 +01:00
Stuart Buchanan
07c21660d8 FG1000 - make Debug menu items more efficient
Previously a completely new PFD or MFD was created when the Debug
menu items were used.  This cause significant slowdown if used
multiple times.  Now we just create one instance of each and re-use it.

Also clean up redundant code in the GUI.
2020-05-26 22:20:38 +01:00
Stuart Buchanan
3c7ea51fca FG1000: New fascia and support resize of windows
FG1000 now allows you to resize the GUI windows (thanks to Henning
for the pointer)

Now including updated fascia.  Thanks to Michat.
2020-05-12 21:41:07 +01:00
Stuart Buchanan
8c3fb681da FG1000 - Add missing XML headers. 2020-04-12 13:27:07 +01:00
Stuart Buchanan
3caa899068 FG1000 - NRST PFD Function
Implement the Nearest Airports PFD softkey, displaying a scrollable
list of the closest 25 airports within 200nm.

Also fix a couple of minor bugs and add self-checking to the
GroupElement
2020-03-12 21:39:23 +00:00
Stuart Buchanan
76cfa2c077 FG1000 and MFD handle non-MFD Emesary notifications
Previously the FG1000 and MFD assumed that all notifications received
via Emesary had a Device_Id field.  This is true for
notifications.PFDEventNotification.DefaultType but not for other
messages - e.g. those generated by the AN SPN 46  system on the
carrier.

The effect of this was that when Nimitz was loaded, the FG1000 stopped
working with various errors.

This fix checks the notification type before the Device_Id.
2020-03-12 17:25:34 +00:00
Stuart Buchanan
f707840b10 FG1000: Fix RANGE, HDG, CRS knob behaviour
- Make Range knob behaviour consistent between PFD inset and MFD maps
- Add rotation animations for the HDG and CRS knobs
- Change the CRS knob behaviour:
  - BARO on outer knob (consistent with FMS knob)
  - CRS on inner knob
  - Shift-click on inner knob to center (consistent with HDG knob)
2020-02-29 19:23:51 +00:00
Stuart Buchanan
d02ad7922b FG1000 bugfixes
- Simulate solid-state gyro for orientation
- Improve behaviour restarting interfaces
- Improve generic support through Debug menu.
2019-09-25 20:52:54 +01:00
Stuart Buchanan
c9bebd65ed FG1000: Cascading PID controllers for GFC700
Thanks to Josh (it0uchpods) for pointing out my controllers
were not actually cascading.
2019-03-29 16:13:15 +00:00
Stuart Buchanan
6b1db73423 FG1000 - Improved timers
Implement single timer for all highlighting of elements.
2019-03-12 20:33:35 +00:00
Stuart Buchanan
c234f22daa FG1000: Quality of life improvements
- Pre-load nearest airports to remove significant freeze when the
NearestAirports page is accessed for the first time.
- Update multikey support to provide easy access to commonly used MFD
pages and access to softkeys.
2019-02-22 16:32:55 +00:00
Stuart Buchanan
f09b49e006 FG1000 : APR and GS modes
Approach and GS modes - FG1000 and GFC700 can now be used for
autopilot coupled ILS or GPS approaches

Also:
- FLC mdoe now include an airspeed bug
- VDI indicator beside altitude tape now works
- Marker beacon displays O/M/I as appropriate
2019-02-21 22:09:48 +00:00
Stuart Buchanan
8cb8121231 FG1000: FLC, NAV GPS Autopilot modes 2019-02-17 21:35:32 +00:00
Stuart Buchanan
90b65247eb FG1000: GFC700 ALTS/ALT vertical autopilot modes
GFC700 now supports the Selected Altitude Capture (ALTS) and Altitude
Hold (ALT) modes.

ALTS is automatically armed in more vertical modes, and allows capture
of whatever altitude is selected.
2019-02-14 22:29:01 +00:00
Stuart Buchanan
9d353a3266 FG1000: GFC700 Autopilot Integration
Support for GFC700 autopilot.  Current modes that work: AP, FD, ROL, PIT, HDG, VS
2019-02-10 22:06:31 +00:00
Stuart Buchanan
7da1fd08d3 FG1000 - multikey support. 2019-01-26 15:20:39 +00:00
Stuart Buchanan
34db58c529 FG1000: Multikey Support
Add Multikey support for the FG1000 (:GF and :GP) to improve useability
by allowing direct entry of strings.  This is massively easier than
fiddling with the control knobs.

Also correct interface variable name "frequency" to "period", which is
more accurate.
2019-01-14 22:22:20 +00:00
Stuart Buchanan
acabed103f FG1000: Local time display, ETE fix. 2019-01-12 21:23:27 +00:00
Stuart Buchanan
e69c77aa8e FG1000: Transponder
Transponder can now be set using PFD softkeys.

(Should also be settable using the FMS knob, but this is not implemented yet)
2019-01-12 20:11:14 +00:00
Stuart Buchanan
f32a376a3e FG1000: EIS Fuel totalizer function
FG1000 requires fuel quantity to be entered manually and uses a flow
computer to calculate the amount used.  Strange but true!
2019-01-11 20:19:09 +00:00
Stuart Buchanan
60e5e787b8 FG1000 - Fix broken GUI display of panels. 2019-01-06 21:09:20 +00:00
Stuart Buchanan
74a3039b59 FG1000: Wrong .ac file reference for GDU-1045.3.xml 2018-09-30 21:57:56 +01:00
Stuart Buchanan
b83b95751f Bug fix - sendFMSNotification no longer exists.
Reported on the forum:

https://forum.flightgear.org/viewtopic.php?f=71&t=32764&start=120
2018-09-25 20:28:32 +01:00
Stuart Buchanan
b6a0b57c82 FG1000: Remote bugged rotations, add show/hide
Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.FG1000: Remote bugged rotations, add show/hide

Remove some rotations which were not required.

Add hide()/show() methods to switch on/off specific displays. Allows
the FG1000 to be controlled by an electrical supply rather than always
being on.
2018-08-21 11:49:01 +01:00
Stuart Buchanan
6746e52f6d Add property for FG1000 update rate
/instrumentation/FG1000/adc-update-frequency can optionally
be set to control the update frequency of the main ADC information.
Set to "0" to update every frame.
2018-08-01 21:34:01 +01:00
Stuart Buchanan
cdeb1a462c FG1000: Resize GDU/GMA and increase ADC refresh
Correct the size of the GDU and GMA units.

Increase the ADC (e.g. attitude, airspeed, alttitude) from 5Hz to 10Hz.
2018-07-29 14:02:39 +01:00
Stuart Buchanan
cfb8f7b1dd FG1000: GMA1347 audio panel - inoperative. 2018-07-28 12:07:26 +01:00
Stuart Buchanan
9dcb4a7761 FG1000 - Fix ALT knob for 3D panels 2018-06-07 19:03:34 +01:00
Stuart Buchanan
9f8306b6e4 Publish all props on a TriggeredPropertyPublisher
Periodically (default every 5 s), publish all properties
being tracked by the TriggeredPropertyPublisher.

This ensures that clients created after the TriggeredPropertyPublisher
will receive values for properties that change rarely (e.g. NAV/COM)
2018-06-07 19:01:18 +01:00
Stuart Buchanan
fc104ee37a FG1000 - s/Foobar/FlightGear on GPL header 2018-05-28 20:15:57 +01:00
Stuart Buchanan
8fdffa16e6 FG1000 - Fix 3D model GDUs, find nearest ID on DTO 2018-04-29 21:15:18 +01:00
Stuart Buchanan
1b52eaccbd FG1000 : Nearest Frequencies page. 2018-04-16 19:43:36 +01:00
Stuart Buchanan
aa14289a79 FG1000: NDB and VOR Info pages, improved VOR icons 2018-04-16 13:38:41 +01:00
Stuart Buchanan
4bf3487bd4 FG1000 - Intersection Information page 2018-04-15 19:44:10 +01:00