> For the complete documentation index, see [llms.txt](https://nviasoft.gitbook.io/nviasoft-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nviasoft.gitbook.io/nviasoft-docs/documentation/c/10.-ezgem.md).

# 10. EZGEM 구동시작

```csharp
m_gem.Start();                    //EZGEM 구동시작
```

EZGEM이  구동하면 아래와 같이 로그가 생성됩니다.

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

```log
14:22:59(482) , [EZNET:EVENT]  =========================================================
14:22:59(482) , [EZNET:EVENT]  
14:22:59(494) , [EZNET:EVENT]  [ EZGEM PLUS(+) Version = 2.2.16 { 2026/03/24 } DLL.x64 ]
14:22:59(503) , [EZNET:EVENT]  
14:22:59(503) , [EZNET:EVENT]  =========================================================
14:22:59(503) , [EZNET:EVENT]  PRODUCT TYPE : EVALUATION
14:22:59(503) , [EZNET:EVENT]  ( EZNET.Option )    LOG_MAX_ITEM = 10000
14:22:59(503) , [EZNET:EVENT]  ( EZNET.Option )    S9F9_RESEND = 1
14:22:59(510) , [HSMS:EVENT ]  Waiting for a connection. (PORT=5000)
14:22:59(517) , [EZNET:EVENT]  [Callback Event] -> EventID=10, param=10
14:22:59(517) , [EZNET:EVENT]  Reading Format File. ('D:\1_SAMPLES\GEM\C#\C#샘플작업\TEST용\SampleGem\SampleGem\bin\x64\Debug\FORMAT.SML')
14:22:59(517) , [EZNET:EVENT]  ( EZGEM.Option )    S6F11_WBIT = 1
14:22:59(517) , [EZNET:EVENT]  ( EZGEM.Option )    S5F1_WBIT = 1
14:22:59(517) , [EZNET:EVENT]  ( EZGEM.Option )    S6F1_WBIT = 1
14:22:59(526) , [EZNET:EVENT]  ( EZGEM.Option )    S1F1_SKIP = 1
14:22:59(526) , [EZNET:EVENT]  ( EZGEM.Option )    FORMATCODE_SMPLN = U2
14:22:59(526) , [EZNET:EVENT]  ( EZGEM.Option )    DEFINEREPORT_CLEARLINK = 0
14:22:59(526) , [EZNET:EVENT]  ( EZGEM.Option )    DSPER_ZERO_ACK = 1
14:22:59(526) , [EZNET:EVENT]  ( EZGEM.Option )    ACCEPT_HOST_ONLINE = 1
14:22:59(527) , [EZNET:EVENT]  Reading Report File.  Path=D:\1_SAMPLES\GEM\C#\C#샘플작업\TEST용\SampleGem\SampleGem\bin\x64\Debug\EZGEM.RPT
14:22:59(527) , [EZGEM:WARN ]  [GEM:CONFIG] EZGEM.RPT File Not Found
14:22:59(527) , [EZGEM:WARN ]  Path=D:\1_SAMPLES\GEM\C#\C#샘플작업\TEST용\SampleGem\SampleGem\bin\x64\Debug\EZGEM.RPT
14:22:59(527) , [EZNET:EVENT]  SVID=21, CEID=14, ECID=406, ALID=100
14:22:59(527) , [USER_LOG   ]  04-01 14:22:59 C#전용 EZGEM DLL버젼을 구동시작
14:22:59(527) , [USER_LOG   ]  D:\1_SAMPLES\GEM\C#\C#샘플작업\TEST용\SampleGem\SampleGem\bin\x64\Debug
14:22:59(543) , [EZNET:EVENT]  [Function Call ] -> GoOnlineRemote()

```


---

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

```
GET https://nviasoft.gitbook.io/nviasoft-docs/documentation/c/10.-ezgem.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.
