Menü aufrufen
Toggle preferences menu
Persönliches Menü aufrufen
Nicht angemeldet
Ihre IP-Adresse wird öffentlich sichtbar sein, wenn Sie Änderungen vornehmen.

Fixture:AO Falcon Beam: Unterschied zwischen den Versionen

Aus LifadWiki
Weitere Sprachen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 3: Zeile 3:


== Beschreibung ==
== Beschreibung ==
<div style="float:right; width:100%; max-width:420px; margin:0 0 1em 1em; box-sizing:border-box;">
<style>
{| class="wikitable" style="width:100%;"
.infobox {
|-
  margin-bottom: var(--space-md, 1rem);
! colspan="2" | '''AO FALCON Beam – Kurzübersicht'''
  width: 100%;
|-
  max-width: 420px;
| colspan="2" style="text-align:center; padding:8px 0;" |
  float: right;
[[Datei:Lampen- AO Falcon Beam 800x800.jpg|frameless|300px|alt=AO FALCON Beam Produktbild]]
  margin-left: 1em;
|-
  margin-bottom: 1em;
! Hersteller
  border: 1px solid var(--border-color-base, #a2a9b1);
| A&O Technology (AO Lighting)
  border-radius: var(--border-radius-medium, 8px);
|-
  background-color: var(--color-surface-1, #ffffff);
! Typ
  font-size: var(--font-size-small, 0.875rem);
| Xenon-Searchlight / Skytracer (Outdoor), sehr enger Beam
  line-height: var(--line-height-xx-small, 1.25);
|-
  box-sizing: border-box;
! Varianten
}
| FALCON BEAM 3k · FALCON BEAM 7k (modellabhängige Werte)
 
|-
.infobox[open] {
! Lichtquelle
  max-width: 420px;
| Kurzbogen-Xenon 3.000 W / 7.000 W · ≈ 6.000 K · hoher CRI
}
|-
 
! Beam (nativ)
.infobox__snippet {
| ≈ 1°–2° (extrem schmal; modellabhängig)
  position: relative;
|-
  z-index: 1;
! Effekte
  padding: var(--space-sm, 0.75rem) var(--space-md, 1rem);
| Mechanischer Dimmer/Douser · Farbrad (dichroitisch) · Strobe/Shutter · (teilweise) Iris/Prisma
  display: flex;
|-
  gap: var(--space-xs, 0.5rem);
! Steuerung
  align-items: center;
| DMX512 (Basisfunktionen) · Standalone/Timer (modellabhängig)
  white-space: nowrap;
|-
  cursor: pointer;
! Pan/Tilt
  user-select: none;
| je nach Modell fest oder motorisiert (Moving-Head-Varianten verfügbar)
  border-radius: var(--border-radius-medium, 8px) var(--border-radius-medium, 8px) 0 0;
|-
}
! Netz / Leistung
 
| 3k: 200–240 V~ (einphasig) · 7k: Drehstrom 400 V~ · 50/60 Hz · hoher Anlaufstrom (Zündgerät)
.infobox__snippet:hover {
|-
  background-color: var(--background-color-button-quiet--hover, #f8f9fa);
! Schutzart
}
| IP54 Outdoor (regen-/spritzwasserfest), temperaturüberwacht
 
|-
.infobox__snippet .collapse-icon {
! Maße/Gewicht
  --transform-rotate-collapse: rotate3d(1, 0, 0, 180deg);
| modellabhängig (großformatiges Touring-Gehäuse)
  width: var(--font-size-small, 0.875rem);
|}
  height: var(--font-size-small, 0.875rem);
</div>
  flex-shrink: 0;
  transition: transform 0.25s ease;
  transform: var(--transform-rotate-collapse);
}
 
.infobox[open] .infobox__snippet .collapse-icon {
  transform: none;
}
 
.infobox__snippet .infobox__desc {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: var(--font-size-small, 0.875rem);
  font-weight: var(--font-weight-medium, 500);
}
 
.infobox__content {
  position: relative;
}
 
.infobox__image {
  position: relative;
  margin-bottom: -2rem;
  transition: margin-bottom 0.25s ease;
}
 
.infobox__image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-image: linear-gradient(to bottom, transparent, var(--color-surface-1, #ffffff) 100%);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
 
.infobox__image:hover {
  margin-bottom: 0;
}
 
.infobox__image:hover::after {
  opacity: 0;
  transform: translateY(2rem);
}
 
.infobox__image img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius-base, 4px);
}
 
.infobox__header {
  position: relative;
  margin-top: var(--space-md, 1rem);
  margin-bottom: var(--space-lg, 1.5rem);
  padding: 0 var(--space-md, 1rem);
  display: flex;
  gap: var(--space-sm, 0.75rem);
}
 
.infobox__title {
  color: var(--color-emphasized, #000000);
  font-weight: var(--font-weight-medium, 500);
  font-size: var(--font-size-x-large, 1.25rem);
}
 
.infobox__section {
  margin-top: var(--space-md, 1rem);
}
 
.infobox__sectionContent {
  margin-top: var(--space-md, 1rem);
  padding: 0 var(--space-md, 1rem);
  display: table;
  width: 100%;
}
 
.infobox__item {
  display: table-row;
}
 
.infobox__label,
.infobox__data {
  display: table-cell;
  border-top: 1px solid var(--border-color-base, #a2a9b1);
  padding: var(--space-xs, 0.5rem);
  vertical-align: top;
}
 
.infobox__label {
  color: var(--color-emphasized, #000000);
  font-weight: var(--font-weight-medium, 500);
  white-space: nowrap;
  width: 1%;
}
 
.infobox__data {
  width: 100%;
}
 
.infobox__footer {
  margin-top: var(--space-lg, 1.5rem);
  padding-bottom: var(--space-md, 1rem);
}
 
@media (max-width: 768px) {
  .infobox {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 1em 0 !important;
  }
}
</style>
 
<details class="infobox" open>
  <summary class="infobox__snippet">
    <div class="collapse-icon">▼</div>
    <div class="infobox__desc">AO FALCON Beam – Kurzübersicht</div>
  </summary>
 
  <div class="infobox__content">
    <div class="infobox__image">
      [[Datei:Lampen- AO Falcon Beam 800x800.jpg|frameless|400px|alt=AO FALCON Beam Produktbild]]
    </div>
   
    <div class="infobox__header">
      <div class="infobox__title">'''AO FALCON Beam'''</div>
    </div>
   
    <div class="infobox__section">
      <div class="infobox__sectionContent">
        <div class="infobox__item">
          <div class="infobox__label">'''Hersteller'''</div>
          <div class="infobox__data">A&O Technology (AO Lighting)</div>
        </div>
        <div class="infobox__item">
          <div class="infobox__label">'''Typ'''</div>
          <div class="infobox__data">Xenon-Searchlight / Skytracer (Outdoor), sehr enger Beam</div>
        </div>
        <div class="infobox__item">
          <div class="infobox__label">'''Varianten'''</div>
          <div class="infobox__data">FALCON BEAM 3k · FALCON BEAM 7k (modellabhängige Werte)</div>
        </div>
        <div class="infobox__item">
          <div class="infobox__label">'''Lichtquelle'''</div>
          <div class="infobox__data">Kurzbogen-Xenon 3.000 W / 7.000 W · ≈ 6.000 K · hoher CRI</div>
        </div>
        <div class="infobox__item">
          <div class="infobox__label">'''Beam (nativ)'''</div>
          <div class="infobox__data">≈ 1°–2° (extrem schmal; modellabhängig)</div>
        </div>
        <div class="infobox__item">
          <div class="infobox__label">'''Effekte'''</div>
          <div class="infobox__data">Mechanischer Dimmer/Douser · Farbrad (dichroitisch) · Strobe/Shutter · (teilweise) Iris/Prisma</div>
        </div>
        <div class="infobox__item">
          <div class="infobox__label">'''Steuerung'''</div>
          <div class="infobox__data">DMX512 (Basisfunktionen) · Standalone/Timer (modellabhängig)</div>
        </div>
        <div class="infobox__item">
          <div class="infobox__label">'''Pan/Tilt'''</div>
          <div class="infobox__data">je nach Modell fest oder motorisiert (Moving-Head-Varianten verfügbar)</div>
        </div>
        <div class="infobox__item">
          <div class="infobox__label">'''Netz / Leistung'''</div>
          <div class="infobox__data">3k: 200–240 V~ (einphasig) · 7k: Drehstrom 400 V~ · 50/60 Hz · hoher Anlaufstrom (Zündgerät)</div>
        </div>
        <div class="infobox__item">
          <div class="infobox__label">'''Schutzart'''</div>
          <div class="infobox__data">IP54 Outdoor (regen-/spritzwasserfest), temperaturüberwacht</div>
        </div>
        <div class="infobox__item">
          <div class="infobox__label">'''Maße/Gewicht'''</div>
          <div class="infobox__data">modellabhängig (großformatiges Touring-Gehäuse)</div>
        </div>
      </div>
    </div>
  </div>
</details>


Der '''AO FALCON Beam''' ist ein hochleistungsfähiger Xenon-Searchlight für großformatige Mid-Air-/„Skytracer"-Looks. Die sehr schmale Abstrahlung (≈ 1–2°) erzeugt extreme Candela-Werte und bleibt über große Distanzen sichtbar – ideal für Stadion- und Outdoor-Shows. Die Geräte sind wettergeschützt (IP54) und für Dauerbetrieb im Touring-Alltag ausgelegt. Es existieren mehrere Varianten (u. a. 3 kW und 7 kW), die sich in Leistung, Gehäuse und Funktionsumfang unterscheiden.
Der '''AO FALCON Beam''' ist ein hochleistungsfähiger Xenon-Searchlight für großformatige Mid-Air-/„Skytracer"-Looks. Die sehr schmale Abstrahlung (≈ 1–2°) erzeugt extreme Candela-Werte und bleibt über große Distanzen sichtbar – ideal für Stadion- und Outdoor-Shows. Die Geräte sind wettergeschützt (IP54) und für Dauerbetrieb im Touring-Alltag ausgelegt. Es existieren mehrere Varianten (u. a. 3 kW und 7 kW), die sich in Leistung, Gehäuse und Funktionsumfang unterscheiden.

Version vom 17. August 2025, 21:15 Uhr

Beschreibung

<style> .infobox {

 margin-bottom: var(--space-md, 1rem);
 width: 100%;
 max-width: 420px;
 float: right;
 margin-left: 1em;
 margin-bottom: 1em;
 border: 1px solid var(--border-color-base, #a2a9b1);
 border-radius: var(--border-radius-medium, 8px);
 background-color: var(--color-surface-1, #ffffff);
 font-size: var(--font-size-small, 0.875rem);
 line-height: var(--line-height-xx-small, 1.25);
 box-sizing: border-box;

}

.infobox[open] {

 max-width: 420px;

}

.infobox__snippet {

 position: relative;
 z-index: 1;
 padding: var(--space-sm, 0.75rem) var(--space-md, 1rem);
 display: flex;
 gap: var(--space-xs, 0.5rem);
 align-items: center;
 white-space: nowrap;
 cursor: pointer;
 user-select: none;
 border-radius: var(--border-radius-medium, 8px) var(--border-radius-medium, 8px) 0 0;

}

.infobox__snippet:hover {

 background-color: var(--background-color-button-quiet--hover, #f8f9fa);

}

.infobox__snippet .collapse-icon {

 --transform-rotate-collapse: rotate3d(1, 0, 0, 180deg);
 width: var(--font-size-small, 0.875rem);
 height: var(--font-size-small, 0.875rem);
 flex-shrink: 0;
 transition: transform 0.25s ease;
 transform: var(--transform-rotate-collapse);

}

.infobox[open] .infobox__snippet .collapse-icon {

 transform: none;

}

.infobox__snippet .infobox__desc {

 max-width: 100%;
 text-overflow: ellipsis;
 overflow: hidden;
 font-size: var(--font-size-small, 0.875rem);
 font-weight: var(--font-weight-medium, 500);

}

.infobox__content {

 position: relative;

}

.infobox__image {

 position: relative;
 margin-bottom: -2rem;
 transition: margin-bottom 0.25s ease;

}

.infobox__image::after {

 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 height: 50%;
 background-image: linear-gradient(to bottom, transparent, var(--color-surface-1, #ffffff) 100%);
 pointer-events: none;
 transition: opacity 0.25s ease, transform 0.25s ease;

}

.infobox__image:hover {

 margin-bottom: 0;

}

.infobox__image:hover::after {

 opacity: 0;
 transform: translateY(2rem);

}

.infobox__image img {

 max-width: 100%;
 height: auto;
 border-radius: var(--border-radius-base, 4px);

}

.infobox__header {

 position: relative;
 margin-top: var(--space-md, 1rem);
 margin-bottom: var(--space-lg, 1.5rem);
 padding: 0 var(--space-md, 1rem);
 display: flex;
 gap: var(--space-sm, 0.75rem);

}

.infobox__title {

 color: var(--color-emphasized, #000000);
 font-weight: var(--font-weight-medium, 500);
 font-size: var(--font-size-x-large, 1.25rem);

}

.infobox__section {

 margin-top: var(--space-md, 1rem);

}

.infobox__sectionContent {

 margin-top: var(--space-md, 1rem);
 padding: 0 var(--space-md, 1rem);
 display: table;
 width: 100%;

}

.infobox__item {

 display: table-row;

}

.infobox__label, .infobox__data {

 display: table-cell;
 border-top: 1px solid var(--border-color-base, #a2a9b1);
 padding: var(--space-xs, 0.5rem);
 vertical-align: top;

}

.infobox__label {

 color: var(--color-emphasized, #000000);
 font-weight: var(--font-weight-medium, 500);
 white-space: nowrap;
 width: 1%;

}

.infobox__data {

 width: 100%;

}

.infobox__footer {

 margin-top: var(--space-lg, 1.5rem);
 padding-bottom: var(--space-md, 1rem);

}

@media (max-width: 768px) {

 .infobox {
   float: none !important;
   width: 100% !important;
   max-width: none !important;
   margin: 0 0 1em 0 !important;
 }

} </style>

<details class="infobox" open>

 <summary class="infobox__snippet">
AO FALCON Beam – Kurzübersicht
 </summary>
 
     AO FALCON Beam Produktbild
AO FALCON Beam
Hersteller
A&O Technology (AO Lighting)
Typ
Xenon-Searchlight / Skytracer (Outdoor), sehr enger Beam
Varianten
FALCON BEAM 3k · FALCON BEAM 7k (modellabhängige Werte)
Lichtquelle
Kurzbogen-Xenon 3.000 W / 7.000 W · ≈ 6.000 K · hoher CRI
Beam (nativ)
≈ 1°–2° (extrem schmal; modellabhängig)
Effekte
Mechanischer Dimmer/Douser · Farbrad (dichroitisch) · Strobe/Shutter · (teilweise) Iris/Prisma
Steuerung
DMX512 (Basisfunktionen) · Standalone/Timer (modellabhängig)
Pan/Tilt
je nach Modell fest oder motorisiert (Moving-Head-Varianten verfügbar)
Netz / Leistung
3k: 200–240 V~ (einphasig) · 7k: Drehstrom 400 V~ · 50/60 Hz · hoher Anlaufstrom (Zündgerät)
Schutzart
IP54 Outdoor (regen-/spritzwasserfest), temperaturüberwacht
Maße/Gewicht
modellabhängig (großformatiges Touring-Gehäuse)

</details>

Der AO FALCON Beam ist ein hochleistungsfähiger Xenon-Searchlight für großformatige Mid-Air-/„Skytracer"-Looks. Die sehr schmale Abstrahlung (≈ 1–2°) erzeugt extreme Candela-Werte und bleibt über große Distanzen sichtbar – ideal für Stadion- und Outdoor-Shows. Die Geräte sind wettergeschützt (IP54) und für Dauerbetrieb im Touring-Alltag ausgelegt. Es existieren mehrere Varianten (u. a. 3 kW und 7 kW), die sich in Leistung, Gehäuse und Funktionsumfang unterscheiden.

Optik & Effekte

  • Xenon-Kurzbogenlampe mit nahezu kontinuierlichem Spektrum (≈ 6.000 K), sehr guter Farbwiedergabe.
  • Sehr schmaler Beam (≈ 1–2°), hohe Peak-Intensität für „Suchscheinwerfer"-Ästhetik.
  • Farbsektion: dichroitisches Farbrad (Primär-/Sekundärfarben, Weiß), teilweise CTO/CTB-Filter.
  • Dimmer/Douser mechanisch; Shutter/Strobe für Impakte; je nach Modell Iris/Prisma.
  • Optische Justage und Reflektorgeometrie für Wind-/Wetter-Einsatz ausgelegt.

Steuerung & Betrieb

  • DMX512 für Grundfunktionen (Dim/Douser, Color, Shutter/Strobe; bei Moving-Varianten zusätzlich Pan/Tilt).
  • Standalone-/Timer-Betrieb (modellabhängig), interner Temperatur-/Lüfter-Controller.
  • Zünd-/Warmup-Logik: Aufheizzeit der Xenonlampe beachten; Hot-Restrike je nach Ballast begrenzt.

Strom & Thermik

  • Leistungsversorgung:
  • 3k – typ. 200–240 V~, 50/60 Hz, einphasig (hoher Einschalt-/Zündstrom).
  • 7k – typ. 400 V~ Drehstrom, 50/60 Hz, dedizierte Absicherung.
  • Kühlung: forcierte Luftkühlung, temperaturüberwacht; Gehäuse IP54.
  • Hinweis: separate Einspeiser/Verteiler und ausreichende Lüftung vorsehen.

DMX-Kanäle (Überblick, modellabhängig)

Grund
Dimmer/Douser, Shutter/Strobe, Color (Wheel/Index), ggf. CTO
Bewegung (bei Moving-Varianten)
Pan/Tilt (8/16-bit), Speed, Position Macros
Service
Lamp On/Off (wenn freigegeben), Reset, Fan/Display

Exakte Kanalpläne je nach FALCON-Variante dem Herstellerdatenblatt entnehmen.

Einsatz bei Rammstein (Europe Stadium Tour 2019–2024)

  • Einsatzumfang: über 40 × AO FALCON (gemischte 3 kW/7 kW-Pakete) als markanter „Searchlight"-Layer auf/um die Stadionbühne.
  • Positionierung: Bühnenflanken, auf/bei Seitentürmen sowie architektonische Akzente; hochreichende Beams als dramaturgischer Kontrast zu LED-/Wash-Layern.
  • Gründe: charakteristischer Xenon-Look, enorme Reichweite und Wettertauglichkeit für Open-Air-Stadien.

Programmier- & Praxis-Notizen

  • Dimmer/Douser statt elektronischem Dim verwenden (Xenon) – für Fades den Douser kurvenlinear führen.
  • Warm-up einkalkulieren; Hot-Restrike vermeiden (Lampe und Ballast schonen).
  • Wind: stabile Aufstellpunkte/Verankerung, da sehr enger Beam sonst „wandert".
  • Energie: 7 kW-Varianten benötigen Drehstrom und passende Leitungswege/Absicherungen; Lastprofil im Power-Plan berücksichtigen.

Verwandte Seiten

Quellen