¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <el-row :gutter="5"> |
| | | <el-col :span="7"> |
| | | <el-card shadow="never"> |
| | | <span class="head-font">å·¥ä½ç¼å· : {{headContent.processesCode}}</span> |
| | | </el-card> |
| | | </el-col> |
| | | <el-col :span="7"> |
| | | <el-card shadow="never"> |
| | | <span class="head-font">å·¥ä½å称 : {{headContent.processesName}}</span> |
| | | </el-card> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <el-card shadow="never"> |
| | | <span class="head-font">产ååºåå· : {{headContent.sfcCode}}</span> |
| | | <!-- <el-input v-model="content" style="float: right;width: 150px;" placeholder="请è¾å
¥å
容"></el-input>--> |
| | | <!-- <el-button @click="scanCompleted" style="float: right" type="primary">æ«ç å®æ</el-button>--> |
| | | <el-button type="primary" style="float: right" icon="el-icon-search" size="mini" @click="serialLink">串å£è¿æ¥</el-button> |
| | | <el-button @click="clearClick" style="float: right" type="danger" size="mini">æ¸
é¤</el-button> |
| | | </el-card> |
| | | </el-col> |
| | | |
| | | </el-row> |
| | | <el-row :gutter="5" style="margin-top: 5px"> |
| | | <el-col :span="24"> |
| | | <el-tabs type="border-card" style="height: 600px" v-model="activeName" @tab-click="changeMenu"> |
| | | <el-tab-pane name="first"> |
| | | <span slot="label"> <a class="el-icon-date"></a>é¦é¡µ</span> |
| | | <el-col :span="24"> |
| | | <div> |
| | | <div style="display: none" id="printMe"> |
| | | <p style="margin-left: 25px">9900166410</p> |
| | | <p style="margin-left: 25px">HW001.001</p> |
| | | <p style="margin-left: 25px">SW002.005</p> |
| | | <br> |
| | | <br> |
| | | <br> |
| | | <br> |
| | | <span style="font-size: 30px;font-weight: bold;margin-left: 25px;">GEELY</span><br> |
| | | <span style="font-size: 10px;margin-left: 14px">COMMERCIAL VEHICLE</span><br> |
| | | <span style="margin-left: 44px">H2155D</span><br> |
| | | <span style="margin-left: 44px">993083</span><br> |
| | | <span style="margin-left: 26px">9900166410</span><br> |
| | | <span style="font-size: 10px;margin-right: 10px">{{text1}}</span> |
| | | <br> |
| | | <br> |
| | | <br> |
| | | <br> |
| | | <br> |
| | | <div ref="canvasWrapper" id="canvasWrapper" style="display: flex;justify-content: center;margin-top: -27px"></div> |
| | | <span style="font-size: 7px;word-break: break-all;display: flex;justify-content: center;">P9900166410#T{{text1}}#V993983#SSW002.005#HHW001.001#NBMS#</span> |
| | | </div> |
| | | <el-button @click="print1">æå°</el-button> |
| | | <el-button style="display: none" @click="test1">çæäºç»´ç </el-button> |
| | | |
| | | </div> |
| | | </el-col> |
| | | </el-tab-pane> |
| | | </el-tabs> |
| | | </el-col> |
| | | </el-row> |
| | | <el-dialog v-dialogpop-up :title="title" :visible.sync="open1" width="1000" append-to-body> |
| | | <el-row |
| | | type="flex" |
| | | class="row-bg" |
| | | justify="center" |
| | | v-show="portsList.length === 0" |
| | | > |
| | | <el-col :span="7"> |
| | | <div style="margin-top: 400px"> |
| | | <span style="display: block"> |
| | | ä»
æ¯æChrome 89+æè
Edge 89+æµè§å¨(å®å
¨ä¸ä¸æï¼HTTPSï¼ä¸å¯ç¨) |
| | | </span> |
| | | <el-button type="primary" @click="obtainAuthorization">ææ</el-button> |
| | | </div> |
| | | </el-col> |
| | | </el-row> |
| | | <el-form |
| | | v-show="portsList.length > 0" |
| | | ref="form1" |
| | | :model="form1" |
| | | label-width="100px"> |
| | | <el-row> |
| | | <el-col :span="24" |
| | | ><div> |
| | | <el-form-item label="串å£"> |
| | | <el-select |
| | | v-model="form1.port" |
| | | filterable |
| | | placeholder="请éæ©ä¸²å£" |
| | | :disabled="isDisable" |
| | | > |
| | | <el-option |
| | | v-for="item in portsList" |
| | | :key="item.value" |
| | | :label="item.label" |
| | | :value="item.value" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="æ³¢ç¹ç"> |
| | | <el-autocomplete |
| | | popper-class="my-autocomplete" |
| | | v-model="form1.baudRate" |
| | | :fetch-suggestions="querySearch" |
| | | placeholder="请è¾å
¥æ³¢ç¹ç" |
| | | :disabled="isDisable" |
| | | > |
| | | <i class="el-icon-edit el-input__icon" slot="suffix"> </i> |
| | | <template slot-scope="{ item }"> |
| | | <div class="name">{{ item.value }}</div> |
| | | <span class="addr">{{ item.address }}</span> |
| | | </template> |
| | | </el-autocomplete> |
| | | </el-form-item> |
| | | <el-form-item label="æ°æ®ä½"> |
| | | <el-select |
| | | v-model="form1.dataBits" |
| | | placeholder="请éæ©æ°æ®ä½" |
| | | :disabled="isDisable" |
| | | > |
| | | <el-option label="7" value="7"></el-option> |
| | | <el-option label="8" value="8"></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="åæ¢ä½"> |
| | | <el-select |
| | | v-model="form1.stopBits" |
| | | placeholder="请éæ©åæ¢ä½" |
| | | :disabled="isDisable" |
| | | > |
| | | <el-option label="1" value="1"></el-option> |
| | | <el-option label="2" value="2"></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="æ ¡éªä½"> |
| | | <el-select |
| | | v-model="form1.parity" |
| | | placeholder="请éæ©æ ¡éªä½" |
| | | :disabled="isDisable" |
| | | > |
| | | <el-option label="None" value="none"></el-option> |
| | | <el-option label="Even" value="even"></el-option> |
| | | <el-option label="Odd" value="odd"></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="æµæ§å¶"> |
| | | <el-select |
| | | v-model="form1.flowControl" |
| | | placeholder="请éæ©æµæ§å¶" |
| | | :disabled="isDisable" |
| | | > |
| | | <el-option label="None" value="none"></el-option> |
| | | <el-option label="HardWare" value="hardware"></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="æ¾ç¤ºåå²"> |
| | | <el-switch |
| | | v-model="form1.isShowHistory" |
| | | @change="loadHistory" |
| | | ></el-switch> |
| | | <el-button |
| | | type="danger" |
| | | icon="el-icon-delete" |
| | | circle |
| | | title="æ¸
空åå²" |
| | | @click="clearHistory" |
| | | ></el-button> |
| | | </el-form-item> |
| | | <el-form-item label="åéåºè®¾ç½®" v-show="isShowSendArea"> |
| | | <el-form-item label="åéæ ¼å¼"> |
| | | <el-radio-group v-model="form1.type"> |
| | | <el-radio label="1">ASCII</el-radio> |
| | | <el-radio label="2">HEX</el-radio> |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | <el-form-item label="åéä¿¡æ¯"> |
| | | <el-input type="textarea" v-model="form1.sendMsg"></el-input> |
| | | </el-form-item> |
| | | <el-button type="primary" @click="sendCommon">åé</el-button> |
| | | </el-form-item> |
| | | |
| | | <el-form-item> |
| | | <el-button :type="btnType" @click="connectBtn">{{ |
| | | btnText |
| | | }}</el-button> |
| | | <el-button type="info" @click="obtainAuthorization" |
| | | >æ°å¢ææ</el-button |
| | | > |
| | | </el-form-item> |
| | | </div> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | | <script> |
| | | import {getIpv4, listStationConf} from "@/api/main/sc/stationConf"; |
| | | import { |
| | | noPageListFormulaChild, |
| | | workpieceRelease, |
| | | yzUpdateResults, |
| | | yzUpdateTighteningFormula |
| | | } from "@/api/main/bs/formulaChild/formulaChild"; |
| | | import MySerialPort from "@/utils/MySerialPort"; |
| | | import USBDevice from "@/utils/usb.json"; |
| | | import {addPassingStationCollection} from "@/api/main/da/passingStationCollection/passingStationCollection"; |
| | | import { |
| | | addTighteningParameters, |
| | | replaceAssemblyCode, |
| | | saveCampaignTimeParameters, |
| | | yzAddBasicParameters, |
| | | } from "@/api/main/da/paramCollection/paramCollection"; |
| | | import QRCode from "qrcodejs2"; |
| | | |
| | | export default { |
| | | name: "stationTerminal", |
| | | data() { |
| | | return { |
| | | showInput: true, |
| | | serialPortContent: '', |
| | | // æ¥è¯¢åæ° |
| | | formulaChildParams: { |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | productCode: null, |
| | | processesCode: null, |
| | | }, |
| | | // é
æ¹é
ç½®åä¿¡æ¯è¡¨æ ¼æ°æ® |
| | | formulaChildList: [], |
| | | ipAddress: '', |
| | | imgSrc: '', |
| | | headContent: { |
| | | processesCode: 'OP520', |
| | | processesName: 'æåä¸çº¿', |
| | | sfcCode: '', |
| | | yzSfcCode: '', |
| | | }, |
| | | workpieceInformation: { |
| | | workOrderNo: null, |
| | | productCode: null, |
| | | productModel: null, |
| | | productName: null, |
| | | beat: null, |
| | | }, |
| | | // æ¥è¯¢åæ° |
| | | queryParams: { |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | sfcCode: null, |
| | | }, |
| | | // æ¥è¯¢åæ° |
| | | StationConfQueryParams: { |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | ipAddress: null, |
| | | }, |
| | | cakeLamp: { |
| | | plcState: 1, //plc |
| | | scannerState: 1, //æ«ç æª |
| | | InPlace: 0, //工件å°ä½ |
| | | scanFinish: 0, |
| | | startWork: 0, |
| | | release: 0 //å
许æ¾è¡ |
| | | }, |
| | | content: '', |
| | | activeName: 'first', |
| | | url: "ws://192.168.2.76:8080/websocket/message/", |
| | | message: "", |
| | | text_content: "", |
| | | ws: null, |
| | | inputValue: '9', |
| | | |
| | | open1: false, |
| | | input: "", |
| | | keepReading: true, |
| | | form1: { |
| | | baudRate: "115200", |
| | | dataBits: "8", |
| | | stopBits: "1", |
| | | parity: "none", |
| | | flowControl: "none", |
| | | desc: "", |
| | | type: "1", |
| | | isShowHistory: false, |
| | | }, |
| | | btnType: "primary", |
| | | btnText: "è¿æ¥ä¸²å£", |
| | | restaurants: [], |
| | | portsList: [], |
| | | isShowSendArea: false, |
| | | readType: 1, |
| | | title: "", |
| | | |
| | | passingStationForm: {}, |
| | | originalArray: [], |
| | | text1: '', |
| | | } |
| | | }, |
| | | beforeDestroy() { |
| | | this.exit(); |
| | | }, |
| | | created() { |
| | | this.initStation(); |
| | | // this.getStationConfList(); |
| | | // setTimeout(() => { |
| | | // this.connectWebsocket(); |
| | | // }, 3000); |
| | | }, |
| | | mounted() { |
| | | if ("serial" in navigator) { |
| | | this.myserialport = new MySerialPort(); |
| | | this.getPorts(); |
| | | navigator.serial.addEventListener("connect", (e) => { |
| | | this.$message.success("设å¤å·²è¿æ¥"); |
| | | this.getPorts(); |
| | | }); |
| | | navigator.serial.addEventListener("disconnect", (e) => { |
| | | this.$message.error("设å¤å·²æå¼"); |
| | | }); |
| | | this.restaurants = this.loadAll(); |
| | | } else { |
| | | this.$message.error( |
| | | "å½å为HTTP模å¼æè
æµè§å¨çæ¬è¿ä½ï¼ä¸æ¯æç½é¡µè¿æ¥ä¸²å£" |
| | | ); |
| | | } |
| | | }, |
| | | computed: { |
| | | isDisable() { |
| | | return this.btnType === "danger"; |
| | | }, |
| | | }, |
| | | methods: { |
| | | serialLink() { |
| | | this.open1 = true |
| | | }, |
| | | bindYzSfc(){ |
| | | if(this.headContent.sfcCode!==""&&this.headContent.yzSfcCode!==""){ |
| | | let param = { |
| | | sfcCode: this.headContent.sfcCode, |
| | | locationCode: this.headContent.processesCode, |
| | | yzSfcCode: this.headContent.yzSfcCode |
| | | } |
| | | this.$message('å¯ä»¥ç»å®ï¼'); |
| | | replaceAssemblyCode(param).then(response => { |
| | | |
| | | }); |
| | | } |
| | | }, |
| | | |
| | | Release(){ |
| | | // this.$message('portsListï¼'+this.portsList.length); |
| | | if(this.btnType === "danger"){ |
| | | this.$message('è¿æ¥äº!ï¼'); |
| | | |
| | | }else { |
| | | this.$message('meiè¿æ¥äºï¼'); |
| | | |
| | | } |
| | | |
| | | }, |
| | | serialPortMethod(value){ |
| | | let formulaChildParams = { |
| | | scanBarcode: value, |
| | | sfcBarcode: this.headContent.sfcCode, |
| | | workOrderNo: this.workpieceInformation.workOrderNo, |
| | | productCode: "1P102S", |
| | | locationCode: this.headContent.processesCode, |
| | | collectionTime: new Date() |
| | | } |
| | | yzUpdateResults(formulaChildParams).then(response => { |
| | | this.getListFormulaChild() |
| | | }); |
| | | }, |
| | | rowStyle({ row }) { |
| | | if (row.results === 'OK') { |
| | | return 'background-color: PaleGreen'; |
| | | } else if (row.results === 'NG') { |
| | | return 'background-color: LightSalmon'; |
| | | } |
| | | return ''; |
| | | }, |
| | | /** æ¥è¯¢é
æ¹é
ç½®åä¿¡æ¯å表 */ |
| | | getListFormulaChild() { |
| | | this.formulaChildParams.productCode = "1P102S" |
| | | this.formulaChildParams.processesCode = this.headContent.processesCode |
| | | console.log(this.formulaChildParams) |
| | | noPageListFormulaChild(this.formulaChildParams).then(response => { |
| | | this.formulaChildList = response.rows; |
| | | if (this.formulaChildList.length >0){ |
| | | let pos = 0 |
| | | const tempArr = this.formulaChildList.filter(x=> 'OK' === x.results) |
| | | if (tempArr.length>0){ |
| | | pos = tempArr.length |
| | | this.$nextTick(() => { |
| | | let temp33 = document.getElementsByClassName('el-table__row') |
| | | console.log('temp33',temp33) |
| | | console.log('len',temp33.item(pos)) |
| | | if (temp33.length > 0){ |
| | | console.log('1111111111111111') |
| | | let arr = temp33[pos-1] |
| | | console.log('srr',arr) |
| | | arr.scrollIntoView({ block: 'center' }) |
| | | } |
| | | }) |
| | | } |
| | | |
| | | } |
| | | }); |
| | | }, |
| | | endClear(){ |
| | | |
| | | }, |
| | | changeMenu(tab, event) { |
| | | console.log(tab, event); |
| | | }, |
| | | clearClick(){ |
| | | this.$message('è¿æ¯ä¸æ¡æ¸
é¤æ¶æ¯æ示'); |
| | | this.headContent.sfcCode = null |
| | | }, |
| | | scanCompleted(){ |
| | | this.$message('æ«ç å®æ'+this.content); |
| | | this.headContent.sfcCode = this.content |
| | | this.queryParams.sfcCode = this.content |
| | | this.getList() |
| | | this.getListFormulaChild() |
| | | this.cakeLamp.scanFinish = 1 |
| | | this.cakeLamp.startWork = 1 |
| | | |
| | | }, |
| | | /** æ¥è¯¢å·¥åå表 */ |
| | | async getList() { |
| | | // this.getListFormulaChild() |
| | | // this.addOverStationCollection() |
| | | this.print1() |
| | | }, |
| | | print1() { |
| | | // æ°å¼é¡µé¢æå° |
| | | let newStr = document.getElementById('printMe').innerHTML; |
| | | let newWin = window.open('', '_blank'); |
| | | newWin.document.body.innerHTML = newStr; |
| | | newWin.print(); |
| | | return false; |
| | | }, |
| | | test1(){ |
| | | document.getElementById('canvasWrapper').innerHTML = ''; |
| | | this.$nextTick(() => { |
| | | let qrCode = new QRCode('canvasWrapper',{ |
| | | width: 120, |
| | | height: 120, |
| | | text: this.text1, |
| | | colorDark: '#000', |
| | | colorLight: '#fff' |
| | | }) |
| | | }) |
| | | }, |
| | | |
| | | /** å
¥ç«å¢å è¿ç«ééè®°å½ **/ |
| | | addOverStationCollection(){ |
| | | this.passingStationForm = { |
| | | id: null, |
| | | // workOrderNo: this.workpieceInformation.workOrderNo, |
| | | productCode: "1P102S", |
| | | locationCode: this.headContent.processesCode, |
| | | // model: this.workpieceInformation.productModel, |
| | | productBarcode: this.headContent.sfcCode, |
| | | sfcCode: this.headContent.sfcCode, |
| | | inboundTime: new Date() |
| | | } |
| | | addPassingStationCollection(this.passingStationForm).then(response => {}); |
| | | yzAddBasicParameters(this.passingStationForm).then(response => {}); |
| | | }, |
| | | exit() { |
| | | if (this.ws) { |
| | | this.ws.close(); |
| | | this.ws = null; |
| | | } |
| | | }, |
| | | send() { |
| | | if (this.ws) { |
| | | this.ws.send(this.message); |
| | | } else { |
| | | alert("æªè¿æ¥å°æå¡å¨"); |
| | | } |
| | | }, |
| | | |
| | | initStation: async function () { |
| | | await getIpv4().then(response => { |
| | | this.StationConfQueryParams.ipAddress = response.msg |
| | | console.log('æ¥è¯¢å°æ¬å·¥ä½IP为' + this.StationConfQueryParams.ipAddress) |
| | | }); |
| | | await listStationConf(this.StationConfQueryParams).then(response => { |
| | | let rows = response.rows[0] |
| | | if (response.rows.length === 0) { |
| | | // this.$message('该工ä½æ²¡æé
ç½®IPï¼è¯·è系管çåé
ç½®IP'); |
| | | return |
| | | } |
| | | this.headContent.processesName = rows.processesName |
| | | this.headContent.processesCode = rows.processesCode |
| | | console.log('设置工ä½ç¼ç ' + this.headContent.processesCode) |
| | | |
| | | }); |
| | | this.conCom() |
| | | console.log('websocketè¿æ¥å·¥ä½ä¸º' + this.headContent.processesCode) |
| | | const wsuri = this.url + this.headContent.processesCode; |
| | | this.ws = new WebSocket(wsuri); |
| | | const self = this; |
| | | this.ws.onopen = function (event) { |
| | | this.$message('websocketè¿æ¥æåï¼'); |
| | | }; |
| | | this.ws.onmessage = function (event) { |
| | | if (event.data === "IN") { |
| | | self.cakeLamp.InPlace = 1; |
| | | } else if (event.data === "IN0") { |
| | | self.cakeLamp.InPlace = 0; |
| | | } else if (event.data === "OUT") { |
| | | console.log("out") |
| | | |
| | | const param = { |
| | | workOrderNo: self.workpieceInformation.workOrderNo, |
| | | productCode: "1P102S", |
| | | locationCode: self.headContent.processesCode, |
| | | productBarcode: self.headContent.sfcCode, |
| | | } |
| | | // saveCampaignTimeParameters(param).then(response => {}); |
| | | // self.cakeLamp.release = 1; |
| | | workpieceRelease(param).then(response => {}); |
| | | self.formulaChildList = []; |
| | | self.headContent.sfcCode = ''; |
| | | console.log(self.formulaChildList) |
| | | } else if (event.data === "END") { |
| | | // const param = { |
| | | // workOrderNo: self.workpieceInformation.workOrderNo, |
| | | // productCode: self.workpieceInformation.productCode, |
| | | // locationCode: self.headContent.processesCode, |
| | | // productBarcode: self.headContent.sfcCode, |
| | | // } |
| | | // saveCampaignTimeParameters(param).then(response => {}); |
| | | // self.endClear() |
| | | // workpieceRelease(param).then(response => {}); |
| | | } else if (event.data.includes("[")) { |
| | | let formulaChilds = ""; |
| | | self.formulaChildList.sort((a, b) => a.stepSort - b.stepSort); |
| | | self.formulaChildList |
| | | .filter((formulaChild) => formulaChild.operationType === '1'); |
| | | for (let i = 0; i < self.formulaChildList.length; i++) { |
| | | let formulaChild = self.formulaChildList[i]; |
| | | let results = formulaChild.results; |
| | | if (results === '' || results === null || results === 'NG') { |
| | | formulaChilds = formulaChild; |
| | | break; |
| | | } |
| | | } |
| | | const param = { |
| | | tightenTheArray: event.data, |
| | | paramCode: formulaChilds.paramCode, |
| | | // workOrderNo: self.workpieceInformation.workOrderNo, |
| | | productCode: "1P102S", |
| | | locationCode: self.headContent.processesCode, |
| | | productBarcode: self.headContent.sfcCode, |
| | | } |
| | | addTighteningParameters(param).then(response => {}); |
| | | yzUpdateTighteningFormula(param).then(response => { |
| | | console.log(response.msg) |
| | | if(response.msg === "1"){ |
| | | self.getListFormulaChild() |
| | | |
| | | }else { |
| | | const param = { |
| | | workOrderNo: self.workpieceInformation.workOrderNo, |
| | | productCode: "1P102S", |
| | | locationCode: self.headContent.processesCode, |
| | | productBarcode: self.headContent.sfcCode, |
| | | } |
| | | saveCampaignTimeParameters(param).then(response => {}); |
| | | workpieceRelease(param).then(response => {}); |
| | | self.formulaChildList = []; |
| | | self.headContent.sfcCode = ''; |
| | | } |
| | | }); |
| | | } |
| | | }; |
| | | }, |
| | | |
| | | |
| | | |
| | | //æ¥åæ°æ®çåè° |
| | | callBack(value) { |
| | | if (this.form1.isShowHistory) this.form1.desc = this.readLi().join(""); |
| | | else { |
| | | const scanValue = this.myserialport.hex2atostr(value).replace(/[\r\n]/g, ''); |
| | | console.log("串å£æ¶å°æ°æ®-------------------"+scanValue) |
| | | this.test1() |
| | | this.text1 = scanValue |
| | | this.headContent.sfcCode = scanValue |
| | | // this.print1() |
| | | // setTimeout(() => { |
| | | // this.print() |
| | | // },50) |
| | | // this.getList() |
| | | |
| | | } |
| | | }, |
| | | clearHistory() { |
| | | this.form1.desc = ""; |
| | | this.myserialport.state.readValue = []; |
| | | }, |
| | | loadHistory() { |
| | | if (this.form1.isShowHistory) this.form1.desc = this.readLi().join(""); |
| | | else { |
| | | let temp = this.readLi(); |
| | | if (temp.length > 0) this.form1.desc = temp[temp.length - 1].join(""); |
| | | } |
| | | }, |
| | | readLi() { |
| | | let readType = this.readType; |
| | | return this.myserialport.state.readValue.map((items, index) => { |
| | | const item = items.value; |
| | | const type = items.type; // 1æ¥æ¶ï¼2åé |
| | | let body = []; |
| | | if (item !== undefined) { |
| | | let strArr = []; |
| | | for (let hex of Array.from(item)) { |
| | | strArr.push(hex.toString(16).toLocaleUpperCase()); |
| | | } |
| | | if (strArr.includes("D") && strArr.includes("A")) { |
| | | if (strArr.indexOf("A") - strArr.indexOf("D") === 1) { |
| | | strArr.splice(strArr.indexOf("D"), 1); |
| | | strArr.splice(strArr.indexOf("A"), 1, <br key={0} />); |
| | | } |
| | | } |
| | | strArr = strArr.map((item) => { |
| | | if (typeof item === "string") { |
| | | if (readType === 1) { |
| | | return this.myserialport.hex2a(parseInt(item, 16)); |
| | | } else if (readType === 2) { |
| | | return item + " "; |
| | | } |
| | | } |
| | | return item; |
| | | }); |
| | | if (typeof strArr[strArr.length - 1] === "string") { |
| | | strArr.push("\r\n"); |
| | | } |
| | | body.push(strArr.join("")); |
| | | } |
| | | return body; |
| | | }); |
| | | }, |
| | | conCom(){ |
| | | try { |
| | | this.myserialport.state.baudRate = this.form1.baudRate; |
| | | this.myserialport.state.dataBits = this.form1.dataBits; |
| | | this.myserialport.state.stopBits = this.form1.stopBits; |
| | | this.myserialport.state.parity = this.form1.parity; |
| | | this.myserialport.state.flowControl = this.form1.flowControl; |
| | | this.myserialport.openPort(0, true, this.callBack); |
| | | console.log(this.form1.port) |
| | | } catch (error) { |
| | | this.$message.error("串å£è¿æ¥å¤±è´¥ï¼è¯·æ£æ¥ä¸²å£æ¯å¦å·²è¢«å ç¨"); |
| | | } |
| | | if (this.myserialport.state.isOpen) { |
| | | this.$message.success("串å£è¿æ¥æå"); |
| | | } |
| | | }, |
| | | //è¿æ¥ |
| | | async connectBtn() { |
| | | if (this.btnType === "primary") { |
| | | try { |
| | | this.myserialport.state.baudRate = this.form1.baudRate; |
| | | this.myserialport.state.dataBits = this.form1.dataBits; |
| | | this.myserialport.state.stopBits = this.form1.stopBits; |
| | | this.myserialport.state.parity = this.form1.parity; |
| | | this.myserialport.state.flowControl = this.form1.flowControl; |
| | | await this.myserialport.openPort(this.form1.port, true, this.callBack); |
| | | console.log(this.form1.port) |
| | | } catch (error) { |
| | | this.$message.error("串å£è¿æ¥å¤±è´¥ï¼è¯·æ£æ¥ä¸²å£æ¯å¦å·²è¢«å ç¨"); |
| | | } |
| | | if (this.myserialport.state.isOpen) { |
| | | this.$message.success("串å£è¿æ¥æå"); |
| | | this.open1 = false |
| | | this.btnType = "danger"; |
| | | this.btnText = "å
³é串å£"; |
| | | } |
| | | } else { |
| | | this.myserialport.openPort(this.form1.port, false, this.callBack); |
| | | this.$message.success("串å£å
³éæå"); |
| | | this.btnType = "primary"; |
| | | this.btnText = "è¿æ¥ä¸²å£"; |
| | | } |
| | | }, |
| | | //ææ |
| | | async obtainAuthorization() { |
| | | if ("serial" in navigator) { |
| | | console.log("The Web Serial API is supported."); |
| | | if (!this.myserialport) this.myserialport = new MySerialPort(); |
| | | try { |
| | | await this.myserialport.handleRequestPort(); |
| | | this.$message.success("串å£æææå"); |
| | | this.getPortInfo(this.myserialport.state.ports); |
| | | } catch (error) { |
| | | this.$message.warning("æªéæ©æ°ä¸²å£ææï¼"); |
| | | } |
| | | } else { |
| | | this.$message.error( |
| | | "å½å为HTTP模å¼æè
æµè§å¨çæ¬è¿ä½ï¼ä¸æ¯æç½é¡µè¿æ¥ä¸²å£" |
| | | ); |
| | | } |
| | | }, |
| | | //串å£å表åå§å |
| | | getPortInfo(portList) { |
| | | this.portsList = []; |
| | | portList.map((port, index) => { |
| | | const { usbProductId, usbVendorId } = port.getInfo(); |
| | | if (usbProductId === undefined || usbVendorId === undefined) { |
| | | this.portsList.push({ label: "æªç¥è®¾å¤" + index, value: index }); |
| | | } else { |
| | | const usbVendor = USBDevice.filter( |
| | | (item) => parseInt(item.vendor, 16) === usbVendorId |
| | | ); |
| | | let usbProduct = []; |
| | | if (usbVendor.length === 1) { |
| | | usbProduct = usbVendor[0].devices.filter( |
| | | (item) => parseInt(item.devid, 16) === usbProductId |
| | | ); |
| | | } |
| | | this.portsList.push({ label: usbProduct[0].devname, value: index }); |
| | | } |
| | | }); |
| | | }, |
| | | // åé |
| | | async sendCommon() { |
| | | if (this.myserialport.state.isOpen) { |
| | | if (this.form1.sendMsg.length !== 0) { |
| | | const writeType = this.form1.type; |
| | | let value = this.form1.sendMsg; |
| | | let arr = []; |
| | | if (writeType === 1) { |
| | | // ASCII |
| | | for (let i = 0; i < value.length; i++) { |
| | | arr.push(this.myserialport.a2hex(value[i])); |
| | | } |
| | | } else if (writeType === 2) { |
| | | // HEX |
| | | if (/^[0-9A-Fa-f]+$/.test(value) && value.length % 2 === 0) { |
| | | for (let i = 0; i < value.length; i = i + 2) { |
| | | arr.push(parseInt(value.substring(i, i + 2), 16)); |
| | | } |
| | | } else { |
| | | this.$message.error("æ ¼å¼é误"); |
| | | return; |
| | | } |
| | | } |
| | | this.myserialport.writeText(arr); |
| | | } else { |
| | | this.$message.warning("请è¾å
¥åéçä¿¡æ¯"); |
| | | } |
| | | } else { |
| | | this.$message.warning("串å£å¤äºå
³éç¶æï¼è¯·è¿æ¥ä¸²å£"); |
| | | } |
| | | }, |
| | | async getPorts() { |
| | | await this.myserialport.getPorts(); |
| | | this.getPortInfo(this.myserialport.state.ports); |
| | | }, |
| | | querySearch(queryString, cb) { |
| | | var restaurants = this.restaurants; |
| | | var results = queryString |
| | | ? restaurants.filter(this.createFilter(queryString)) |
| | | : restaurants; |
| | | // è°ç¨ callback è¿å建议å表çæ°æ® |
| | | cb(results); |
| | | }, |
| | | createFilter(queryString) { |
| | | return (restaurant) => { |
| | | return ( |
| | | restaurant.value.toLowerCase().indexOf(queryString.toLowerCase()) === |
| | | 0 |
| | | ); |
| | | }; |
| | | }, |
| | | loadAll() { |
| | | return [ |
| | | { value: "110" }, |
| | | { value: "300" }, |
| | | { value: "600" }, |
| | | { value: "1200" }, |
| | | { value: "2400" }, |
| | | { value: "4800" }, |
| | | { value: "7200" }, |
| | | { value: "9600" }, |
| | | { value: "14400" }, |
| | | { value: "19200" }, |
| | | { value: "28800" }, |
| | | { value: "38400" }, |
| | | { value: "56000" }, |
| | | { value: "57600" }, |
| | | { value: "76800" }, |
| | | { value: "115200" }, |
| | | { value: "230400" }, |
| | | { value: "460800" }, |
| | | ]; |
| | | }, |
| | | } |
| | | } |
| | | |
| | | </script> |
| | | <style scoped> |
| | | .bottom-card{ |
| | | height: 600px; |
| | | } |
| | | .circle-button{ |
| | | height: 30px; |
| | | width: 30px; |
| | | } |
| | | .circle-red { |
| | | background-color: #e01a4f; |
| | | } |
| | | .circle-green { |
| | | background-color: green; |
| | | } |
| | | .circle-green-animate { |
| | | background-color: green; |
| | | animation: circle-green-animate 2s infinite; |
| | | } |
| | | @keyframes circle-green-animate { |
| | | 50% { |
| | | opacity: 0.6; |
| | | } |
| | | 0% { |
| | | opacity: 0.2; |
| | | } |
| | | } |
| | | .head-font{ |
| | | /*font-weight: bold;*/ |
| | | /*font-size: 25px;*/ |
| | | } |
| | | span{ |
| | | font-size: 15px; |
| | | } |
| | | .el-table .warning-row { |
| | | background: oldlace; |
| | | } |
| | | |
| | | .el-table .success-row { |
| | | background: #f0f9eb; |
| | | } |
| | | </style> |
| | | |