CN116466918A - Construction method, device, equipment and storage medium of post-processor - Google Patents

Construction method, device, equipment and storage medium of post-processor Download PDF

Info

Publication number
CN116466918A
CN116466918A CN202310261276.4A CN202310261276A CN116466918A CN 116466918 A CN116466918 A CN 116466918A CN 202310261276 A CN202310261276 A CN 202310261276A CN 116466918 A CN116466918 A CN 116466918A
Authority
CN
China
Prior art keywords
processor
post
target
rule
keywords
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.)
Pending
Application number
CN202310261276.4A
Other languages
Chinese (zh)
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.)
Shanghai Youji Industrial Software Co ltd
Original Assignee
Shanghai Youji Industrial Software Co ltd
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 Shanghai Youji Industrial Software Co ltd filed Critical Shanghai Youji Industrial Software Co ltd
Priority to CN202310261276.4A priority Critical patent/CN116466918A/en
Publication of CN116466918A publication Critical patent/CN116466918A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a construction method, a device, equipment and a storage medium of a post-processor, comprising the following steps: acquiring an NC code template; analyzing the NC code template and determining a target keyword in the NC code template; determining rules corresponding to the target keywords based on the target keywords and a preset keyword matching database; and based on a preset post-processor output rule, arranging the target keywords and the rules corresponding to the target keywords, and displaying the arranged target keywords and the rules corresponding to the target keywords to complete the construction of the post-processor. The method can automatically analyze the NC code template, automatically generate the post-processor, and reduce the workload and the error risk when the post-processor is artificially developed. Meanwhile, a plurality of NC code templates can be identified in a self-adaptive mode, and the practicability is wider.

Description

