CN111026778B - Data searching method of multifunctional engraving machine based on LabVIEW - Google Patents

Data searching method of multifunctional engraving machine based on LabVIEW Download PDF

Info

Publication number
CN111026778B
CN111026778B CN201911288264.0A CN201911288264A CN111026778B CN 111026778 B CN111026778 B CN 111026778B CN 201911288264 A CN201911288264 A CN 201911288264A CN 111026778 B CN111026778 B CN 111026778B
Authority
CN
China
Prior art keywords
labview
content
input content
engraving machine
word stock
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911288264.0A
Other languages
Chinese (zh)
Other versions
CN111026778A (en
Inventor
范淇元
黄珠保
林春盛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou College of South China University of Technology
Original Assignee
Guangzhou College of South China University of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou College of South China University of Technology filed Critical Guangzhou College of South China University of Technology
Priority to CN201911288264.0A priority Critical patent/CN111026778B/en
Publication of CN111026778A publication Critical patent/CN111026778A/en
Application granted granted Critical
Publication of CN111026778B publication Critical patent/CN111026778B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Processing Or Creating Images (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a data searching method of a multifunctional engraving machine based on LabVIEW, which belongs to the technical field of engraving machines and obtains line thickness and shape selection; drawing a path by a user; converting the path to the point coordinates; and determining the input content; in this embodiment, coordinate points on the path are obtained in real time when the path is drawn, and after the drawing is completed, the drawn content is stored, and the input content can be Chinese characters, letters and graphics; creating a table by using an additional toolkit MySQL of LabVIEW; invoking the content in the word stock through LabVIEW, opening the word stock through LabVIEW, and searching the content corresponding to the input content in the word stock to realize the identification of the shape of the input content; according to the identified content automatic searching program and storing the content automatic searching program into a database, the method realizes faster and more convenient data retrieval.

Description

Data searching method of multifunctional engraving machine based on LabVIEW
Technical Field
The invention relates to a carving machine, in particular to a data searching method of a multifunctional carving machine based on LabVIEW, and belongs to the technical field of carving machines.
Background
In the 90 th century, the technology of the mechanical engraving machine is quite mature in China, the engraving process from the engraving machine to the three-dimensional engraving machine can be called as a dragon tiger, the living needs of people are met, the application range is as large as the whole world, as small as the water cup of the engraving machine has the engraving trace of the engraving machine, the engraving machine is unprecedented development in China, the engraving machine is industrially less, and the engraving machine has a non-negligible influence on the living of people.
In the prior art, when a carving machine is used for carving, the content of a font to be carved needs to be manually set, and then the carving is carried out according to the selected program, so that the mode of searching the corresponding program according to the manually input keywords is inconvenient to inquire, the searching is time-consuming, automatic setting cannot be truly realized, even if the content of the font to be carved is searched in a picture mode, the identified graphic font also needs to be converted between the corresponding operation programs of the carving machine, so that the operation is inconvenient, and the data searching method of the multifunctional carving machine based on LabVIEW is designed for optimizing the problems.
Disclosure of Invention
The invention mainly aims to provide a data searching method of a multifunctional engraving machine based on LabVIEW, which is faster and more convenient for data retrieval and convenient to operate.
The aim of the invention can be achieved by adopting the following technical scheme:
a data searching method of a multifunctional engraving machine based on LabVIEW comprises the following steps: step 1: obtaining line thickness and shape selection;
step 2: drawing a path by a user;
step 3: converting the path to the point coordinates; and determining the input content;
step 4: creating a table by using an additional toolkit MySQL of LabVIEW; the word stock adopts a form mode, and is used for storing the shape of input content, processing codes corresponding to the input content and coordinate points corresponding to income content, wherein the input content comprises letters, chinese characters and figures; step 5: invoking the content in the word stock through LabVIEW, opening the word stock through LabVIEW, and searching the content corresponding to the input content in the word stock to realize the identification of the shape of the input content;
step 6: and automatically searching programs according to the identified content and storing the programs in a database.
Preferably, the database in step 6 is created by a LabVIEW program.
Preferably, the following steps are included after the pattern shape is identified in step 4:
step 41: matching the input content with the content in the word stock;
step 42: judging whether the content is matched with the content in the word stock; if yes, go to step 6.
Preferably, step 42 further includes storing the input content and the coordinate points corresponding to the input content in the database if the determination is negative.
Preferably, after step 3, the method further comprises:
step 31: judging whether the operation of withdrawing the previous step exists or not;
step 32: if the previous step is not withdrawn, the coordinate point is stored, and if the previous step is withdrawn, the operation of the step 2 is performed;
step 33: and judging whether the coordinate point is the next coordinate point preservation step, if not, finishing the coordinate output of the point, and if so, continuing the coordinate point preservation step.
Preferably, step 4 is preceded by pre-establishing a required word stock and a required table, making various word stocks for the database, and establishing the Chinese character header as a Chinese character as a mark.
Preferably, the database is MySQL, an additional toolkit employing LabVIEW, and the functions of MySQL include query, definition, manipulation and control.
The beneficial technical effects of the invention are as follows:
according to the data searching method of the multifunctional engraving machine based on the LabVIEW, the input content, namely the content to be engraved by the engraving machine, is determined through the user drawing path and the point coordinates, then a table is created by using an additional tool package MySQL of the LabVIEW, and a word stock is in the form of the table; the input content is matched with the content in the word stock, so that the matching of the content to be engraved is realized, the content to be engraved is stored in the Labview database after the matching is finished, and the identification and the acquisition of the input content are realized by using LabVIEW tools, the identification process is performed in a form reading manner, the reading speed is high, and the LabVIEW database is adopted after the acquisition process and the identification, so that the content to be engraved is conveniently read in the engraving process by a subsequent engraving machine, and the retrieval is more convenient.
Drawings
FIG. 1 is a flow chart of a preferred embodiment of a data search method for a LabVIEW-based intelligent three-axis multifunctional engraving machine in accordance with the present invention;
fig. 2 is a flowchart showing a specific procedure of steps 1 to 3 of a data searching method of an intelligent triaxial multifunctional engraving machine based on LabVIEW according to an embodiment of the present invention.
Detailed Description
In order to make the technical solution of the present invention more clear and obvious to those skilled in the art, the present invention will be described in further detail with reference to examples and drawings, but the embodiments of the present invention are not limited thereto.
As shown in fig. 1 and fig. 2, the data searching method of the multifunctional engraving machine based on LabVIEW provided in this embodiment includes the following steps:
step 1: obtaining line thickness and shape selection;
step 2: drawing a path by a user;
step 3: converting the path to the point coordinates; and determining the input content; in this embodiment, coordinate points on the path are obtained in real time when the path is drawn, and after the drawing is completed, the drawn content is stored, and the input content can be Chinese characters, letters and graphics;
step 4: creating a table by using an additional toolkit MySQL of LabVIEW; in the step 4, the word stock is in a form mode, and is used for storing the shape of the input content, the processing code corresponding to the input content and the coordinate point corresponding to the income content, wherein the processing code corresponding to the input content is created through a Labview program;
step 5: invoking the content in the word stock through LabVIEW, opening the word stock through LabVIEW, and searching the content corresponding to the input content in the word stock to realize the identification of the shape of the input content;
step 6: automatically searching programs according to the identified content and storing the programs into a database;
in this embodiment, the database in step 6 is created by a LabVIEW program.
In this embodiment, the following steps are further included after the pattern shape is identified in step 4:
step 41: matching the input content with the content in the word stock;
step 42: judging whether the content is matched with the content in the word stock; if yes, entering a step 6;
step 42 further includes storing the input content and the coordinate points corresponding to the input content in the database if the determination is no.
After matching the input content with the content in the word stock, if the matching is unsuccessful, the identified input content and the corresponding coordinate point are stored in the database so as to use the input content next time.
In this embodiment, after step 3, the method further includes:
step 31: judging whether the operation of withdrawing the previous step exists or not;
step 32: if the previous step is not withdrawn, the coordinate point is stored, and if the previous step is withdrawn, the operation of the step 2 is performed;
step 33: and judging whether the coordinate point is the next coordinate point preservation step, if not, finishing the coordinate output of the point, and if so, continuing the coordinate point preservation step.
After the path is obtained, whether the step of withdrawing the last step is carried out is judged, so that the input content is convenient to modify, and meanwhile, whether the next coordinate point needs to be drawn is further judged, so that the input content is convenient to completely determine.
In this embodiment, step 4 further includes pre-creating a required word stock and a required table, creating various word stocks for the database, and creating a Chinese character header as a Chinese character as a label.
The database is conveniently called in the step 4 through presetting a word stock and a table, and the Chinese character header is taken as a mark, so that quick retrieval is conveniently carried out when the input content is Chinese characters.
In this embodiment, the database is MySQL, which is an additional tool package of LabVIEW, and functions of MySQL include query, definition, manipulation and control, so that functions of data storage, extraction, deletion and insertion can be provided for users.
In this embodiment, the hardware for carrying data search uses nimuri o, which supports graphics programming G language and C language, and the c++ programming mode programs the ARM processor of nimuri, and LabVIEW also has multiple functions and various additional software system interfaces.
In this embodiment, the NImyRIO has 1 667MHz dual core armcotex-A9 processor, 80 dsplices units, 10 analog input units, 6 analog output units, 1 stereo audio input unit, 1 stereo audio output unit, 16 DMA channels FPGA,28K logic units, 4 programmable LED lights, 1 programmable button, 1 onboard tri-axial acceleration sensor.
In summary, through the user drawing the path and the point coordinates, determining the input content, namely the content to be engraved by the engraving machine, and then creating a table by using the additional toolkit MySQL of LabVIEW; the input content is matched with the content in the word stock, so that the matching of the content to be engraved is realized, the content to be engraved is stored in the Labview database after the matching is finished, and the identification and the acquisition of the input content are realized by using LabVIEW tools, the identification process is performed in a form reading manner, the reading speed is high, and the LabVIEW database is adopted after the acquisition process and the identification, so that the content to be engraved is conveniently read in the engraving process by a subsequent engraving machine, and the retrieval is more convenient.
The above description is merely a further embodiment of the present invention, but the protection scope of the present invention is not limited thereto, and any person skilled in the art will be able to apply equivalents and modifications according to the technical solution and the concept of the present invention within the scope of the present invention disclosed in the present invention.

Claims (7)

1. The data searching method of the multifunctional engraving machine based on LabVIEW is characterized by comprising the following steps of:
step 1: obtaining line thickness and shape selection;
step 2: drawing a path by a user;
step 3: converting the path to the point coordinates; and determining the input content;
step 4: creating a table by using an additional toolkit MySQL of LabVIEW; the word stock adopts a form mode, and is used for storing the shape of input content, processing codes corresponding to the input content and coordinate points corresponding to the input content, wherein the input content comprises letters, chinese characters and figures;
step 5: invoking the content in the word stock through LabVIEW, opening the word stock through LabVIEW, and searching the content corresponding to the input content in the word stock to realize the identification of the shape of the input content;
step 6: and automatically searching programs according to the identified content and storing the programs in a database.
2. The data searching method of the multifunctional engraving machine based on LabVIEW according to claim 1, wherein the method comprises the following steps: in step 6, the database is created by LabVIEW program.
3. The method for searching data of a multifunctional engraving machine based on LabVIEW according to claim 1, wherein the step 4 is characterized in that the following steps are included after the pattern shape is identified:
step 41: matching the input content with the content in the word stock;
step 42: judging whether the content is matched with the content in the word stock; if yes, go to step 6.
4. The data searching method of the multifunctional engraving machine based on LabVIEW according to claim 3, wherein the method comprises the following steps of: if the step 42 further includes no, the input content and the coordinate points corresponding to the input content are stored in the database.
5. The data searching method of the multifunctional engraving machine based on LabVIEW according to claim 1, wherein the method comprises the following steps: after step 3, the method further comprises:
step 31: judging whether the operation of withdrawing the previous step exists or not;
step 32: if the previous step is not withdrawn, the coordinate point is stored, and if the previous step is withdrawn, the operation of the step 2 is performed;
step 33: and judging whether the coordinate point is the next coordinate point preservation step, if not, finishing the coordinate output of the point, and if so, continuing the coordinate point preservation step.
6. The data searching method of the multifunctional engraving machine based on LabVIEW according to claim 2, wherein the method comprises the following steps: and step 4, pre-establishing a required word stock and a required table, making various word stocks for the database, and establishing a Chinese character header as a Chinese character as a mark.
7. The data searching method of the multifunctional engraving machine based on LabVIEW according to claim 1, wherein the method comprises the following steps: the database is an additional toolkit MySQL adopting LabVIEW, and the functions of MySQL comprise query, definition, manipulation and control.
CN201911288264.0A 2019-12-16 2019-12-16 Data searching method of multifunctional engraving machine based on LabVIEW Active CN111026778B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911288264.0A CN111026778B (en) 2019-12-16 2019-12-16 Data searching method of multifunctional engraving machine based on LabVIEW

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911288264.0A CN111026778B (en) 2019-12-16 2019-12-16 Data searching method of multifunctional engraving machine based on LabVIEW

Publications (2)

Publication Number Publication Date
CN111026778A CN111026778A (en) 2020-04-17
CN111026778B true CN111026778B (en) 2023-05-30

Family

ID=70209385

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911288264.0A Active CN111026778B (en) 2019-12-16 2019-12-16 Data searching method of multifunctional engraving machine based on LabVIEW

Country Status (1)

Country Link
CN (1) CN111026778B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113110298A (en) * 2021-03-30 2021-07-13 共享智能装备有限公司 Engraving program making method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102682031A (en) * 2011-03-17 2012-09-19 新奥特(北京)视频技术有限公司 Method and system of Chinese Pin Yin search suggest based on relational database
CN102777370A (en) * 2012-01-11 2012-11-14 福州大学 Realization method of LabVIEW-based high-pressure pump performance testing system
CN103150941A (en) * 2013-04-10 2013-06-12 浙江传媒学院 Method for establishing visual virtual digital circuit
CN104090570A (en) * 2014-07-24 2014-10-08 武汉市菱电汽车电子有限责任公司 Function test device for electronic control unit of automobile electronic fuel injection system and method thereof
CN104697426A (en) * 2013-12-10 2015-06-10 中国航空工业第六一八研究所 Method for automatically searching zero position of displacement sensor
CN106054815A (en) * 2016-07-01 2016-10-26 福州大学 Laser track control method based on LabView and MPC 28010 type motion control card

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102682031A (en) * 2011-03-17 2012-09-19 新奥特(北京)视频技术有限公司 Method and system of Chinese Pin Yin search suggest based on relational database
CN102777370A (en) * 2012-01-11 2012-11-14 福州大学 Realization method of LabVIEW-based high-pressure pump performance testing system
CN103150941A (en) * 2013-04-10 2013-06-12 浙江传媒学院 Method for establishing visual virtual digital circuit
CN104697426A (en) * 2013-12-10 2015-06-10 中国航空工业第六一八研究所 Method for automatically searching zero position of displacement sensor
CN104090570A (en) * 2014-07-24 2014-10-08 武汉市菱电汽车电子有限责任公司 Function test device for electronic control unit of automobile electronic fuel injection system and method thereof
CN106054815A (en) * 2016-07-01 2016-10-26 福州大学 Laser track control method based on LabView and MPC 28010 type motion control card

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Qiyuan Fan.Design and Realization of Rotating Machinery Conditions Monitoring System Based on Labview.《MECS 15》.2015,330-334. *
贺云凯.基于六轴工业机器人的矢量图形及字符绘制的应用研究.《中国优秀硕士学位论文全文数据库 (信息科技辑)》.2015,第2015年09卷I140-157. *

Also Published As

Publication number Publication date
CN111026778A (en) 2020-04-17

Similar Documents

Publication Publication Date Title
CN104142915B (en) A kind of method and system adding punctuate
CN111026778B (en) Data searching method of multifunctional engraving machine based on LabVIEW
CN110750840B (en) Method and device for automatically generating two-dimensional part view based on three-dimensional model
CN101350102B (en) Cosmetic auxiliary method and system
CN1936892A (en) Image content semanteme marking method
CN109064532B (en) Automatic mouth shape generating method and device for cartoon character
CN107647541A (en) The CNC digitalization processing methods of jewellery
CN107291045A (en) A kind of workshop programing system
US7580574B2 (en) User interface method and apparatus, and computer program
CN103295219A (en) Method and device for segmenting image
CN110992000A (en) Method for managing backlog based on dot matrix paper pen technology
CN101833376A (en) Intelligent statement level character input system based on Chinese character separation
CN111301037B (en) Working method of multifunctional engraving machine based on LabVIEW
CN112256909A (en) Method, system and device for searching graphic trademark and readable storage medium
CN105677059A (en) Expression picture input method and system
CN203311662U (en) Character recognition reading pen
CN110990535B (en) Conference recording method based on dot matrix paper pen technology
CN113569629A (en) Model method for extracting key information and desensitizing sensitive information of machining drawing
CN109733108B (en) Carving method of fruit stone handicraft
CN103901819B (en) The process operation fast searching method of feature based mark
CN106528546A (en) ERP term machine translation method
Yang et al. DXF file identification with C# for CNC engraving machine system
CN113010955B (en) Curtain wall model generation method and system and storage medium
CN103914537B (en) A kind of magnanimity dress ornament image on-line search method mutual based on simple picture
CN110413964B (en) Method for converting die lettering into editable text and computer-readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant