LowellInstruments / Domino

Software - Unified Application for Data Logging Hardware from Lowell Instruments
GNU General Public License v3.0
6 stars 1 forks source link

Pressure not parsing properly when BMN not equal to PRN? #272

Open Nickel33 opened 2 years ago

Nickel33 commented 2 years ago

It appears that then the Burst number is greater than the pressure number, the pressure values are incorrect. Specifically, the last pressure value in the burst is invalid. See below: Date,Time,Pressure (dbar) 2022-11-04,16:28:00.000,10.24 2022-11-04,16:28:00.125,10.24 2022-11-04,16:28:00.250,10.24 2022-11-04,16:28:00.375,10.24 2022-11-04,16:28:00.500,10.24 2022-11-04,16:28:00.625,10.24 2022-11-04,16:28:00.750,10.23 2022-11-04,16:28:00.875,2.84 2022-11-04,16:28:10.000,10.24 2022-11-04,16:28:10.125,10.25 2022-11-04,16:28:10.250,10.25 2022-11-04,16:28:10.375,10.24 2022-11-04,16:28:10.500,10.24 2022-11-04,16:28:10.625,10.24 2022-11-04,16:28:10.750,10.24 2022-11-04,16:28:10.875,3.45 2022-11-04,16:28:20.000,10.24 2022-11-04,16:28:20.125,10.24 2022-11-04,16:28:20.250,10.24 2022-11-04,16:28:20.375,10.24 2022-11-04,16:28:20.500,10.23 2022-11-04,16:28:20.625,10.23 2022-11-04,16:28:20.750,10.24 2022-11-04,16:28:20.875,2.84

Using the following settings: // Lowell Instruments LLC - MAT Data Logger - Configuration File // Preset profile: Current and Water Level - Typical // This file was generated on 2022-11-04 16:03:36 DFN Error_Check.lid TMP 1 ACL 1 PRS 1 MGN 1 TRI 10 ORI 10 BMR 8 BMN 16 PRR 8 PRN 8 STM ON_INT_MIN ETM 2096-01-01 00:00:00 LED 1

Here is the .lid file: 2210604_ErrorCheck(0).zip

Nickel33 commented 2 years ago

Curiously, the accelerometer, magnetometer and temperature channels are fine. Just pressure. That is unusual. Might be a firmware problem. Need to check the .lid file carefully.