CN118113322A - Method, device, equipment and storage medium for updating function block parameters - Google Patents

Method, device, equipment and storage medium for updating function block parameters Download PDF

Info

Publication number
CN118113322A
CN118113322A CN202311683593.1A CN202311683593A CN118113322A CN 118113322 A CN118113322 A CN 118113322A CN 202311683593 A CN202311683593 A CN 202311683593A CN 118113322 A CN118113322 A CN 118113322A
Authority
CN
China
Prior art keywords
functional block
parameters
parameter
function block
functional
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
CN202311683593.1A
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.)
Zhongkong Technology Co ltd
Original Assignee
Zhongkong Technology 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 Zhongkong Technology Co ltd filed Critical Zhongkong Technology Co ltd
Publication of CN118113322A publication Critical patent/CN118113322A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a method, a device, equipment and a storage medium for updating parameters of a functional block, which comprise the following steps: selecting a functional block and parameters to be modified in a parameter selection interface; generating a corresponding CSV file according to the selected functional blocks and parameters; in the CSV file, according to the name and the parameter of the function block diagram of the function block, modifying the parameter of the target function block in batches to obtain a modified CSV file; importing the modified CSV file and checking the data correctness; and updating the parameters in the CSV file passing the correctness verification into the functional blocks corresponding to the functional block diagrams. Therefore, parameters of a plurality of functional block areas in different functional block diagrams can be updated simultaneously through the CSV format file, the tedious work of opening the functional block diagrams one by one and modifying the functional block parameters one by one is avoided, meanwhile, an error checking mechanism is introduced during updating, the manual error rate can be effectively reduced, and the working efficiency is improved.

Description

