> 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/nds/layout.md).

# レイアウトを構成する

モニターの取り付け配列とレイアウトを同じように設定する必要があります。

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

画面に表示されているIPアドレスとScreen番号を確認してください。

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

CMS設定 - ビデオウォール - モニターレイアウトで設定できます。

モニターに表示されているIPアドレスをScreenの番号に合わせてモニタを追加します。

<figure><img src="/files/4uGuKfxgUEqSiUifQNSh" alt=""><figcaption></figcaption></figure>

各モニターは、X, Y座標値で位置を移動できます。 これらの座標はモニターの解像度によって異なります。\
上図では、FHD(1920x1080)モニター4台の構成です。 このときの4番モニターの場合、X:1920, Y:1080となります。\ <mark style="color:purple;">1番 X : 0, Y : 0</mark>\ <mark style="color:purple;">2番 X : 0, Y : 1080</mark>\ <mark style="color:purple;">3番 X : 1920, Y : 0</mark>\ <mark style="color:purple;">4番 X : 1920, Y : 1080</mark>

## モニター番号を確認する <a href="#numbering" id="numbering"></a>

<figure><img src="/files/4uGuKfxgUEqSiUifQNSh" alt=""><figcaption></figcaption></figure>

レイアウトに追加されたモニターは番号／名前表示ボタンを押すと、レイアウトに設定された番号をモニターに出力します。これにより、モニター番号を確認できます。

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

レイアウト構成するときは、モニター番号と順序に決まった規則はありません。CMSで設定したレイアウト番号と実際のモニター番号に身が正しいときに、正しい動作になります。


---

# 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/nds/layout.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.
