Oscilloscope addon: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Created page with " {{WIP|Although still incomplete, the information it contains is valid and available. |nocat=}} File:Gca-ui.png|thumb|Screenshot showing rleibner's GCA/PAR screen (Canvas b...")
 
No edit summary
Line 1: Line 1:


{{WIP|Although still incomplete, the information it contains is valid and available. |nocat=}}
{{WIP|Although still incomplete, the information it contains is valid and available. |nocat=}}
 
[[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.The idea is to share it as an addon. Mainly to have some feedback about plot2D/graph.<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:Gca-ui.png|thumb|Screenshot showing rleibner's GCA/PAR screen (Canvas based) in conjunction with a Canvas driven GUI dialog to configure the GCA <ref>https://forum.flightgear.org/viewtopic.php?f=30&t=32882&p=319257#p319257</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, graph.nas and plot2D, nas.

Revision as of 23:11, 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.The idea is to share it as an addon. Mainly to have some feedback about plot2D/graph.[1]

This oscilloscope was created as an example of the use of 3 helpers included in the addon; skinnable.nas, graph.nas and plot2D, nas.

Background

Cquote1.png Is there any work on GCA (ground controlled approach) in progress, or have missed it? GCA is surprisingly accurate and easy to use, both as a pilot and a controller.
— Alant (Sun Ago 13). Re: Spoken ATC.
(powered by Instant-Cquotes)
Cquote2.png

Instalation

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