분리후 첫 Crawling 성공 모델
This commit is contained in:
6
OpcPksPlatform/OpcPks.Web/Views/Home/Privacy.cshtml
Normal file
6
OpcPksPlatform/OpcPks.Web/Views/Home/Privacy.cshtml
Normal file
@@ -0,0 +1,6 @@
|
||||
@{
|
||||
ViewData["Title"] = "Privacy Policy";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
<p>Use this page to detail your site's privacy policy.</p>
|
||||
37
OpcPksPlatform/OpcPks.Web/Views/Home/index.cshtml
Normal file
37
OpcPksPlatform/OpcPks.Web/Views/Home/index.cshtml
Normal file
@@ -0,0 +1,37 @@
|
||||
cat <<EOF > ~/projects/OpcPksPlatform/OpcPks.Web/Views/Home/Index.cshtml
|
||||
@{
|
||||
ViewData["Title"] = "PKS 통합 플랫폼";
|
||||
}
|
||||
|
||||
<div class="container mt-5">
|
||||
<div class="p-5 mb-4 bg-light rounded-3 border">
|
||||
<div class="container-fluid py-5 text-center">
|
||||
<h1 class="display-5 fw-bold text-primary">Honeywell PKS 관리 플랫폼</h1>
|
||||
<p class="col-md-12 fs-4 mt-3">
|
||||
OPC UA 기반의 실시간 데이터 수집 및 엔지니어링 도구입니다.<br/>
|
||||
하니웰 자산 모델(Asset Model) 탐사 및 태그 등록을 시작하세요.
|
||||
</p>
|
||||
<hr class="my-4">
|
||||
<div class="d-grid gap-3 d-sm-flex justify-content-sm-center">
|
||||
<a href="/Engineering/TagExplorer" class="btn btn-primary btn-lg px-4">태그 탐색기 실행</a>
|
||||
<a href="/Engineering/Admin" class="btn btn-outline-secondary btn-lg px-4">시스템 관리</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row align-items-md-stretch text-center">
|
||||
<div class="col-md-6">
|
||||
<div class="h-100 p-4 border rounded-3 bg-white">
|
||||
<h2>데이터 동기화</h2>
|
||||
<p>CSV 파일로부터 하니웰 노드 맵을 읽어와 로컬 데이터베이스와 동기화합니다.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="h-100 p-4 border rounded-3 bg-white">
|
||||
<h2>실시간 모니터링</h2>
|
||||
<p>등록된 태그들의 현재값(PV, SP, OP) 및 알람 상태를 실시간으로 확인합니다.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
EOF
|
||||
Reference in New Issue
Block a user