> For the complete documentation index, see [llms.txt](https://emstone.gitbook.io/guide-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emstone.gitbook.io/guide-jp/cms/bjonno.md).

# バージョンの更新

CMS Station の更新方法について説明します。&#x20;

Windowsバージョンのとき、新しいバージョンのインストールファイルを利用してインストールしてください。

## ファームウェアのダウンロード

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

[EMSTONE WEBサイト-カスタマーサポート-ソフトウェア／ファームウェアダウンロード](https://www.emstone.com/en/support/software/#cms)からCMS Linux インストーラをダウンロードします。

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

FAT 形式でフォーマットされたUSBメモリにダウンロードしたファイルをコピーして、 CMS Station USB 端子に接続します。

## コピーと解凍

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

CMS プログラムが終了したら、左側のファイルアイコンをクリックしてエクスプローラーを起動します。

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

左に接続されているUSBメモリを選択し、ダウンロードしたファイルを右クリックしてコピーします。

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

左のDownloadsフォルダーを選択してマウスを右クリックして貼り付けます。

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

コピーしたファイルを右クリックして"ここに展開"を選択します。

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

上部に進行が完了するまで待ちます。

## インストールする

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

解凍が完了したら、そのフォルダーに入り、右クリックして"端末を開く"をクリックします。

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

install.bin ファイルをマウスで選択してドラッグし、端末ウィンドウにドロップします。

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

パスとファイル名が入力されたら、Enterキーを押してインストールを開始します。

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

インストールが完了したら、CMSを実行してバージョンを確認します。

<figure><img src="/files/xj14vVvWNyhHjgewzjYJ" 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://emstone.gitbook.io/guide-jp/cms/bjonno.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.
