# 驾驶舱控制问题

## 已知问题

部分已支持的插件/机模在使用 SimFly Pad 进行控制时存在已知问题。详情请查看这份 [文档](/v1/cn/kuai-su-ru-men/faqs-and-known-issues/premium-panel-known-issues.md)。

## 配置问题

很多情况下，某些面板无法正常工作是因为忽略了初始化配置。请参考这份 [文档](/v1/cn/cao-zuo-zhi-nan/initialize-configuration-for-premium-panels.md) 完成对应面板的初始化设置。

## SimFly Linker 显示 “waiting for the status info from core plugin”

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

这表示 SimFly Linker 无法从模拟器读取数据，通常是因为对应的 SimFly Linker 插件没有正确安装，或未能正常加载。

请确认：

* SimFly Core Plugin（MSFS）或 SimFly XPConnector（XPlane）已正确安装。
* 在 Settings 页面确认 Community Folder（MSFS）或 XP Folder（X-Plane）路径设置正确。
* \[MSFS] 进入游戏并开启 Developer Mode。
  * 在菜单中进入 DEBUG → WASM DEBUG。
  * 在弹窗中查看 Modules 列表，确认是否包含 seeingsky-core-plugin。
* \[X-Plane] 进入游戏并打开菜单。
  * 进入 Plugins，检查是否列出了 SimFlyXPConnector。

如果插件位置正确，但重启游戏后仍无法在上述步骤中看到，可以尝试：

1. 重启 SimFly Linker，看看问题是否解决。
2. 重新安装 SimFly Core Plugin（MSFS）或 SimFly XPConnector（XPlane）。
3. 将插件目录中的其他插件全部移出，只保留 SimFly Core Plugin（MSFS）或 SimFlyXPConnector（X-Plane）。
4. 启动游戏并检查是否能正常加载。
5. 如果可以，逐步将其他插件移回，以定位是哪个插件导致其余插件无法加载。
6. 如果以上方法都无效，请联系我们。


---

# Agent Instructions: 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:

```
GET https://docs.simflypad.com/v1/cn/gu-zhang-pai-chu/cockpit-control-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
