Oscilloscope addon: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
[[File:Oscilloscope.png|thumb|This screenshot shows the usual c172p "magnetos checking"  Channel 1 (yellow) is '''rpm''' (100 rpm / div).Channel 2 (mauve) is '''magnetos''' (1 / div).Time sweep is 200 ms / div.<ref>{{cite web  |url    =  https://forum.flightgear.org/viewtopic.php?p=325929#p325929  |title  =  <nowiki> Re: Plot2D and graph helpers </nowiki>  |author =  <nowiki> rleibner </nowiki>  |date  =  Jan 6th, 2018  |added  =  Jan 6th, 2018  |script_version = 0.36  }}</ref>]]
[[File:Oscilloscope.png|thumb|This screenshot shows the usual c172p "magnetos checking"  Channel 1 (yellow) is '''rpm''' (100 rpm / div).Channel 2 (mauve) is '''magnetos''' (1 / div).Time sweep is 200 ms / div.<ref>{{cite web  |url    =  https://forum.flightgear.org/viewtopic.php?p=325929#p325929  |title  =  <nowiki> Re: Plot2D and graph helpers </nowiki>  |author =  <nowiki> rleibner </nowiki>  |date  =  Jan 6th, 2018  |added  =  Jan 6th, 2018  |script_version = 0.36  }}</ref>]]


This oscilloscope was created as an example of the use of 3 helpers included in the addon; skinnable.nas, graph.nas and plot2D, nas.
This '''oscilloscope''' was created as an example of the use of 3 helpers included in the addon:
*  '''skinnable.nas''' to create Canvas GUI dialogs including multiple clickable layers.
*  '''graph.nas''' to create various types of Canvas instruments.
*  '''plot2D, nas.''' the very basic Canvas helpers.
= Background =
= Background =



Revision as of 23:45, 30 January 2018

WIP.png Work in progress
This article or section will be worked on in the upcoming hours or days.
Note: Although still incomplete, the information it contains is valid and available.
See history for the latest developments.
This screenshot shows the usual c172p "magnetos checking" Channel 1 (yellow) is rpm (100 rpm / div).Channel 2 (mauve) is magnetos (1 / div).Time sweep is 200 ms / div.[1]

This oscilloscope was created as an example of the use of 3 helpers included in the addon:

*  skinnable.nas to create Canvas GUI dialogs including multiple clickable layers.
*  graph.nas to create various types of Canvas instruments.
*  plot2D, nas. the very basic Canvas helpers.

Background

Instalation

Note  This is the latest version (Jan 30, 2018)

If your FGFS version accepts Addons, you can download this feature from the Addons Repository. Download all the 11 files into the directory of your choice. Launch FlightGear including --addon argument, eg.:

 fgfs <usual args> --addon=/path/to/fgaddon/SpokenGCA


Otherwise, you can install it as a submodule. Contact the author for further instructions.

  1. rleibner  (Jan 6th, 2018).  Re: Plot2D and graph helpers .