# 대시보드

### 1️⃣ 대시보드 개요

DS Plot은 제조 공정 중 발생하는 이상 현황과 사이클 타임을 시각적으로 분석할 수 있는 **운영 모니터링 도구**입니다. 본 화면은 다음과 같은 기능으로 구성됩니다:

* 실시간 OPC UA 기반 공정 연결
* 이상 발생 시간대 시각화 (도넛 차트)
* 공정별 Moving / Waiting 시간 분석 (막대 차트)

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

### 2️⃣ 주요 화면 구성

#### 📌 상단 – **이상 발생 현황 (도넛 그래프)**

* **제목**: 금일 이상 발생 현황 (예: 05월 19일)
* **기능**: 각 공정 번호별로 이상 발생 시간대를 시각화
* **설명**:
  * 내부 숫자: 총 이상 발생 건수
  * 외부 분할: 발생 시간대별 건수 표시

***

#### 📌 하단 – **사이클 시간 분석 (막대 그래프)**

* **제목**: 최신 그룹별 사이클
* **기능**: 각 사이클의 실행(Moving) 시간과 대기(Waiting) 시간 표시
* **색상**:
  * 하늘색: Moving (작업 진행 시간)
  * 노란색: Waiting (대기 시간)
* **예시**:
  * S302
    * Moving: 3.32 sec
    * Waiting: 0.83 sec
  * 대기 시간이 짧고 공정 효율 높음

### 3️⃣ 활용 예시

* **이상 빈도 높은 시간대 집중 점검**
* **Waiting 시간 많은 공정 병목 개선**
* **설비별 생산성 비교 및 리포트 활용**
* **공정 튜닝 전·후 효과 비교 분석**

***

### 4️⃣ 운영 팁

* 그래프 클릭 시 선택된 공정 또는 사이클로 **시작 신호 기준** 전환 가능
* 실시간 연결 주소는 좌측 상단에서 확인 (예: opc.tcp\://127.0.0.1:53020)
* 하단 탭에서 **분석 항목 전환** 가능 (이력, CCTV 등)


---

# 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://dualsoft-1.gitbook.io/dualsoft/manual/ds-app/ds-pilot/undefined/undefined.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.