Construction method, device, equipment and storage medium of post-processor
Technical Field
The invention relates to the technical field of machining, in particular to a method, a device, equipment and a storage medium for constructing a post-processor.
Background
Post-processing refers to the process of outputting a machining tool path in computer aided manufacturing (Computer Aided Manufacturing, abbreviation: CAM) software to NC codes that a numerically controlled machine tool can execute. Since the machine tools differ in terms of both physical structure and control system, the NC code requirements are also different, and therefore the conversion from the machining tool path in CAM software to the NC code needs to be done by a post-processor. The vast variety of machine tools typically requires engineers to customize the development post-processor to the specific requirements of different machine tools, different controllers, and the enterprise.
The existing post-processor is created manually, and special developers perform deep custom development on the post-processor according to requirements, so that the requirements on the experience knowledge of the developers are high, the development workload is high, and errors are easy to occur.
Disclosure of Invention
In view of this, the embodiments of the present invention provide a method, an apparatus, a device, and a storage medium for constructing a post-processor, so as to improve the development efficiency of the post-processor.
According to a first aspect, an embodiment of the present invention provides a method for constructing a post-processor, including:
acquiring an NC code template;
analyzing the NC code template and determining a target keyword in the NC code template;
determining rules corresponding to the target keywords based on the target keywords and a preset keyword matching database;
and based on a preset post-processor output rule, arranging the target keywords and the rules corresponding to the target keywords, and displaying the arranged target keywords and the rules corresponding to the target keywords to complete the construction of the post-processor.
According to the construction method of the post-processor, firstly, an NC code template is obtained, analysis is conducted on the NC code template, target keywords are identified, and rules corresponding to the target keywords are obtained according to a preset keyword matching database. And according to a preset post-processor output rule, arranging the target keywords and the corresponding rule to obtain the post-processor to be constructed. The method can automatically analyze the NC code template, automatically generate the post-processor, and reduce the workload and the error risk when the post-processor is artificially developed. Meanwhile, a plurality of NC code templates can be identified in a self-adaptive mode, and the practicability is wider.
In some embodiments, the analyzing the NC code template, determining target keywords in the NC code template, includes:
analyzing the NC code template and determining the type of a post-processor corresponding to the NC code template;
determining a target key required for building the post-processor based on the post-processor type.
In some embodiments, the determining, based on the target keyword and a preset keyword matching database, a rule corresponding to the target keyword includes:
searching the target keyword from the preset keyword matching database;
and when the target keyword is found in the preset keyword matching database, acquiring a rule corresponding to the target keyword.
In some embodiments, the searching the target keyword from the preset keyword matching database further includes:
and when the target keyword is not searched from the preset keyword matching database, displaying unmatched information, wherein the unmatched information is used for displaying the unmatched target keyword.
In some embodiments, when the target keyword is not found from the preset keyword matching database, the method further includes:
and expanding the preset keyword matching database based on the input operation of a new rule, wherein the new rule corresponds to the target keyword which is not searched.
In some embodiments, the displaying the arranged keywords and the rules corresponding to the keywords to complete the construction of the post-processor includes:
and displaying at least one row of rule area, wherein the rule area comprises at least one rule subarea, and the rule subarea comprises a target keyword and a rule corresponding to the target keyword so as to complete the construction of the post-processor.
In some embodiments, the displaying the arranged keywords and the rules corresponding to the keywords to complete the construction of the post-processor further includes:
and adjusting the arrangement sequence of the rule subareas or the rule areas based on the moving operation of the rule subareas or the rule areas so as to adjust the post-processor.
According to a second aspect, an embodiment of the present invention provides a method for constructing a post-processor, including:
the template acquisition module is used for acquiring the NC code template;
the keyword determining module is used for analyzing the NC code template and determining target keywords in the NC code template;
the rule determining module is used for determining rules corresponding to the target keywords based on the target keywords and a preset keyword matching database;
the post-processor construction module is used for arranging the target keywords and the rules corresponding to the target keywords based on the preset post-processor output rules, and displaying the arranged target keywords and the rules corresponding to the target keywords so as to finish the construction of the post-processor.
According to a third aspect, an embodiment of the present invention provides an electronic device, including: the processor executes the computer instructions, thereby executing the method for constructing the post-processor in the first aspect or any implementation manner of the first aspect.
According to a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium storing computer instructions for causing a computer to execute the method for constructing a post-processor according to the first aspect or any implementation manner of the first aspect.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are needed in the description of the embodiments or the prior art will be briefly described, and it is obvious that the drawings in the description below are some embodiments of the present invention, and other drawings can be obtained according to the drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method of construction of a post-processor according to an embodiment of the invention;
FIG. 2 is a schematic diagram of a post-processor constructed in accordance with an embodiment of the invention;
FIG. 3 is a flow chart of a method of construction of a post-processor according to an embodiment of the invention;
FIG. 4 is a schematic diagram of a construction apparatus of a post-processor according to an embodiment of the present invention;
fig. 5 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
According to an embodiment of the present invention, there is provided an embodiment of a method of constructing a post-processor, it should be noted that the steps illustrated in the flowcharts of the drawings may be performed in a computer system such as a set of computer executable instructions, and that although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different from that herein.
The construction method of the post-processor provided by the invention can be used as a software platform. The method can be applied to mobile terminals such as computers, tablet computers and the like. In this embodiment, a method for constructing a post-processor is provided, and fig. 1 is a flowchart of a method for constructing a post-processor according to an embodiment of the present invention, as shown in fig. 1, where the flowchart includes the following steps:
s11, acquiring an NC code template.
Depending on the model of controller, there may be multiple sets of NC code templates, typically with a post-processor having corresponding vocabulary and grammar rules. The developer can acquire a corresponding NC code template according to the type of the post-processor required to be developed, and the NC code template can be an NC code edited manually or can be an NC code which is already used. NC code templates need to contain as much NC code information as desired to be output. The NC code templates are imported into the software platform of the embodiment of the invention, a plurality of sets of NC code templates corresponding to different post-processors can be prestored in the software platform, and the NC code templates can be modified at any time according to requirements so as to improve the integrity of the content of the NC code templates. A set of NC code templates typically corresponds to a type of post-processor.
S12, analyzing the NC code template and determining target keywords in the NC code template.
The NC code templates may be identified by a target identification method, identifying target keywords included in the NC code templates. The rules required to build different post-processors may be different, with different keywords corresponding to each rule. The target keywords identified in this step are determined for the post-processor that needs to be built.
S13, determining rules corresponding to the target keywords based on the target keywords and a preset keyword matching database.
In the software platform of this embodiment, a keyword matching database is preconfigured, where the keyword matching database includes a mapping relationship between keywords and rules, and one keyword corresponds to one rule, but one rule may correspond to multiple keywords. For example, keywords: g21, the rule corresponding to the keyword is: "Unit_output_Mode". If the NC code is in english, G21 is output as G20, and the rule corresponding to G20 is: "Unit_output_Mode".
In the step, target keywords in NC codes are identified, and rules corresponding to the target keywords are obtained from a preset keyword matching database.
S14, based on a preset post-processor output rule, arranging the target keywords and the rules corresponding to the target keywords, and displaying the arranged target keywords and the rules corresponding to the target keywords to complete the construction of the post-processor.
The post-processors of different models may have their corresponding output rules, i.e., the rule arrangement that makes up the post-processor may differ from the order of arrangement of the target keywords in the NC code template. And arranging the identified target keywords and rules corresponding to the target keywords according to the output rules of the post-processor, and displaying the rules. The displayed target keywords and the rules corresponding to the target keywords may not be arranged in one row, and the displayed keywords and the rules corresponding to the target keywords may be arranged in different rows according to the preset post-processor output rules, and the number of the keywords and the rules corresponding to each row may be different, specifically, the keywords and the rules corresponding to each row are arranged according to the post-processor output rules. And obtaining the target keywords and rules corresponding to the target keywords after arrangement, and displaying the target keywords and the rules as a constructed post-processor through a visual interface.
The obtained post-processor can be used for outputting the post-processor to the processing tool path edited in the CAM software, so that NC codes similar to the format style of the NC code template can be obtained, and the post-processor can be adjusted according to the requirements, so that the output NC codes meet the output requirements.
According to the construction method of the post-processor, firstly, an NC code template is obtained, analysis is conducted on the NC code template, target keywords are identified, and rules corresponding to the target keywords are obtained according to a preset keyword matching database. And according to a preset post-processor output rule, arranging the target keywords and the corresponding rule to obtain the post-processor to be constructed. The method can automatically analyze the NC code template, automatically generate the post-processor, and reduce the workload and the error risk when the post-processor is artificially developed. Meanwhile, a plurality of NC code templates can be identified in a self-adaptive mode, and the practicability is wider.
In some embodiments, S12 corresponding to fig. 1 includes the following steps:
s21, analyzing the NC code template, and determining the type of the post-processor corresponding to the NC code template.
The NC code can be automatically analyzed based on the target recognition algorithm, the NC code template comprises the type information of the post-processor, and the type information of the post-processor in the NC code template is analyzed first, so that the type of the post-processor is determined.
S22, determining target keywords needed for constructing the post-processor based on the type of the post-processor.
Since the keywords and rules required for constructing different types of processors are different, after the type of the post-processor is determined, the NC code template is identified according to the type, and the target keywords in the NC code template are determined.
In some cases, it may be desirable to also translate the target key in the NC code template because of the type of post-processor.
For example, keywords have been determined from NC codes: N1G 40G 17G 90G 49G 21, if the NC code template is in English, then G21 needs to be converted into G20; if the working plane is the YZ plane, G17 needs to be converted into G18, and the target keywords can be determined as follows: N1G 40G 18G 90G 49G 20.
It should be noted that the rules corresponding to the target keyword and the keyword before conversion are the same, that is, one rule may correspond to a plurality of keywords.
In some embodiments, S13 corresponding to fig. 1 includes the following steps:
s31, searching the target keywords from the preset keyword matching database.
S32, when the related target keywords are found in the preset keyword matching database, acquiring rules corresponding to the target keywords.
The preset keyword matching database contains the corresponding relation between keywords and rules, one keyword corresponds to one rule, and one rule possibly corresponds to a plurality of keywords. For example, G20 (Output from english) corresponds to the rule unit_output_mode, and G21 (Output from metric) also corresponds to the rule unit_output_mode.
After determining the target keyword in the NC code template, searching in a preset keyword matching database, specifically, matching each keyword in the database, and obtaining a rule corresponding to the target keyword once the target keyword is matched.
In some embodiments, when the target keyword is not found from the preset keyword matching database, unmatched information is displayed, where the unmatched information is used to display the unmatched target keyword.
There may be a case that a part of target keywords cannot be found from the preset keyword matching database, and at this time, the unmatched information is displayed to prompt which target keywords are not found.
The unmatched target keywords may be prompted with log information, such as:
"G68.2" in line 100 is unidentified;
"G128" in line N is unidentified.
In some embodiments, when the target keyword is not found from the preset keyword matching database, the method further includes: and expanding the preset keyword matching database based on the input operation of a new rule, wherein the new rule corresponds to the target keyword which is not searched.
According to the displayed unmatched information, the preset keyword matching database can be expanded, namely, unmatched target keywords and rules corresponding to the target keywords are input, so that the expansion of the preset keyword matching database is completed.
In some embodiments, displaying the arranged keywords and the rules corresponding to the keywords in S14 in fig. 1 to complete the construction of the post-processor includes:
and displaying at least one row of rule area, wherein the rule area comprises at least one rule subarea, and the rule subarea comprises a target keyword and a rule corresponding to the target keyword so as to complete the construction of the post-processor.
The post processor is constructed by combining a series of rules, one or more rules (Word) form a line rule (Block), and N line rules form the post processor. The constructed post-processor is visually displayed in the form of blocks at the software interface, as shown in fig. 2, fig. 2 being the constructed post-processor.
The Block1, the Block2 and the … … Block N are row rules, namely rule areas, wherein one row rule comprises a plurality of rule subareas, and each rule subarea comprises rules and corresponding target keywords. For example, in FIG. 2, G40 is shown below Word2, and the combination of Word2-G40 forms a regular sub-region.
In some embodiments, displaying the arranged keywords and rules corresponding to the keywords to complete the construction of the post-processor, and further includes:
and adjusting the arrangement sequence of the rule subareas or the rule areas based on the moving operation of the rule subareas or the rule areas so as to adjust the post-processor.
When the post-processor needs to be adjusted, each rule area or rule subarea can be edited or dragged, so that the required effect is achieved.
In this embodiment, a method for specifically building a post-processor is provided, and the flow is shown in fig. 3. Firstly, acquiring an NC code template, importing software, analyzing the NC code template, determining target keywords in the NC code template, searching the target keywords from a preset keyword matching database, and determining an output rule. And recombining the keywords based on a preset post-processor output rule, outputting the rule, and completing the construction of the post-processor. If the target keyword which is not found appears, expanding a preset keyword matching database.
For example, the target keyword is identified: N1G 40G 17G 90G 49G 21. According to the mapping of the identified keywords to rules (Word), taking the target keyword G21 as an example, the rules corresponding to G21 are: unit_output_Mode.
Target key: N1G 40G 17G 90G 49G 21, correspondingly forming a combination of the following rules: line_NumberCancel_Curter_ Compensation Working _Plantepoint_output/u ModeColcel_tool_Length_Compensation Unit_output_Mode.
Rearranging the rule combinations identified above according to preset post-processor output rules, and displaying the post-processor with the built post-processor. The post processor is composed of a series of rules, which may include one or more row rules.
The embodiment of the invention can automatically construct the post-processor based on the analysis result by analyzing the NC code template to determine the type and format requirements, thereby reducing the cost and the workload of customizing and developing the post-processor and reducing the customization threshold of the post-processor. Aiming at NC code formats with various types and little change, repeated labor of developers can be reduced by utilizing an automatic identification and construction post-processor, and error risks in the manual modification process are reduced.
The embodiment also provides a device for constructing a post-processor, which is used for implementing the above embodiment and implementation manner, and is not described in detail. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
The present embodiment provides a device for constructing a post-processor, as shown in fig. 4, including:
the template acquisition module is used for acquiring the NC code template;
the keyword determining module is used for analyzing the NC code template and determining target keywords in the NC code template;
the rule determining module is used for determining rules corresponding to the target keywords based on the target keywords and a preset keyword matching database;
the post-processor construction module is used for arranging the target keywords and the rules corresponding to the target keywords based on the preset post-processor output rules, and displaying the arranged target keywords and the rules corresponding to the target keywords so as to finish the construction of the post-processor.
In some implementations, the keyword determination module includes:
the template analysis unit is used for analyzing the NC code template and determining the type of the post-processor corresponding to the NC code template;
and the keyword determination unit is used for determining target keywords needed for constructing the post-processor based on the type of the post-processor.
In some implementations, the rule determination module includes:
the keyword searching unit is used for searching the target keyword from the preset keyword matching database;
and the rule acquisition unit is used for acquiring the rule corresponding to the target keyword when the target keyword is found in the preset keyword matching database.
In some embodiments, the key lookup unit further comprises:
and the non-searching subunit is used for displaying non-matching information when the target keyword is not searched from the preset keyword matching database, and the non-matching information is used for displaying the non-searched target keyword.
In some embodiments, the key lookup unit further comprises:
and the database expansion subunit is used for expanding the preset keyword matching database based on the input operation of a new rule, and the new rule corresponds to the target keyword which is not searched.
In some implementations, the post-processor building module includes:
and the construction unit is used for displaying at least one row of rule area, wherein the rule area comprises at least one rule subarea, and the rule subarea comprises a target keyword and a rule corresponding to the target keyword so as to finish the construction of the post-processor.
In some implementations, the post-processor building module further includes:
and the adjusting unit is used for adjusting the arrangement sequence of the rule subareas or the rule areas based on the moving operation of the rule subareas or the rule areas so as to adjust the post-processor.
The means for constructing the post-processor in this embodiment is presented in the form of functional units, where the units refer to ASIC circuits, processors and memories executing one or more software or firmware programs, and/or other devices capable of providing the above described functionality.
Further functional descriptions of the above respective modules are the same as those of the above corresponding embodiments, and are not repeated here.
The embodiment of the invention also provides electronic equipment, which is provided with the construction device of the post-processor shown in the figure 4.
Referring to fig. 5, fig. 5 is a schematic structural diagram of an electronic device according to an alternative embodiment of the present invention, and as shown in fig. 5, the electronic device may include: at least one processor 601, such as a CPU (Central Processing Unit ), at least one communication interface 603, a memory 604, at least one communication bus 602. Wherein the communication bus 602 is used to enable connected communications between these components. The communication interface 603 may include a Display screen (Display), a Keyboard (Keyboard), and the selectable communication interface 603 may further include a standard wired interface, and a wireless interface. The memory 604 may be a high-speed RAM memory (Random Access Memory, volatile random access memory) or a non-volatile memory (non-volatile memory), such as at least one disk memory. The memory 604 may also optionally be at least one storage device located remotely from the processor 601. Where the processor 601 may store an application program in the memory 604 in the apparatus described in connection with fig. 4, and the processor 601 invokes the program code stored in the memory 604 for performing any of the method steps described above.
The communication bus 602 may be a peripheral component interconnect standard (peripheral component interconnect, PCI) bus or an extended industry standard architecture (extended industry standard architecture, EISA) bus, among others. The communication bus 602 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in fig. 5, but not only one bus or one type of bus.
Wherein the memory 604 may comprise volatile memory (english) such as random-access memory (RAM); the memory may also include a nonvolatile memory (english: non-volatile memory), such as a flash memory (english: flash memory), a hard disk (english: hard disk drive, abbreviated as HDD) or a solid state disk (english: solid-state drive, abbreviated as SSD); memory 604 may also include a combination of the types of memory described above.
The processor 601 may be a central processor (English: central processing unit, abbreviated: CPU), a network processor (English: network processor, abbreviated: NP) or a combination of CPU and NP.
The processor 601 may further comprise a hardware chip, among other things. The hardware chip may be an application-specific integrated circuit (ASIC), a Programmable Logic Device (PLD), or a combination thereof (English: programmable logic device). The PLD may be a complex programmable logic device (English: complex programmable logic device, abbreviated: CPLD), a field programmable gate array (English: field-programmable gate array, abbreviated: FPGA), a general-purpose array logic (English: generic array logic, abbreviated: GAL), or any combination thereof.
Optionally, the memory 604 is also used for storing program instructions. Processor 601 may invoke program instructions to implement the method of construction of a post-processor as shown in the embodiments of the present application.
The embodiment of the invention also provides a non-transitory computer storage medium, which stores computer executable instructions that can execute the method for constructing the post-processor in any of the method embodiments. Wherein the storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a Flash Memory (Flash Memory), a Hard Disk (HDD), or a Solid State Drive (SSD); the storage medium may also comprise a combination of memories of the kind described above.
Although embodiments of the present invention have been described in connection with the accompanying drawings, various modifications and variations may be made by those skilled in the art without departing from the spirit and scope of the invention, and such modifications and variations fall within the scope of the invention as defined by the appended claims.

