laatzen/Common/Service/MeterProcessState
Roland Drabesch c89a5f7196 add profi net
2024-04-09 09:48:34 +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 Add BatteryLoghread out to Lowlevel tool 2024-02-26 10:25:31 +01:00
Data long time noc commit 2023-11-27 16:54:53 +01: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 Pressure measurement process done. 2023-05-23 14:02:52 +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
configuration.json add profi net 2024-04-09 09:48:34 +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
LaaProduction_SigningKey.snk GenesisMeter: - corrected region detection of "NA" 2023-08-31 11:39:55 +02:00
MeterProcessState.csproj Add BatteryLoghread out to Lowlevel tool 2024-02-26 10:25:31 +01:00
MeterProcessState.csproj.user new branch for configuration_json 2023-08-30 16:41:56 +02:00
packages.config API for Cordonel Calibrations offsets 2023-08-29 13:56:24 +02:00
Project_Readme.html Initial commit 2021-10-01 11:09:20 +02:00
README.md API for Cordonel Calibrations offsets 2023-08-29 13:56:24 +02:00
Startup.cs Initial commit 2021-10-01 11:09:20 +02:00
Web.config logtime no commit 2023-08-02 12:38:58 +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

CREATE TABLE [Cordonel_Calibrations] ( [PcbId] INT NOT NULL, [TestRunNr] INT NOT NULL, [Offset] FLOAT NOT NULL, CONSTRAINT [PK_Cordonel_Calibrations_PcbId] PRIMARY KEY ([PcbId]) );