iPerlComm logging/display modifications: real PCB# shown, etc. Preparation for "Q2 corrected from ..." activity, version 1.5.99.
This commit is contained in:
+1
-1
@@ -937,7 +937,7 @@ namespace TBF.BenchControl.TestMethods.iPerlCommunication
|
||||
(rdData != null) && (rdData.Length == 2) && (rdData[0] == q2CorrRFlow) && (rdData[1] == q2CorrLFlow))
|
||||
{
|
||||
error = CommErr.None;
|
||||
resultStr = string.Format("Group={0}, Board={1}, Q2 correction factors set: RightFlow = {2}, LeftFlow = {3}",
|
||||
resultStr = string.Format("Grp{0}/Brd{1} Q2 factors: R-flow={2}, L-flow={3}",
|
||||
wm.Group, wm.MuxBoardNr, q2CorrRFlow, q2CorrLFlow);
|
||||
rfidDataLogger.Warn(resultStr);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user