laatzen/Common/Service/MeterProcessState
2026-01-20 13:13:43 +01: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 PCB stock checks 2026-01-20 13:13:43 +01:00
Data PasswordRepair 2025-12-16 13:52:29 +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 jconfig - by default loaded from the databse as fallback from current directory, 2024-09-25 14:17:30 +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 FlowUnits changed on recalibration 2025-06-18 07:43:05 +02:00
LaaProduction_SigningKey.snk GenesisMeter: - corrected region detection of "NA" 2023-08-31 11:39:55 +02:00
MeterProcessState.csproj Solution references repaired 2025-10-16 11:05:04 +02:00
MeterProcessState.csproj.user change url to new server 2026-01-13 11:11:54 +01:00
Oracle.DataAccess.Common.Configuration.Section.xsd Push 2025-03-12 10:23:28 +01:00
Oracle.ManagedDataAccess.Client.Configuration.Section.xsd Push 2025-03-12 10:23:28 +01:00
packages.config manual merge DEV_Shupping->main-Part 3: - ProductionUiCordonel import, - renamed old one to ProductionUiCordonelLegacy 2025-04-01 13:31:32 +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 PasswordRepair 2025-12-16 13:52:29 +01: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]) );