tbf/TBF/Rig/TestMethods/StandingStartMassCollection
Marek Frniak a2cee155e4 Bugfix: Preserve final RefPulses value in StandingStartMassCollection
Description:
During StandingStartMassCollection test evaluation, `tstRslt.PulsesMaster` was assigned directly from `cBrd.RefPulses`. By the time the evaluation was executed, the control board had already reset `RefPulses` to zero, resulting in an incorrect master pulse count being stored.

Solution:
Added `finalPulsesCount` to preserve the last valid `cBrd.RefPulses` value immediately after the measurement completed and before the control board reset the pulse counter.

The test evaluation now uses:

    tstRslt.PulsesMaster = Convert.ToDouble(finalPulsesCount);

instead of the live `cBrd.RefPulses` value, ensuring the recorded master pulse count reflects the actual measured value.
2026-07-23 08:49:35 +02:00
..
Compound iPerl ASIC - implementation 2026-03-12 14:50:47 +01:00
HeatMeters iPerl ASIC - implementation 2026-03-12 14:50:47 +01:00
Single iPerl ASIC - implementation 2026-03-12 14:50:47 +01:00
StandingStartMassCollectionSeq.cs Bugfix: Preserve final RefPulses value in StandingStartMassCollection 2026-07-23 08:49:35 +02:00