MagFlux: - Read out calibration points on login on log to file
This commit is contained in:
parent
085c695c29
commit
d3bdb090cf
Binary file not shown.
Binary file not shown.
BIN
Common/Docu/SoftwareDesign/RIVER.pptx
Normal file
BIN
Common/Docu/SoftwareDesign/RIVER.pptx
Normal file
Binary file not shown.
Binary file not shown.
@ -766,8 +766,14 @@ namespace Xylem.Common.Hardware.WaterMeter.MagFlux.MagFluxCore
|
||||
/// - Unique Id introduced,
|
||||
/// - Sensor Serial number mapped as PcbId.
|
||||
/// </remarks>
|
||||
/// <remarks date="2023-Jun-09" author="T.Wiedebusch">
|
||||
/// -Introduced readout of calibration values.
|
||||
/// </remarks>
|
||||
public Boolean Login()
|
||||
{
|
||||
if (RequestProtocol == null)
|
||||
return false;
|
||||
|
||||
if (!RequestProtocol.Connect(RequestPort.GetPortName()))
|
||||
return IsLoggedOn;
|
||||
|
||||
@ -798,6 +804,7 @@ namespace Xylem.Common.Hardware.WaterMeter.MagFlux.MagFluxCore
|
||||
PcbId = pcbId;
|
||||
}
|
||||
|
||||
RequestProtocol?.GetCalibrationPoints(out _);
|
||||
StreamingProtocol?.SetDecodingMask(pcbId, uniqueId);
|
||||
return IsLoggedOn;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user