laatzen/Common/Service/MeterProcessState
2023-05-22 13:04:23 +00:00
..
App_Start API Controller CordonelPressureSensorTest created + models 2023-05-22 14:32:46 +02:00
Areas/HelpPage ReSharper: -CLR types introduced on GTB 2022-10-19 12:58:08 +02:00
Content Initial commit 2021-10-01 11:09:20 +02:00
Controllers API Controller CordonelPressureSensorTest created + models 2023-05-22 14:32:46 +02:00
Data ReSharper: -CLR types introduced on GTB 2022-10-19 12:58:08 +02:00
fonts Initial commit 2021-10-01 11:09:20 +02:00
Models API Controller CordonelPressureSensorTest created + models 2023-05-22 14:32:46 +02:00
Properties Fix last things on LUT update 2022-08-12 09:33:04 +02:00
Providers ReSharper: -CLR types introduced on GTB 2022-10-19 12:58:08 +02:00
Results ReSharper: -CLR types introduced on GTB 2022-10-19 12:58:08 +02:00
Scripts Initial commit 2021-10-01 11:09:20 +02:00
Views Initial commit 2021-10-01 11:09:20 +02:00
Appsettings.cs API Controller CordonelPressureSensorTest created + models 2023-05-22 14:32:46 +02:00
favicon.ico Initial commit 2021-10-01 11:09:20 +02:00
Global.asax Initial commit 2021-10-01 11:09:20 +02:00
Global.asax.cs API Controller CordonelPressureSensorTest created + models 2023-05-22 14:32:46 +02:00
MeterProcessState.csproj API Controller CordonelPressureSensorTest created + models 2023-05-22 14:32:46 +02:00
MeterProcessState.csproj.user API Controller CordonelPressureSensorTest created + models 2023-05-22 14:32:46 +02:00
packages.config Solution builds without errors (warnings only) 2023-05-22 10:43:34 +02:00
Project_Readme.html Initial commit 2021-10-01 11:09:20 +02:00
README.md Update README.md 2023-05-22 13:04:23 +00:00
Startup.cs Initial commit 2021-10-01 11:09:20 +02:00
Web.config Solution builds without errors (warnings only) 2023-05-22 10:43:34 +02:00
Web.Debug.config Initial commit 2021-10-01 11:09:20 +02:00
Web.Release.config Initial commit 2021-10-01 11:09:20 +02:00

CordonelPressureSensorTestController

Cordonels with pressure sensors are to be compared against references in the test station. For this purpose, the temperature flanges in the test stations have been equipped with pressure sensors. In the pre-processing, the test item is to be compared against the references. The specifications for the test come from a web service. The results of the test should be stored in the database.

  • GET: /api/CordonelPressureSensorTest/GetTestSpec - loads initial test values for testing the Cordonel watermeter. The values are stored into the database.[File] table in a json format.
{
    "NumberOfMeasurements": 3,

    "TimeMeasurementsInS": 1,

    "MaxDeviationInBar": 0.5,
}