Method, device, equipment and storage medium for updating function block parameters
Technical Field
The present invention relates to the field of computer control technologies, and in particular, to a method, an apparatus, a device, and a storage medium for updating parameters of a functional block.
Background
In a distributed control system (Distributed Control System, DCS), its usual control logic is typically composed of a functional block diagram program. The functional block diagram mainly comprises functional blocks, inputs, outputs and connecting lines. The functional block is an execution unit formed by combining a set of complete logics, and mainly comprises logics and parameters. In the functional block diagram, functional blocks are physically implemented as individual blocks, and the parameters thereof control the logic execution characteristics of the functional blocks. In a DCS control configuration, there are a large number of functional block diagram programs, in which there are a large number of functional blocks, and these large number of functional blocks are combined into a complete set of production process, and in the early stage of the control process production, since the process is not completely stable, it is necessary to constantly adjust parameters of the functional block blocks, so as to adjust execution logic of the functional blocks.
Currently, function block diagram editing software is generally opened in DCS software, and parameters of target function blocks are modified one by one. This approach is feasible for small-scale, small-number parameter adjustments. However, the way the function block diagram editing software is opened and modified one by one is not suitable for modifying a large number of function block parameters in batches. A large number of repetitive modification works are not only inefficient, but also easily lead to modification errors due to manual reasons, thus causing production problems.
Disclosure of Invention
In view of the drawbacks of the prior art, an object of the present invention is to provide a method, apparatus, device and storage medium for updating parameters of a functional block.
In a first aspect, an embodiment of the present application provides a method for updating a parameter of a functional block, including:
Selecting a functional block and parameters to be modified in a parameter selection interface;
Generating a corresponding CSV file according to the selected functional block and the parameters;
In the CSV file, according to the name and the parameter of the function block diagram of the function block, modifying the parameter of the target function block in batches to obtain a modified CSV file;
importing the modified CSV file and checking the data correctness;
And updating the parameters in the CSV file passing the correctness verification into the functional blocks corresponding to the functional block diagrams.
Optionally, the parameter selection interface includes: a list of functional block objects to be selected, a list of functional block objects selected, a list of functional block parameters to be selected, and a list of functional block parameters selected, wherein:
the to-be-selected function block object list is used for displaying all the function block object names, types and the function block graphs to which the to-be-selected function block object list belongs;
the selected function block object list is used for displaying the selected function block object;
the function block parameters to be selected are used for displaying all parameters of the currently selected function block object;
The selected function block parameter list is used for displaying the selected parameters.
Optionally, the column parameters of the CSV file include: the name of the functional block, the type of the functional block, the functional block diagram, and a parameter column containing all parameters and corresponding parameter values of all the derived functional blocks.
Optionally, importing the modified CSV file and performing data correctness checking, including any one or more steps of:
checking whether a functional block diagram corresponding to the name of the functional block diagram exists or not;
Checking whether a function block corresponding to the name of the function library area exists or not;
checking whether the functional block diagram and the functional block are matched;
Checking whether the names and types of the functional blocks are matched;
checking whether the functional block contains an imported update parameter;
checking whether the data format of the parameters is correct or not;
checking whether the data types of the parameters are consistent;
checking whether the value of the parameter is within a valid range.
In a second aspect, an embodiment of the present application provides an apparatus for updating a parameter of a functional block, including:
the selection module is used for selecting the functional blocks and parameters to be modified in the parameter selection interface;
The CSV file generation module is used for generating a corresponding CSV file according to the selected functional block and the parameters;
The batch modification module is used for modifying the parameters of the target functional block in batch in the CSV file according to the name and the parameters of the functional block diagram of the functional block to obtain a modified CSV file;
The data verification module is used for carrying out data correctness verification after the modified CSV file is imported;
And the updating module is used for updating the parameters in the CSV file passing the correctness verification into the functional blocks corresponding to the functional block diagrams.
Optionally, the parameter selection interface includes: a list of functional block objects to be selected, a list of functional block objects selected, a list of functional block parameters to be selected, and a list of functional block parameters selected, wherein:
the to-be-selected function block object list is used for displaying all the function block object names, types and the function block graphs to which the to-be-selected function block object list belongs;
the selected function block object list is used for displaying the selected function block object;
the function block parameters to be selected are used for displaying all parameters of the currently selected function block object;
The selected function block parameter list is used for displaying the selected parameters.
Optionally, the column parameters of the CSV file include: the name of the functional block, the type of the functional block, the functional block diagram, and a parameter column containing all parameters and corresponding parameter values of all the derived functional blocks.
Optionally, the data verification module is specifically configured to:
checking whether a functional block diagram corresponding to the name of the functional block diagram exists or not;
Checking whether a function block corresponding to the name of the function library area exists or not;
checking whether the functional block diagram and the functional block are matched;
Checking whether the names and types of the functional blocks are matched;
checking whether the functional block contains an imported update parameter;
checking whether the data format of the parameters is correct or not;
checking whether the data types of the parameters are consistent;
checking whether the value of the parameter is within a valid range.
In a third aspect, an embodiment of the present application provides an apparatus for updating a parameter of a functional block, including: the system comprises a processor and a memory, wherein executable program instructions are stored in the memory, and when the processor calls the program instructions in the memory, the processor is used for:
Steps of a method of updating functional block parameters according to any of the first aspects are performed.
In a fourth aspect, an embodiment of the present application provides a computer readable storage medium storing a program which, when executed, implements the steps of the method of updating a functional block parameter according to any one of the first aspects.
Compared with the prior art, the invention has the following beneficial effects:
According to the application, through the CSV format file, parameters of a plurality of functional block areas in different functional block diagrams can be updated simultaneously, so that tedious work of opening the functional block diagrams one by one and modifying the parameters of the functional block one by one is avoided, and meanwhile, an error checking mechanism is introduced during updating, so that the manual error rate can be effectively reduced, and the working efficiency is improved.
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 required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present invention, and that other drawings can be obtained according to the provided drawings without inventive effort for a person skilled in the art. Other features, objects and advantages of the present invention will become more apparent upon reading of the detailed description of non-limiting embodiments, given with reference to the accompanying drawings in which:
FIG. 1 is a flowchart illustrating a method for updating function block parameters according to an embodiment of the present application;
FIG. 2 is a schematic diagram of a selection interface of a function block number parameter according to an embodiment of the present application;
fig. 3 is a schematic format diagram of a CSV file according to an embodiment of the present application.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present application more apparent, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments of the present application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
It will be understood that when an element is referred to as being "fixed to" another element, it can be directly on the other element or intervening elements may also be present. When a component is considered to be "connected" to another component, it can be directly connected to the other component or intervening components may also be present.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs. The terminology used herein in the description of the application is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. The term "and/or" as used herein includes any and all combinations of one or more of the associated listed items.
The terms "first," "second," "third," "fourth" and the like in the description and in the claims and in the above drawings, if any, are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the invention described herein may be implemented, for example, in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The following describes the technical scheme of the present application and how the technical scheme of the present application solves the above technical problems in detail with specific embodiments. The following embodiments may be combined with each other, and the same or similar concepts or processes may not be described in detail in some embodiments.
Interpretation of technical terms
Functional block diagram: the graphic language used for the design of the programmable logic controller in the DCS system can describe the function by using the input and the output of the function, the function is formed by a plurality of basic modules in a collection mode, and the function is represented by blocks on a functional block diagram. Each block is composed of logic and parameters, and different blocks contain different execution logic, and specific logic behaviors are controlled by the parameters. Functional block diagrams are designed in a manner similar to that of circuit diagrams, and complex logic is formed by functional blocks and connecting lines among the functional blocks.
The distributed control system (Distributed Control System, DCS) is a computer system that integrates computers, communications, display and control, and is monitored by a process control process, and has the characteristics of high reliability, openness, flexibility and powerful control function.
The meaning of configuration is "configuration", "setting", etc., meaning that the user accomplishes the software function required by himself in a simple manner like "building blocks" without having to write a computer program, so-called "configuration". It is sometimes also referred to as "secondary development," and the configuration software is referred to as a "secondary development platform.
CSV file: a file in the format of a separation character separation value is used for storing a file in the format of a plain text of a parameter. The CSV file consists of records with arbitrary parameters, and the records are separated by a certain line-feed symbol; each record consists of fields, with the separators between the fields being other characters or strings, most commonly commas or tab.
Some embodiments of the present application are described in detail below with reference to the accompanying drawings. The following embodiments and features of the embodiments may be combined with each other without conflict.
Fig. 1 is a flowchart of a method for updating parameters of a functional block according to an embodiment of the present application, as shown in fig. 1, the method in this embodiment may include the following steps:
Step S101, selecting a functional block and parameters to be modified in a parameter selection interface.
In this embodiment, the parameter selection interface includes: a list of functional block objects to be selected, a list of functional block objects selected, a list of functional block parameters to be selected, and a list of functional block parameters selected, wherein: the function block object list to be selected is used for displaying all the function block object names, types and the function block graphs to which the function block object names are attached; the selected function block object list is used for displaying the selected function block object; the function block parameters to be selected are used for displaying all parameters of the currently selected function block object; the selected function block parameter list is used for displaying the selected parameters.
Fig. 2 is a schematic diagram of a selection interface of a function block number parameter according to an embodiment of the present application, where, as shown in fig. 2, a list of to-be-selected function block objects includes: functional block F1, functional block F2, functional block F3, functional block F4, etc., the list of selected functional block objects includes: the functional block 1 and the functional block 3, and the parameter list of the functional block to be selected comprises: parameters P1, P2, P3, P4, etc., the list of selected functional block parameters includes: parameter 2, parameter 4, parameter 6, parameter 7.
Step S102, generating a corresponding CSV file according to the selected functional blocks and parameters.
In this embodiment, column parameters of the CSV file include: the name of the functional block, the type of the functional block, the functional block diagram and the parameter column to which the functional block belongs; the parameter column contains all parameters of all the functional blocks derived at this time; the parameters contained in the functional block show the parameter values in the corresponding parameter columns; parameters not included in the functional block are not shown in the corresponding parameter columns.
Fig. 3 is a schematic format diagram of a CSV file according to an embodiment of the present application, where, as shown in fig. 3, a function block name includes: functional block 1 and functional block 2, the functional block types include: type a and type B, the functional block diagram includes: in fig. 1 and 2, the parameter value of the parameter 2 corresponds to the functional block 1 is 1.0, the parameter value of the parameter 4 corresponds to the functional block 1 is 2.0, the parameter value of the parameter 6 corresponds to the functional block 2 is 13, and the parameter value of the parameter 7 corresponds to the functional block 2 is 15.
Step S103, in the CSV file, according to the name and the parameter of the function block diagram of the function block, modifying the parameter of the target function block in batches to obtain the modified CSV file.
In this embodiment, a large number of functional block parameters can be modified in batch at a time, so as to improve the working efficiency.
Step S104, importing the modified CSV file and checking the data correctness.
In this embodiment, the modified CSV file is imported and data correctness checking is performed, including any one or more of the following steps:
checking whether a functional block diagram corresponding to the name of the functional block diagram exists or not;
Checking whether a function block corresponding to the name of the function library area exists or not;
checking whether the functional block diagram and the functional block are matched;
Checking whether the names and types of the functional blocks are matched;
checking whether the functional block contains an imported update parameter;
checking whether the data format of the parameters is correct or not;
checking whether the data types of the parameters are consistent;
checking whether the value of the parameter is within a valid range.
Step 105, updating the parameters in the CSV file passing the correctness checking to the functional blocks corresponding to the functional block diagram.
In this embodiment, parameters of a plurality of functional block areas in different functional block diagrams can be updated simultaneously through a CSV format file, so that tedious work of opening the functional block diagrams one by one and modifying the functional block parameters one by one is avoided, and meanwhile, an error checking mechanism is introduced during updating, so that the manual error rate can be effectively reduced, and the working efficiency is improved.
The embodiment of the application also provides a device for updating the parameters of the functional block, which comprises: the selection module is used for selecting the functional blocks and parameters to be modified in the parameter selection interface; the CSV file generation module is used for generating a corresponding CSV file according to the selected functional block and the parameters; the batch modification module is used for modifying the parameters of the target functional block in batch in the CSV file according to the name and the parameters of the functional block diagram of the functional block to obtain a modified CSV file; the data verification module is used for carrying out data correctness verification after the modified CSV file is imported; and the updating module is used for updating the parameters in the CSV file passing the correctness verification into the functional blocks corresponding to the functional block diagrams.
Illustratively, the parameter selection interface includes: a list of functional block objects to be selected, a list of functional block objects selected, a list of functional block parameters to be selected, and a list of functional block parameters selected, wherein:
the function block object list to be selected is used for displaying all the function block object names, types and the function block graphs to which the function block object names are attached;
The selected function block object list is used for displaying the selected function block object;
The function block parameters to be selected are used for displaying all parameters of the currently selected function block object;
The selected function block parameter list is used for displaying the selected parameters.
Exemplary column parameters of the CSV file include: the name of the functional block, the type of the functional block, the functional block diagram, and a parameter column containing all parameters and corresponding parameter values of all the derived functional blocks.
Exemplary, the data verification module is specifically configured to:
checking whether a functional block diagram corresponding to the name of the functional block diagram exists or not;
Checking whether a function block corresponding to the name of the function library area exists or not;
checking whether the functional block diagram and the functional block are matched;
Checking whether the names and types of the functional blocks are matched;
checking whether the functional block contains an imported update parameter;
checking whether the data format of the parameters is correct or not;
checking whether the data types of the parameters are consistent;
checking whether the value of the parameter is within a valid range.
The embodiment of the application provides equipment for updating parameters of a functional block, which comprises the following steps: the system comprises a processor and a memory, wherein executable program instructions are stored in the memory, and when the processor calls the program instructions in the memory, the processor is used for: executing the steps of the method for updating the parameters of the functional block.
An embodiment of the present application provides a computer readable storage medium storing a program, which when executed implements the steps of the method for updating a function block parameter as described above.
It is to be appreciated that those skilled in the art will appreciate that various aspects of the invention may be implemented as a system, method, or program product. Accordingly, aspects of the invention may be embodied in the following forms, namely: an entirely hardware embodiment, an entirely software embodiment (including firmware, micro-code, etc.) or an embodiment combining hardware and software aspects may be referred to herein as a "circuit," module "or" platform.
In addition, the embodiment of the application further provides a computer-readable storage medium, wherein computer-executable instructions are stored in the computer-readable storage medium, and when at least one processor of the user equipment executes the computer-executable instructions, the user equipment executes the various possible methods. Among them, computer-readable media include computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC. In addition, the ASIC may reside in a user device. The processor and the storage medium may reside as discrete components in a communication device.
The present application also provides a program product comprising a computer program stored in a readable storage medium, from which the computer program can be read by at least one processor of a server, the at least one processor executing the computer program causing the server to implement the method of any one of the embodiments of the present application described above.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. The readable storage medium can be, for example, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium would include the following: an electrical connection having one or more wires, a portable disk, a hard disk, random Access Memory (RAM), read-only memory (ROM), erasable programmable read-only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The foregoing describes specific embodiments of the present invention. It is to be understood that the invention is not limited to the particular embodiments described above, and that various changes and modifications may be made by one skilled in the art within the scope of the claims without affecting the spirit of the invention.

