From: curt Date: Mon, 3 Feb 2003 22:19:36 +0000 (+0000) Subject: Updated note about specifying the initial state of a connector's switch. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2660a4720d65a8541a22a6d2e44a1ce162a2ec70;p=flightgear.git Updated note about specifying the initial state of a connector's switch. --- diff --git a/docs-mini/README.electrical b/docs-mini/README.electrical index 5c3c409c5..e37ffe56e 100644 --- a/docs-mini/README.electrical +++ b/docs-mini/README.electrical @@ -121,6 +121,7 @@ An connector entry could look like the following: Alternator 1 Virtual Bus 1 /controls/switches/master-alt + off A connector specifies and input, and output, and any number of @@ -138,6 +139,18 @@ You can have an arbitrary number of entries. The switches are wired in series so all of them need to be on (i.e. true) in order for current to pass to the output. +Note: by default the system forces any listed switches to be true. +The assumption is that not every aircraft or cockpit may impliment +every available switch, so rather than having systems be switched off, +with no way to turn them on, we default to switched on. + +This is a problem however with the starter switch which we want to be +initialized to "off". To solve this problem you can specify +off or +on Switches default to on, so you +really only need to specify this tag if you want the connector's +switch to default to off. + Summary =======