149
edits
| Line 15: | Line 15: | ||
{{cquote| | {{cquote| | ||
:: I'm planning to extend this function (bindings support) so that checklists with one or more items containing a <binding> element can have an (optional) button to execute the entire checklist. I'm still thinking of how best to implement this, as I think one would want a gap between each item.<ref>{{cite web |url=http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg40005.html |title= Further enhancement to checklists - binding support|author=Stuart Buchanan |date= Wed, 01 May 2013 14:54:56 -0700}}</ref>|Stuart Buchanan}} | :: I'm planning to extend this function (bindings support) so that checklists with one or more items containing a <binding> element can have an (optional) button to execute the entire checklist. I'm still thinking of how best to implement this, as I think one would want a gap between each item.<ref>{{cite web |url=http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg40005.html |title= Further enhancement to checklists - binding support|author=Stuart Buchanan |date= Wed, 01 May 2013 14:54:56 -0700}}</ref>|Stuart Buchanan}} | ||
{{cquote| | |||
As part of the development of the Lockheed 1049h, I have produced a detailed set of checklists with bindings. The bindings are sufficient to start (and shutdown) the aircraft by pressing the action buttons displayed in the checklist dialog. | |||
I have also written a Nasal script that “executes” a list of checklists in a generic way. This iterates over each item in a given list of checklists and executes the binding for items where the associated condition is not met. Before continuing to the next item, it waits for the previous condition to become true and has a timeout for conditions that would never be satisified through the checklist bindings.|Richard Senior}} | |||
== In-air startups & supporting Startup Situations == | == In-air startups & supporting Startup Situations == | ||
edits