Files
laatzen/Common/Service/MeterProcessState/README.md
T
2023-05-22 13:03:22 +00:00

12 lines
908 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
**[CordonelPressureSensorTestController](https://slm.sms-esaap.com/la_operations/laa_production/-/blob/cordonel_pressure_sensor_test/Common/Service/MeterProcessState/Controllers/CordonelPressureSensorTestController.cs)**
---
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,
}