laatzen/Common/Service/MeterProcessState
2023-05-22 16:52:00 +02: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 db table created - tested through swagger ui 2023-05-22 16:50:37 +02:00
Controllers db table created - tested through swagger ui 2023-05-22 16:50:37 +02:00
Data ReSharper: -CLR types introduced on GTB 2022-10-19 12:58:08 +02:00
Extensions db table created - tested through swagger ui 2023-05-22 16:50:37 +02:00
fonts Initial commit 2021-10-01 11:09:20 +02:00
Models db table created - tested through swagger ui 2023-05-22 16:50:37 +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 db table created - tested through swagger ui 2023-05-22 16:50:37 +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 db table created - tested through swagger ui 2023-05-22 16:50:37 +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:26:54 +00:00
Startup.cs Initial commit 2021-10-01 11:09:20 +02:00
Web.config db table created - tested through swagger ui 2023-05-22 16:50:37 +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 the first test values for testing the Cordonel water meter. The values are stored in a JSON file ~/App_Data/CordonelTestSpec.json on the server, where from they are loaded each time. This allows changing the values without the to publish the application again.
{
    "NumberOfMeasurements": 3,
    "TimeMeasurementsInS": 1,
    "MaxDeviationInBar": 0.5,
}