Claims (10)

1. A method for updating parameters of a functional block, comprising:
Selecting a functional block and parameters to be modified in a parameter selection interface;
Generating a corresponding CSV file according to the selected functional block and the parameters;
In the CSV file, according to the name and the parameter of the function block diagram of the function block, modifying the parameter of the target function block in batches to obtain a modified CSV file;
importing the modified CSV file and checking the data correctness;
And updating the parameters in the CSV file passing the correctness verification into the functional blocks corresponding to the functional block diagrams.
2. The method of claim 1, wherein the parameter selection interface comprises: a list of functional block objects to be selected, a list of functional block objects selected, a list of functional block parameters to be selected, and a list of functional block parameters selected, wherein:
the to-be-selected function block object list is used for displaying all the function block object names, types and the function block graphs to which the to-be-selected function block object list belongs;
the selected function block object list is used for displaying the selected function block object;
the function block parameters to be selected are used for displaying all parameters of the currently selected function block object;
The selected function block parameter list is used for displaying the selected parameters.
3. The method of claim 1, wherein the column parameters of the CSV file comprise: the name of the functional block, the type of the functional block, the functional block diagram, and a parameter column containing all parameters and corresponding parameter values of all the derived functional blocks.
4. A method of updating functional block parameters according to any of claims 1-3, wherein the modified CSV file is imported and data correctness checking is performed, comprising any one or more of the following steps:
checking whether a functional block diagram corresponding to the name of the functional block diagram exists or not;
Checking whether a function block corresponding to the name of the function library area exists or not;
checking whether the functional block diagram and the functional block are matched;
Checking whether the names and types of the functional blocks are matched;
checking whether the functional block contains an imported update parameter;
checking whether the data format of the parameters is correct or not;
checking whether the data types of the parameters are consistent;
checking whether the value of the parameter is within a valid range.
5. An apparatus for updating parameters of a functional block, comprising:
the selection module is used for selecting the functional blocks and parameters to be modified in the parameter selection interface;
The CSV file generation module is used for generating a corresponding CSV file according to the selected functional block and the parameters;
The batch modification module is used for modifying the parameters of the target functional block in batch in the CSV file according to the name and the parameters of the functional block diagram of the functional block to obtain a modified CSV file;
The data verification module is used for carrying out data correctness verification after the modified CSV file is imported;
And the updating module is used for updating the parameters in the CSV file passing the correctness verification into the functional blocks corresponding to the functional block diagrams.
6. The apparatus for updating a function block parameter of claim 5, wherein the parameter selection interface comprises: a list of functional block objects to be selected, a list of functional block objects selected, a list of functional block parameters to be selected, and a list of functional block parameters selected, wherein:
the to-be-selected function block object list is used for displaying all the function block object names, types and the function block graphs to which the to-be-selected function block object list belongs;
the selected function block object list is used for displaying the selected function block object;
the function block parameters to be selected are used for displaying all parameters of the currently selected function block object;
The selected function block parameter list is used for displaying the selected parameters.
7. The apparatus for updating functional block parameters according to claim 5, wherein the column parameters of the CSV file comprise: the name of the functional block, the type of the functional block, the functional block diagram, and a parameter column containing all parameters and corresponding parameter values of all the derived functional blocks.
8. The apparatus for updating functional block parameters according to any of claims 5-7, wherein the data verification module is specifically configured to:
checking whether a functional block diagram corresponding to the name of the functional block diagram exists or not;
Checking whether a function block corresponding to the name of the function library area exists or not;
checking whether the functional block diagram and the functional block are matched;
Checking whether the names and types of the functional blocks are matched;
checking whether the functional block contains an imported update parameter;
checking whether the data format of the parameters is correct or not;
checking whether the data types of the parameters are consistent;
checking whether the value of the parameter is within a valid range.
9. An apparatus for updating a function block parameter, comprising: the system comprises a processor and a memory, wherein executable program instructions are stored in the memory, and when the processor calls the program instructions in the memory, the processor is used for:
the method of updating functional block parameters of any of claims 1 to 4.
10. A computer readable storage medium storing a program, wherein the program when executed implements the steps of the method of updating a functional block parameter of any one of claims 1 to 4.
CN202311683593.1A 2023-09-08 2023-12-08 Method, device, equipment and storage medium for updating function block parameters Pending CN118113322A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2023111577172 2023-09-08
CN202311157717.2A CN117170711A (en) 2023-09-08 2023-09-08 Method, device, equipment and storage medium for updating function block parameters

