-
+
| Pos. |
Serial No. |
T1 |
@@ -39,13 +39,13 @@
@foreach (var item in this.Model)
{
-
+
| @item.PosNr |
@item.SerialNr |
@testPassed(null, true)
+ @testPassed(null, true)
@testPassed(item.PressureTest, false)
@testPassed(item.HeliumTest, false)
- @testPassed(null, true)
@testPassed(item.MetroTest, false)
@testPassed(item.RadioTest, false)
@testPassed(null, true)
@@ -55,53 +55,73 @@
- |
+ |
| Legend: |
Component & Operation |
- Quantum of Check |
- Acceptance Norms |
+ Quantum of check |
+ Acceptance norms |
- | T1 |
- Powder coating |
-
- 1 piece per quarter
- 1 piece per h
+ | T1 |
+ Powder coating |
+
+
+
+ | 1 piece per quarter |
+
+
+ | 1 piece per h |
+
+
|
-
- Adhesion according to DIN 53151,coating faultless & corrosion free
- According drawing
+ |
+
+
+ | Adhesion according to DIN 53151, coating faultless & corrosion free |
+
+
+ | According drawing |
+
+
|
+ @*
+ 1 piece per quarter
+ 1 piece per h
+ |
+
+ Adhesion according to DIN 53151, coating faultless & corrosion free
+ According drawing
+ | *@
- | T2 |
- Pressure and burst test composit transducer |
-
+ | T2 |
+ Pressure and burst test composite transducer |
+
First part / batch
500 th part / batch
Last part / batch
|
- Rejected in case of leakage or breakage |
+ Rejected in case of leakage or breakage |
- | T3 |
- Tightness Test |
- 100% |
- Rejected in case of leakage |
+ T3 |
+ Tightness (Helium) test |
+ 100% |
+ Rejected in case of leakage |
- | T4 |
- Pressure and tightness test |
- 100% at start of production |
- Rejected in case of leakage or breakage |
+ T4 |
+ Pressure and tightness test |
+ 100% - Statistical test according test plan |
+ Rejected in case of leakage or breakage |
- | T5 |
- Metrological testing |
- 100% |
-
+ | T5 |
+ Metrological testing |
+ 100% |
+
Maximum Permissible Error at
Q1 < ± 5%
Q2 < ± 2%
@@ -109,35 +129,35 @@
|
- | T6 |
- Config comparison and radio test |
- 100% |
-
+ | T6 |
+ Config comparison and radio test |
+ 100% |
+
Main functions, LCD display, LED, Radio functions according to specs
Parameter readable and according to customer specification
|
- | T7 |
- 100% |
- Packaging of meter |
- SENSUS-1-924 |
+ T7 |
+ Packaging of meter |
+ 100% - Final check and visual inspection |
+ SENSUS-1-924 |
- | n/a |
- Not applicable |
+ n/a |
+ Not applicable |
- | Ok |
- Test passed |
+ OK |
+ Test passed |
- | Ok* |
- Test passed according to the Quantum of Check |
+ OK* |
+ Test passed according to the Quantum of Check |
- | X |
- Test not passed |
+ x |
+ Test not passed |
|
diff --git a/LaaProductionWeb/LaaProduction.Web/Views/Protocol/Index.cshtml b/LaaProductionWeb/LaaProduction.Web/Views/Protocol/Index.cshtml
index fe0e15ad..44032a1a 100644
--- a/LaaProductionWeb/LaaProduction.Web/Views/Protocol/Index.cshtml
+++ b/LaaProductionWeb/LaaProduction.Web/Views/Protocol/Index.cshtml
@@ -12,25 +12,25 @@
Test Protocol |
- |
+ |
-
- |
- |
+ |
-
- |
- | Positions |
+ Positions |
@if (string.IsNullOrWhiteSpace(this.Model.Positions))
@@ -39,7 +39,7 @@
}
else
{
- @this.Model.Positions
+ @this.Model.Positions
}
|
@@ -74,7 +74,7 @@
@if (this.Model.OrderId > 0)
{
- this.Html.RenderAction("Body", "Protocol", new { orderId = this.Model.OrderId });
+ this.Html.RenderAction(nameof(ProtocolController.Body), new { orderId = this.Model.OrderId });
}
diff --git a/LaaProductionWeb/LaaProduction.Web/Views/Protocol/Print.cshtml b/LaaProductionWeb/LaaProduction.Web/Views/Protocol/Print.cshtml
index 1b0a75ab..82420967 100644
--- a/LaaProductionWeb/LaaProduction.Web/Views/Protocol/Print.cshtml
+++ b/LaaProductionWeb/LaaProduction.Web/Views/Protocol/Print.cshtml
@@ -1,4 +1,4 @@
-s@model OrderClientModel
+@model OrderClientModel
@using LaaProduction.Web.Controllers
@using LaaProduction.Services.Models
@@ -16,7 +16,7 @@
| Test Protocol |