Browse Source

Throw exception of batch/subBatch id error removed.

Arash Aletayeb 7 months ago
parent
commit
c76d0304a0
  1. 2
      developHw.pro.user
  2. 2
      src/model/hardware/core/lowLevelApi/TrxBoard.cpp

2
developHw.pro.user

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.10.0, 2024-07-10T17:07:30. -->
<!-- Written by QtCreator 4.10.0, 2024-09-17T16:03:01. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>

2
src/model/hardware/core/lowLevelApi/TrxBoard.cpp

@ -106,7 +106,7 @@ void TrxBoard::readData()
(batch - preBatch > 1) ||
(batch - preBatch == 1 && subBbatch != 0))
{
throw SonoException("Batch/subBatch id error is occured.");
//throw SonoException("Batch/subBatch id error is occured.");
}
preBatch = batch;
preSubBatch = subBbatch;

Loading…
Cancel
Save