iPerlCommunicationForm bug fix, ver. 2.18.858

This commit is contained in:
Milan Hanajik 2018-03-26 14:17:51 +02:00
parent bf1da91018
commit 9ac7f691e0
2 changed files with 6 additions and 3 deletions

View File

@ -704,8 +704,11 @@ namespace TBF.BenchControl.TestMethods.iPerlCommunication
for (int wmNr0 = 0; wmNr0 < iperlHeads.Count; wmNr0++)
{
IperlHead ihead = iperlHeads[wmNr0];
#if TURA_SPECIAL
if (ihead.Group == group && (!cfg.UseMuxBoards || ihead.MuxBoardNrOrGroup14 == muxBrdOrGroup14Nrs[threadIx]))
#else
if (ihead.Group == group && ihead.MuxBoardNrOrGroup14 == muxBrdOrGroup14Nrs[threadIx])
#endif
{
wmFound = true;
Results.Entities.WaterMeter wm = ProcessData.BatchRslts.WaterMeters[waterMeterPositions0[wmNr0]];

View File

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.18.857.0")]
[assembly: AssemblyFileVersion("2.18.857.0")]
[assembly: AssemblyVersion("2.18.858.0")]
[assembly: AssemblyFileVersion("2.18.858.0")]