Dashboard

Why do some functions take sensor as a U32 and some as a CONDUCTIVITY_SENSORS_T? The latter seems appropriate.

Why do some functions take sensor as a U32 and some as a CONDUCTIVITY_SENSORS_T? The latter seems appropriate.

Remove blank line.

Remove blank line.

Remove blank line.

Remove blank line.

Add blank line before return.

Add blank line before return.

Add blank line before return.

Add blank line before return.

Remove blank line.

Remove blank line.

Why are we switching sensors around?

Why are we switching sensors around?

Why D43?

Why D43?

Remove blank line.

Remove blank line.

Should we be filtering a new sample every 700ms or should we do it when a new sample is received? FPGA is giving us a read count right? So we will know when we have a new data set from sensor. It m...

Should we be filtering a new sample every 700ms or should we do it when a new sample is received?
FPGA is giving us a read count right? So we will know when we have a new data set from sensor. It makes more sense to me to take them when they come. Otherwise, we will get out of phase with true sample frequency and occasionally process the previous sample again (if true sample freq is a little slower than 700ms) or miss a sample (if true sample freq is a little faster than 700ms).

Why do we need these static interval variables when we have the constants?

Why do we need these static interval variables when we have the constants?

Remove blank line.

Remove blank line.

Merge branch 'LDT-3824-state_machine_update' into develop

    • -3
    • +3
    /leahi_dialin/fp/filtration_purification.py
Delete the macro if not being used.

Delete the macro if not being used.

From what I see in UI, it is just a range value not an enum/index

From what I see in UI, it is just a range value not an enum/index

LDT-2008: reverted Alarm IDs for compilation

LDT-1195: Fixed indentation

CR fixes

    • -3
    • +3
    /leahi_dialin/fp/filtration_purification.py
Typo, response

Typo, response

Typo, response

Typo, response

Fix the header

Fix the header

LDT-2008: updated alarm IDs

Merge branch 'LDT-3824-state_machine_update' into develop

Merge branch 'staging' into LDT-3777-sprint-25-fixes