Publications (1)

Publication Number Publication Date
CN118113322A true CN118113322A (en) 2024-05-31

Family

ID=88942622

Family Applications (2)

Application Number Title Priority Date Filing Date
CN202311157717.2A Pending CN117170711A (en) 2023-09-08 2023-09-08 Method, device, equipment and storage medium for updating function block parameters
CN202311683593.1A Pending CN118113322A (en) 2023-09-08 2023-12-08 Method, device, equipment and storage medium for updating function block parameters

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN202311157717.2A Pending CN117170711A (en) 2023-09-08 2023-09-08 Method, device, equipment and storage medium for updating function block parameters

Country Status (1)

Country Link
CN (2) CN117170711A (en)

Also Published As

Publication number Publication date
CN117170711A (en) 2023-12-05

Similar Documents

Publication Publication Date Title
CN109542399B (en) Software development method and device, terminal equipment and computer readable storage medium
CN105487864B (en) The method and apparatus of Code automatic build
CN107239392B (en) Test method, test device, test terminal and storage medium
US9921569B2 (en) Field device commissioning system and method
CN109783346B (en) Keyword-driven automatic testing method and device and terminal equipment
CN109614325B (en) Method and device for determining control attribute, electronic equipment and storage medium
CN105159809A (en) State machine based fault positioning method and apparatus
CN112527676A (en) Model automation test method, device and storage medium
CN111814449A (en) Form analysis method, device, equipment and storage medium
CN114579118A (en) Programming method and system, equipment, storage medium
CN117033249B (en) Test case generation method and device, computer equipment and storage medium
CN109324838B (en) Execution method and execution device of single chip microcomputer program and terminal
CN118113322A (en) Method, device, equipment and storage medium for updating function block parameters
CN111061522A (en) Method, device, equipment and storage medium for generating front-end card assembly based on back end
CN105893614A (en) Information recommendation method and device and electronic equipment
CN109240667A (en) A kind of development approach of application software, device, storage medium and terminal
CN115033436A (en) Page testing method and device, electronic equipment and storage medium
CN114610648A (en) Test method, device and equipment
CN114625372A (en) Automatic component compiling method and device, computer equipment and storage medium
CN114356330A (en) Page configuration method and device, electronic equipment and storage medium
CN112988139A (en) Method and device for developing event processing file
CN115269402B (en) Test data matching method, device, computer equipment and storage medium
CN112256708B (en) Method, device, terminal and storage medium for acquiring and storing text content
CN113779132B (en) Data importing method, device, computer equipment and storage medium
CN112580291B (en) Method and equipment for carrying out integrated circuit experiment

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