Increment assembly version to 3.9.3058.1 and fix logging format issue in FlowMeter initialization.
This commit is contained in:
parent
7f30ca0cd1
commit
842f009b42
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("3.9.3057.1")]
|
[assembly: AssemblyVersion("3.9.3058.1")]
|
||||||
[assembly: AssemblyFileVersion("3.9.3057.1")]
|
[assembly: AssemblyFileVersion("3.9.3058.1")]
|
||||||
|
|||||||
@ -110,7 +110,7 @@ namespace TBF.Rig.Uni.FlowMetersInParallel
|
|||||||
ltrPerPulse = nominalFlow / (3.6 * nominalFreq); /// Nominal freq. is sum of particular nominal frquencies
|
ltrPerPulse = nominalFlow / (3.6 * nominalFreq); /// Nominal freq. is sum of particular nominal frquencies
|
||||||
|
|
||||||
log.FatalFormat("{0} initialized: {1} nom.flow={2} m3/h nom.freq={3} Hz bitfield=0x{4:X2}",
|
log.FatalFormat("{0} initialized: {1} nom.flow={2} m3/h nom.freq={3} Hz bitfield=0x{4:X2}",
|
||||||
Name, nominalFlow, nominalFreq, flowMetersBitfield);
|
Name, true, nominalFlow, nominalFreq, flowMetersBitfield);
|
||||||
}
|
}
|
||||||
|
|
||||||
public double ReadFlow()
|
public double ReadFlow()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user