Howto:Understand console output: Difference between revisions

Jump to navigation Jump to search
Bad operation output detected in configuration file
(Bad operation output detected in configuration file)
Line 9: Line 9:
=== Airports/.... ... Done ===
=== Airports/.... ... Done ===
This is not an error. The message lets us know that [[TerraSync]] is updating the <tt>[[$FG SCENERY]]/Airports</tt> directory.
This is not an error. The message lets us know that [[TerraSync]] is updating the <tt>[[$FG SCENERY]]/Airports</tt> directory.
=== Bad operation output detected in configuration file ===
[[JSBSim]] reports that a <output> tag is incorrectly placed in the aircraft's FDM. When used in a <fcs_function>, it should be outside the innter <function> tags, so like:
<syntaxhighlight>
<fcs_function name="Flap Cmd Deg">
<function>
<product>
  <property>fcs/flap-cmd-norm</property>
  <value>30</value>
</product>
</function>
<output>fcs/flap-cmd-deg1</output>
</fcs_function>
</syntaxhighlight>


=== Base package check failed ... Found version ... at: ...<br />Please upgrade to version: ===
=== Base package check failed ... Found version ... at: ...<br />Please upgrade to version: ===

Navigation menu