WO2023142073A1 - 一种生产工艺的质量控制手册的生成方法及装置 - Google Patents

一种生产工艺的质量控制手册的生成方法及装置 Download PDF

Info

Publication number
WO2023142073A1
WO2023142073A1 PCT/CN2022/075079 CN2022075079W WO2023142073A1 WO 2023142073 A1 WO2023142073 A1 WO 2023142073A1 CN 2022075079 W CN2022075079 W CN 2022075079W WO 2023142073 A1 WO2023142073 A1 WO 2023142073A1
Authority
WO
WIPO (PCT)
Prior art keywords
quality control
workflow
production process
node
process quality
Prior art date
Application number
PCT/CN2022/075079
Other languages
English (en)
French (fr)
Inventor
周振华
朱骁洵
Original Assignee
西门子股份公司
西门子(中国)有限公司
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 西门子股份公司, 西门子(中国)有限公司 filed Critical 西门子股份公司
Priority to PCT/CN2022/075079 priority Critical patent/WO2023142073A1/zh
Publication of WO2023142073A1 publication Critical patent/WO2023142073A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/04Manufacturing

Definitions

  • the invention mainly relates to the field of computer software, in particular to a method and device for generating a quality control manual of a production process.
  • the present invention provides a method and device for generating the quality control manual of the production process, so as to make the quality control of the production process more intuitive and reduce the time and energy spent on the quality control manual.
  • the present invention proposes a method for generating a quality control manual of a production process.
  • the generation method includes: receiving the construction of a production process quality control workflow performed by a user on a graphical user interface, and the production process quality control workflow is composed of multiple
  • the process quality control node is composed of process quality control nodes, including node process workflow, node quality control workflow and node quality control conditions. If the node process workflow does not meet the node quality control conditions, it will jump to the node quality control Workflow; converting the production process quality control workflow into a production process quality control manual.
  • the quality engineer can build the production process quality control workflow through the graphical interface of the low-code development tool in the OT domain, and automatically convert it into a production process quality control manual, which can make the quality control of the production process more intuitive. Improve the writing efficiency of the quality control manual of the production process.
  • receiving the construction of the production process quality control workflow performed by the user on the graphical user interface includes: setting a function block template in advance, receiving the function block, connection and instantiation configuration operation selected by the user from the function block template . For this reason, by presetting the function block template, the user can build the production process quality control workflow on the graphical user interface more quickly.
  • the construction of the production process quality control workflow performed by the receiving user on the graphical user interface includes: setting a node quality control condition template in advance, and the receiving user selects a node quality control condition from the node quality control condition template and configures operations. For this reason, by pre-setting the node quality control condition template, the user can build the production process quality control workflow on the graphical user interface more quickly.
  • the process quality control node includes an index label
  • the generating method further includes: converting the production process quality control workflow into a production process quality control manual according to the index label, and the index label corresponds to the Contents index in the manual described above.
  • it can be automatically converted into a production process quality control manual by means of an index label corresponding to the catalog index in the manual.
  • converting the production process quality control workflow into a production process quality control manual includes: generating microservices according to the production process quality control workflow, and the IT domain development tool calls the microservices through the data platform to generate an IT domain code, converting the IT domain code into a production process quality control manual.
  • the transformation of the production process quality control workflow into a production process quality control manual has been realized.
  • the generating method further includes: further receiving the corresponding function blocks in the node process workflow returned after receiving the node quality control workflow input by the user.
  • the flexibility of node quality control flow is improved.
  • the present invention also proposes a production process quality control generation device, the generation device includes: a construction module, which receives the construction of the production process quality control workflow performed by the user on the graphical user interface, and the production process quality control workflow Consists of multiple process quality control nodes, the process quality control node includes node process workflow, node quality control workflow and node quality control conditions, if the node process workflow does not meet the node quality control conditions, then jump to Node quality control workflow; conversion module, converting the production process quality control workflow into a production process quality control manual.
  • a construction module which receives the construction of the production process quality control workflow performed by the user on the graphical user interface
  • the production process quality control workflow Consists of multiple process quality control nodes the process quality control node includes node process workflow, node quality control workflow and node quality control conditions, if the node process workflow does not meet the node quality control conditions, then jump to Node quality control workflow; conversion module, converting the production process quality control workflow into a production process quality control manual.
  • the present invention also proposes an electronic device, including a processor, a memory, and instructions stored in the memory, wherein the instructions implement the above-mentioned method when executed by the processor.
  • the present invention also proposes a computer-readable storage medium on which computer instructions are stored, and the computer instructions execute the method as described above when executed.
  • the present invention also proposes a computer program product, characterized in that the computer program product is tangibly stored on a computer-readable medium and includes computer-readable instructions which, when executed, cause at least one processing implements the method described above.
  • FIG. 1 is a flowchart of a method for generating a quality control manual of a production process according to an embodiment of the present invention
  • Fig. 2 is a schematic diagram of a graphical user interface in a generating method according to an embodiment of the present invention
  • Fig. 3 is a schematic diagram of a generating device for a quality control manual of a production process according to an embodiment of the present invention
  • Fig. 4 is a schematic diagram of an electronic device according to an embodiment of the present invention.
  • the term “comprising” and its variants represent open terms meaning “including but not limited to”.
  • the term “based on” means “based at least in part on”.
  • the terms “one embodiment” and “an embodiment” mean “at least one embodiment.”
  • the term “another embodiment” means “at least one other embodiment.”
  • the terms “first”, “second”, etc. may refer to different or the same object. The following may include other definitions, either express or implied. Unless the context clearly indicates otherwise, the definition of a term is consistent throughout the specification.
  • FIG. 1 is a flowchart of a method 100 for generating a quality control manual for a production process according to an embodiment of the present invention. As shown in FIG. 1 , the generation method 100 includes:
  • Step 110 receiving the construction of the production process quality control workflow performed by the user on the graphical user interface.
  • the production process quality control workflow is composed of multiple process quality control nodes.
  • the process quality control node includes node process workflow, node quality control workflow and node quality control conditions. If the node process workflow does not meet the node quality control conditions, it will skip Go to Node Quality Control Workflow.
  • Fig. 2 is a schematic diagram of a graphical user interface in a generating method according to an embodiment of the present invention.
  • the graphical user interface shows a certain process quality control node 200 of the production process quality control workflow, and the quality engineer can use this graphical user interface to write the quality control workflow, and the process quality control node 200 includes node process work Flow 210, Node Quality Control Workflow 220 and Node Quality Control Condition Ex.
  • the quality engineer first clicks the node quality control condition icon Ex in the graphical user interface, and enters the quality control condition of node 200 in the corresponding input interface.
  • the quality engineer can input the quality control condition as the temperature is less than 120°C.
  • the quality engineer clicks the QC icon QC in the graphical user interface to build the node process workflow, as shown in Figure 2, the process workflow built by the quality engineer includes two steps, respectively executing the function FB1( Function block 210a, for example, the robot arm clamps the workpiece A), and then the resource R2 executes the function FB2 (function block 210b, for example, the sensor detects the temperature of the workpiece A).
  • the quality engineer clicks the icon 1.E, if the node quality control condition Ex is not satisfied after the node process workflow 210 is executed, then enter the node quality control workflow 220, and the quality engineer builds the quality control workflow 220, as shown in Figure 2
  • the quality control workflow 220 includes two steps, the resource R3 executes the function FB3 (function block 220a, such as alarm alarm), the physical node PN1 executes the logical node LN1 (function block 220b, such as the operator checks), the physical node PN1 The node PN1 returns to the node process workflow 210 after executing the logic node LN1.
  • receiving the construction of the production process quality control workflow performed by the user on the graphical user interface may include: presetting the function block template, receiving the function block, connection and instantiation configuration operation selected by the user from the function block template .
  • the preset function block template may include multiple function blocks that can be selected by the user, and different resources may perform different functions. Each function performed by each resource is a function block, and multiple function blocks in the function block template It can be displayed in different forms.
  • the function block template can display all function blocks, and can also push related function blocks for users to choose according to the current application scenario. In Fig.
  • the user selects the function block FB1 (function block 210a) corresponding to the resource R1 and the function block FB2 (function block 210b) corresponding to the resource R2 from the function block template, and sequentially connects the function block FB1 corresponding to the resource R1 and the resource
  • the function block FB2 corresponding to R2 has been instantiated and configured.
  • the construction of the production process quality control workflow performed by the receiving user on the graphical user interface may include: setting a node quality control condition template in advance, and the receiving user selecting a node quality control condition from the node quality control condition template and configuring operations.
  • the preset node quality control condition template can include multiple quality control conditions that can be selected by the user, such as parameters, mathematical relationships, and values. Taking the quality control condition as an example where the temperature is less than 120 degrees, the user can select from the node quality In the control condition template, the parameter is selected as temperature, the mathematical relationship is less than, and the value 120 is manually entered to determine the quality control conditions.
  • the process quality control node includes an index label
  • the generating method may further include: converting the production process quality control workflow into a production process quality control manual according to the index label, and the index label corresponds to a catalog index in the manual.
  • the upper left corner of the node process workflow 210 includes a primary index label 1
  • the secondary index labels of the function blocks are 1.1 and 1.2 respectively
  • the upper left corner of the quality control workflow 220 includes the quality inspection of the node process workflow 210 Label 1.E
  • quality inspection label 1.E includes the next-level labels 1.E.1 and 1.E.2, these index labels correspond to the catalog index in the quality control manual, for example, the first-level index label 1 corresponds to quality The first-level heading 1 in the control manual
  • the second-level index label corresponds to the second-level heading 1.1 and 1.2 in the quality control manual
  • the quality inspection label 1.E is also used for the second-level heading in the quality control manual
  • the next level label 1.E.1 and 1.E.2 correspond to the third-level titles in the quality control manual, thus realizing the correspondence between the index label in the graphical user interface and the catalog index in the quality control manual, and then generating the quality control manual.
  • the generating method may further include: further receiving the corresponding function blocks in the node process workflow returned after receiving the node quality control workflow input by the user.
  • the corresponding function block in the node process workflow returned after the node quality control workflow input by the user is function block 1.1, that is, return to function block 1.1 after the quality control workflow 220 ends.
  • Step 120 converting the production process quality control workflow into a production process quality control manual.
  • the conversion of the production process quality control workflow into the production process quality control manual may include: generating microservices according to the production process quality control workflow, IT domain development tools (IT equipment) calling microservices through the data platform to generate IT domain codes, and converting the IT domain The code is converted into a production process quality control manual.
  • IT equipment IT domain development tools
  • the method for generating the quality control manual of the production process in the embodiment of the present invention can be implemented on the OT domain development platform on the OT equipment, and the OT equipment can include but not limited to: Internet of Things (Internet of Things, IoT) equipment, programmable Logic controller (Programmable Logic Controller, PLC), robot (Robotics), manual process (Manual Process), industrial personal computer (Industrial Personal Computer, IPC), etc.
  • IoT Internet of Things
  • PLC programmable Logic Controller
  • robot Robots
  • manual process Manual Process
  • industrial personal computer Intelligent Personal Computer
  • the applicable fields of the embodiments of the present application include but are not limited to: Industrial Automation, Logistics, Laboratory, Maritime, Smart Grid, Electric Vehicle Infrastructure Vehicle Infrastructure), Electric Vehicle, Building Automation, Smart City, Water Treatment, Garbage Recycling and Smart Farm, etc.
  • IT equipment may include but not limited to: Manufacturing Operation Management (MOM) system, Manufacturing Execution System (MES), Enterprise Resource Planning (ERP) system, Enterprise Service Bus (Enterprise Service Bus) , ERP), Product Lifecycle Management (Product Lifecycle Management, PLM) system, etc.
  • MOM Manufacturing Operation Management
  • MES Manufacturing Execution System
  • ERP Enterprise Resource Planning
  • PLM Product Lifecycle Management
  • An application scenario of the OT domain development platform provided in the embodiment of the present application in the field of industrial automation is as follows.
  • the low-code development tool generates an OT domain workflow under the operation of the user, and the OT domain workflow defines the operations to be performed by the production line (as a work unit).
  • the user edits the OT domain workflow by dragging and dropping the editing function block (as shown in the upper left corner of the figure). For example, first obtain the required data (such as: workpiece processing parameters) from the database & server through the data platform, and control the entire The operation of the unit of work.
  • the working unit here is a production line, which includes machines, conveyor belts, robotic arms, people, PLC, AGB, etc.
  • the embodiment of the present invention provides a method for generating the quality control manual of the production process, which receives the construction of the production process quality control workflow performed by the user on the graphical user interface, and converts the production process quality control workflow into the production process quality control Manual, the quality engineer can build the production process quality control workflow through the graphical interface of the low-code development tool in the OT domain, and automatically convert it into the production process quality control manual, which can make the quality control of the production process more intuitive and improve Improve the efficiency of writing the quality control manual of the production process.
  • FIG. 3 is a schematic diagram of a production process quality control manual generation device 300 according to an embodiment of the present invention. As shown in FIG. 3 , the generation device 300 include:
  • the construction module 310 receives the construction of the production process quality control workflow performed by the user on the graphical user interface.
  • the production process quality control workflow is composed of a plurality of process quality control nodes, and the process quality control nodes include node process workflow, node quality control Workflow and node quality control conditions, if the node process workflow does not meet the node quality control conditions, jump to the node quality control workflow;
  • the conversion module 320 converts the production process quality control workflow into a production process quality control manual.
  • FIG. 4 is a schematic diagram of an electronic device 400 according to an embodiment of the present invention.
  • the electronic device 400 includes a processor 410 and a memory 420 , and the memory 420 stores instructions, wherein the instructions are executed by the processor 410 to implement the method 100 as described above.
  • the present invention also proposes a computer-readable storage medium on which computer instructions are stored, and when executed, the computer instructions execute the method 100 as described above.
  • the invention also proposes a computer program product tangibly stored on a computer-readable medium and comprising computer-readable instructions which, when executed, cause at least one processor to perform the method as described above 100.
  • Some aspects of the method and apparatus of the present invention may be entirely implemented by hardware, may be entirely implemented by software (including firmware, resident software, microcode, etc.), or may be implemented by a combination of hardware and software.
  • the above hardware or software may be referred to as “block”, “module”, “engine”, “unit”, “component” or “system”.
  • the processor can be one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DAPDs), Programmable Logic Devices (PLCs), Field Programmable Gate Arrays (FPGAs), processors , a controller, a microcontroller, a microprocessor, or a combination thereof.
  • ASICs Application Specific Integrated Circuits
  • DSPs Digital Signal Processors
  • DAPDs Digital Signal Processing Devices
  • PLCs Programmable Logic Devices
  • FPGAs Field Programmable Gate Arrays
  • processors a controller, a microcontroller, a microprocessor, or a combination thereof.
  • aspects of the present invention may be embodied as a computer product comprising computer readable program code on one or more computer readable media.
  • computer-readable media may include, but are not limited to, magnetic storage devices (e.g., hard disk, floppy disk, magnetic tape, ...), optical disks (e.g., compact disk (CD), digital versatile disk (DVD) %), smart cards And flash memory devices (eg, cards, sticks, key drives).
  • a flow chart is used here to illustrate operations performed by the method according to the embodiment of the present application. It should be understood that the preceding operations are not necessarily performed in an exact order. Instead, various steps may be processed in reverse order or concurrently. At the same time, other operations are either added to these procedures, or a certain step or steps are removed from these procedures.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Educational Administration (AREA)
  • Game Theory and Decision Science (AREA)
  • Development Economics (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

本发明提供一种生产工艺的质量控制手册的生成方法,包括:接收用户在图形用户界面上进行的生产工艺质量控制工作流的构建,生产工艺质量控制工作流由多个工艺质量控制节点组成,工艺质量控制节点包括节点工艺工作流、节点质量控制工作流和节点质量控制条件,若节点工艺工作流不满足节点质量控制条件,则跳转至节点质量控制工作流(110);将生产工艺质量控制工作流转换成生产工艺质量控制手册(120)。

Description

一种生产工艺的质量控制手册的生成方法及装置 技术领域
本发明主要涉及计算机软件领域,尤其涉及一种生产工艺的质量控制手册的生成方法及装置。
背景技术
IT域、OT域融合在企业数字化转型过程中变得日趋重要。其中,一个亟待解决的问题是企业如何采用易于理解、而不是IT域编程的方式来收集OT域的数据并控制OT域过程。
目前,市场上存在诸多IT低代码开发工具或平台。其中,部分工具针对物联网的使用场景,面向有经验的IT工程师,而OT工程师和初级IT工程师则难以理解其范式。而部分工具更适用于IT域低代码开发的使用场景,不能很好地适用于OT域。对于质量控制工程师而言,需要编写质量控制手册,以确保生产工艺到达质量标准,然而质量控制手册采用语义表达质量标准,且工艺之间的逻辑关系错综复杂,导致质量控制工程需要花费巨大的时间精力编写质量控制手册,效率不高。
发明内容
为了解决上述技术问题,本发明提供一种生产工艺的质量控制手册的生成方法及装置,以使生产工艺的质量控制更加直观,降低质量控制手册花费的时间精力。
本发明提出一种生产工艺的质量控制手册的生成方法,所述生成方法包括:接收用户在图形用户界面上进行的生产工艺质量控制工作流的构建,所述生产工艺质量控制工作流由多个工艺质量控制节点组成,所述工艺质量控制节点包括节点工艺工作流、节点质量控制工作流和节点质量控制条件,若所述节点工艺工作流不满足节点质量控制条件,则跳转至节点质量控制工作流;将所述生产工艺质量控制工作流转换成生产工艺质量控制手册。为此,质量工程师通过在OT域的低代码开发工具中的图形界面进行操作即可构建生产工艺质量控制工作流,并自动转换为生产工艺质量控制手册,可以使生产工艺的质量控制更加直观,提高了生产工艺的质量控制手册的编写效率。
可选地,,接收用户在图形用户界面上进行的生产工艺质量控制工作流的构建包括:预先设置功能块模板,接收用户从所述功能块模板中选择的功能块、连接以及实例化配置操作。为此,通过预先设置功能块模板,用户可以更快地在图形用户界面上进行生产工艺 质量控制工作流的构建。
可选地,接收用户在图形用户界面上进行的生产工艺质量控制工作流的构建包括:预先设置节点质量控制条件模板,接收用户从所述节点质量控制条件模板选择节点质量控制条件以及配置操作。为此,通过预先设置节点质量控制条件模板,用户可以更快地在图形用户界面上进行生产工艺质量控制工作流的构建。
可选地,所述工艺质量控制节点包括索引标签,所述生成方法还包括:根据所述索引标签将所述生产工艺质量控制工作流转换成生产工艺质量控制手册,所述索引标签对应于所述手册中的目录索引。为此,可以通过索引标签对应于手册中的目录索引,自动转换为生产工艺质量控制手册。
可选地,将所述生产工艺质量控制工作流转换成生产工艺质量控制手册包括:根据所述生产工艺质量控制工作流生成微服务,IT域开发工具通过数据平台调用所述微服务生成IT域代码,将所述IT域代码转换成生产工艺质量控制手册。为此,实现了将生产工艺质量控制工作流转换成生产工艺质量控制手册。
可选地,所述生成方法还包括:还接收用户输入的节点质量控制工作流之后返回的节点工艺工作流中对应的功能块。为此,提高了节点质量控制流的灵活性。
本发明还提出一种生产工艺的质量控制的生成装置,所述生成装置包括:构建模块,接收用户在图形用户界面上进行的生产工艺质量控制工作流的构建,所述生产工艺质量控制工作流由多个工艺质量控制节点组成,所述工艺质量控制节点包括节点工艺工作流、节点质量控制工作流和节点质量控制条件,若所述节点工艺工作流不满足节点质量控制条件,则跳转至节点质量控制工作流;转换模块,将所述生产工艺质量控制工作流转换成生产工艺质量控制手册。
本发明还提出一种电子设备,包括处理器、存储器和存储在所述存储器中的指令,其中所述指令被所述处理器执行时实现如上所述的方法。
本发明还提出一种计算机可读存储介质,其上存储有计算机指令,所述计算机指令在被运行时执行如上所述的方法。
本发明还提出一种计算机程序产品,其特征在于,所述计算机程序产品被有形地存储在计算机可读介质上并且包括计算机可读指令,所述计算机可读指令在被执行时使至少一个处理器执行如上所述的方法。
附图说明
以下附图仅旨在于对本发明做示意性说明和解释,并不限定本发明的范围。其中,
图1是根据本发明的一实施例的一种生产工艺的质量控制手册的生成方法的流程图;
图2是根据本发明的一实施例的一种生成方法中图形用户界面的示意图;
图3是根据本发明的一实施例的一种生产工艺的质量控制手册的生成装置的示意图;
图4是根据本发明的一实施例的一种电子设备的示意图。
附图标记说明
100生产工艺的质量控制手册的生成方法
110,120步骤
200工艺质量控制节点
210节点工艺工作流
220节点质量控制工作流
210a,210b,220a,220b功能块
300生产工艺的质量控制手册的生成装置
310构建模块
320转换模块
400电子设备
410处理器
420存储器
具体实施方式
现在将参考示例实施方式讨论本文描述的主题。应该理解,讨论这些实施方式只是为了使得本领域技术人员能够更好地理解从而实现本文描述的主题,并非是对权利要求书中所阐述的保护范围、适用性或者示例的限制。可以在不脱离本申请实施例内容的保护范围的情况下,对所讨论的元素的功能和排列进行改变。各个示例可以根据需要,省略、替代或者添加各种过程或组件。例如,所描述的方法可以按照与所描述的顺序不同的顺序来执行,以及各个步骤可以被添加、省略或者组合。另外,相对一些示例所描述的特征在其它例子中也可以进行组合。
如本文中使用的,术语“包括”及其变型表示开放的术语,含义是“包括但不限于”。术语“基于”表示“至少部分地基于”。术语“一个实施例”和“一实施例”表示“至少一个实施例”。术语“另一个实施例”表示“至少一个其他实施例”。术语“第一”、“第二”等可以指代不同的或相同的对象。下面可以包括其他的定义,无论是明确的还是隐含的。 除非上下文中明确地指明,否则一个术语的定义在整个说明书中是一致的。
下面结合附图对本申请实施例进行详细说明。
本发明提供一种生产工艺的质量控制手册的生成方法,图1是根据本发明的一实施例的一种生产工艺的质量控制手册的生成方法100的流程图,如图1所示,生成方法100包括:
步骤110,接收用户在图形用户界面上进行的生产工艺质量控制工作流的构建。
生产工艺质量控制工作流由多个工艺质量控制节点组成,工艺质量控制节点包括节点工艺工作流、节点质量控制工作流和节点质量控制条件,若节点工艺工作流不满足节点质量控制条件,则跳转至节点质量控制工作流。
图2是根据本发明的一实施例的一种生成方法中图形用户界面的示意图。如图2所示,图形用户界面显示了生产工艺质量控制工作流的某个工艺质量控制节点200,质量工程师可以使用该图形用户界面来编写质量控制工作流,工艺质量控制节点200包括节点工艺工作流210、节点质量控制工作流220和节点质量控制条件Ex。质量工程师首先点选图形用户界面中的节点质量控制条件图标Ex,并在相应的输入界面中输入节点200的质量控制条件,例如质量工程师可以输入质量控制条件为温度小于120℃。随后,质量工程师点选图形用户界面中的工艺内质量控制图标QC,构建节点工艺工作流,如图2所示,质量工程师构建的工艺工作流包括两个步骤,分别为资源R1执行功能FB1(功能块210a,例如机械臂夹持工件A),之后资源R2执行功能FB2(功能块210b,例如传感器检测工件A的温度)。再后,质量工程师点击图标1.E,若节点工艺工作流210执行完毕之后不满足节点质量控制条件Ex,则进入节点质量控制工作流220,质量工程师构建质量控制工作流220,如图2所示,质量控制工作流220包括两个步骤,分别为资源R3执行功能FB3(功能块220a,例如报警器报警),物理节点PN1执行逻辑节点LN1(功能块220b,例如操作人员进行检查),物理节点PN1执行逻辑节点LN1之后返回至节点工艺工作流210中。
在一些实施例中,接收用户在图形用户界面上进行的生产工艺质量控制工作流的构建可以包括:预先设置功能块模板,接收用户从功能块模板中选择的功能块、连接以及实例化配置操作。具体地,预先设置的功能块模板可以包括多个可供用户选择的功能块,不同的资源可以执行不同的功能,各资源执行的各功能为一个功能块,功能块模板中的多个功能块可以以不同的形式显示出来,功能块模板可以显示全部的功能块,也可以根据当前的应用场景推送相关的功能块供用户选择。在图2中,用户从功能块模板中选择了资源R1对应的功能块FB1(功能块210a),资源R2对应的功能块FB2(功能块210b),顺序连接资源R1对应的功能块FB1和资源R2对应的功能块FB2,并进行了实例化配置操作。
接收用户在图形用户界面上进行的生产工艺质量控制工作流的构建可以包括:预先设置节点质量控制条件模板,接收用户从节点质量控制条件模板选择节点质量控制条件以及配置操作。具体地,预先设置的节点质量控制条件模板可以包括多个可供用户选择的质量控制条件,例如参数,数学关系和数值等,以质量控制条件为温度小于120度为例,用户可以从节点质量控制条件模板中选择参数为温度,数学关系为小于,并手动输入数值120,从而确定了质量控制条件。
在一些实施例中,工艺质量控制节点包括索引标签,生成方法还可以包括:根据索引标签将生产工艺质量控制工作流转换成生产工艺质量控制手册,索引标签对应于手册中的目录索引。在图2中,节点工艺工作流210的左上角包括一级索引标签1,功能块的二级索引标签分别为1.1和1.2,质量控制工作流220的左上角包括节点工艺工作流210的质量检测标签1.E,质量检测标签1.E包括下一级标签1.E.1和1.E.2,这些索引标签对应于质量控制手册中的目录索引,例如一级索引标签1对应于质量控制手册中的一级标题1,二级索引标签对应于质量控制手册中的二级标题1.1和1.2,质量检测标签1.E也对用于质量控制手册中的二级标题,下一级标签1.E.1和1.E.2对应于质量控制手册中的三级标题,从而实现了图形用户界面中的索引标签与质量控制手册中的目录索引的对应,进而生成了质量控制手册。
在一些实施例中,生成方法还可以包括:还接收用户输入的节点质量控制工作流之后返回的节点工艺工作流中对应的功能块。在图2中,用户输入的节点质量控制工作流之后返回的节点工艺工作流中对应的功能块为功能块1.1,即质量控制工作流220结束之后回到功能块1.1。
步骤120,将生产工艺质量控制工作流转换成生产工艺质量控制手册。
将生产工艺质量控制工作流转换成生产工艺质量控制手册,为此,质量工程师通过在OT域的低代码开发工具中的图形界面进行操作即可构建生产工艺质量控制工作流,并自动转换为生产工艺质量控制手册,可以使生产工艺的质量控制更加直观,提高了生产工艺的质量控制手册的编写效率。将生产工艺质量控制工作流转换成生产工艺质量控制手册可以包括:根据生产工艺质量控制工作流生成微服务,IT域开发工具(IT设备)通过数据平台调用微服务生成IT域代码,将IT域代码转换成生产工艺质量控制手册。
本发明的实施例中的生产工艺的质量控制手册的生成方法可以在OT设备上的OT域开发平台上实施,OT设备可包括但不限于:物联网(Internet of Things,IoT)设备、可编程逻辑控制器(Programmable Logic Controller,PLC)、机器人(Robotics)、人工过程(Manual Process)、工控机(Industrial Personal Computer,IPC)等。
本申请实施例可适用的领域包括但不限于:工业自动化(Industrial Automation),物流(Logistics),实验室(Laboratory),船舶电气(Maritime),智能电网(Smart Grid),电动汽车基础设施(Electric Vehicle Infrastructure),电动汽车(Electric Vehicle),楼宇自动化(Building Automation),智慧城市(Smart City),污水处理(Water Treatment),垃圾回收(Garbage Recycling)和智慧农业(Smart Farm)等。
IT设备可包括但不限于:制造运营管理(Manufacturing Operation Management,MOM)系统、制造执行系统(manufacturing execution system,MES)、企业资源计划(Enterprise Resource Planning,ERP)系统、企业服务总线(Enterprise Service Bus,ERP)、产品生命周期管理(Product Lifecycle Management,PLM)系统等。
本申请实施例提供的OT域开发平台在工业自动化领域的一个应用场景如下文所示。低代码开发工具在用户的操作下生成OT域工作流,该OT域工作流定义了生产线(作为一个工作单元)要执行的操作。用户通过拖拽编辑功能块(如图左上角所示)实现对OT域工作流的编辑,比如:首先通过数据平台从数据库&服务器处获取所需的数据(比如:工件加工参数),控制整个工作单元的运行。这里的工作单元为一个生产线,生产线上包括机器、传送带、机械臂、人、PLC、AGB等。
本发明的实施例提供了一种生产工艺的质量控制手册的生成方法,接收用户在图形用户界面上进行的生产工艺质量控制工作流的构建,将生产工艺质量控制工作流转换成生产工艺质量控制手册,质量工程师通过在OT域的低代码开发工具中的图形界面进行操作即可构建生产工艺质量控制工作流,并自动转换为生产工艺质量控制手册,可以使生产工艺的质量控制更加直观,提高了生产工艺的质量控制手册的编写效率。
本发明还提供一种生产工艺的质量控制的生成装置,图3是根据本发明的一实施例的一种生产工艺的质量控制手册的生成装置300的示意图,如图3所示,生成装置300包括:
构建模块310,接收用户在图形用户界面上进行的生产工艺质量控制工作流的构建,生产工艺质量控制工作流由多个工艺质量控制节点组成,工艺质量控制节点包括节点工艺工作流、节点质量控制工作流和节点质量控制条件,若节点工艺工作流不满足节点质量控制条件,则跳转至节点质量控制工作流;
转换模块320,将生产工艺质量控制工作流转换成生产工艺质量控制手册。
本发明还提出一种电子设备400。图4是根据本发明的一实施例的一种电子设备400的示意图。如图4所示,电子设备400包括处理器410和存储器420,存储器420存储中存储有指令,其中指令被处理器410执行时实现如上文所述的方法100。
本发明还提出一种计算机可读存储介质,其上存储有计算机指令,计算机指令在被运 行时执行如上文所述的方法100。
本发明还提出一种计算机程序产品,计算机程序产品被有形地存储在计算机可读介质上并且包括计算机可读指令,计算机可读指令在被执行时使至少一个处理器执行如上文所述的方法100。
本发明的方法和装置的一些方面可以完全由硬件执行、可以完全由软件(包括固件、常驻软件、微码等)执行、也可以由硬件和软件组合执行。以上硬件或软件均可被称为“数据块”、“模块”、“引擎”、“单元”、“组件”或“系统”。处理器可以是一个或多个专用集成电路(ASIC)、数字信号处理器(DSP)、数字信号处理器件(DAPD)、可编程逻辑器件(PLC)、现场可编程门阵列(FPGA)、处理器、控制器、微控制器、微处理器或者其组合。此外,本发明的各方面可能表现为位于一个或多个计算机可读介质中的计算机产品,该产品包括计算机可读程序编码。例如,计算机可读介质可包括,但不限于,磁性存储设备(例如,硬盘、软盘、磁带……)、光盘(例如,压缩盘(CD)、数字多功能盘(DVD)……)、智能卡以及闪存设备(例如,卡、棒、键驱动器……)。
在此使用了流程图用来说明根据本申请的实施例的方法所执行的操作。应当理解的是,前面的操作不一定按照顺序来精确地执行。相反,可以按照倒序或同时处理各种步骤。同时,或将其他操作添加到这些过程中,或从这些过程移除某一步或数步操作。
应当理解,虽然本说明书是按照各个实施例描述的,但并非每个实施例仅包含一个独立的技术方案,说明书的这种叙述方式仅仅是为清楚起见,本领域技术人员应当将说明书作为一个整体,各实施例中的技术方案也可以经适当组合,形成本领域技术人员可以理解的其他实施方式。
以上所述仅为本发明示意性的具体实施方式,并非用以限定本发明的范围。任何本领域的技术人员,在不脱离本发明的构思和原则的前提下所作的等同变化、修改与结合,均应属于本发明保护的范围。

Claims (10)

  1. 一种生产工艺的质量控制手册的生成方法(100),其特征在于,所述生成方法(100)包括:
    接收用户在图形用户界面上进行的生产工艺质量控制工作流的构建,所述生产工艺质量控制工作流由多个工艺质量控制节点组成,所述工艺质量控制节点包括节点工艺工作流、节点质量控制工作流和节点质量控制条件,若所述节点工艺工作流不满足节点质量控制条件,则跳转至节点质量控制工作流(110);
    将所述生产工艺质量控制工作流转换成生产工艺质量控制手册(120)。
  2. 根据权利要求1所述的生成方法(100),其特征在于,接收用户在图形用户界面上进行的生产工艺质量控制工作流的构建包括:预先设置功能块模板,接收用户从所述功能块模板中选择的功能块、连接以及实例化配置操作。
  3. 根据权利要求1或2所述的生成方法(100),其特征在于,接收用户在图形用户界面上进行的生产工艺质量控制工作流的构建包括:预先设置节点质量控制条件模板,接收用户从所述节点质量控制条件模板选择节点质量控制条件以及配置操作。
  4. 根据权利要求1所述的生成方法(100),其特征在于,所述工艺质量控制节点包括索引标签,所述生成方法(100)还包括:根据所述索引标签将所述生产工艺质量控制工作流转换成生产工艺质量控制手册,所述索引标签对应于所述手册中的目录索引。
  5. 根据权利要求1或4所述的生成方法(100),其特征在于,将所述生产工艺质量控制工作流转换成生产工艺质量控制手册包括:根据所述生产工艺质量控制工作流生成微服务,IT域开发工具通过数据平台调用所述微服务生成IT域代码,将所述IT域代码转换成生产工艺质量控制手册。
  6. 根据权利要求2所述的生成方法(100),其特征在于,所述生成方法(100)还包括:还接收用户输入的节点质量控制工作流之后返回的节点工艺工作流中对应的功能块。
  7. 一种生产工艺的质量控制的生成装置(300),其特征在于,所述生成装置(300)包括:
    构建模块(310),接收用户在图形用户界面上进行的生产工艺质量控制工作流的构建,所述生产工艺质量控制工作流由多个工艺质量控制节点组成,所述工艺质量控制节点包括节点工艺工作流、节点质量控制工作流和节点质量控制条件,若所述节点工艺工作流不满足节点质量控制条件,则跳转至节点质量控制工作流;
    转换模块(320),将所述生产工艺质量控制工作流转换成生产工艺质量控制手册。
  8. 一种电子设备(400),包括处理器(410)、存储器(420)和存储在所述存储器(420)中的指令,其中所述指令被所述处理器(410)执行时实现如权利要求1-6任一项所述的方法。
  9. 一种计算机可读存储介质,其上存储有计算机指令,所述计算机指令在被运行时执行如权利要求1-6中任一项所述的方法。
  10. 一种计算机程序产品,其特征在于,所述计算机程序产品被有形地存储在计算机可读介质上并且包括计算机可读指令,所述计算机可读指令在被执行时使至少一个处理器执行根据权利要求1-6中任一项所述的方法。
PCT/CN2022/075079 2022-01-29 2022-01-29 一种生产工艺的质量控制手册的生成方法及装置 WO2023142073A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2022/075079 WO2023142073A1 (zh) 2022-01-29 2022-01-29 一种生产工艺的质量控制手册的生成方法及装置

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2022/075079 WO2023142073A1 (zh) 2022-01-29 2022-01-29 一种生产工艺的质量控制手册的生成方法及装置

Publications (1)

Publication Number Publication Date
WO2023142073A1 true WO2023142073A1 (zh) 2023-08-03

Family

ID=87470189

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/075079 WO2023142073A1 (zh) 2022-01-29 2022-01-29 一种生产工艺的质量控制手册的生成方法及装置

Country Status (1)

Country Link
WO (1) WO2023142073A1 (zh)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130124253A1 (en) * 2011-11-15 2013-05-16 Rockwell Automation Technologies, Inc. Industry-specific workflows in a manufacturing execution system
CN104541295A (zh) * 2012-05-15 2015-04-22 太空实验室健康护理有限公司 集成的制造和测试处理平台
CN108345450A (zh) * 2017-01-24 2018-07-31 西门子公司 生成用于管理数据的软件架构的方法
CN109460916A (zh) * 2018-11-06 2019-03-12 珠海市长陆工业自动控制系统股份有限公司 一种涂料生产全工艺操作的可视化快速排单管理技术方法
CN110232504A (zh) * 2019-05-21 2019-09-13 北京中天极科技有限公司 一种质量制造执行系统平台及终端

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130124253A1 (en) * 2011-11-15 2013-05-16 Rockwell Automation Technologies, Inc. Industry-specific workflows in a manufacturing execution system
CN104541295A (zh) * 2012-05-15 2015-04-22 太空实验室健康护理有限公司 集成的制造和测试处理平台
CN108345450A (zh) * 2017-01-24 2018-07-31 西门子公司 生成用于管理数据的软件架构的方法
CN109460916A (zh) * 2018-11-06 2019-03-12 珠海市长陆工业自动控制系统股份有限公司 一种涂料生产全工艺操作的可视化快速排单管理技术方法
CN110232504A (zh) * 2019-05-21 2019-09-13 北京中天极科技有限公司 一种质量制造执行系统平台及终端

Similar Documents

Publication Publication Date Title
Zhang et al. Application framework of digital twin-driven product smart manufacturing system: A case study of aeroengine blade manufacturing
Lu et al. Using a temporal constraint network for business process execution
Adwernat et al. Optimizing the design review process for cyber-physical systems using virtual reality
EP3696745A1 (en) Intelligent workflow advisor for part design, simulation and manufacture
Haq et al. A new vision for the automation systems engineering for automotive powertrain assembly
Gujarathi et al. Generative CAD and CAE integration using common data model
Back et al. A study for production simulation model generation system based on data model at a shipyard
CN112990850A (zh) 一种基于规则引擎的流程实现方法及系统
Pan et al. Process information modelling (PIM) concept for on-site construction management: Hong Kong case
CN103902757A (zh) 三维模型快速创建与交互系统及方法
CN110705823A (zh) 一种生产工艺路线配置方法
Morshedzadeh et al. Managing virtual factory artifacts in the extended PLM context
WO2023142073A1 (zh) 一种生产工艺的质量控制手册的生成方法及装置
Morshedzadeh et al. Managing manufacturing data and information in product lifecycle management systems considering changes and revisions
US7707017B2 (en) System modeling facilitating method and apparatus
Lundgren et al. Model-driven process planning and quality assurance
Ferrer et al. A knowledge-based solution for automatic mapping in component based automation systems
Lundgren et al. Process design as fundament in efficient process planning
CN104765602B (zh) 非功能需求实现策略的量化选择方法
Berndt et al. VASCO-Mastering the Shoals of Value Stream Mapping
US11327471B2 (en) Building and tracking of an automation engineering environment
Thorn et al. The Digital Risk Twin–Enabling Model-based RAMS
WO2023142069A1 (zh) 一种软件架构方法及软件架构
CN113805872B (zh) 一种基于rpa机器人的电商平台订单物流信息获取方法
Ji et al. Challenges and Opportunities in Product Life Cycle Management in the Context of Industry 4.0

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22922903

Country of ref document: EP

Kind code of ref document: A1