초기 커밋.
This commit is contained in:
46
DDUtilityHelp/rms_doc/doc_TroubleShooting/TS_QnA.html
Normal file
46
DDUtilityHelp/rms_doc/doc_TroubleShooting/TS_QnA.html
Normal file
@@ -0,0 +1,46 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="/css/sb-admin-2.min.css" rel="stylesheet">
|
||||
<link href="/css/sb-custom-1.css" rel="stylesheet">
|
||||
<title>TroubleShooting: QnA</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="div-Title01">TroubleShooting: QnA</div>
|
||||
|
||||
<div class="div-margin01 div-border01">
|
||||
<div class="div-header01 div-border01">Information</div>
|
||||
<div class="div-content01">
|
||||
<div class="div-padding01">
|
||||
문제 발생시 원인 확인 및 해결 방안 가이드
|
||||
</div>
|
||||
<div class="div-padding01"></div>
|
||||
<div class="div-padding01">
|
||||
<ol>
|
||||
<li>
|
||||
<b>#{출발지 설비명}에서 #{도착지 설비명}으로 가는 반송 명령이 다른 곳으로 갑니다.</b> <a href="/rtdmcs_doc/doc_TroubleShooting/qna/qna_rtdmcs_001.html" target="_blank">[ 바로가기 ]</a><br>
|
||||
</li>
|
||||
<li>
|
||||
<b>#{출발지 설비명}에서 #{도착지 설비명}으로 생성된 반송 명령의 경로가 이상합니다.</b> <a href="/rtdmcs_doc/doc_TroubleShooting/qna/qna_rtdmcs_002.html" target="_blank">[ 바로가기 ]</a><br>
|
||||
메일 제목 키워드 ex) 물류 이상.
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap core JavaScript-->
|
||||
<script src="/vendor/jquery/jquery.min.js"></script>
|
||||
<script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Core plugin JavaScript-->
|
||||
<script src="/vendor/jquery-easing/jquery.easing.min.js"></script>
|
||||
|
||||
<!-- Custom scripts for all pages-->
|
||||
<script src="/js/sb-admin-2.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
55
DDUtilityHelp/rms_doc/doc_TroubleShooting/TS_ReqGuide.html
Normal file
55
DDUtilityHelp/rms_doc/doc_TroubleShooting/TS_ReqGuide.html
Normal file
@@ -0,0 +1,55 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="../../css/sb-admin-2.min.css" rel="stylesheet">
|
||||
<link href="../../css/sb-custom-1.css" rel="stylesheet">
|
||||
<script type="text/javascript" src="../js/sb-custom-1.js"></script>
|
||||
<title>TroubleShooting: 소개</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="div-Title01">TroubleShooting: 분석 요청 가이드</div>
|
||||
|
||||
<div class="div-margin01 div-border01">
|
||||
<div class="div-header01 div-border01">Information</div>
|
||||
<div class="div-content01">
|
||||
<div class="div-padding01">
|
||||
이슈 발생시 원인 파악과 조치를 위해 작성된 문서입니다.<br>
|
||||
분석 작업을 위해서는 아래의 기본정보가 제공되어야 합니다.<br>
|
||||
<ol>
|
||||
<li>설비명 or 설비ID</li>
|
||||
<li>용기 ID</li>
|
||||
<li>LOT ID</li>
|
||||
<li>반송 명령 ID</li>
|
||||
<li>발생 시간</li>
|
||||
<li>생성된 반송 명령의 출발지와 목적지</li>
|
||||
<li>증상</li>
|
||||
<li>
|
||||
캡쳐화면 첨부 : 반송 명령 조회 및 취소 화면에 빨간색으로 표시한 부분이 잘 보이도록 캡쳐
|
||||
<img src="./img/img001.JPG"/>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="div-padding01"></div>
|
||||
<div class="div-padding01">
|
||||
<ul>
|
||||
<li>
|
||||
<b>분석 요청 문의 예시 #1</b><br>
|
||||
[문의] B2 출발지 A에서 목적지 B로 도착하는 반송 명령이 진행되지 않고 있습니다.<br>
|
||||
<img src="./img/img001.JPG"/>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
const items = document.querySelectorAll('.div-header01');
|
||||
items.forEach(item => item.addEventListener('click', ToggleNextElement_Div));
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
BIN
DDUtilityHelp/rms_doc/doc_TroubleShooting/img/img001.JPG
Normal file
BIN
DDUtilityHelp/rms_doc/doc_TroubleShooting/img/img001.JPG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 121 KiB |
BIN
DDUtilityHelp/rms_doc/doc_TroubleShooting/img/img002.JPG
Normal file
BIN
DDUtilityHelp/rms_doc/doc_TroubleShooting/img/img002.JPG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
@@ -0,0 +1,59 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="/css/sb-admin-2.min.css" rel="stylesheet">
|
||||
<link href="/css/sb-custom-1.css" rel="stylesheet">
|
||||
<title>TroubleShooting: QnA</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="div-Title01">TroubleShooting: QnA</div>
|
||||
|
||||
<div class="div-margin01 div-border01">
|
||||
<div class="div-header01 div-border01">Information</div>
|
||||
<div class="div-content01">
|
||||
|
||||
<div class="div-padding01">
|
||||
<h4><b>Q. #{출발지 설비명}에서 #{도착지 설비명}으로 가는 반송 명령이 다른 곳으로 갑니다.</b></h4>
|
||||
</div>
|
||||
|
||||
<div class="div-padding01">
|
||||
<ul>
|
||||
<li>
|
||||
<b>CASE #1 : #{출발지 설비명} 포트에서 #{A 도착지 설비명} 포트으로 반송 명령이 생성되지 않고 #{스테이션}으로 이동하는 반송 명령이 자동으로 생성됨.</b><br>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
[원인] 용기 ID와 LOT ID가 매핑되어 있지 않을 경우.<br>
|
||||
아래 이미지보면 Lot ID가 비어있음. 용기 ID와 Lot ID가 매핑되어 있지 않았음이 확인됨.<br>
|
||||
RTD는 제품의 반송 명령 생성시 용기 ID에 Lot ID가 매핑 되어있지 않으면 자동으로 어디로 반송 명령을 생성해야하는지 판단 할 수 없으므로 #{출발지 설비명} 포트의 근접 스테이션 기준 정보에 따라 #{B 도착지 설비명}으로 반송 명령이 생성됨.<br>
|
||||
근접 스테이션 기준정보가 없으면 #{출발지 설비명} 포트에서 제품 대기.<br>
|
||||
<img src="/rtdmcs_doc/doc_TroubleShooting/img/img002.JPG"/>
|
||||
[해결] MES에 용기 ID와 Lot ID가 매핑되지 않은 사유 확인 요청.<br><br>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap core JavaScript-->
|
||||
<script src="/vendor/jquery/jquery.min.js"></script>
|
||||
<script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Core plugin JavaScript-->
|
||||
<script src="/vendor/jquery-easing/jquery.easing.min.js"></script>
|
||||
|
||||
<!-- Custom scripts for all pages-->
|
||||
<script src="/js/sb-admin-2.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,56 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="/css/sb-admin-2.min.css" rel="stylesheet">
|
||||
<link href="/css/sb-custom-1.css" rel="stylesheet">
|
||||
<title>TroubleShooting: QnA</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="div-Title01">TroubleShooting: QnA</div>
|
||||
|
||||
<div class="div-margin01 div-border01">
|
||||
<div class="div-header01 div-border01">Information</div>
|
||||
<div class="div-content01">
|
||||
|
||||
<div class="div-padding01">
|
||||
<h4><b>Q. #{출발지 설비명}에서 #{도착지 설비명}으로 가는 반송 명령의 경로가 이상합니다.</b></h4><br>
|
||||
반송 경로가 이상하다는 메일의 문의에 답변은 1차적으로 최성운TL님이 팔로업함.
|
||||
</div>
|
||||
|
||||
<div class="div-padding01">
|
||||
<ul>
|
||||
<li>
|
||||
<b>CASE #1 : #{A동 1층 스테이션}에서 #{도착지 설비명}으로 생성된 반송 명령의 경로가 이상합니다.</b><br>
|
||||
<ol>
|
||||
<li>
|
||||
1~4F 리프트가 아니라 1~5F 리프트를 경유하는 반송 명령이 생성되는 경우
|
||||
<ul>
|
||||
<li>
|
||||
A동 1층 스테이션에서 출발하여 다른 층의 도착지로 반송 명령이 생성시 1~4F 리프트의 포트가 OutOfService 상태라면 1~5F 리프트를 경유하는 우회 반송 명령이 생성됨. [오류 아님. 다른 리프트로 우회하여 반송이 진행되는 것]<br>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap core JavaScript-->
|
||||
<script src="/vendor/jquery/jquery.min.js"></script>
|
||||
<script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Core plugin JavaScript-->
|
||||
<script src="/vendor/jquery-easing/jquery.easing.min.js"></script>
|
||||
|
||||
<!-- Custom scripts for all pages-->
|
||||
<script src="/js/sb-admin-2.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user