Tier0에서 Demo Factory 체험
지원 에디션Cloud
Tier0를 가장 빠르게 이해하는 방법은 이미 작동하는 공장을 살펴보는 것입니다.
비즈니스 배경
섹션 제목: “비즈니스 배경”Tier0의 공장은 ERP에서 주문을 받고, 주문을 분할하고, 생산 일정을 만들고, 그 일정을 생산 부서로 보내며, 작업이 진행되는 동안 생산 진행 데이터를 받습니다.
%%{init: {"themeVariables": {"fontSize": "18px"}, "themeCSS": ".nodeLabel, .edgeLabel, .cluster-label { font-size: 18px !important; } .nodeLabel b, .nodeLabel strong { font-size: 19px !important; }"}}%%
flowchart TB
uns["<span style='font-size:18px;font-weight:700'>UNS 주문 데이터</span><br/><span style='font-size:16px'>ERP의 주문</span>"]
production["<span style='font-size:18px'>생산 부서</span>"]
subgraph app["작업 주문 관리 앱"]
direction TB
appSpacer[" "]
subgraph appPages[" "]
direction LR
orders["<span style='font-size:18px;font-weight:700'>생산 주문</span><br/><span style='font-size:16px'>(선택 사항) 주문 생성</span>"]
plans["<span style='font-size:18px;font-weight:700'>계획</span><br/><span style='font-size:16px'>주문 분할<br/>생산 일정</span>"]
details["<span style='font-size:18px;font-weight:700'>계획 상세</span><br/><span style='font-size:16px;white-space:nowrap'>생산 진행 상세</span>"]
end
end
uns -- "주문 데이터" --> orders
orders --> plans
plans --> details
plans --> planLabel["생산 계획"]
planLabel --> production
production --> progressLabel["생산 진행"]
progressLabel --> details
classDef external fill:#f8fafc,stroke:#b8c4d5,color:#171a22,stroke-width:1px,font-size:18px
classDef optional fill:#fbfdf4,stroke:#cfe8a3,color:#171a22,stroke-width:1px,font-size:18px
classDef appNode fill:#f4f8e9,stroke:#9adf11,color:#171a22,stroke-width:1px,font-size:18px
classDef labelNode fill:transparent,stroke:transparent,color:#4b5563,font-size:17px
classDef invisible fill:transparent,stroke:transparent,color:transparent
class uns,production external
class orders optional
class plans,details appNode
class planLabel,progressLabel labelNode
class appSpacer invisible
style appPages fill:transparent,stroke:transparent프로세스 이해
섹션 제목: “프로세스 이해”-
Tier0에서 UNS로 이동해 ERP에서 온 주문의 세부 정보를 확인합니다.
DemoFactory/ERP/ProductionOrders/State/UpsertProductionOrder: 주문.DemoFactory/ERP/ProductionOrders/State/OrderList: 현재 주문 목록 스냅샷.
-
(선택 사항) Launchpad로 이동해 Work Order Management 애플리케이션을 열고 Production Orders 페이지에서 주문을 생성합니다.
-
Work Order Management에서 Plans 페이지를 사용해 주문을 분할하고, 분할된 작업 주문의 생산 계획을 예약합니다.
-
계획을 생산 부서로 보내고 UNS의 다음 topics에서 계획 세부 정보를 확인합니다.
DemoFactory/ERP/WorkOrderPlan/Metric/SplitCount: 분할 후 작업 주문 수.DemoFactory/ERP/WorkOrderPlan/State/PlanStatus: 현재 계획 상태.DemoFactory/ERP/WorkOrderPlan/State/WorkOrderList: 생산 계획 일정 이후의 작업 주문 목록.
-
애플리케이션의 Plan Details 페이지에서 생산 진행 데이터를 확인합니다.
다음 단계
섹션 제목: “다음 단계”- 가장 적합한 버전 선택 - 각 버전을 비교하고 가장 적합한 버전을 선택합니다
- UNS 개념 - Unified Namespace의 데이터 모델링을 이해합니다