| .. | ||
| App_Start | ||
| Areas/HelpPage | ||
| Content | ||
| Controllers | ||
| Data | ||
| fonts | ||
| Models | ||
| Properties | ||
| Providers | ||
| Results | ||
| Scripts | ||
| Views | ||
| Appsettings.cs | ||
| favicon.ico | ||
| Global.asax | ||
| Global.asax.cs | ||
| MeterProcessState.csproj | ||
| MeterProcessState.csproj.user | ||
| packages.config | ||
| Project_Readme.html | ||
| README.md | ||
| Startup.cs | ||
| Web.config | ||
| Web.Debug.config | ||
| Web.Release.config | ||
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.jsonon 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,
}