您好,登錄后才能下訂單哦!
這篇文章主要介紹“Qt端口管理的方法是什么”,在日常操作中,相信很多人在Qt端口管理的方法是什么問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”Qt端口管理的方法是什么”的疑惑有所幫助!接下來,請跟著小編一起來學(xué)習(xí)吧!
所有設(shè)備的信息配置,主要就三大點(diǎn):端口管理、控制器管理、探測器管理,整個(gè)硬件系統(tǒng)的架構(gòu)是有多個(gè)不同的通信端口(主要是串口和網(wǎng)絡(luò)),每個(gè)通信端口下面掛著多個(gè)控制器(每個(gè)控制器都有唯一的地址,從1-255),每個(gè)控制器下面掛著多個(gè)探測器(每個(gè)探測器都有唯一的地址,從1-255),這樣整個(gè)系統(tǒng)最多能夠接入的設(shè)備數(shù)量可以到255*255=65535個(gè),而大部分的modbus系統(tǒng)都是255個(gè),這樣就很巧妙的突破了255個(gè)的數(shù)量限制,一個(gè)控制器下面的多個(gè)探測器數(shù)據(jù),統(tǒng)一由控制器管理和上報(bào),而上位機(jī)通信其實(shí)就是和控制器通信,探測器之間的數(shù)據(jù)交互全部是控制器來處理的,處理好以后將對應(yīng)探測器的數(shù)據(jù)放到對應(yīng)的數(shù)據(jù)位,該數(shù)據(jù)位最后在探測器管理中進(jìn)行設(shè)置。
端口目前支持兩大類,串口和tcp客戶端,至于tcp服務(wù)端或者udp模式,可以自行拓展,完全沒有技術(shù)困難,依葫蘆畫瓢即可。因?yàn)榇蟛糠值膽?yīng)用場景都是要么串口,要么是tcp客戶端,即設(shè)備是服務(wù)端,軟件主動(dòng)去連接設(shè)備,串口通信,盡管Qt5以后新增了qserialport類,個(gè)人用過以后覺得有點(diǎn)問題,接收數(shù)據(jù)總感覺怪怪的,所以本人還是更傾向于用第三方開源的qextserialport組件來實(shí)現(xiàn),畢竟這個(gè)組件我用過十幾個(gè)商業(yè)項(xiàng)目,在WIN、UBUNTU、嵌入式linux上,運(yùn)行都沒有問題,經(jīng)受住了大量的實(shí)踐檢驗(yàn),還是闊以的。
采集數(shù)據(jù)端口,支持串口端口+網(wǎng)絡(luò)端口,串口支持自由設(shè)置串口號+波特率,網(wǎng)絡(luò)支持自由設(shè)置IP地址+通訊端口,每個(gè)端口支持采集周期,默認(rèn)1秒鐘一個(gè)地址,支持設(shè)置通訊超時(shí)次數(shù),默認(rèn)3次,支持最大重連時(shí)間,用于重新讀取離線的設(shè)備。
控制器信息,能夠添加控制器名稱,選擇控制器地址+控制器型號,設(shè)置該控制器下面的探測器數(shù)量。
探測器信息,能夠添加位號,可自由選擇探測器型號,氣體種類,氣體符號,高報(bào)值,低報(bào)值,緩沖值,清零值,是否啟用,報(bào)警聲音,背景地圖,存儲周期,數(shù)值換算小數(shù)點(diǎn)位數(shù),報(bào)警延時(shí)時(shí)間,報(bào)警的類型(HH,LL,HL)等。
控制器型號+探測器型號+氣體種類+氣體符號,均可自由配置。
地圖支持導(dǎo)入和刪除,所有的探測器對應(yīng)地圖位置可自由拖動(dòng)保存。
端口信息+控制器信息+探測器信息,支持導(dǎo)入導(dǎo)出+導(dǎo)出到excel+打印。
運(yùn)行記錄+報(bào)警記錄+用戶記錄,支持多條件組合查詢,比如時(shí)間段+控制器+探測器等,所有記錄支持導(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ī)號碼,可設(shè)定發(fā)送間隔,比如即時(shí)發(fā)送或者6個(gè)小時(shí)發(fā)送一次所有的報(bào)警信息,短信內(nèi)容過長,自動(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í)查看探測器數(shù)據(jù)。
自動(dòng)記住用戶最后停留的界面+其他信息,重啟后自動(dòng)應(yīng)用。
報(bào)警自動(dòng)切換到對應(yīng)的地圖,探測器按鈕閃爍。
雙擊探測器圖標(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è)位號可以跨串口聯(lián)動(dòng)多個(gè)模塊和繼電器號,支持多對多。
本地?cái)?shù)據(jù)存儲支持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í)候測試數(shù)據(jù)。
默認(rèn)通信協(xié)議采用modbus協(xié)議,后期增加mqtt等物聯(lián)網(wǎng)協(xié)議的支持,做成通用系統(tǒng)。
支持所有windows操作系統(tǒng)+linux操作系統(tǒng)和其他操作系統(tǒng)。
#include "frmconfigport.h" #include "ui_frmconfigport.h" #include "quiwidget.h" #include "dbhelper.h" #include "dbdelegate.h" #include "excelapi.h" #include "printapi.h" #include "api.h" frmConfigPort::frmConfigPort(QWidget *parent) : QWidget(parent), ui(new Ui::frmConfigPort) { ui->setupUi(this); this->initForm(); this->initData(); this->changeStyle(); } frmConfigPort::~frmConfigPort() { delete ui; } void frmConfigPort::showEvent(QShowEvent *) { model->select(); } void frmConfigPort::initForm() { API::initTableView(ui->tableView); ui->widgetTop->setProperty("flag", "navbtn"); if (QUIHelper::deskWidth() < 1440) { ui->labTip->setText("提示 → 改動(dòng)后需重啟應(yīng)用"); } else { ui->labTip->setText("提示 → 必須和現(xiàn)場端口信息一致,改動(dòng)后需重啟應(yīng)用"); } } void frmConfigPort::initData() { model = new QSqlTableModel(this); model->setTable("PortInfo"); model->setSort(0, Qt::AscendingOrder); model->setEditStrategy(QSqlTableModel::OnManualSubmit); model->select(); ui->tableView->setModel(model); ui->tableView->setProperty("model", true); columnNames.clear(); columnNames << "編號" << "端口名稱" << "串口號" << "波特率" << "IP地址" << "網(wǎng)絡(luò)端口" << "采集周期(秒)" << "通訊超時(shí)(次)" << "重連時(shí)間(秒)"; columnWidths.clear(); columnWidths << 60 << 110 << 60 << 60 << 100 << 70 << 80 << 80 << 80; for (int i = 0; i < columnNames.count(); i++) { model->setHeaderData(i, Qt::Horizontal, columnNames.at(i)); ui->tableView->setColumnWidth(i, columnWidths.at(i)); } //編號委托 QStringList portID; for (int i = 1; i <= 30; i++) { portID.append(QString::number(i)); } DbDelegate *d_cbox_portID = new DbDelegate(this); d_cbox_portID->setDelegateType("QComboBox"); d_cbox_portID->setDelegateValue(portID); //ui->tableView->setItemDelegateForColumn(0, d_cbox_portID); //用來切換樣式自動(dòng)改變顏色 delegates << d_cbox_portID; } void frmConfigPort::changeStyle() { foreach (DbDelegate *delegate, delegates) { delegate->setTextColor(QUIConfig::TextColor); delegate->setSelectBgColor(QUIConfig::NormalColorStart); } } void frmConfigPort::on_btnAdd_clicked() { int count = model->rowCount(); model->insertRow(count); int portID = model->index(count - 1, 0).data().toInt() + 1; QString portName = model->index(count - 1, 1).data().toString(); QString comName = model->index(count - 1, 2).data().toString(); int baudRate = model->index(count - 1, 3).data().toInt(); QString tcpIP = model->index(count - 1, 4).data().toString(); int tcpPort = model->index(count - 1, 5).data().toInt(); int readInterval = model->index(count - 1, 6).data().toInt(); int readTimeout = model->index(count - 1, 7).data().toInt(); int readMaxtime = model->index(count - 1, 8).data().toInt(); if (portName.startsWith("通信端口-")) { portName = QString("通信端口-%1").arg(portID); } QStringList list = tcpIP.split("."); if (list.count() == 4) { tcpIP = QString("%1.%2.%3.%4").arg(list.at(0)).arg(list.at(1)).arg(list.at(2)).arg(list.at(3).toInt() + 1); } if (count == 0) { portID = 1; portName = "通信端口-1"; comName = "COM1"; baudRate = 9600; tcpIP = ""; tcpPort = 502; readInterval = 1; readTimeout = 3; readMaxtime = 60; } //設(shè)置新增加的行默認(rèn)值 model->setData(model->index(count, 0), portID); model->setData(model->index(count, 1), portName); model->setData(model->index(count, 2), comName); model->setData(model->index(count, 3), baudRate); model->setData(model->index(count, 4), tcpIP); model->setData(model->index(count, 5), tcpPort); model->setData(model->index(count, 6), readInterval); model->setData(model->index(count, 7), readTimeout); model->setData(model->index(count, 8), readMaxtime); ui->tableView->setCurrentIndex(model->index(count, 0)); } void frmConfigPort::on_btnSave_clicked() { model->database().transaction(); if (model->submitAll()) { model->database().commit(); DBHelper::loadPortInfo(); //先同步更新設(shè)備表對應(yīng)的端口名稱 emit portNameChanged(); } else { model->database().rollback(); QUIHelper::showMessageBoxError("保存信息失敗,信息不能為空,請重新填寫!"); } } void frmConfigPort::on_btnDelete_clicked() { if (ui->tableView->currentIndex().row() < 0) { QUIHelper::showMessageBoxError("請選擇要?jiǎng)h除的端口!"); return; } if (QUIHelper::showMessageBoxQuestion("確定要?jiǎng)h除該端口嗎? 對應(yīng)端口的所有控制器會(huì)一并刪除!") == QMessageBox::Yes) { int row = ui->tableView->currentIndex().row(); QString portName = model->index(row, 1).data().toString(); DBHelper::deleteDeviceInfo(portName); model->removeRow(row); model->submitAll(); int count = model->rowCount(); ui->tableView->setCurrentIndex(model->index(count - 1, 0)); } } void frmConfigPort::on_btnReturn_clicked() { model->revertAll(); } void frmConfigPort::on_btnClear_clicked() { int count = model->rowCount(); if (count <= 0) { return; } if (QUIHelper::showMessageBoxQuestion("確定要清空所有端口信息嗎?") == QMessageBox::Yes) { DBHelper::clearPortInfo(); model->select(); } } void frmConfigPort::on_btnExcel_clicked() { QString name = "端口信息"; QString fileName = QString("%1_%2").arg(name).arg(QDateTime::currentDateTime().toString("yyyy-MM-dd-HH-mm-ss")); QString file = API::getSaveFileNames(fileName, "Excel(*.xls)"); if (file.isEmpty()) { return; } QString columns = "PortID,PortName,ComName,BaudRate,TcpIP,TcpPort,ReadInterval,ReadTimeout,ReadMaxtime"; QString where = "order by PortID asc"; QStringList content = DBHelper::getContent("PortInfo", columns, where, "", ";"); int rowCount = content.count(); if (rowCount == 0) { QUIHelper::showMessageBoxError("沒有要處理的數(shù)據(jù)!"); return; } ExcelAPI::Instance()->saveExcel(file, name, name, "", columnNames, columnWidths, content); QString msg = QString("導(dǎo)出%1到Excel").arg(name); DBHelper::addUserLog("用戶操作", msg); if (QUIHelper::showMessageBoxQuestion(msg + "成功!確定現(xiàn)在就打開嗎?") == QMessageBox::Yes) { QString url = QString("file:///%1").arg(file); QDesktopServices::openUrl(QUrl(url, QUrl::TolerantMode)); } } void frmConfigPort::on_btnPrint_clicked() { QString name = "端口信息"; QString columns = "PortID,PortName,ComName,BaudRate,TcpIP,TcpPort,ReadInterval,ReadTimeout,ReadMaxtime"; QString where = "order by PortID asc"; QStringList content = DBHelper::getContent("PortInfo", columns, where, "", ";"); int rowCount = content.count(); if (rowCount == 0) { QUIHelper::showMessageBoxError("沒有要處理的數(shù)據(jù)!"); return; } PrintAPI::Instance()->print(name, "", columnNames, columnWidths, content); QString msg = QString("打印%1").arg(name); DBHelper::addUserLog("用戶操作", msg); } void frmConfigPort::on_btnInput_clicked() { QString fileName; bool ok = DBHelper::inputData(columnNames.count(), App::FileFilter, "PortInfo", fileName, QUIHelper::appPath() + "/db", true); if (!fileName.isEmpty()) { DBHelper::addUserLog("用戶操作", "導(dǎo)入端口信息"); if (ok) { QUIHelper::showMessageBoxInfo("導(dǎo)入端口信息成功!", 3); model->select(); } else { QUIHelper::showMessageBoxError("導(dǎo)入端口信息失敗!", 3); } } } void frmConfigPort::on_btnOutput_clicked() { QString columns = "*"; QString where = "order by PortID asc"; QString title = columnNames.join(App::FileSpliter); QStringList content = DBHelper::getContent("PortInfo", columns, where, title); QString fileName; bool ok = DBHelper::outputData("端口信息", App::FileFilter, content, fileName, QUIHelper::appPath() + "/db"); if (!fileName.isEmpty()) { DBHelper::addUserLog("用戶操作", "導(dǎo)出端口信息"); if (ok) { QUIHelper::showMessageBoxInfo("導(dǎo)出端口信息成功!", 3); } else { QUIHelper::showMessageBoxError("導(dǎo)出端口信息失敗!", 3); } } }
到此,關(guān)于“Qt端口管理的方法是什么”的學(xué)習(xí)就結(jié)束了,希望能夠解決大家的疑惑。理論與實(shí)踐的搭配能更好的幫助大家學(xué)習(xí),快去試試吧!若想繼續(xù)學(xué)習(xí)更多相關(guān)知識,請繼續(xù)關(guān)注億速云網(wǎng)站,小編會(huì)繼續(xù)努力為大家?guī)砀鄬?shí)用的文章!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。