# 데이터베이스 플랫폼 생성 및 데이터베이스(.dbc, .ldf, .arxml) 등록

데이터베이스(.dbc/.ldf/.a2l 등) 파일을 등록하면 데이터를 의미있는 값으로 해독(Decoding)할 수 있습니다. 데이터베이스 파일이 없다면 이 단계는 넘어가셔도 됩니다.

데이터베이스 플랫폼은 데이터베이스 파일들의 묶음입니다. 이 플랫폼을 먼저 생성 후 해당 플랫폼에 데이터베이스 파일을 등록하면 됩니다.

1. 플랫폼을 생성하기 위해 상단 메뉴 바에서 ![](/files/SVA4N96JfNxccOo2R3gh)를 클릭하거나 *Setup->Setup Platforms*로 이동합니다.
2. *Add* 버튼을 누른 뒤 플랫폼 이름을 입력하고 *OK* 버튼을 차례로 클릭합니다. 플랫폼 이름은 차종으로 입력하면 관리하기 편리합니다.

   <figure><img src="/files/Nn8p0XjtZOhGiuNksqKv" alt=""><figcaption></figcaption></figure>
3. 상단 메뉴 바의 *Platform*을 2에서 설정한 플랫폼으로 설정합니다.\
   ![](/files/DjObD5TLU0sqRt2XYJyl)
4. 데이터베이스 파일을 등록하기 위해 ![](/files/IFsB3bgdvGJKDC7cTCVt)을 클릭하시거나 *Setup->Network Databases*로 이동합니다.
5. CAN 통신을 사용하는 경우, 좌측에서 사용할 CAN 채널 선택 후 *Add...*, *DBC* 버튼을 차례로 눌러 .dbc 파일을 등록합니다.&#x20;

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

&#x20; 6\. LIN 통신을 사용하는 경우, 좌측에서 사용할 LIN 채널 선택 후 *Browse...* 버튼을 눌러 .ldf 파일을 등록\
&#x20;     합니다.&#x20;

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

&#x20;  7\. ARXML 파일을 가지고 계신 경우, 상단의 *ARXML/UEF/VSDB Support* 탭에서 *ARXML..* 버튼을 눌러\
&#x20;     등록합니다.

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

&#x20;  8\. 파일 등록이 끝났으면 빨간색 박스가 깜빡는 ![](/files/gq3l25ELm1hzkzw8Mdcw) 버튼 또는 ![](/files/ZjrlbJT4b0RNR82mCBpE)를 눌러 플랫폼 설정을\
&#x20;      저장합니다.

데이터베이스 등록 이후에는 *Spy Networks->Messages Editor* 메뉴의 *Database* 탭에서 등록한 데이터베이스에 정의된 내용을 확인할 수 있습니다. 이 메뉴는 읽기 전용으로 데이터베이스 편집을 원하시면 [DBC 파일을 편집하는 방법](/vspy3-korean/faq/dbc.md)를 참고하시기 바랍니다.


---

# 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.intrepidcs.com/vspy3-korean/undefined/dbc-ldf-arxml.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.