Claims (10)

1. A method of constructing a post-processor, comprising:
acquiring an NC code template;
analyzing the NC code template and determining a target keyword in the NC code template;
determining rules corresponding to the target keywords based on the target keywords and a preset keyword matching database;
and based on a preset post-processor output rule, arranging the target keywords and the rules corresponding to the target keywords, and displaying the arranged target keywords and the rules corresponding to the target keywords to complete the construction of the post-processor.
2. The method of claim 1, wherein the analyzing the NC code template to determine target keywords in the NC code template comprises:
analyzing the NC code template and determining the type of a post-processor corresponding to the NC code template;
determining a target key required for building the post-processor based on the post-processor type.
3. The method of claim 1, wherein the determining a rule corresponding to the target keyword based on the target keyword and a preset keyword matching database comprises:
searching the target keyword from the preset keyword matching database;
and when the target keyword is found in the preset keyword matching database, acquiring a rule corresponding to the target keyword.
4. A method according to claim 3, wherein said searching for said target keyword from said preset keyword matching database further comprises:
and when the target keyword is not searched from the preset keyword matching database, displaying unmatched information, wherein the unmatched information is used for displaying the unmatched target keyword.
5. The method of claim 4, wherein when the target keyword is not found from the preset keyword matching database, the method further comprises:
and expanding the preset keyword matching database based on the input operation of a new rule, wherein the new rule corresponds to the target keyword which is not searched.
6. The method of claim 1, wherein displaying the arranged keywords and rules corresponding to the keywords to complete the construction of the post-processor comprises:
and displaying at least one row of rule area, wherein the rule area comprises at least one rule subarea, and the rule subarea comprises a target keyword and a rule corresponding to the target keyword so as to complete the construction of the post-processor.
7. The method of claim 6, wherein displaying the arranged keywords and rules corresponding to the keywords to complete the construction of the post-processor, further comprises:
and adjusting the arrangement sequence of the rule subareas or the rule areas based on the moving operation of the rule subareas or the rule areas so as to adjust the post-processor.
8. A method of constructing a post-processor, comprising:
the template acquisition module is used for acquiring the NC code template;
the keyword determining module is used for analyzing the NC code template and determining target keywords in the NC code template;
the rule determining module is used for determining rules corresponding to the target keywords based on the target keywords and a preset keyword matching database;
the post-processor construction module is used for arranging the target keywords and the rules corresponding to the target keywords based on the preset post-processor output rules, and displaying the arranged target keywords and the rules corresponding to the target keywords so as to finish the construction of the post-processor.
9. An electronic device, comprising:
a memory and a processor, the memory and the processor being communicatively connected to each other, the memory having stored therein computer instructions, the processor executing the computer instructions to perform the method of constructing a post-processor according to any one of claims 1-7.
10. A computer-readable storage medium, wherein the computer-readable storage medium stores computer instructions for causing a computer to execute the construction method of the post-processor according to any one of claims 1 to 7.
CN202310261276.4A 2023-03-15 2023-03-15 Construction method, device, equipment and storage medium of post-processor Pending CN116466918A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310261276.4A CN116466918A (en) 2023-03-15 2023-03-15 Construction method, device, equipment and storage medium of post-processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310261276.4A CN116466918A (en) 2023-03-15 2023-03-15 Construction method, device, equipment and storage medium of post-processor

