229
edits
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 | 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 = | ||
edits