Table of Contents

SPAD.neXt GaugeSettings Sample

<GaugeSettings GaugeID="ID_WILL_GIVEN_OUT_BY_GAUGEPORTAL" PowerMode="Default|AlwaysOn|NoData" GaugeCompatibility="SAITEK|ESP|SPAD">
  <Author>Your name goes here</Author>
  <Url>Homepage for that gauge/your shop</Url>
  <Description>A long description for the gauge (see comments)</Description>
  <Thumbnail>url to gauge thumbnail. Omit tag if no 100% available thumbnail url is available </Thumbnail>
  <Font>Filename</Font>
  <Category>Category 1</Category>
  <Category>Twin Engine</Category>
  <Simulation>FSX</Simulation>
  <Simulation>XPLANE</Simulation>
  <Simulation>OTHER</Simulation>
  <Type>AIRLINER</Type>
  <Type>GENERAL AVIATION</Type>
  <Type>SEAPLANE</Type>
  <Type>MILITARY</Type>
  <Type>HELICOPTER</Type>
  <Type>OTHER</Type>
  <Variables>
    <Variable Name="GAUGELOCAL1" Value="5" DisplayName="Gauge Background" Description="Selects the Gauge Background" />
  </Variables>
  <Buttons>
    <Button BoundTo="FIP_BUTTON_S1" Event="EVENT_TO_RAISE">
      <Label Font="FONTNAME" FontSize="SIZE_IN_PIXEL" FontStyle="Regular|Bold|Italic|Underline|Strikeout">
        <Default>Default Text if not overwritten in SPAD.neXt Profile</Default>
        <TextExpression>Future: Expression for the Text. Not Supported yet</TextExpression>
        <Visible>Expression if Label is visible (must return 0 or 1). Same as gauge-Visible Expression</Visible>
        <Color Foreground="ColorName or #AARRGGBB" Background="ColorName or #AARRGGBB or Transparent" />
        <Position X="0" Y="0" />
        <Size X="45" Y="23" />
      </Label>
    </Button>
  </Buttons>
</GaugeSettings>

PowerMode

GaugeCompatibility

GaugeCompatibility SPAD Activates following:

Thumbnail

Font

Category

Type

Aircraft/Vehicle Type Category. Valid Values:

If you are lacking a type category open a ticket please.

Simulation

Supported simulation(s) Valid values:

FSX includes Prepare3D

Description

text , can include following tags (case sensitive!):

Variables

Allows to define default values for local variables (X:,P:,G:).
Name = Names as used in Gauge
Value = Defaultvalue , set when Gauge is loaded
DisplayName = Text shown in UI when configuring a gauge in UI
Description = Long description of the Variable. BB-Code (see above) available

Button BoundTo

Button Event

SimConnect Event to send (https://msdn.microsoft.com/en-us/library/cc526980.aspx Column “SimConnect Name” ) If no event bound by default, omit the Event-Attribute

Button Label

If no Label just omit the whole Label tag.

Sample

Gauge Settings Sample