> For the complete documentation index, see [llms.txt](https://docs.miltechsimulations.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.miltechsimulations.com/miltech-simulations-mh60/aircraft-and-systems/aircraft-systems/flir-forward-looking-infrared.md).

# FLIR (Forward Looking Infrared)

The Forward-Looking Infrared (FLIR) system on the MH-60 (Sierra, Romeo, and Tango variants) is simulated as a cosmetic-only feature. While the external 3D model is fully articulated and integrated into the cockpit controls, users should be aware of the following functional limitations:

* **Articulated Turret:** The FLIR ball on the nose of the aircraft is fully animated. It will respond to control inputs (Pan/Tilt) via the assigned keybinds:

<table><thead><tr><th width="238.9090576171875">Function</th><th width="346.727294921875">MSFS Key Bindings</th><th>Clickable in Cockpit</th></tr></thead><tbody><tr><td>Move FLIR Right/Left</td><td><code>INCREASE MIXTURE 3</code><br><code>DECREASE MIXTURE 3</code></td><td><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td></tr><tr><td>Move FLIR Up/Down</td><td><code>INCREASE MIXTURE 4</code><br><code>DECREASE MIXTURE 4</code></td><td><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td></tr><tr><td>Increase/Decrease Zoom</td><td><code>INCREASE MAGNETO 3</code><br><code>DECREASE MAGNETO 3</code></td><td><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td></tr></tbody></table>

* **No Thermal Overlay:** The system does not generate a true "thermal" (infrared) image. While you may see a camera feed on the Multi-Function Displays (MFDs), it functions as a standard daylight or low-light digital camera with filters, rather than a heat-signature sensor.
* **Target Tracking:** The "Cosmetic Only" designation means the FLIR cannot autonomously slave to, lock onto, or track AI entities (vehicles, ships, or people) based on heat signatures.
* **Objects rendering limitations:** The FLIR implementation will not render SimObjects (Buildings, Ships, vehicles, aircraft or people). It is limited to render terrain, satellite imagery, and airport grounds, as fed by the Synthetic Vision engine in MSFS.

The primary reason the FLIR system is restricted to a cosmetic or "synthetic" view is the absence of Camera-in-Gauge support within the MSFS SDK.

<figure><img src="/files/o3zsdrAroX4jqXQel3Xp" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.miltechsimulations.com/miltech-simulations-mh60/aircraft-and-systems/aircraft-systems/flir-forward-looking-infrared.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
