CN111857698B - Macro program configuration method and device - Google Patents
Macro program configuration method and device Download PDFInfo
- Publication number
- CN111857698B CN111857698B CN202010634492.5A CN202010634492A CN111857698B CN 111857698 B CN111857698 B CN 111857698B CN 202010634492 A CN202010634492 A CN 202010634492A CN 111857698 B CN111857698 B CN 111857698B
- Authority
- CN
- China
- Prior art keywords
- macro program
- user
- configuration file
- macro
- program instruction
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 46
- 230000004048 modification Effects 0.000 claims abstract description 22
- 238000012986 modification Methods 0.000 claims abstract description 22
- 238000003860 storage Methods 0.000 claims description 6
- 238000004458 analytical method Methods 0.000 claims description 2
- 230000008569 process Effects 0.000 description 7
- 238000011161 development Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000002457 bidirectional effect Effects 0.000 description 1
- 238000013524 data verification Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000007667 floating Methods 0.000 description 1
- 238000003754 machining Methods 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 238000003801 milling Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000000750 progressive effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/34—Graphical or visual programming
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B19/00—Programme-control systems
- G05B19/02—Programme-control systems electric
- G05B19/18—Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form
- G05B19/408—Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form characterised by data handling or data format, e.g. reading, buffering or conversion of data
- G05B19/4083—Adapting programme, configuration
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/38—Creation or generation of source code for implementing user interfaces
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Computer Security & Cryptography (AREA)
- Manufacturing & Machinery (AREA)
- Automation & Control Theory (AREA)
- Stored Programmes (AREA)
Abstract
The disclosure provides a macro program configuration method and device, wherein the method comprises the following steps: presetting a configuration file, wherein the configuration file comprises a plurality of macro program description sections; acquiring a path of the configuration file, and analyzing the configuration file; acquiring names of all macro program description sections and displaying the names to a user; acquiring the content of the corresponding macro program description section according to the name of the macro program description section selected by the user, generating an editing page, and displaying the editing page to the user; and generating a macro program instruction according to the data input by the user on the editing page. According to the method and the device, the user can freely select the needed macro program instruction according to actual needs by setting the plurality of macro program description sections in the configuration file, so that macro program configuration is more flexible and convenient; the corresponding editing page is generated according to the selection of the user, so that the user can input data, the modification of the source code is avoided, the difficulty of macro program instruction adjustment in macro program editing is reduced, the configuration efficiency is improved, and the macro program configuration is simpler and easier to implement.
Description
Technical Field
The disclosure relates to the technical field of industrial manufacturing, and in particular relates to a configuration method and device of a macro program.
Background
With the development of modern numerical control equipment and the popularization of numerical control machine tools, data processing technology is increasingly widely applied. In the numerical control machining process, macro program instructions are commonly used for curve programming of parabolas, ellipses, hyperbolas and the like without interpolation instructions, so that programming can be simplified to a greater extent. Therefore, the more macro program instructions the numerical control system can support, the more beneficial is to simplifying the programming process of an operator. In the existing numerical control system, after development is completed, the data of the macro program is fixed and very limited, and the macro program needs to be added, deleted or modified to modify the source code, so that the operation is complex, and time and labor are wasted.
Disclosure of Invention
The disclosure provides a macro program configuration method and device aiming at the problems.
In order to solve at least one of the above technical problems, the present disclosure proposes the following technical solutions:
in a first aspect, a method for configuring a macro program is provided, including the steps of:
presetting a configuration file, wherein the configuration file comprises a plurality of macro program description sections;
acquiring a path of the configuration file, and analyzing the configuration file;
acquiring names of all macro program description sections and displaying the names to a user;
acquiring the content of the corresponding macro program description section according to the name of the macro program description section selected by the user, generating an editing page, and displaying the editing page to the user;
and generating a macro program instruction according to the data input by the user on the editing page.
In a second aspect, a configuration device of a macro program is provided, and the configuration device is used for executing the configuration method of any macro program, and includes:
the configuration file storage module is used for presetting a configuration file, wherein the configuration file comprises a plurality of macro program description sections;
the configuration file analysis module is used for analyzing the configuration file;
the macro program selection module is used for acquiring the names of all macro program description sections and displaying the names to a user;
the editing page generation module is used for acquiring the content of the corresponding macro program description section according to the name of the macro program description section selected by the user, generating an editing page and displaying the editing page to the user;
and the macro program instruction generating module is used for generating macro program instructions according to the data input by the user on the editing page.
The method has the advantages that through setting a plurality of macro program description sections in the configuration file, a user can freely select needed macro program instructions according to actual needs, and macro program configuration is more flexible and convenient; the corresponding editing page is generated according to the selection of the user, so that the user can input data, the modification of the source code is avoided, the difficulty of macro program instruction adjustment in macro program editing is reduced, the configuration efficiency is improved, and the macro program configuration is simpler and easier to implement.
In addition, in the technical solutions of the present disclosure, the technical solutions may be implemented by adopting conventional means in the art, which are not specifically described.
Drawings
In order to more clearly illustrate the embodiments of the present disclosure or the prior art, the drawings that are required in the detailed description or the prior art will be briefly described, it will be apparent that the drawings in the following description are some embodiments of the present disclosure, and other drawings may be obtained according to the drawings without inventive effort for a person of ordinary skill in the art.
Fig. 1 is a flowchart of a configuration method of a macro program according to an embodiment of the present disclosure.
Fig. 2 is a schematic structural diagram of a configuration device of a macro procedure according to an embodiment of the disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the present disclosure more apparent, the present disclosure will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are illustrative of some, but not all embodiments of the disclosure and are not intended to limit the disclosure. Based on the embodiments in this disclosure, all other embodiments that a person of ordinary skill in the art would obtain without making any inventive effort are within the scope of protection of this disclosure.
It should be noted that the terms "comprises" and "comprising," along with any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or server that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed or inherent to such process, method, article, or apparatus, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Example 1:
referring to fig. 1 of the specification, a method for configuring a macro program according to an embodiment of the present application is shown, where the method may include the following steps:
s101: the configuration file is preset and comprises a plurality of macro program description sections.
Specifically, a configuration file is preset, and the configuration file is a data document with a specific structure for recording information. In a possible embodiment, the configuration file is an XML format file.
Specifically, the configuration file includes a plurality of macro program description sections, and each macro program description section may correspond to a section of macro program instruction. Each macro program description section comprises a name of the macro program description section, a code format and information of all parameters in macro program instructions corresponding to the macro program description section, and the information of each parameter comprises text description information, type information and data information.
For example, the profile content is as follows:
<Root>
<Category></Category>
<Category></Category>
......
</Root>
wherein, a macro program description section is arranged between each node < Category > </Category >, and the specific contents are as follows:
<Category Name="X axis bidirectional milling surface"TEXT="G170$1$2$3$4$5$6$7$8$9">
<Param></Param>
<Param></Param>
......
</Category>
the Name attribute is the Name of the description section of the macro program, and the TEXT attribute is the code format to be generated by the macro program. In this example, G170 is the code number of the macro program, and $1 to $9 are placeholders respectively, each placeholder represents a parameter in the macro program instruction, and parameter information of one placeholder is correspondingly stored between each < Param > </Param > node, including text description information, type information and data information of the placeholder. The number of placeholders is the same as the number of < Param > </Param > nodes.
The information that may be contained in the < Param > </Param > node for each parameter is exemplified as follows:
wherein the < DESC >/< DESC > node stores the text description information of the parameter;
the < TYPE > </TYPE > node stores the TYPE information of the parameter, and can be of integer TYPE, boolean TYPE, enumeration TYPE, character string TYPE and floating point TYPE, which are respectively corresponding to Int, bool, enum, string, double;
the < DECIALNUMBER > </DECIALNUMBER > node stores the decimal place number information of the parameter, in this example, the decimal place number is 3 bits;
< REQUIRED > </REQUIRED > holds information whether the parameter is a necessary parameter, if so, the parameter must be filled in, and cannot be a null value, and the value 1 can be used for indicating the necessity, and 0 is not necessary;
< DEFAULT > </DEFAULT > save DEFAULT values for the parameter;
< MIN > </MIN > holds the minimum value that the parameter allows to enter;
< MAX > </MAX > holds the maximum value that the parameter allows to enter;
< ENUMVALUE > </ENUMVALUE > stores the enumerated value information of the parameter;
< PREFIX > </PREFIX > holds PREFIX information of the parameter;
< SUFFIX > </SUFFIX > holds SUFFIX information for the parameter;
< IMGPATH > </IMGPATH > saving the picture path of the parameter;
< UNIT > </UNIT > holds the UNIT of the parameter.
The parameter picture path is stored in < IMGPATH > </IMGPATH >, and the user can feel the actual meaning of the parameter more intuitively by the parameter picture.
In a possible embodiment, the unnecessary data information in the < Param > </Param > node may be null. For example, when the parameter type is a boolean parameter, the enumerated value, decimal place, maximum value, minimum value, etc. may be filled in with a null in the parameter.
In a possible embodiment, the data information of the parameter may include a maximum value and a minimum value that the parameter allows to be entered. Therefore, only legal values can be input in the configuration process, data verification is not needed after user input is completed, time is saved, error rate is reduced, and efficiency and accuracy are improved.
S102: and acquiring a path of the configuration file, and analyzing the configuration file.
Specifically, the configuration file is obtained according to the path of the configuration file, and the configuration file is analyzed by calling the method.
S103: and acquiring the names of all the macro program description sections and displaying the names to a user.
Specifically, a corresponding method is called, and names of all macro program description sections in the configuration file are obtained and returned, namely Name attributes of the < Category > </Category > nodes. In a possible embodiment, the corresponding method may be written in the c++ language.
Specifically, the names of the macro program description sections may be presented to the user in a list.
Therefore, a user can freely select a needed macro program according to actual demands, and macro program configuration is more flexible, convenient and diversified.
S104: acquiring the content of the corresponding macro program description section according to the name of the macro program description section selected by the user, generating an editing page, and displaying the editing page to the user;
specifically, a corresponding method is called, all < Param > </Param > node lists of the < Category > </Category > node are obtained according to the Name of the macro program description section selected by a user, namely the Name attribute of the < Category > </Category > node, and a corresponding text description information obtaining method, a type information obtaining method and various data information obtaining methods are configured for each < Param > </Param > node. And generating an editing page according to the acquired text description information, type information and data information, and displaying the editing page to a user.
S105: and generating a macro program instruction according to the data input by the user on the editing page.
Specifically, returning each data input by the user, adding prefix suffixes to each parameter in sequence according to the format in the TEXT attribute in the < Category > </Category > node, and generating a complete macro program instruction.
In a possible embodiment, the macro program that has been configured needs to be modified, the following steps may be performed after step S105:
and judging whether the format of the macro program instruction accords with any one of the formats of macro program description sections according to the macro program instruction selected by the user.
And if the format of the macro program instruction accords with any one of the formats of the macro program description sections, providing a modification button for a user.
If the user selects modification, a corresponding modification page is generated according to the macro program instruction line selected by the user.
Specifically, according to a macro program instruction line selected by a user and according to a macro program character string, calling all < Param > </Param > node lists of corresponding < Category > </Category > nodes, and configuring a corresponding text description information acquisition method, a corresponding type information acquisition method and a corresponding data information acquisition method for each < Param > </Param > node. And generating a modification page according to the acquired text description information, type information and data information, displaying numerical values of parameters in the original macro program instruction in the modification page, and enabling a user to modify the data in the modification page according to requirements.
And generating a macro program instruction according to the data input by the user on the modified page, and replacing the original macro program instruction.
Specifically, returning each data input by the user, adding prefix suffixes to each parameter in sequence according to the format in the TEXT attribute in the < Category > </Category > node, generating a complete macro program instruction, and replacing the original macro program instruction.
Therefore, the macro program instruction can be quickly modified without modifying the source code, and the operation difficulty is reduced; and the modified page is directly called at the macro program instruction line, so that the operation is convenient, and the working efficiency is improved.
According to the method and the device, the user can freely select the needed macro program instruction according to actual needs by setting the plurality of macro program description sections in the configuration file, so that macro program configuration is more flexible and convenient; the corresponding editing page is generated according to the selection of the user, so that the user can input data, the modification of the source code is avoided, the difficulty of macro program instruction adjustment in macro program editing is reduced, the configuration efficiency is improved, and the macro program configuration is simpler and easier to implement.
Example 2:
referring to fig. 2 of the specification, a configuration device of a macro program provided in an embodiment of the present application is shown, including:
the configuration file storage module 11 is used for presetting a configuration file, wherein the configuration file comprises a plurality of macro program description sections;
a configuration file parsing module 12, configured to parse a configuration file;
the macro program selection module 13 is used for acquiring the names of all macro program description sections and displaying the names to a user;
the editing page generation module 14 is configured to obtain the content of the corresponding macro program description section according to the name of the macro program description section selected by the user, generate an editing page, and display the editing page to the user;
the macro instruction generating module 15 is configured to generate macro instructions according to data input by a user on an editing page.
In a possible embodiment, each macro program description section includes a name of the macro program description section, a code format, and information of all parameters in macro program instructions corresponding to the macro program description section, and information of each parameter includes text description information, type information, and data information.
In a possible embodiment, the data information comprises a maximum value and a minimum value of the parameter allowed input.
In a possible embodiment, the method further comprises,
the macro program instruction judging module is used for judging whether the format of the macro program instruction accords with any one of the formats of the macro program description sections according to the macro program instruction selected by the user;
a modification button display module, configured to provide a modification button to a user when a format of the macro program instruction conforms to any one of formats of the macro program description section;
the modified page generation module is used for generating a corresponding modified page according to the macro program instruction line selected by the user when the user selects modification;
and the macro program instruction replacing module is used for generating macro program instructions according to the data input by the user on the modified page and replacing the original macro program instructions.
According to the method and the device, the user can freely select the needed macro program instruction according to actual needs by setting the plurality of macro program description sections in the configuration file, so that macro program configuration is more flexible and convenient; the corresponding editing page is generated according to the selection of the user, so that the user can input data, the modification of the source code is avoided, the difficulty of macro program instruction adjustment in macro program editing is reduced, the configuration efficiency is improved, and the macro program configuration is simpler and easier to implement.
It should be noted that, in the apparatus provided in the foregoing embodiment, when implementing the functions thereof, only the division of the foregoing functional modules is used as an example, in practical application, the foregoing functional allocation may be implemented by different functional modules, that is, the internal structure of the device is divided into different functional modules, so as to implement all or part of the functions described above. In addition, the apparatus and method embodiments provided in the foregoing embodiments belong to the same concept, and specific implementation processes of the apparatus and method embodiments are detailed in the method embodiments and are not described herein again.
It should be noted that: the embodiment sequence of the present disclosure is only for description, and does not represent the advantages and disadvantages of the embodiments. And the foregoing description has described specific embodiments of this specification. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims can be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing are also possible or may be advantageous.
In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for embodiments of the apparatus, device and storage medium, the description is relatively simple as it is substantially similar to the method embodiments, as relevant points are found in the partial description of the method embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program for instructing relevant hardware, and the program may be stored in a computer readable storage medium, where the storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The foregoing is only illustrative of the present invention and is not to be construed as limiting thereof, but rather as various modifications, equivalent arrangements, improvements, etc., within the spirit and principles of the present invention.
Claims (6)
1. The configuration method of the macro program is characterized by comprising the following steps:
presetting a configuration file, wherein the configuration file comprises a plurality of macro program description sections;
acquiring a path of the configuration file, and analyzing the configuration file;
acquiring names of all the macro program description sections and displaying the names to a user;
acquiring the content of the corresponding macro program description section according to the name of the macro program description section selected by the user, generating an editing page, and displaying the editing page to the user;
generating a macro program instruction according to the data input by the user on the editing page;
judging whether the format of the macro program instruction accords with any one of the formats of the macro program description sections according to the macro program instruction selected by a user;
providing a modification button for a user if the format of the macro program instruction accords with any one of the formats of the macro program description sections;
if the user selects modification, generating a corresponding modification page according to the macro program instruction line selected by the user;
and generating the macro program instruction according to the data input by the user on the modification page, and replacing the original macro program instruction.
2. The method according to claim 1, wherein each of the macro program description sections includes a name of the macro program description section, a code format, and information of all parameters in the macro program instruction corresponding to the macro program description section, and the information of each of the parameters includes text description information, type information, and data information.
3. The method according to claim 2, wherein the data information includes a maximum value and a minimum value of the parameter allowable input.
4. Configuration means of a macro program for performing the configuration method of the macro program according to any of the claims 1-3, characterized in that it comprises,
the configuration file storage module is used for presetting a configuration file, wherein the configuration file comprises a plurality of macro program description sections;
the configuration file analysis module is used for analyzing the configuration file;
the macro program selection module is used for acquiring the names of all the macro program description sections and displaying the names to a user;
the editing page generation module is used for acquiring the content of the corresponding macro program description section according to the name of the macro program description section selected by the user, generating an editing page and displaying the editing page to the user;
the macro program instruction generating module is used for generating macro program instructions according to the data input by the user on the editing page;
judging whether the format of the macro program instruction accords with any one of the formats of the macro program description sections according to the macro program instruction selected by a user;
providing a modification button for a user if the format of the macro program instruction accords with any one of the formats of the macro program description sections;
if the user selects modification, generating a corresponding modification page according to the macro program instruction line selected by the user;
and generating the macro program instruction according to the data input by the user on the modification page, and replacing the original macro program instruction.
5. The apparatus according to claim 4, wherein each of the macro program description sections includes a name of the macro program description section, a code format, and information of all parameters in the macro program instruction corresponding to the macro program description section, and the information of each of the parameters includes text description information, type information, and data information.
6. The apparatus according to claim 5, wherein the data information includes a maximum value and a minimum value of the parameter allowable input.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010634492.5A CN111857698B (en) | 2020-07-02 | 2020-07-02 | Macro program configuration method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010634492.5A CN111857698B (en) | 2020-07-02 | 2020-07-02 | Macro program configuration method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111857698A CN111857698A (en) | 2020-10-30 |
CN111857698B true CN111857698B (en) | 2024-04-12 |
Family
ID=73152150
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010634492.5A Active CN111857698B (en) | 2020-07-02 | 2020-07-02 | Macro program configuration method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111857698B (en) |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101211175A (en) * | 2006-12-29 | 2008-07-02 | 中国科学院沈阳计算技术研究所有限公司 | Numerical control system graph-aided macro programming design method |
CN102081378A (en) * | 2010-11-01 | 2011-06-01 | 北京数码大方科技有限公司 | Method and device for converting universal code based on macroprogram |
CN104077128A (en) * | 2014-06-09 | 2014-10-01 | 中国建设银行股份有限公司 | Data processing method and device |
EP2796953A1 (en) * | 2013-04-23 | 2014-10-29 | Siemens Aktiengesellschaft | Numerical controller with indicator for preview in case of changes to the part program |
CN105137919A (en) * | 2015-08-26 | 2015-12-09 | 江苏科技大学 | Method used for generating feature array numerical control macro program |
CN107102622A (en) * | 2016-06-30 | 2017-08-29 | 安雨青 | A kind of parametric programming method combined based on macroprogram and processing main routine program method |
CN110045678A (en) * | 2019-05-21 | 2019-07-23 | 无锡微茗智能科技有限公司 | A kind of program scheduler method, apparatus, equipment, system and storage medium |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2796952B1 (en) * | 2013-04-25 | 2016-01-20 | Siemens Aktiengesellschaft | Numerical controller capable of changing the part program |
JP6845198B2 (en) * | 2018-09-28 | 2021-03-17 | ファナック株式会社 | Machine tool control system |
-
2020
- 2020-07-02 CN CN202010634492.5A patent/CN111857698B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101211175A (en) * | 2006-12-29 | 2008-07-02 | 中国科学院沈阳计算技术研究所有限公司 | Numerical control system graph-aided macro programming design method |
CN102081378A (en) * | 2010-11-01 | 2011-06-01 | 北京数码大方科技有限公司 | Method and device for converting universal code based on macroprogram |
EP2796953A1 (en) * | 2013-04-23 | 2014-10-29 | Siemens Aktiengesellschaft | Numerical controller with indicator for preview in case of changes to the part program |
CN104077128A (en) * | 2014-06-09 | 2014-10-01 | 中国建设银行股份有限公司 | Data processing method and device |
CN105137919A (en) * | 2015-08-26 | 2015-12-09 | 江苏科技大学 | Method used for generating feature array numerical control macro program |
CN107102622A (en) * | 2016-06-30 | 2017-08-29 | 安雨青 | A kind of parametric programming method combined based on macroprogram and processing main routine program method |
CN110045678A (en) * | 2019-05-21 | 2019-07-23 | 无锡微茗智能科技有限公司 | A kind of program scheduler method, apparatus, equipment, system and storage medium |
Non-Patent Citations (3)
Title |
---|
数控宏程序在复杂零件数控编程中的应用;黄诚;《装备制造技术》(第6期);111-113 * |
数控编程中子程序及宏程序的应用;张少坤;《"田心杯"轨道交通金属加工技术征文大赛论文集》;20191012;329-332 * |
浅谈宏程序在数控编程中的巧用;谢芳;《科技展望》;20151220;第25卷(第36期);128 * |
Also Published As
Publication number | Publication date |
---|---|
CN111857698A (en) | 2020-10-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110442822B (en) | Method, device, equipment and storage medium for displaying small program content | |
CN111241454B (en) | Method, system and device for generating webpage codes | |
CN103778107B (en) | Method and platform for quickly and dynamically generating form based on EXCEL | |
CN106339363B (en) | A kind of production method and device of PPT report | |
CN112650766A (en) | Database data operation method, system and server | |
CN105824787A (en) | Control method and system for dynamic configuration of HTML template | |
CN113886362A (en) | Data storage system and storage method based on workflow engine and low-code platform | |
CN110297636A (en) | A kind of automatic production of HTML page and parameter management method based on page configuration file, system and device | |
CN117077650B (en) | Document generation system, method, equipment and medium based on dynamic template configuration | |
KR101350798B1 (en) | Robot system controlled on the basis of opros platform and control method thereof | |
JP5747698B2 (en) | Requirements management support device | |
CN111857698B (en) | Macro program configuration method and device | |
CN117453713A (en) | SQL sentence generation method, device and storage medium for multi-type database | |
KR102299746B1 (en) | System for automatically processing data of web baed heterogeneous database and method thereof | |
CN111078337B (en) | Style adjustment method, system and computer readable storage medium | |
JP3337763B2 (en) | Drawing description generator | |
CN118151917B (en) | Method, apparatus, electronic device and storage medium for embedded product development | |
CN117270954A (en) | Application program configuration method, device, system and readable storage medium | |
CN116070608A (en) | Excel data importing method, device, equipment and medium | |
JP2004288028A (en) | Layout system, layout support system, layout program, layout support program, layout method and layout support method | |
CN114048406A (en) | JavaScript-based data export preprocessing method and system platform | |
CN113760690A (en) | Method and device for analyzing program interface and computer equipment | |
CN118444894A (en) | RPA flow execution code generation method and device based on AI and AI Agent | |
CN116092477A (en) | Voice synthesis system mark memory library-based audio generation method and device | |
CN101556624B (en) | Part dynamic generating system and method |
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 |