You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@page
|
|
|
|
@model IoTSharp.Gateway.Modbus.Pages.PointMapAdmin.DetailsModel
|
|
|
|
|
|
|
|
@{
|
|
|
|
ViewData["Title"] = "Details";
|
|
|
|
}
|
|
|
|
|
|
|
|
<h1>Details</h1>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<h4>PointMapping</h4>
|
|
|
|
<hr />
|
|
|
|
<dl class="row">
|
|
|
|
<dt class="col-sm-2">
|
|
|
|
@Html.DisplayNameFor(model => model.PointMapping.DataName)
|
|
|
|
</dt>
|
|
|
|
<dd class="col-sm-10">
|
|
|
|
@Html.DisplayFor(model => model.PointMapping.DataName)
|
|
|
|
</dd>
|
|
|
|
<dt class="col-sm-2">
|
|
|
|
@Html.DisplayNameFor(model => model.PointMapping.DataType)
|
|
|
|
</dt>
|
|
|
|
<dd class="col-sm-10">
|
|
|
|
@Html.DisplayFor(model => model.PointMapping.DataType)
|
|
|
|
</dd>
|
|
|
|
<dt class="col-sm-2">
|
|
|
|
@Html.DisplayNameFor(model => model.PointMapping.DataCatalog)
|
|
|
|
</dt>
|
|
|
|
<dd class="col-sm-10">
|
|
|
|
@Html.DisplayFor(model => model.PointMapping.DataCatalog)
|
|
|
|
</dd>
|
|
|
|
<dt class="col-sm-2">
|
|
|
|
@Html.DisplayNameFor(model => model.PointMapping.FunCode)
|
|
|
|
</dt>
|
|
|
|
<dd class="col-sm-10">
|
|
|
|
@Html.DisplayFor(model => model.PointMapping.FunCode)
|
|
|
|
</dd>
|
|
|
|
<dt class="col-sm-2">
|
|
|
|
@Html.DisplayNameFor(model => model.PointMapping.SlaveCode)
|
|
|
|
</dt>
|
|
|
|
<dd class="col-sm-10">
|
|
|
|
@Html.DisplayFor(model => model.PointMapping.SlaveCode)
|
|
|
|
</dd>
|
|
|
|
<dt class="col-sm-2">
|
|
|
|
@Html.DisplayNameFor(model => model.PointMapping.Address)
|
|
|
|
</dt>
|
|
|
|
<dd class="col-sm-10">
|
|
|
|
@Html.DisplayFor(model => model.PointMapping.Address)
|
|
|
|
</dd>
|
|
|
|
<dt class="col-sm-2">
|
|
|
|
@Html.DisplayNameFor(model => model.PointMapping.Length)
|
|
|
|
</dt>
|
|
|
|
<dd class="col-sm-10">
|
|
|
|
@Html.DisplayFor(model => model.PointMapping.Length)
|
|
|
|
</dd>
|
|
|
|
<dt class="col-sm-2">
|
|
|
|
@Html.DisplayNameFor(model => model.PointMapping.DateTimeFormat)
|
|
|
|
</dt>
|
|
|
|
<dd class="col-sm-10">
|
|
|
|
@Html.DisplayFor(model => model.PointMapping.DateTimeFormat)
|
|
|
|
</dd>
|
|
|
|
<dt class="col-sm-2">
|
|
|
|
@Html.DisplayNameFor(model => model.PointMapping.CodePage)
|
|
|
|
</dt>
|
|
|
|
<dd class="col-sm-10">
|
|
|
|
@Html.DisplayFor(model => model.PointMapping.CodePage)
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<a asp-page="./Edit" asp-route-id="@Model.PointMapping?.Id">Edit</a> |
|
|
|
|
<a asp-page="./Index">Back to List</a>
|
|
|
|
</div>
|