Publications (1)

Publication Number Publication Date
CN116466918A true CN116466918A (en) 2023-07-21

Family

ID=87176182

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310261276.4A Pending CN116466918A (en) 2023-03-15 2023-03-15 Construction method, device, equipment and storage medium of post-processor

Country Status (1)

Country Link
CN (1) CN116466918A (en)

Similar Documents

Publication Publication Date Title
CN108388515B (en) Test data generation method, device, equipment and computer readable storage medium
EP3605366A1 (en) Method and apparatus thereof used in engineering for checking deduction of components in bim modeling
US20070233436A1 (en) Structural analysis apparatus, structural analysis method, and structural analysis program
CN113127347B (en) Interface testing method, device, equipment and readable storage medium
EP3846034B1 (en) Systems and methods for automated testing using artificial intelligence techniques
EP2827240A1 (en) Method for generating control-code by a control-code-diagram
US20220414066A1 (en) Data management system, management method, and storage medium
CN109614325B (en) Method and device for determining control attribute, electronic equipment and storage medium
CN113868280B (en) Parameterized unit data updating method and device, computer equipment and storage medium
KR20220027870A (en) Visual programming for deep learning
CN113158292B (en) Component matching method, engineering amount calculating device and electronic equipment
CN116029004A (en) Modeling method and device and electronic equipment
CN116466918A (en) Construction method, device, equipment and storage medium of post-processor
CN116204396A (en) Test method and device for performance of analytical database
US11144435B1 (en) Test case generation for software development using machine learning
CN112347723B (en) Layout-based ROM code extraction verification method and device
CN110569285B (en) Method and device for calculating background value of soil element
JP2023536765A (en) Circuit design method and implementation system based on artificial intelligence
JP2020144509A (en) Automatic code generation method and automatic code generating program
US11036613B1 (en) Regression analysis for software development and management using machine learning
CN110321280B (en) Data processing method and related equipment
CN117270944A (en) Version management method, device, computer equipment and medium of promt product
CN110750817B (en) Connecting piece placement method, adjacent relation determination method, device, equipment and medium
CN110637522B (en) Control law gain model automatic generation method and system
CN117521599A (en) Commodity code determining method, commodity code determining device, electronic equipment and 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