|
|
@ -62,25 +62,36 @@ MainWindow::MainWindow(QWidget *parent) |
|
|
|
ui->tb_prbCtrlRomInfo->setPlaceholderText("info"); |
|
|
|
ui->tb_prbRomIdRead->setPlaceholderText("id(hex)"); |
|
|
|
ui->tb_prbRomImpulseRead->setPlaceholderText("impulse"); |
|
|
|
ui->prg_programming->setVisible(false); |
|
|
|
|
|
|
|
// connect(this, &MainWindow::updateBlockProgressValue, this, &MainWindow::newBlockProgressValue);
|
|
|
|
//connect(this, &MainWindow::updateBlockProgressValue, this,
|
|
|
|
//&MainWindow::newBlockProgressValue);
|
|
|
|
//connect(this, &MainWindow::updateFpgaProgressValue, this, &MainWindow::newFpgaProgressValue);
|
|
|
|
// connect(this, &MainWindow::updateBlockProgressVisibility, this, &MainWindow::newBlockProgressVisibility);
|
|
|
|
// connect(this, &MainWindow::updateFpgaProgressVisibility, this, &MainWindow::newFpgaProgressVisibility);
|
|
|
|
//connect(this, &MainWindow::updateBlockProgressVisibility, this,
|
|
|
|
//&MainWindow::newBlockProgressVisibility);
|
|
|
|
//connect(this, &MainWindow::updateFpgaProgressVisibility, this,
|
|
|
|
//&MainWindow::newFpgaProgressVisibility);
|
|
|
|
|
|
|
|
//connect(this, &MainWindow::updateAdcLoggerProgressValue, this, &MainWindow::newAdcLoggerProgressValue);
|
|
|
|
//connect(this, &MainWindow::updateAdcLoggerProgressVisibility, this, &MainWindow::newAdcLoggerProgressVisibility);
|
|
|
|
//connect(this, &MainWindow::updateAdcLoggerProgressValue, this,
|
|
|
|
//&MainWindow::newAdcLoggerProgressValue);
|
|
|
|
//connect(this, &MainWindow::updateAdcLoggerProgressVisibility, this,
|
|
|
|
//&MainWindow::newAdcLoggerProgressVisibility);
|
|
|
|
|
|
|
|
connect(this, &MainWindow::showMessage, this, &MainWindow::newMessage); |
|
|
|
connect(this, &MainWindow::connectedPrbChange, this, &MainWindow::getPrbChange); |
|
|
|
connect(this, &MainWindow::frameLostCall, this, &MainWindow::getFrameLost); |
|
|
|
connect(_timeout, &QTimer::timeout, this, &MainWindow::timeout); |
|
|
|
connect(&scenEndWather, &QFutureWatcher<void>::finished, this, &MainWindow::restartTimer); |
|
|
|
connect(this, &MainWindow::scenarioReady, this, &MainWindow::setScenario); |
|
|
|
connect(this, &MainWindow::labelState, this, &MainWindow::getLabelState); |
|
|
|
connect(this, &MainWindow::fpgaProgrammer, this, &MainWindow::getFpgaProgrammer); |
|
|
|
connect(_trx._fpgaProgram,&FpgaProgram::programmingProgress, this, &MainWindow::getProgrammingProgress); |
|
|
|
|
|
|
|
//////////////////////// DMA Packet Connections //////////////////////////////
|
|
|
|
connect(&_trx, &TrxBoard::sendFramePacket, this, &MainWindow::getFramePacket); |
|
|
|
connect(this, &MainWindow::sendLogCount, this, &MainWindow::catchLogCount); |
|
|
|
connect(this, &MainWindow::twoDReady, this, &MainWindow::show2d, Qt::BlockingQueuedConnection); |
|
|
|
connect(this, &MainWindow::threeDReady, this, &MainWindow::show3d, Qt::BlockingQueuedConnection); |
|
|
|
connect(this, &MainWindow::threeDReady, this, &MainWindow::show3d, |
|
|
|
Qt::BlockingQueuedConnection); |
|
|
|
|
|
|
|
/////////////////// Scenario Verification Connections /////////////////////////
|
|
|
|
connect(&_trx, &TrxBoard::sramBinaryCreateFlag, this, &MainWindow::getSramBinaryCreateFlag); |
|
|
@ -118,9 +129,10 @@ MainWindow::MainWindow(QWidget *parent) |
|
|
|
|
|
|
|
_timeout->start(1000); |
|
|
|
|
|
|
|
|
|
|
|
//////////////////////////// First Time Probe Detection //////////////////////////////
|
|
|
|
//emit connectedPrbChange();
|
|
|
|
#ifdef MPS_BOARD |
|
|
|
emit connectedPrbChange(); |
|
|
|
#endif |
|
|
|
|
|
|
|
QFont fontTitle; |
|
|
|
fontTitle.setBold(true); |
|
|
@ -156,7 +168,6 @@ MainWindow::~MainWindow() |
|
|
|
delete _vec; |
|
|
|
|
|
|
|
delete _emul; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
///*************************************************************************************************/
|
|
|
@ -195,7 +206,6 @@ MainWindow::~MainWindow() |
|
|
|
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
|
|
//} catch (myexception e)
|
|
|
|
//{
|
|
|
|
//MESSAGE_BOX(e.what());
|
|
|
@ -229,7 +239,8 @@ MainWindow::~MainWindow() |
|
|
|
//_adcLoggerTrnsDone = false;
|
|
|
|
|
|
|
|
//QTime t = QTime::currentTime();
|
|
|
|
// QString path = folderPath + "/adcLog_" + QString("%1_%2_%3.csv").arg(t.hour()).arg(t.minute()).arg(t.second());
|
|
|
|
//QString path = folderPath + "/adcLog_" +
|
|
|
|
//QString("%1_%2_%3.csv").arg(t.hour()).arg(t.minute()).arg(t.second());
|
|
|
|
//QFile file(path);
|
|
|
|
//file.open(QIODevice::WriteOnly);
|
|
|
|
|
|
|
@ -262,14 +273,16 @@ MainWindow::~MainWindow() |
|
|
|
|
|
|
|
//_usd->writeWord(offsetDbgTrsfr[fpgaNum], bar,0x0);
|
|
|
|
//value = i % 64;
|
|
|
|
// value = static_cast<quint32>(((static_cast<quint32>(0X01))) | ((static_cast<quint32>(value & 0xFF)) << 8));
|
|
|
|
//value = static_cast<quint32>(((static_cast<quint32>(0X01))) | ((static_cast<quint32>(value &
|
|
|
|
//0xFF)) << 8));
|
|
|
|
//_usd->writeWord(offsetDbgTrsfr[fpgaNum], bar,value);
|
|
|
|
|
|
|
|
//timeOut = 0;
|
|
|
|
//doneFlag = 0;
|
|
|
|
//while (timeOut < 10 && doneFlag == 0 )
|
|
|
|
//{
|
|
|
|
// doneFlag = ((_usd->readWord(offsetDbgTrsfrDone[fpgaNum], bar)) & 0x100) >> 8; // wait Until transfer done
|
|
|
|
//doneFlag = ((_usd->readWord(offsetDbgTrsfrDone[fpgaNum], bar)) & 0x100) >> 8; // wait Until
|
|
|
|
//transfer done
|
|
|
|
//timeOut += 1;
|
|
|
|
//delay(2);
|
|
|
|
//}
|
|
|
@ -333,22 +346,6 @@ MainWindow::~MainWindow() |
|
|
|
//_adcLoggerTrnsDone = true;
|
|
|
|
//}
|
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::fpgaProgrammer(QString path) |
|
|
|
{ |
|
|
|
try |
|
|
|
{ |
|
|
|
_trx.slaveFpgaProgram(path); |
|
|
|
ui->l_programDone->setText("done"); |
|
|
|
changeLabelTextColor(ui->l_programDone, Qt::green); |
|
|
|
} |
|
|
|
catch (SonoException& e) |
|
|
|
{ |
|
|
|
qDebug() << e.what(); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::timeout() |
|
|
|
{ |
|
|
@ -448,6 +445,12 @@ void MainWindow::timeout() |
|
|
|
changeLabelTextColor(ui->l_mps, color); |
|
|
|
delay(10); |
|
|
|
|
|
|
|
bool frameLost = _vec->frameLost; |
|
|
|
ui->l_frameLost->setText(QVariant(frameLost).toString()); |
|
|
|
color = frameLost ? Qt::red : Qt::green; |
|
|
|
changeLabelTextColor(ui->l_frameLost, color); |
|
|
|
delay(10); |
|
|
|
|
|
|
|
bool fanFault = _vec->fanFault; |
|
|
|
ui->l_fan->setText(QVariant(fanFault).toString()); |
|
|
|
color = fanFault ? Qt::red : Qt::green; |
|
|
@ -544,8 +547,14 @@ void MainWindow::timeout() |
|
|
|
changeLabelTextColor(ui->l_prbDetChg, color); |
|
|
|
|
|
|
|
if(probeDetChanInterrupt) |
|
|
|
{ |
|
|
|
emit connectedPrbChange(); |
|
|
|
} |
|
|
|
|
|
|
|
if(frameLost) |
|
|
|
{ |
|
|
|
emit frameLostCall(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
@ -580,17 +589,17 @@ void MainWindow::getPrbChange() |
|
|
|
|
|
|
|
default: |
|
|
|
ui->table_probe->setItem(0, 0, new QTableWidgetItem("Unknown")); |
|
|
|
|
|
|
|
} |
|
|
|
if(_prb->prbA.errorCode == EEPROM_CRC_ERROR) |
|
|
|
{ |
|
|
|
throw"The crc error of the probe A eeprom is occured."; |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
ui->table_probe->setItem(0, 0, new QTableWidgetItem("Disconnected")); |
|
|
|
QtConcurrent::run(this, &MainWindow::getProbeColor, Qt::red, 0); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
catch(const char* exception) |
|
|
|
{ |
|
|
@ -614,11 +623,12 @@ void MainWindow::getPrbChange() |
|
|
|
|
|
|
|
default: |
|
|
|
ui->table_probe->setItem(0, 1, new QTableWidgetItem("Unknown")); |
|
|
|
|
|
|
|
} |
|
|
|
if(_prb->prbB.errorCode == EEPROM_CRC_ERROR) |
|
|
|
{ |
|
|
|
throw"The crc error of the probe B eeprom is occured."; |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
ui->table_probe->setItem(0, 1, new QTableWidgetItem("Disconnected")); |
|
|
@ -647,11 +657,12 @@ void MainWindow::getPrbChange() |
|
|
|
|
|
|
|
default: |
|
|
|
ui->table_probe->setItem(0, 2, new QTableWidgetItem("Unknown")); |
|
|
|
|
|
|
|
} |
|
|
|
if(_prb->prbC.errorCode == EEPROM_CRC_ERROR) |
|
|
|
{ |
|
|
|
throw"The crc error of the probe C eeprom is occured."; |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
ui->table_probe->setItem(0, 2, new QTableWidgetItem("Disconnected")); |
|
|
@ -680,11 +691,12 @@ void MainWindow::getPrbChange() |
|
|
|
|
|
|
|
default: |
|
|
|
ui->table_probe->setItem(0, 3, new QTableWidgetItem("Unknown")); |
|
|
|
|
|
|
|
} |
|
|
|
if(_prb->prbD.errorCode == EEPROM_CRC_ERROR) |
|
|
|
{ |
|
|
|
throw"The crc error of the probe D eeprom is occured."; |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
ui->table_probe->setItem(0, 3, new QTableWidgetItem("Disconnected")); |
|
|
@ -695,7 +707,13 @@ void MainWindow::getPrbChange() |
|
|
|
{ |
|
|
|
qDebug() << exception; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::getFrameLost() |
|
|
|
{ |
|
|
|
MESSAGE_BOX(QString::number(_trx.getFrameLostCounter(), 10)); |
|
|
|
//qDebug() << _trx.getFrameLostCounter();
|
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
@ -703,6 +721,7 @@ void MainWindow::getProbeColor(const QBrush brush, const int item) |
|
|
|
{ |
|
|
|
ui->table_probe->item(0, item)->setBackground(brush); |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
//void MainWindow::scenarioStart()
|
|
|
|
//{
|
|
|
@ -746,8 +765,6 @@ void MainWindow::on_rbtn_reg_toggled(bool checked) |
|
|
|
{ |
|
|
|
_settings->setValue(REG_ACCESS_SEL, true); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ui->l_regIndicator->setText("Register number: (Hex)"); |
|
|
|
} |
|
|
|
} |
|
|
@ -771,6 +788,7 @@ void MainWindow::on_btn_readReg_clicked() |
|
|
|
if(offset == 0 && ui->tb_regIndicator->text() != "0") |
|
|
|
{ |
|
|
|
MESSAGE_BOX("Invalid input format for offset"); |
|
|
|
|
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
@ -780,13 +798,18 @@ void MainWindow::on_btn_readReg_clicked() |
|
|
|
{ |
|
|
|
case 0: |
|
|
|
if(ui->rbtn_reg->isChecked()) |
|
|
|
{ |
|
|
|
offset *= 4; |
|
|
|
} |
|
|
|
value = _usd->readWord(offset, bar); |
|
|
|
ui->lcd_regvalue->setDigitCount(8); |
|
|
|
break; |
|
|
|
|
|
|
|
case 1: |
|
|
|
if(ui->rbtn_reg->isChecked()) |
|
|
|
{ |
|
|
|
offset *= 8; |
|
|
|
} |
|
|
|
value = _usd->readLong(offset, bar); |
|
|
|
ui->lcd_regvalue->setDigitCount(16); |
|
|
|
break; |
|
|
@ -804,6 +827,7 @@ void MainWindow::on_btn_writeReg_clicked() |
|
|
|
if(offset == 0 && ui->tb_regIndicator->text() != "0") |
|
|
|
{ |
|
|
|
MESSAGE_BOX("Invalid input format for offset"); |
|
|
|
|
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
@ -811,6 +835,7 @@ void MainWindow::on_btn_writeReg_clicked() |
|
|
|
if(value == 0 && ui->tb_regValue->text() != "0") |
|
|
|
{ |
|
|
|
MESSAGE_BOX("Invalid input format for write value"); |
|
|
|
|
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
@ -819,12 +844,17 @@ void MainWindow::on_btn_writeReg_clicked() |
|
|
|
{ |
|
|
|
case 0: |
|
|
|
if(ui->rbtn_reg->isChecked()) |
|
|
|
{ |
|
|
|
offset *= 4; |
|
|
|
} |
|
|
|
_usd->writeWord(offset, bar, static_cast<quint32>(value)); |
|
|
|
break; |
|
|
|
|
|
|
|
case 1: |
|
|
|
if(ui->rbtn_reg->isChecked()) |
|
|
|
{ |
|
|
|
offset *= 8; |
|
|
|
} |
|
|
|
_usd->writeLong(offset, bar, value); |
|
|
|
break; |
|
|
|
} |
|
|
@ -864,15 +894,50 @@ void MainWindow::on_btn_fpgaBrowse_clicked() |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::on_btn_fpgaProgram_clicked() |
|
|
|
void MainWindow::getProgrammingProgress(qint32 progressValue, qint32 bitFileSize) |
|
|
|
{ |
|
|
|
ui->l_programDone->setText("doing"); |
|
|
|
changeLabelTextColor(ui->l_programDone, Qt::red); |
|
|
|
ui->prg_programming->setVisible(true); |
|
|
|
ui->prg_programming->setRange(0, bitFileSize); |
|
|
|
ui->prg_programming->setValue(progressValue); |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::getFpgaProgrammer(QString path) |
|
|
|
{ |
|
|
|
try |
|
|
|
{ |
|
|
|
_trx.slaveFpgaProgram(path); |
|
|
|
ui->prg_programming->setVisible(false); |
|
|
|
} |
|
|
|
catch(SonoException& e) |
|
|
|
{ |
|
|
|
qDebug() << e.what(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::getLabelState(QLabel *label, QString str, QColor color) |
|
|
|
{ |
|
|
|
label->setText(str); |
|
|
|
changeLabelTextColor(label, color); |
|
|
|
label->repaint(); |
|
|
|
qApp->processEvents(); |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::on_btn_fpgaProgram_clicked() |
|
|
|
{ |
|
|
|
auto path = ui->tb_fpgaBit->text(); |
|
|
|
|
|
|
|
QtConcurrent::run(this, &MainWindow::fpgaProgrammer, path); |
|
|
|
QString str = "doing"; |
|
|
|
QColor color = Qt::red; |
|
|
|
emit labelState(ui->l_programDone, str, color); |
|
|
|
|
|
|
|
emit fpgaProgrammer(path); |
|
|
|
|
|
|
|
str = "done"; |
|
|
|
color = Qt::green; |
|
|
|
emit labelState(ui->l_programDone, str, color); |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
@ -909,7 +974,8 @@ void MainWindow::newMessage(QString message) |
|
|
|
//_csvReadStopFlag = false;
|
|
|
|
//QFutureWatcher<void> watcher;
|
|
|
|
//connect(&watcher, &QFutureWatcher<void>::finished, this, &MainWindow::threadFinished);
|
|
|
|
// auto future = QtConcurrent::run(this, &MainWindow::CsvFileUploader, bar, path, ui->prg_txDacUpload);
|
|
|
|
//auto future = QtConcurrent::run(this, &MainWindow::CsvFileUploader, bar, path,
|
|
|
|
//ui->prg_txDacUpload);
|
|
|
|
//watcher.setFuture(future);
|
|
|
|
//_dial->exec();
|
|
|
|
//disconnect(&watcher, &QFutureWatcher<void>::finished, this, &MainWindow::threadFinished);
|
|
|
@ -969,17 +1035,21 @@ void MainWindow::on_cb_selectedProbe_currentIndexChanged(int index) |
|
|
|
auto indx = index; |
|
|
|
|
|
|
|
if(indx == 0) |
|
|
|
{ |
|
|
|
_trx.selectProbe(prbA); |
|
|
|
|
|
|
|
} |
|
|
|
else if(indx == 1) |
|
|
|
{ |
|
|
|
_trx.selectProbe(prbB); |
|
|
|
|
|
|
|
} |
|
|
|
else if(indx == 2) |
|
|
|
{ |
|
|
|
_trx.selectProbe(prbC); |
|
|
|
|
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
_trx.selectProbe(prbD); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
@ -1098,12 +1168,8 @@ const QString MainWindow::enum2String(ePg state) const |
|
|
|
{ |
|
|
|
QString pg; |
|
|
|
pg = (state) ? "good" : "bad"; |
|
|
|
return pg; |
|
|
|
} |
|
|
|
|
|
|
|
void MainWindow::restartTimer() |
|
|
|
{ |
|
|
|
_timeout->start(1000); |
|
|
|
return pg; |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
@ -1126,8 +1192,9 @@ void MainWindow::on_chk_continuousShowing_clicked() |
|
|
|
_dmaShow = true; |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
_dmaShow = false; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
@ -1185,8 +1252,9 @@ void MainWindow::on_btn_emulBrowse_clicked() |
|
|
|
} |
|
|
|
|
|
|
|
if(name == "Emulator Browse") |
|
|
|
{ |
|
|
|
QtConcurrent::run(this, &MainWindow::fillRam, _emulFolder); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
@ -1226,7 +1294,6 @@ void MainWindow::on_btn_emulator_clicked() |
|
|
|
{ |
|
|
|
qDebug() << e.what(); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
@ -1245,6 +1312,8 @@ void MainWindow::on_btn_logBrowse_clicked() |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::logPcie() |
|
|
|
{ |
|
|
|
try |
|
|
|
{ |
|
|
|
ui->btn_dmaLogLast->setText("Logging..."); |
|
|
|
|
|
|
@ -1271,25 +1340,36 @@ void MainWindow::logPcie() |
|
|
|
|
|
|
|
_dmaLogCount += 1; |
|
|
|
if(_dmaLogCount == ULTIMATE_LOG_COUNT) |
|
|
|
{ |
|
|
|
_dmaLog = false; |
|
|
|
} |
|
|
|
|
|
|
|
quint16 batchId = ((static_cast<quint16>(temp[128])) & 0x00FF) | |
|
|
|
(((static_cast<quint16>(temp[129])) << 8) & 0xFF00); |
|
|
|
quint8 subBatchId = (static_cast<quint8>(temp[130])); |
|
|
|
|
|
|
|
QString path = _logFolder + QString("/batch(%2)_sbatch(%3)_%1.bin").arg(i++).arg(batchId).arg(subBatchId); |
|
|
|
QString path = _logFolder + |
|
|
|
QString("/batch(%2)_sbatch(%3)_%1.bin").arg(i++).arg(batchId).arg( |
|
|
|
subBatchId); |
|
|
|
QFile file(path); |
|
|
|
|
|
|
|
file.open(QIODevice::WriteOnly); |
|
|
|
file.write(temp); |
|
|
|
//file.write(temp);
|
|
|
|
file.close(); |
|
|
|
|
|
|
|
emit sendLogCount(_dmaLogCount, progress); |
|
|
|
} |
|
|
|
ui->btn_dmaLogLast->setText("InstantLog"); |
|
|
|
} |
|
|
|
|
|
|
|
delete progress; |
|
|
|
} |
|
|
|
catch(SonoException& e) |
|
|
|
{ |
|
|
|
qDebug() << e.what(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::on_btn_dmaLogLast_clicked() |
|
|
|
{ |
|
|
|
if(_dmaRun && (ui->btn_dmaLogLast->text() == "InstantLog")) |
|
|
@ -1308,17 +1388,25 @@ void MainWindow::on_btn_dmaShow_clicked() |
|
|
|
if(ui->chk_2D_3DPlot->isChecked()) |
|
|
|
{ |
|
|
|
if(QThread::currentThread() == _uiThread) |
|
|
|
{ |
|
|
|
show2d(); |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
emit twoDReady(); |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
if(QThread::currentThread() == _uiThread) |
|
|
|
{ |
|
|
|
show3d(); |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
emit threeDReady(); |
|
|
|
} |
|
|
|
} |
|
|
|
std::this_thread::sleep_for(std::chrono::milliseconds(5)); |
|
|
|
}while (_dmaShow); |
|
|
|
} |
|
|
@ -1355,17 +1443,20 @@ void MainWindow::show3d() |
|
|
|
if(bLine > 256) |
|
|
|
{ |
|
|
|
qDebug() << "ERROR :: (B Line)" << bLine; |
|
|
|
|
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
if(bPoint > 8192) |
|
|
|
{ |
|
|
|
qDebug() << "ERROR :: (B Point)" << bPoint; |
|
|
|
|
|
|
|
return; |
|
|
|
} |
|
|
|
if(frmType != 0) |
|
|
|
{ |
|
|
|
qDebug() << "ERROR :: (Invalid Frame Type)" << frmType; |
|
|
|
|
|
|
|
return; |
|
|
|
} |
|
|
|
qDebug() << "batchId" << batchId; |
|
|
@ -1399,10 +1490,11 @@ void MainWindow::show3d() |
|
|
|
//z = double(val);
|
|
|
|
//colorMap->data()->cellToCoord(xIndex,yIndex,&x,&y);
|
|
|
|
if(max < val) |
|
|
|
{ |
|
|
|
max = val; |
|
|
|
} |
|
|
|
_colorMap->data()->setCell(line, pnt, double(val)); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
//qDebug() << "indx" << indx;
|
|
|
|
//qDebug() << "max" << max;
|
|
|
@ -1426,7 +1518,6 @@ void MainWindow::show3d() |
|
|
|
|
|
|
|
ui->plot_2->rescaleAxes(true); |
|
|
|
ui->plot_2->replot(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
@ -1592,7 +1683,6 @@ void MainWindow::catchLogCount(qint32 counter, QProgressDialog* _progress) |
|
|
|
//// }
|
|
|
|
////// delay(100);
|
|
|
|
|
|
|
|
|
|
|
|
//// pwr.setDAcs(true, cwdValue, hvbValue, hvaValue);
|
|
|
|
//// pwr.setDAcs(false, cwdValue, hvbValue, hvaValue);
|
|
|
|
|
|
|
@ -1629,11 +1719,13 @@ void MainWindow::on_chk_mpsInit_clicked() |
|
|
|
try |
|
|
|
{ |
|
|
|
if(ui->chk_mpsInit->isChecked()) |
|
|
|
{ |
|
|
|
_trx.mpsPwrOn(); |
|
|
|
|
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
_trx.mpsPwrOff(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
catch(SonoException& e) |
|
|
|
{ |
|
|
@ -1654,13 +1746,11 @@ void MainWindow::on_btn_supJump_clicked() |
|
|
|
{ |
|
|
|
qDebug() << e.what(); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::on_btn_updateRdbackValue_clicked() |
|
|
|
{ |
|
|
|
|
|
|
|
try |
|
|
|
{ |
|
|
|
_trx.supervisorRbValue(_supRbValue); |
|
|
@ -1670,7 +1760,6 @@ void MainWindow::on_btn_updateRdbackValue_clicked() |
|
|
|
qDebug() << e.what(); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
auto hvapValue = _supRbValue->hvap; |
|
|
|
ui->l_hvap->setText(QString::number(static_cast<double>(hvapValue), 'f', 3)); |
|
|
|
delay(10); |
|
|
@ -1721,7 +1810,6 @@ void MainWindow::on_btn_updateRdbackValue_clicked() |
|
|
|
qDebug() << e.what(); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
bool hvapFlt = _faultStatus->hvap; |
|
|
|
ui->l_hvapFlt->setText(QVariant(hvapFlt).toString()); |
|
|
|
auto colorHvapFlt = hvapFlt ? Qt::red : Qt::green; |
|
|
@ -1905,7 +1993,6 @@ void MainWindow::on_btn_updateRdbackValue_clicked() |
|
|
|
delay(10); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//void MainWindow::on_chk_usrMulDac_stateChanged(int arg1)
|
|
|
|
//{
|
|
|
|
//auto bar = 0;
|
|
|
@ -1986,7 +2073,8 @@ void MainWindow::on_btn_updateRdbackValue_clicked() |
|
|
|
|
|
|
|
//QFutureWatcher<void> watcher;
|
|
|
|
//connect(&watcher, &QFutureWatcher<void>::finished, this, &MainWindow::threadFinished);
|
|
|
|
// auto future = QtConcurrent::run(this, &MainWindow::AdcLogCsvFileWriter, path, ui->prg_adcLoggerFileWr);
|
|
|
|
//auto future = QtConcurrent::run(this, &MainWindow::AdcLogCsvFileWriter, path,
|
|
|
|
//ui->prg_adcLoggerFileWr);
|
|
|
|
//watcher.setFuture(future);
|
|
|
|
//_dial->exec();
|
|
|
|
//disconnect(&watcher, &QFutureWatcher<void>::finished, this, &MainWindow::threadFinished);
|
|
|
@ -2019,7 +2107,6 @@ void MainWindow::on_btn_updateRdbackValue_clicked() |
|
|
|
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
|
|
//void MainWindow::adcLoggerStatusCheck()
|
|
|
|
//{
|
|
|
|
//uint32_t offsetTrnsStatus[3] = {0x14000A*4,0x24000A*4,0x34000A*4};
|
|
|
@ -2054,7 +2141,6 @@ void MainWindow::on_btn_updateRdbackValue_clicked() |
|
|
|
//qDebug() << "--- ADC Logger done --- ";
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
|
|
//void MainWindow::on_btn_adcSimBrowse_clicked()
|
|
|
|
//{
|
|
|
|
//QFileDialog fileDialog;
|
|
|
@ -2169,7 +2255,6 @@ void MainWindow::on_btn_updateRdbackValue_clicked() |
|
|
|
//qDebug() << "--- AFE Registers --- ";
|
|
|
|
//delay(1);
|
|
|
|
|
|
|
|
|
|
|
|
//for (auto j = 0 ; j < logCount ; j++)
|
|
|
|
//{
|
|
|
|
|
|
|
@ -2198,7 +2283,8 @@ void MainWindow::on_btn_updateRdbackValue_clicked() |
|
|
|
|
|
|
|
//QFutureWatcher<void> watcher;
|
|
|
|
//connect(&watcher, &QFutureWatcher<void>::finished, this, &MainWindow::threadFinished);
|
|
|
|
// auto future = QtConcurrent::run(this, &MainWindow::AdcLogCsvFileWriter, path, ui->prg_adcLoggerFileWr);
|
|
|
|
//auto future = QtConcurrent::run(this, &MainWindow::AdcLogCsvFileWriter, path,
|
|
|
|
//ui->prg_adcLoggerFileWr);
|
|
|
|
//watcher.setFuture(future);
|
|
|
|
//_dial->exec();
|
|
|
|
//disconnect(&watcher, &QFutureWatcher<void>::finished, this, &MainWindow::threadFinished);
|
|
|
@ -2216,13 +2302,13 @@ void MainWindow::on_btn_updateRdbackValue_clicked() |
|
|
|
//qDebug() << "--- AFE Registers Power Down --- ";
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
|
|
//void MainWindow::on_btn_scenRead_clicked()
|
|
|
|
//{
|
|
|
|
//auto paramPath = ui->tb_paramFile->text();
|
|
|
|
//auto paramBar = 0;
|
|
|
|
//auto boardParamPath = "/home/hasis/Desktop/TrxBoardFile/_log/readBack.csv";
|
|
|
|
// QtConcurrent::run(this, &MainWindow::CsvFileChecker,paramBar, paramPath , boardParamPath , ui->prg_scenarioUpload);
|
|
|
|
//QtConcurrent::run(this, &MainWindow::CsvFileChecker,paramBar, paramPath , boardParamPath ,
|
|
|
|
//ui->prg_scenarioUpload);
|
|
|
|
|
|
|
|
//}
|
|
|
|
|
|
|
@ -2241,6 +2327,7 @@ QString MainWindow::releaseCodeVersion(quint32 &value) |
|
|
|
strList[4] + strList[5] + " " + |
|
|
|
strList[6] + strList[7] + ":" + |
|
|
|
strList[8] + strList[9]; |
|
|
|
|
|
|
|
return str; |
|
|
|
} |
|
|
|
|
|
|
@ -2276,7 +2363,6 @@ void MainWindow::on_btn_getFpgaVersion_clicked() |
|
|
|
//// }
|
|
|
|
//delay(20);
|
|
|
|
|
|
|
|
|
|
|
|
//uint32_t offsetAfePwrDn[3] = {0x10F0C5*4,0x20F0C5*4,0x30F0C5*4};
|
|
|
|
////uint32_t offsetAfeLpf[3] = {0x10F0C4*4,0x20F0C4*4,0x30F0C4*4};
|
|
|
|
|
|
|
@ -2288,7 +2374,6 @@ void MainWindow::on_btn_getFpgaVersion_clicked() |
|
|
|
//}
|
|
|
|
//delay(100);
|
|
|
|
|
|
|
|
|
|
|
|
//qDebug() << "--- Set TX Trig --- ";
|
|
|
|
|
|
|
|
//auto offset = 0x5*4;
|
|
|
@ -2359,23 +2444,23 @@ void MainWindow::setScenario(const string &h5Path) |
|
|
|
|
|
|
|
ui->tb_startIdx->setText(QString::number(startIdx, 16)); |
|
|
|
ui->tb_endIdx->setText(QString::number(endIdx, 16)); |
|
|
|
|
|
|
|
ui->l_scenFillingDone->setText("done"); |
|
|
|
changeLabelTextColor(ui->l_scenFillingDone, Qt::green); |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::on_btn_setScenario_clicked() |
|
|
|
{ |
|
|
|
_timeout->stop(); |
|
|
|
ui->l_scenFillingDone->setText("doing"); |
|
|
|
changeLabelTextColor(ui->l_scenFillingDone, Qt::red); |
|
|
|
QString str = "doing"; |
|
|
|
QColor color = Qt::red; |
|
|
|
emit labelState(ui->l_scenFillingDone, str, color); |
|
|
|
|
|
|
|
QString sramScenario = "/scenGenOutput/scenario.h5"; |
|
|
|
QString h5Path = ui->tb_scenFilesPath->text() + sramScenario; |
|
|
|
|
|
|
|
auto scenFuture = QtConcurrent::run(this, &MainWindow::setScenario, h5Path.toStdString()); |
|
|
|
scenEndWather.setFuture(scenFuture); |
|
|
|
emit scenarioReady(h5Path.toStdString()); |
|
|
|
|
|
|
|
str = "done"; |
|
|
|
color = Qt::green; |
|
|
|
emit labelState(ui->l_scenFillingDone, str, color); |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
@ -2403,9 +2488,31 @@ void MainWindow::getSramVerifyMessage(QString message) |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::setScenarioCompare(const QString& scenPath) |
|
|
|
{ |
|
|
|
try |
|
|
|
{ |
|
|
|
_trx.setScenarioCompare(scenPath); |
|
|
|
} |
|
|
|
catch(SonoException& e) |
|
|
|
{ |
|
|
|
if(!(ui->l_verifySramParams->text() == "done")) |
|
|
|
{ |
|
|
|
ui->l_verifySramParams->setText("failed"); |
|
|
|
changeLabelTextColor(ui->l_verifySramParams, Qt::red); |
|
|
|
} |
|
|
|
if(!(ui->l_verifyRegisterParams->text() == "done")) |
|
|
|
{ |
|
|
|
ui->l_verifyRegisterParams->setText("failed"); |
|
|
|
changeLabelTextColor(ui->l_verifyRegisterParams, Qt::red); |
|
|
|
} |
|
|
|
if(!(ui->l_createSramBinary->text() == "done")) |
|
|
|
{ |
|
|
|
ui->l_createSramBinary->setText("failed"); |
|
|
|
changeLabelTextColor(ui->l_createSramBinary, Qt::red); |
|
|
|
} |
|
|
|
qDebug() << e.what(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::on_btn_setScenVerification_clicked() |
|
|
@ -2422,7 +2529,6 @@ void MainWindow::on_btn_setScenVerification_clicked() |
|
|
|
const QString scenPath = ui->tb_scenFilesPath->text(); |
|
|
|
|
|
|
|
QtConcurrent::run(this, &MainWindow::setScenarioCompare, scenPath); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
@ -2448,11 +2554,14 @@ void MainWindow::on_btn_setAtgcMode_clicked() |
|
|
|
auto aTgcValue = ui->tb_aTgcValue->text().toUInt(); |
|
|
|
|
|
|
|
if(aTgcMode == 0) |
|
|
|
{ |
|
|
|
_trx.setAtgcMode(Auto, 0); |
|
|
|
|
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
_trx.setAtgcMode(Manual, static_cast<quint16>(aTgcValue)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::on_btn_setIdx_clicked() |
|
|
@ -2462,6 +2571,7 @@ void MainWindow::on_btn_setIdx_clicked() |
|
|
|
if(startIndex == 0 && ui->tb_startIdx->text() != "0") |
|
|
|
{ |
|
|
|
MESSAGE_BOX("Invalid input format for start index"); |
|
|
|
|
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
@ -2469,12 +2579,14 @@ void MainWindow::on_btn_setIdx_clicked() |
|
|
|
if(endIndex == 0 && ui->tb_endIdx->text() != "0") |
|
|
|
{ |
|
|
|
MESSAGE_BOX("Invalid input format for stop index"); |
|
|
|
|
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
if((endIndex < startIndex) || (endIndex > 131071) || (startIndex > 131071)) |
|
|
|
{ |
|
|
|
MESSAGE_BOX("Stop index should be greater than or equal to start index"); |
|
|
|
|
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
@ -2496,9 +2608,13 @@ QByteArray MainWindow::str2ByteArray (QString& str) |
|
|
|
foreach(auto i, asciiArray) |
|
|
|
{ |
|
|
|
if(i <= 0x39 && i >= 0x30) |
|
|
|
{ |
|
|
|
temp.push_back(i - 0x30); |
|
|
|
} |
|
|
|
else if(i <= 0x46 && i >= 0x41) |
|
|
|
{ |
|
|
|
temp.push_back(i - 0x37); |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
throw"Out of range"; |
|
|
@ -2509,12 +2625,14 @@ QByteArray MainWindow::str2ByteArray (QString& str) |
|
|
|
value = static_cast<qint8>(((temp.at(2 * k) << 4) & 0xF0) + ((temp.at(2 * k + 1)) & 0xF)); |
|
|
|
finalArray.push_back(value); |
|
|
|
} |
|
|
|
|
|
|
|
return finalArray; |
|
|
|
} |
|
|
|
|
|
|
|
QString MainWindow::uint2IdString (quint32& id) |
|
|
|
{ |
|
|
|
QString idStr = QString::number(id, 16); |
|
|
|
|
|
|
|
return idStr; |
|
|
|
} |
|
|
|
|
|
|
@ -2525,10 +2643,15 @@ QString MainWindow::byteArray2InfoString (QByteArray& arr) |
|
|
|
{ |
|
|
|
quint8 l = static_cast<quint8>(j); |
|
|
|
if(l <= 15) |
|
|
|
{ |
|
|
|
infoStr += "0" + QString::number(l, 16); |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
infoStr += QString::number(l, 16); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
return infoStr; |
|
|
|
} |
|
|
|
|
|
|
@ -2546,7 +2669,6 @@ void MainWindow::on_btn_trxRomIdWrite_clicked() |
|
|
|
{ |
|
|
|
qDebug() << exception; |
|
|
|
} |
|
|
|
|
|
|
|
catch(SonoException& e) |
|
|
|
{ |
|
|
|
qDebug() << e.what(); |
|
|
@ -2588,11 +2710,15 @@ void MainWindow::on_btn_trxRomIdRead_clicked() |
|
|
|
{ |
|
|
|
ui->tb_trxRomId->setText(uint2IdString(romStatus.id)); |
|
|
|
if(romStatus.errorCode == EEPROM_CRC_ERROR) |
|
|
|
{ |
|
|
|
throw"The crc error of the trx eeprom is occured."; |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
MESSAGE_BOX("Trx board is disconnected."); |
|
|
|
} |
|
|
|
} |
|
|
|
catch(const char* exception) |
|
|
|
{ |
|
|
|
qDebug() << exception; |
|
|
@ -2601,7 +2727,6 @@ void MainWindow::on_btn_trxRomIdRead_clicked() |
|
|
|
{ |
|
|
|
qDebug() << e.what(); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
@ -2631,7 +2756,6 @@ void MainWindow::on_btn_mpsRomIdWrite_clicked() |
|
|
|
{ |
|
|
|
qDebug() << exception; |
|
|
|
} |
|
|
|
|
|
|
|
catch(SonoException& e) |
|
|
|
{ |
|
|
|
qDebug() << e.what(); |
|
|
@ -2664,11 +2788,15 @@ void MainWindow::on_btn_mpsRomIdRead_clicked() |
|
|
|
{ |
|
|
|
ui->tb_mpsRomId->setText(uint2IdString(romStatus.id)); |
|
|
|
if(romStatus.errorCode == EEPROM_CRC_ERROR) |
|
|
|
{ |
|
|
|
throw"The crc error of the mps eeprom is occured."; |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
MESSAGE_BOX("Mps board is disconnected."); |
|
|
|
} |
|
|
|
} |
|
|
|
catch(const char* exception) |
|
|
|
{ |
|
|
|
qDebug() << exception; |
|
|
@ -2677,7 +2805,6 @@ void MainWindow::on_btn_mpsRomIdRead_clicked() |
|
|
|
{ |
|
|
|
qDebug() << e.what(); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
@ -2707,7 +2834,6 @@ void MainWindow::on_btn_prbCtrlRomIdWrite_clicked() |
|
|
|
{ |
|
|
|
qDebug() << exception; |
|
|
|
} |
|
|
|
|
|
|
|
catch(SonoException& e) |
|
|
|
{ |
|
|
|
qDebug() << e.what(); |
|
|
@ -2740,11 +2866,15 @@ void MainWindow::on_btn_prbCtrlRomIdRead_clicked() |
|
|
|
{ |
|
|
|
ui->tb_prbCtrlRomId->setText(uint2IdString(romStatus.id)); |
|
|
|
if(romStatus.errorCode == EEPROM_CRC_ERROR) |
|
|
|
{ |
|
|
|
throw"The crc error of the prbCtrl eeprom is occured."; |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
MESSAGE_BOX("PrbCtrl board is disconnected."); |
|
|
|
} |
|
|
|
} |
|
|
|
catch(const char* exception) |
|
|
|
{ |
|
|
|
qDebug() << exception; |
|
|
@ -2753,7 +2883,6 @@ void MainWindow::on_btn_prbCtrlRomIdRead_clicked() |
|
|
|
{ |
|
|
|
qDebug() << e.what(); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
@ -2787,11 +2916,15 @@ void MainWindow::on_btn_prbRomIdRead_clicked() |
|
|
|
{ |
|
|
|
ui->tb_prbRomIdRead->setText(uint2IdString(romStatus.id)); |
|
|
|
if(romStatus.errorCode == EEPROM_CRC_ERROR) |
|
|
|
{ |
|
|
|
throw"The crc error of the probe A eeprom is occured."; |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
MESSAGE_BOX("Probe A is disconnected."); |
|
|
|
} |
|
|
|
} |
|
|
|
catch(const char* exception) |
|
|
|
{ |
|
|
|
qDebug() << exception; |
|
|
@ -2810,11 +2943,15 @@ void MainWindow::on_btn_prbRomIdRead_clicked() |
|
|
|
{ |
|
|
|
ui->tb_prbRomIdRead->setText(uint2IdString(romStatus.id)); |
|
|
|
if(romStatus.errorCode == EEPROM_CRC_ERROR) |
|
|
|
{ |
|
|
|
throw"The crc error of the probe B eeprom is occured."; |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
MESSAGE_BOX("Probe B is disconnected."); |
|
|
|
} |
|
|
|
} |
|
|
|
catch(const char* exception) |
|
|
|
{ |
|
|
|
qDebug() << exception; |
|
|
@ -2833,11 +2970,15 @@ void MainWindow::on_btn_prbRomIdRead_clicked() |
|
|
|
{ |
|
|
|
ui->tb_prbRomIdRead->setText(uint2IdString(romStatus.id)); |
|
|
|
if(romStatus.errorCode == EEPROM_CRC_ERROR) |
|
|
|
{ |
|
|
|
throw"The crc error of the probe C eeprom is occured."; |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
MESSAGE_BOX("Probe C is disconnected."); |
|
|
|
} |
|
|
|
} |
|
|
|
catch(const char* exception) |
|
|
|
{ |
|
|
|
qDebug() << exception; |
|
|
@ -2856,11 +2997,15 @@ void MainWindow::on_btn_prbRomIdRead_clicked() |
|
|
|
{ |
|
|
|
ui->tb_prbRomIdRead->setText(uint2IdString(romStatus.id)); |
|
|
|
if(romStatus.errorCode == EEPROM_CRC_ERROR) |
|
|
|
{ |
|
|
|
throw"The crc error of the probe D eeprom is occured."; |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
MESSAGE_BOX("Probe D is disconnected."); |
|
|
|
} |
|
|
|
} |
|
|
|
catch(const char* exception) |
|
|
|
{ |
|
|
|
qDebug() << exception; |
|
|
@ -2871,7 +3016,6 @@ void MainWindow::on_btn_prbRomIdRead_clicked() |
|
|
|
} |
|
|
|
break; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
catch(SonoException& e) |
|
|
|
{ |
|
|
@ -2907,17 +3051,24 @@ void MainWindow::on_btn_afeRead_clicked() |
|
|
|
|
|
|
|
switch(sel) |
|
|
|
{ |
|
|
|
case 0: afeArray = _trx.getAfeReg(slave0, offset); break; |
|
|
|
case 1: afeArray = _trx.getAfeReg(slave1, offset); break; |
|
|
|
case 2: afeArray = _trx.getAfeReg(slave2, offset); break; |
|
|
|
case 0: |
|
|
|
afeArray = _trx.getAfeReg(slave0, offset); |
|
|
|
break; |
|
|
|
|
|
|
|
case 1: |
|
|
|
afeArray = _trx.getAfeReg(slave1, offset); |
|
|
|
break; |
|
|
|
|
|
|
|
case 2: |
|
|
|
afeArray = _trx.getAfeReg(slave2, offset); |
|
|
|
break; |
|
|
|
} |
|
|
|
|
|
|
|
for(quint8 i = 0; i < afeArray.size(); i++) |
|
|
|
{ |
|
|
|
ui->tb_afeRegsValueArray->appendPlainText(QString::number((afeArray.at(i)), 16)); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|
void MainWindow::setAfeConfig() |
|
|
@ -2938,4 +3089,5 @@ void MainWindow::setAfeConfig() |
|
|
|
_afeConfig.activeTermIndResEn = actTermIndResDisable; |
|
|
|
_afeConfig.inputClampLevel = inputClampLvlAuto; |
|
|
|
} |
|
|
|
|
|
|
|
/*************************************************************************************************/ |
|
|
|