本篇內(nèi)容主要講解“Qt設(shè)備調(diào)試的方法是什么”,感興趣的朋友不妨來看看。本文介紹的方法操作簡(jiǎn)單快捷,實(shí)用性強(qiáng)。下面就讓小編來帶大家學(xué)習(xí)“Qt設(shè)備調(diào)試的方法是什么”吧!
創(chuàng)新互聯(lián)公司專注于甘南網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗(yàn)。 熱誠(chéng)為您提供甘南營(yíng)銷型網(wǎng)站建設(shè),甘南網(wǎng)站制作、甘南網(wǎng)頁設(shè)計(jì)、甘南網(wǎng)站官網(wǎng)定制、成都小程序開發(fā)服務(wù),打造甘南網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供甘南網(wǎng)站排名全網(wǎng)營(yíng)銷落地服務(wù)。
設(shè)備調(diào)試核心就是將整個(gè)系統(tǒng)中的所有打印數(shù)據(jù)統(tǒng)一顯示到一個(gè)模塊上,一般都會(huì)將硬件通信的收發(fā)數(shù)據(jù)和對(duì)應(yīng)的解析信號(hào)發(fā)出來或者qdebug出來,這個(gè)在調(diào)試階段非常有用,可以具體追蹤問題出在哪,哪個(gè)數(shù)據(jù)解析不對(duì)直接定位過去,這個(gè)模塊直接留出界面進(jìn)行打印查看等,可以在各種現(xiàn)場(chǎng)捕捉異常情況,讓現(xiàn)場(chǎng)工程師將調(diào)試的數(shù)據(jù)保存好發(fā)給開發(fā)人員即可,幫助分析問題,因?yàn)楹芏鄷r(shí)候是家里公司測(cè)試的好好的,到了現(xiàn)場(chǎng)各種千奇百怪的情況都會(huì)出現(xiàn)的,開發(fā)人員不可能一天到晚在各種現(xiàn)場(chǎng)跑來跑去,太浪費(fèi)精力了,不如直接做好對(duì)應(yīng)的設(shè)備調(diào)試模塊,捕捉錯(cuò)誤數(shù)據(jù)將日志文件發(fā)過來分析。
作為一個(gè)做了十年的這種軟硬件通信項(xiàng)目開發(fā)的人員來說,這種設(shè)備調(diào)試的模塊肯定考慮的比較多,比如可以直接在界面上過濾某個(gè)通信端口、某個(gè)設(shè)備進(jìn)行捕捉,可以只監(jiān)聽發(fā)送數(shù)據(jù)、接收數(shù)據(jù)、解析數(shù)據(jù)等,最關(guān)鍵的一點(diǎn),可以自由設(shè)定關(guān)鍵字進(jìn)行捕捉,關(guān)鍵字的數(shù)據(jù)特殊顏色顯示,可以設(shè)定多個(gè)關(guān)鍵字,這樣效率大大提高,畢竟設(shè)備數(shù)據(jù)的收發(fā)是很快的,刷刷刷的,一秒鐘一個(gè)屏幕就過去了,設(shè)定關(guān)鍵字進(jìn)行捕捉自動(dòng)打印不同顏色,防止眼睛疲勞,一眼老遠(yuǎn)就看到了,多么美好,在這個(gè)模塊中還可以勾選輸出到日志文件,設(shè)定最大行數(shù)用來自動(dòng)清空數(shù)據(jù),畢竟文本框不能一直加載數(shù)據(jù)下去,到了最大行數(shù)自動(dòng)清空。
采集數(shù)據(jù)端口,支持串口端口+網(wǎng)絡(luò)端口,串口支持自由設(shè)置串口號(hào)+波特率,網(wǎng)絡(luò)支持自由設(shè)置IP地址+通訊端口,每個(gè)端口支持采集周期,默認(rèn)1秒鐘一個(gè)地址,支持設(shè)置通訊超時(shí)次數(shù),默認(rèn)3次,支持最大重連時(shí)間,用于重新讀取離線的設(shè)備。
控制器信息,能夠添加控制器名稱,選擇控制器地址+控制器型號(hào),設(shè)置該控制器下面的探測(cè)器數(shù)量。
探測(cè)器信息,能夠添加位號(hào),可自由選擇探測(cè)器型號(hào),氣體種類,氣體符號(hào),高報(bào)值,低報(bào)值,緩沖值,清零值,是否啟用,報(bào)警聲音,背景地圖,存儲(chǔ)周期,數(shù)值換算小數(shù)點(diǎn)位數(shù),報(bào)警延時(shí)時(shí)間,報(bào)警的類型(HH,LL,HL)等。
控制器型號(hào)+探測(cè)器型號(hào)+氣體種類+氣體符號(hào),均可自由配置。
地圖支持導(dǎo)入和刪除,所有的探測(cè)器對(duì)應(yīng)地圖位置可自由拖動(dòng)保存。
端口信息+控制器信息+探測(cè)器信息,支持導(dǎo)入導(dǎo)出+導(dǎo)出到excel+打印。
運(yùn)行記錄+報(bào)警記錄+用戶記錄,支持多條件組合查詢,比如時(shí)間段+控制器+探測(cè)器等,所有記錄支持導(dǎo)出到excel+打印。
導(dǎo)出到excel的記錄支持所有excel+wps等表格文件版本,不依賴excel等軟件。
可刪除指定時(shí)間范圍內(nèi)的數(shù)據(jù),支持自動(dòng)清理早期數(shù)據(jù),設(shè)置最大保存記錄數(shù)。
支持報(bào)警短信轉(zhuǎn)發(fā),支持多個(gè)接收手機(jī)號(hào)碼,可設(shè)定發(fā)送間隔,比如即時(shí)發(fā)送或者6個(gè)小時(shí)發(fā)送一次所有的報(bào)警信息,短信內(nèi)容過長(zhǎng),自動(dòng)拆分多條短信。
支持報(bào)警郵件轉(zhuǎn)發(fā),支持多個(gè)接收郵箱,可設(shè)定發(fā)送間隔,比如即時(shí)發(fā)送或者6個(gè)小時(shí)發(fā)送一次所有的報(bào)警信息,支持附件發(fā)送。
高報(bào)顏色+低報(bào)顏色+正常顏色+0值顏色+曲線背景+曲線顏色等,都可以自由選擇。
軟件的中文標(biāo)題+英文標(biāo)題+logo路徑+版權(quán)所有都可以自由設(shè)置。
提供開關(guān)設(shè)置開機(jī)運(yùn)行+報(bào)警聲音+自動(dòng)登錄+記住密碼等。
報(bào)警聲音可設(shè)置播放次數(shù),界面提供17種皮膚文件選擇。
支持云端數(shù)據(jù)同步,可設(shè)置云端數(shù)據(jù)庫的信息,比如數(shù)據(jù)庫名稱,用戶名+密碼等。
支持網(wǎng)絡(luò)轉(zhuǎn)發(fā)和網(wǎng)絡(luò)接收,網(wǎng)絡(luò)接收開啟后,軟件從udp接收數(shù)據(jù)進(jìn)行解析。網(wǎng)絡(luò)轉(zhuǎn)發(fā)支持多個(gè)目標(biāo)IP,這樣就實(shí)現(xiàn)了本地采集的軟件,自由將數(shù)據(jù)轉(zhuǎn)到客戶端,隨時(shí)查看探測(cè)器數(shù)據(jù)。
自動(dòng)記住用戶最后停留的界面+其他信息,重啟后自動(dòng)應(yīng)用。
報(bào)警自動(dòng)切換到對(duì)應(yīng)的地圖,探測(cè)器按鈕閃爍。
雙擊探測(cè)器圖標(biāo),可以進(jìn)行回控。
支持用戶權(quán)限管理,管理員+操作員兩大類,用戶登錄+用戶退出,可以記住密碼和自動(dòng)登錄,超過三次報(bào)錯(cuò)提示并關(guān)閉程序。
支持四種監(jiān)控模式,設(shè)備面板監(jiān)控+地圖監(jiān)控+表格數(shù)據(jù)監(jiān)控+曲線數(shù)據(jù)監(jiān)控,可自由切換,四種同步應(yīng)用。
支持報(bào)警繼電器聯(lián)動(dòng),一個(gè)位號(hào)可以跨串口聯(lián)動(dòng)多個(gè)模塊和繼電器號(hào),支持多對(duì)多。
本地?cái)?shù)據(jù)存儲(chǔ)支持sqlite+MySQL,支持遠(yuǎn)程數(shù)據(jù)同步到云端數(shù)據(jù)庫。自動(dòng)重連。
本地設(shè)備采集到的數(shù)據(jù)實(shí)時(shí)上傳到云端,以便手機(jī)APP或者web等其他方式提取。
支持兩種數(shù)據(jù)源,一種是串口和網(wǎng)絡(luò)通過協(xié)議采集設(shè)備數(shù)據(jù),一種是數(shù)據(jù)庫采集。數(shù)據(jù)庫采集模式可以作為通用的系統(tǒng)使用。
自帶設(shè)備模擬工具,支持16個(gè)設(shè)備數(shù)據(jù)模擬,同時(shí)還帶數(shù)據(jù)庫數(shù)據(jù)模擬,以便在沒有設(shè)備的時(shí)候測(cè)試數(shù)據(jù)。
默認(rèn)通信協(xié)議采用modbus協(xié)議,后期增加mqtt等物聯(lián)網(wǎng)協(xié)議的支持,做成通用系統(tǒng)。
支持所有windows操作系統(tǒng)+linux操作系統(tǒng)和其他操作系統(tǒng)。
#include "frmconfigdebug.h" #include "ui_frmconfigdebug.h" #include "quiwidget.h" #include "deviceserver.h" #include "dblocalthread.h" #include "dbtcpclientthread.h" #include "dbreceive.h" frmConfigDebug::frmConfigDebug(QWidget *parent) : QWidget(parent), ui(new Ui::frmConfigDebug) { ui->setupUi(this); this->initForm(); this->initConfig(); } frmConfigDebug::~frmConfigDebug() { delete ui; } void frmConfigDebug::initForm() { QFont font; font.setPixelSize(QUIConfig::FontSize + 5); ui->txtMain->setFont(font); ui->frameRight->setFixedWidth(App::RightWidth); ui->cboxPortName->addItem("所有端口"); ui->cboxPortName->addItems(DBData::PortInfo_PortName); QUIHelper::setLabStyle(ui->labPortName, 1); QUIHelper::setLabStyle(ui->labDeviceName, 1); QUIHelper::setLabStyle(ui->labKeyValue1, 3); QUIHelper::setLabStyle(ui->labKeyValue2, 3); QUIHelper::setPushButtonQss(ui->btnClearData); QUIHelper::setPushButtonQss(ui->btnReadValueAll); #if (QT_VERSION >= QT_VERSION_CHECK(5,2,0)) ui->txtKeyValue1->setPlaceholderText("支持多個(gè)關(guān)鍵字,用 | 隔開"); ui->txtKeyValue2->setPlaceholderText("支持多個(gè)關(guān)鍵字,用 | 隔開"); #endif //顏色下拉框 QStringList colorList = QColor::colorNames(); foreach (QString strColor, colorList) { QPixmap pix(ui->cboxKeyColor1->iconSize()); pix.fill(strColor); ui->cboxKeyColor1->addItem(QIcon(pix), strColor); ui->cboxKeyColor2->addItem(QIcon(pix), strColor); } //綁定設(shè)備采集服務(wù)信號(hào)槽 connect(DeviceServer::Instance(), SIGNAL(sendData(QString, quint8, QByteArray)), this, SLOT(sendData(QString, quint8, QByteArray))); connect(DeviceServer::Instance(), SIGNAL(receiveData(QString, quint8, QByteArray)), this, SLOT(receiveData(QString, quint8, QByteArray))); connect(DeviceServer::Instance(), SIGNAL(receiveInfo(QString, quint8, QString)), this, SLOT(receiveInfo(QString, quint8, QString))); connect(DeviceServer::Instance(), SIGNAL(receiveError(QString, quint8, QString)), this, SLOT(receiveError(QString, quint8, QString))); } void frmConfigDebug::initConfig() { ui->cboxPortName->setCurrentIndex(App::PortNameIndex); connect(ui->cboxPortName, SIGNAL(currentIndexChanged(int)), this, SLOT(saveConfig())); ui->cboxDeviceName->setCurrentIndex(App::DeviceNameIndex); connect(ui->cboxDeviceName, SIGNAL(currentIndexChanged(int)), this, SLOT(saveConfig())); keys1 = App::KeyValue1.split("|"); ui->txtKeyValue1->setText(App::KeyValue1); connect(ui->txtKeyValue1, SIGNAL(textChanged()), this, SLOT(saveConfig())); ui->cboxKeyColor1->setCurrentIndex(ui->cboxKeyColor1->findText(App::KeyColor1)); connect(ui->cboxKeyColor1, SIGNAL(currentIndexChanged(int)), this, SLOT(saveConfig())); keys2 = App::KeyValue2.split("|"); ui->txtKeyValue2->setText(App::KeyValue2); connect(ui->txtKeyValue2, SIGNAL(textChanged()), this, SLOT(saveConfig())); ui->cboxKeyColor2->setCurrentIndex(ui->cboxKeyColor2->findText(App::KeyColor2)); connect(ui->cboxKeyColor2, SIGNAL(currentIndexChanged(int)), this, SLOT(saveConfig())); } void frmConfigDebug::saveConfig() { App::PortNameIndex = ui->cboxPortName->currentIndex(); App::DeviceNameIndex = ui->cboxDeviceName->currentIndex(); App::KeyValue1 = ui->txtKeyValue1->toPlainText().trimmed(); App::KeyColor1 = ui->cboxKeyColor1->currentText(); App::KeyValue2 = ui->txtKeyValue2->toPlainText().trimmed(); App::KeyColor2 = ui->cboxKeyColor2->currentText(); if (App::KeyValue1.isEmpty()) { App::KeyValue1 = "|"; } if (App::KeyValue2.isEmpty()) { App::KeyValue2 = "|"; } App::writeConfig(); keys1 = App::KeyValue1.split("|"); keys2 = App::KeyValue2.split("|"); } void frmConfigDebug::append(int type, const QString &portName, quint8 addr, const QString &data, bool clear) { static int currentCount = 0; static int maxCount = 500; //執(zhí)行清空數(shù)據(jù)命令 if (clear) { ui->txtMain->clear(); currentCount = 0; return; } //執(zhí)行條數(shù)到了清空數(shù)據(jù) if (currentCount >= maxCount) { ui->txtMain->clear(); currentCount = 0; } //暫停顯示 if (ui->ckPause->isChecked()) { return; } //過濾端口 QString currentPortName = ui->cboxPortName->currentText(); if (currentPortName != "所有端口") { if (currentPortName != portName) { return; } } //過濾地址 quint8 deviceAddr = ui->cboxDeviceName->itemData(App::DeviceNameIndex).toInt(); if (deviceAddr != 255) { if (deviceAddr != addr) { return; } } //過濾回車換行符 QString strData = data; strData = strData.replace("\r", ""); strData = strData.replace("\n", ""); //不同類型不同顏色顯示 QString strType; if (type == 0) { strType = "發(fā)送"; ui->txtMain->setTextColor(QColor("#009679")); } else if (type == 1) { strType = "接收"; ui->txtMain->setTextColor(QColor("#D64D54")); } else if (type == 2) { strType = "解析"; ui->txtMain->setTextColor(QColor("#B59481")); } else if (type == 3) { strType = "錯(cuò)誤"; ui->txtMain->setTextColor(QColor("#A279C5")); } else if (type == 4) { strType = "解析"; ui->txtMain->setTextColor(QColor("#047058")); } else if (type == 5) { strType = "解析"; ui->txtMain->setTextColor(QColor("#9157C8")); } else if (type == 6) { strType = "解析"; ui->txtMain->setTextColor(QColor("#BA5656")); } //過濾關(guān)鍵字1,設(shè)置不同顏色 foreach (QString key, keys1) { if (!key.isEmpty() && data.contains(key)) { ui->txtMain->setTextColor(QColor(App::KeyColor1)); break; } } //過濾關(guān)鍵字2,設(shè)置不同顏色 foreach (QString key, keys2) { if (!key.isEmpty() && data.contains(key)) { ui->txtMain->setTextColor(QColor(App::KeyColor2)); break; } } QString strAddr = QString("%1").arg(addr, 3, 10, QChar('0')); strData = QString("%1 %2[%3] %4: %5").arg(TIMEMS).arg(portName).arg(strAddr).arg(strType).arg(strData); ui->txtMain->append(strData); currentCount++; //輸出數(shù)據(jù) if (ui->ckDebug->isChecked()) { qDebug() << strData; } } void frmConfigDebug::sendData(const QString &portName, quint8 addr, const QByteArray &data) { if (!ui->ckSendData->isChecked()) { return; } append(0, portName, addr, QUIHelper::byteArrayToHexStr(data)); } void frmConfigDebug::receiveData(const QString &portName, quint8 addr, const QByteArray &data) { if (!ui->ckReceiveData->isChecked()) { return; } append(1, portName, addr, QUIHelper::byteArrayToHexStr(data)); } void frmConfigDebug::receiveInfo(const QString &portName, quint8 addr, const QString &data) { if (!ui->ckReceiveInfo->isChecked()) { return; } append(2, portName, addr, data); } void frmConfigDebug::receiveError(const QString &portName, quint8 addr, const QString &data) { append(3, portName, addr, data); } void frmConfigDebug::debugDbLocalThread(const QString &msg) { append(4, "本地?cái)?shù)據(jù)庫", 255, msg); } void frmConfigDebug::debugDbTcpClientThread(const QString &msg) { append(5, "云端數(shù)據(jù)庫", 255, msg); } void frmConfigDebug::debugDbReceive(const QString &msg) { append(6, "下載數(shù)據(jù)庫", 255, msg); } void frmConfigDebug::on_btnClearData_clicked() { append(0, "", 255, "", true); } void frmConfigDebug::on_btnReadValueAll_clicked() { DeviceServer::Instance()->readValueAll(); } void frmConfigDebug::on_cboxPortName_currentIndexChanged(const QString &arg1) { //重新載入該端口對(duì)應(yīng)的所有設(shè)備 ui->cboxDeviceName->clear(); ui->cboxDeviceName->addItem("所有設(shè)備", 255); for (int i = 0; i < DBData::DeviceInfo_Count; i++) { if (DBData::DeviceInfo_PortName.at(i) == arg1) { QString deviceName = DBData::DeviceInfo_DeviceName.at(i); quint8 deviceAddr = DBData::DeviceInfo_DeviceAddr.at(i); ui->cboxDeviceName->addItem(deviceName, deviceAddr); } } } void frmConfigDebug::on_ckOther_stateChanged(int arg1) { on_btnClearData_clicked(); if (arg1 != 0) { //先解除設(shè)備采集服務(wù)信號(hào)槽 disconnect(DeviceServer::Instance(), SIGNAL(sendData(QString, quint8, QByteArray)), this, SLOT(sendData(QString, quint8, QByteArray))); disconnect(DeviceServer::Instance(), SIGNAL(receiveData(QString, quint8, QByteArray)), this, SLOT(receiveData(QString, quint8, QByteArray))); disconnect(DeviceServer::Instance(), SIGNAL(receiveInfo(QString, quint8, QString)), this, SLOT(receiveInfo(QString, quint8, QString))); disconnect(DeviceServer::Instance(), SIGNAL(receiveError(QString, quint8, QString)), this, SLOT(receiveError(QString, quint8, QString))); //綁定其他信號(hào)槽 connect(DbLocalThread::Instance(), SIGNAL(debug(QString)), this, SLOT(debugDbLocalThread(QString))); connect(DbTcpClientThread::Instance(), SIGNAL(debug(QString)), this, SLOT(debugDbTcpClientThread(QString))); connect(DbReceive::Instance(), SIGNAL(debug(QString)), this, SLOT(debugDbReceive(QString))); } else { //先綁定設(shè)備采集服務(wù)信號(hào)槽 connect(DeviceServer::Instance(), SIGNAL(sendData(QString, quint8, QByteArray)), this, SLOT(sendData(QString, quint8, QByteArray))); connect(DeviceServer::Instance(), SIGNAL(receiveData(QString, quint8, QByteArray)), this, SLOT(receiveData(QString, quint8, QByteArray))); connect(DeviceServer::Instance(), SIGNAL(receiveInfo(QString, quint8, QString)), this, SLOT(receiveInfo(QString, quint8, QString))); connect(DeviceServer::Instance(), SIGNAL(receiveError(QString, quint8, QString)), this, SLOT(receiveError(QString, quint8, QString))); //解除其他信號(hào)槽 disconnect(DbLocalThread::Instance(), SIGNAL(debug(QString)), this, SLOT(debugDbLocalThread(QString))); disconnect(DbTcpClientThread::Instance(), SIGNAL(debug(QString)), this, SLOT(debugDbTcpClientThread(QString))); disconnect(DbReceive::Instance(), SIGNAL(debug(QString)), this, SLOT(debugDbReceive(QString))); } }
到此,相信大家對(duì)“Qt設(shè)備調(diào)試的方法是什么”有了更深的了解,不妨來實(shí)際操作一番吧!這里是創(chuàng)新互聯(lián)網(wǎng)站,更多相關(guān)內(nèi)容可以進(jìn)入相關(guān)頻道進(jìn)行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!