CN113515275A - WYSIWYG cloud industrial configuration software system and development method thereof - Google Patents

WYSIWYG cloud industrial configuration software system and development method thereof Download PDF

Info

Publication number
CN113515275A
CN113515275A CN202110812141.3A CN202110812141A CN113515275A CN 113515275 A CN113515275 A CN 113515275A CN 202110812141 A CN202110812141 A CN 202110812141A CN 113515275 A CN113515275 A CN 113515275A
Authority
CN
China
Prior art keywords
configuration
picture
area
wysiwyg
elements
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
CN202110812141.3A
Other languages
Chinese (zh)
Inventor
余吉祥
贺俊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Flexem Technology Co ltd
Original Assignee
Shanghai Flexem 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 Shanghai Flexem Technology Co ltd filed Critical Shanghai Flexem Technology Co ltd
Priority to CN202110812141.3A priority Critical patent/CN113515275A/en
Publication of CN113515275A publication Critical patent/CN113515275A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven

Abstract

The invention discloses a WYSIWYG cloud industrial configuration software system and a development method thereof, wherein the WYSIWYG cloud industrial configuration software system comprises the following steps: presetting a plurality of configuration elements, and defining different behaviors of each configuration element during design and operation; creating a configuration software project and a configuration picture, wherein the configuration picture comprises an element library area, a canvas area, an element attribute editing area and an element event processing mode editing area; adding independent configuration elements into the configuration picture; dragging the configuration element to adjust the position and the size of the configuration element, and storing the position and the size through a JSON data format; setting the attribute of the configuration element, and storing the attribute through a JSON data format; setting an event processing method of the configuration element, and storing the event processing method through a JSON data format; compiling the configured configuration software items and configuration pictures, and constructing a configuration software executable file consisting of configuration elements and configuration pictures by analyzing the stored JSON data.

Description

WYSIWYG cloud industrial configuration software system and development method thereof
Technical Field
The invention relates to a software system and a development method, in particular to a cloud industrial configuration software system and a WYSIWYG development method thereof.
Background
Cloud configuration software is an important branch of industrial automation software, and the configuration is a process for completing a specific task in engineering by using a method and a tool provided in industrial control software, and the software is configuration software. The configuration software mainly has the following functions and characteristics: dynamic visualization of industrial processes, data acquisition and management, process monitoring and alarming, report generation, data provision for other enterprise-level programs, simple control, batch processing, SPC process quality control, compliance with IEC61131-3 standards, and the like.
The traditional industrial automation configuration application development mode requires developers to have the capability of code writing and understand the concept and the use mode of a related development framework, and the development mode has long development period and very high requirements on the developers. Meanwhile, the traditional industrial automation configuration application is deployed on an industrial field, and the deployment convenience and accessibility are low.
Along with the rapid development of the industrial internet, the application requirements are often updated and iterated very fast, and equipment manufacturers do not have related development backgrounds of industrial configuration software, so that the development and update speeds of the industrial configuration software are very slow, and the requirements of rapid business growth cannot be met. Meanwhile, the access to the industrial configuration software is no longer limited to the industrial field, and the access requirement from the outside of the industrial field is increasing.
Disclosure of Invention
In view of the above problems in the prior art, an object of the present invention is to provide a what-you-see-is-you-get cloud-based industrial configuration software system and a development method thereof.
In order to achieve the purpose, the invention adopts the following technical scheme:
a WYSIWYG cloud industrial configuration software development method comprises the following steps: presetting a plurality of configuration elements, and defining different behaviors of each configuration element during design and operation; creating a configuration software project and a configuration picture, wherein the configuration picture comprises an element library area, a canvas area, an element attribute editing area and an element event processing mode editing area; adding independent configuration elements into the configuration picture; dragging the configuration element to adjust the position and the size of the configuration element, and storing the position and the size through a JSON data format; setting the attribute of the configuration element, and storing the attribute through a JSON data format; setting an event processing method of the configuration element, and storing the event processing method through a JSON data format; compiling the configured configuration software items and configuration pictures, and constructing a configuration software executable file consisting of configuration elements and configuration pictures by analyzing the stored JSON data.
Further, the configuration elements comprise buttons, labels, text boxes, drop-down boxes, radio boxes, check boxes and diagrams; the attributes of the configuration element comprise position, size, text display and data binding; the event processing method of the configuration element comprises mouse click, mouse double click and keyboard click.
Further, UI rendering behavior during the design of each configuration element is established, and the predefined elements comprise an attribute list and an event list of the elements.
And further receiving a request for editing the configuration picture sent by a user in the element library area, the canvas area and the element attribute editing area, and displaying the currently designed configuration picture on the canvas area in real time.
And further, receiving a request for editing the property of the configuration element, which is sent by a user in the element property editing area, and configuring the data displayed by the current configuration element in a specified form.
Furthermore, the method also comprises the steps of receiving a request for saving the configuration element item, pushing all information of the current configuration element item to the server side, and storing the information in the database.
And further, receiving a request for saving the configuration picture, pushing all information of the current configuration picture to the server side, and storing the information in the database.
Further, the method also comprises the steps of receiving a compiling request and pushing a request for compiling the current configuration element to a server side; the server reads the configuration picture information in the database, analyzes which configuration elements are used in the configuration picture, and combines the configuration elements into a complete configuration picture file; the server reads the basic information of the configuration element items in the database, and creates an executable file of the corresponding configuration element according to the analyzed data structure content and the configuration picture files of all the items.
In order to achieve the purpose, the invention adopts the following technical scheme:
a what you see is what you get cloud industrial configuration software development system that performs the method of the present invention.
In the technical scheme, the user does not need the compiling capability of codes and the technical background of industrial automatic configuration software development, and can conveniently develop the cloud industrial configuration software.
Drawings
FIG. 1 is a flow chart of the method of the present invention;
FIG. 2 is a schematic diagram of an application scenario of the configuration device of the present invention;
FIG. 3 is a schematic diagram of configuration element dragging;
FIG. 4 is a schematic diagram of a configuration device arrangement;
FIG. 5 is a schematic diagram of an arrangement of a configuration device event processing method.
Detailed Description
The technical scheme of the invention is further explained by combining the drawings and the embodiment.
The cloud configuration software solves the problems of low deployment and accessibility of traditional industrial automation configuration application, and on the basis of the React framework, the invention adjusts the attribute, position, size and the like of the configuration picture element by a mouse dragging mode in a development tool by a user and embeds a rich configuration element library, so that the user does not need the compiling capability of codes and the technical background of industrial automation configuration software development, and can conveniently develop the cloud industrial configuration software.
In the present invention, the configuration screen is an important component of the configuration software, i.e. a visual screen of the configuration software, and one configuration software includes one or more configuration screens. Configuration elements are components of configuration screens that constitute an important part of the configuration function, and a configuration screen includes one or more configuration elements.
What is known as what is achieved by the invention is that in a canvas area of a development tool, each time the attribute setting, the position adjustment and the size adjustment of the configuration elements on a configuration picture are carried out, a corresponding preview effect can be seen in the canvas area.
Therefore, as shown in fig. 1, the present invention first discloses a what-you-see-is-obtained cloud industrial configuration software development method.
Referring to fig. 1, the present invention first presets a plurality of configuration elements and defines different behaviors of each configuration element during design and operation. As a preferred embodiment of the present invention, firstly, an area for creating a configuration software project is established, a request for creating basic information of the configuration software project from a user is received, and the information of the configuration software project is stored in a database;
referring to FIG. 2, after the above steps are completed, configuration software items and configuration screens are created. The configuration picture comprises an element library area, a canvas area, an element attribute editing area and an element event processing mode editing area. As a preferred embodiment of the present invention, the step establishes an area for creating the configuration screen, receives a request from a user to create basic information of the configuration screen, and stores the information of the configuration software screen in the database.
As shown in fig. 2, after the above steps are completed, independent configuration elements are added into the configuration screen, and an element library area, a canvas area, an element attribute editing area, and an element event processing method editing area are respectively established. As a preferred embodiment of the present invention, the step establishes a predefined plurality of configuration elements with different functions, which are arranged in the element library area in the form of icons for being dragged and used by the user. The functions of the configuration elements include, but are not limited to, the following functions: buttons, tabs, text boxes, drop-down boxes, radio boxes, check boxes, charts, etc., and further the event handling methods for the configuration elements include, but are not limited to, the following user events: single click with a user mouse, double click with a user mouse, and click with a user keyboard.
With continued reference to FIG. 3, after the foregoing steps are completed, the configuration elements are dragged to adjust the position and size of the configuration elements, and the position and size are stored via the JSON data format. As a preferred embodiment of the present invention, this step establishes UI rendering behavior for each configuration element when it is designed, and this editing state behavior only appears when the user designs the configuration screen; the predefined elements contain a list of attributes and a list of events for the element. In addition, a runtime screen rendering behavior of each configuration element is established, and the runtime state behavior appears in a configuration screen corresponding to the runtime configuration software and a canvas area during design. And receiving a request for editing the configuration picture sent by a user in the element library area, the canvas area and the element attribute editing area, and displaying the currently designed configuration picture on the canvas area in real time.
As a first preferred implementation manner of the above steps, the step of receiving a configuration screen editing request sent by a user in the component library area, the canvas area, the component attribute editing area, and the component event processing editing area includes: and receiving an element dragging request sent by a user in the element library area, and displaying the current element on the canvas area in real time.
As a second preferred implementation manner of the above steps, the step of receiving a configuration screen editing request sent by a user in the component library area, the canvas area, the component attribute editing area, and the component event processing editing area includes: and receiving an element editing request sent by a user in the canvas area, changing the position and the size of an element in the canvas area, and deleting or locking the component.
As a third preferred implementation manner of the foregoing steps, the step of receiving a configuration screen editing request sent by a user in a component library area, a canvas area, a component attribute editing area, and a component event processing editing area includes: and receiving a component property editing request sent by a user in the component editing area, and configuring the style and format of the component.
As a fourth preferred embodiment of the above steps, the step of receiving a configuration screen editing request sent by a user in the component library area, the canvas area, the component property editing area, and the component event processing editing area includes: receiving an element data source editing request sent by a user in the element attribute editing area, and configuring a data source of data displayed by the current element so that the element can display the data of the data source in real time during running.
As a fifth preferred implementation manner of the above steps, the step of receiving a configuration screen editing request sent by a user in the component library area, the canvas area, the component attribute editing area, and the component event processing editing area includes: and acquiring the unique identification code number of the component in the component library area, and displaying the component in the canvas area in real time.
As shown in fig. 4, the layout of the configuration screen in the canvas area can be adjusted at will, and the present invention can change the size of the elements, delete the components, and lock the modified elements, which is convenient for the user to edit. The element editing area can enable a user to adjust the style of the configuration elements in the configuration picture and modify the data source displayed by the configuration elements according to requirements, and the configuration elements are displayed in the components in the canvas area in real time, so that visual operation can be provided for the user. The element editing area can enable a user to adjust the style of the configuration picture and the event processing method for modifying the elements according to requirements, and respond to the elements in the canvas area in real time, so that visual operation can be provided for the user.
After the foregoing steps are completed, the attributes of the configuration elements are set and stored in the JSON data format, as shown in fig. 5. In a preferred embodiment of the present invention, the step receives a request for editing the component property from a user in the component property editing area, and configures the data of the current component display in a specified form.
After the steps are completed, setting an event processing method of the configuration element, and storing the event processing method through a JSON data format. As a preferred embodiment of the present invention, the step receives a request for editing the component event from a user in the component event processing manner editing area, and configures the event processing manner of the current component in a specified form.
After the steps are completed, the configured configuration software items and configuration pictures are compiled, and the configuration software executable file consisting of configuration elements and configuration pictures is constructed by analyzing the stored JSON data. As a preferred embodiment of the present invention, the step receives a request for saving the configuration software project in the development tool, pushes all information of the current configuration software project to the server, and stores the information in the database. The step also receives a request for saving the configuration picture in the development tool, pushes all information of the current configuration picture to the server side, and stores the information in the database;
after the steps are completed, a compiling request in the development tool is received, and a request for compiling the current configuration software is pushed to the server side. The server reads the configuration picture information in the database, analyzes which configuration elements are used by the picture, and combines the configuration elements into a complete configuration picture file; and the server reads the basic information of the configuration software project in the database and creates a corresponding executable file of the configuration software project according to the analyzed data structure content and the configuration picture files of all the projects.
As a first preferred implementation manner of the above steps, the step of pushing all information of the current configuration software project to the server side includes: and packaging the configuration software project information and transmitting the configuration software project information to the server in a specified form.
As a second preferred implementation of the foregoing steps, the step of pushing all information of the current configuration screen to the server includes: and packaging the configuration picture information and transmitting the configuration picture information to the server in a specified form.
In addition to the above method, the present invention also discloses a what you see is what you get cloud industrial configuration software system, which mainly includes the following architecture:
and the configuration software item creating unit is used for submitting basic information when creating the configuration software item by a user.
And the configuration picture creating unit is used for submitting basic information when creating the configuration picture by a user.
And the area creating unit is used for respectively creating a component library area, a canvas area, a component attribute editing area and a component event processing editing area.
And the configuration picture editing unit is used for receiving a configuration picture editing request of a user in the element library area, the canvas area, the element attribute editing area and the element event processing editing area and displaying a currently designed configuration picture on the canvas area in real time.
And the data source selection unit is used for receiving an element data source editing request sent by a user in the element editing area and configuring the data displayed by the current element in a specified form.
And the configuration picture storage unit is used for receiving the storage request of the configuration picture editing unit, pushing all information of the current configuration picture to the server side and storing the information in the database.
And the configuration software item storage unit is used for receiving the storage request of the configuration software item creation unit, pushing all information of the current configuration software item to the server side, and storing the information in the database.
And the configuration software item compiling unit is used for receiving the compiling request of the configuration software item creating unit and sending the compiling request of the current configuration software item to the server side.
The above units respectively execute the corresponding steps in the method of the present invention, and are not described herein again.
Compared with the prior art, the invention has the beneficial effects that: in the WYSIWYG configuration software project development method provided by the invention, due to the establishment of the predefined configuration elements, the element library area, the canvas area and the element editing area, a configuration software development approach can be provided for vast non-technical personnel, so that the non-technical personnel can rapidly develop the configuration software according to the requirements of the non-technical personnel. Therefore, the user experience brought by the invention is more friendly.
On the other hand, the component library area of the development tool comprises a component library which can encapsulate a large number of configuration elements which are predefined to be visible and available, and the same UI rendering logic is used by the elements in the editing state and the running state, so that the inconsistency that many other similar tools are one set of UI rendering logic during editing and another set of UI rendering logic during running is avoided.
It should be understood by those skilled in the art that the above embodiments are only for illustrating the present invention and are not to be used as a limitation of the present invention, and that changes and modifications to the above described embodiments are within the scope of the claims of the present invention as long as they are within the spirit and scope of the present invention.

Claims (9)

1. A WYSIWYG cloud industrial configuration software development method is characterized by comprising the following steps:
presetting a plurality of configuration elements, and defining different behaviors of each configuration element during design and operation;
creating a configuration software project and a configuration picture, wherein the configuration picture comprises an element library area, a canvas area, an element attribute editing area and an element event processing mode editing area;
adding independent configuration elements into the configuration picture;
dragging the configuration element to adjust the position and the size of the configuration element, and storing the position and the size through a JSON data format;
setting the attribute of the configuration element, and storing the attribute through a JSON data format;
setting an event processing method of a configuration element, and storing the event processing method through a JSON data format;
compiling the configured configuration software items and configuration pictures, and constructing a configuration software executable file consisting of configuration elements and configuration pictures by analyzing the stored JSON data.
2. The WYSIWYG cloud industrial configuration software development method of claim 1, wherein:
the configuration elements comprise buttons, labels, text boxes, drop-down boxes, radio boxes, check boxes and diagrams;
the attributes of the configuration element comprise position, size, text display and data binding;
the event processing method of the configuration element comprises mouse clicking, mouse double clicking and keyboard clicking.
3. The WYSIWYG cloud industrial configuration software development method of claim 1, further comprising:
UI rendering behavior is established for each configuration element as designed, and the predefined elements include a list of attributes and a list of events for the element.
4. The WYSIWYG cloud industrial configuration software development method of claim 1, further comprising:
and receiving a request for editing the configuration picture sent by a user in the element library area, the canvas area and the element attribute editing area, and displaying the currently designed configuration picture on the canvas area in real time.
5. The WYSIWYG cloud industrial configuration software development method of claim 1, further comprising:
and receiving a request for editing the property of the configuration element, which is sent by a user in the element property editing area, and configuring the data displayed by the current configuration element in a specified form.
6. The WYSIWYG cloud industrial configuration software development method of claim 1, further comprising:
and receiving a request for saving the configuration element item, pushing all information of the current configuration element item to the server, and storing the information in the database.
7. The WYSIWYG cloud industrial configuration software development method of claim 1, further comprising:
and receiving a request for saving the configuration picture, pushing all information of the current configuration picture to the server side, and storing the information in the database.
8. The WYSIWYG cloud industrial configuration software development method of claim 1, further comprising:
receiving a compiling request, and pushing a request for compiling the current configuration element to a server side;
the server reads the configuration picture information in the database, analyzes which configuration elements are used in the configuration picture, and combines the configuration elements into a complete configuration picture file;
the server reads the basic information of the configuration element items in the database, and creates an executable file of the corresponding configuration element according to the analyzed data structure content and the configuration picture files of all the items.
9. A wye-you-see-obtained cloud industrial configuration software development system, wherein the system performs the method of any one of claims 1-8.
CN202110812141.3A 2021-07-19 2021-07-19 WYSIWYG cloud industrial configuration software system and development method thereof Pending CN113515275A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110812141.3A CN113515275A (en) 2021-07-19 2021-07-19 WYSIWYG cloud industrial configuration software system and development method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110812141.3A CN113515275A (en) 2021-07-19 2021-07-19 WYSIWYG cloud industrial configuration software system and development method thereof

Publications (1)

Publication Number Publication Date
CN113515275A true CN113515275A (en) 2021-10-19

Family

ID=78068526

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110812141.3A Pending CN113515275A (en) 2021-07-19 2021-07-19 WYSIWYG cloud industrial configuration software system and development method thereof

Country Status (1)

Country Link
CN (1) CN113515275A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114385059A (en) * 2021-12-10 2022-04-22 广州晨控智能技术有限公司 Configuration editing system for ink screen electronic tag and ink screen electronic tag
CN116610320A (en) * 2023-07-21 2023-08-18 江苏橙智云信息技术有限公司 Configuration platform of configuration page of building automatic control system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105302545A (en) * 2015-09-02 2016-02-03 湖南三一智能控制设备有限公司 Method and device for custom control development of configuration software
CN109977335A (en) * 2019-03-29 2019-07-05 江苏极熵物联科技有限公司 A kind of Web configuration method towards industrial equipment
CN111190598A (en) * 2019-12-30 2020-05-22 中国航发控制系统研究所 Gas turbine monitoring software picture configuration method based on control library drag-type development
CN111522551A (en) * 2020-07-03 2020-08-11 嘉兴太美医疗科技有限公司 Method and device for realizing Web end online form designer
CN111880793A (en) * 2020-07-21 2020-11-03 上海繁易信息科技股份有限公司 HMI configuration system and method based on binary file
CN111966345A (en) * 2020-08-21 2020-11-20 西安寰宇卫星测控与数据应用有限公司 Drag-type webpage design method and device, computer equipment and storage medium
CN112398953A (en) * 2021-01-16 2021-02-23 合沃物联技术(南京)有限公司 Cloud configuration method based on Internet of things middleware

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105302545A (en) * 2015-09-02 2016-02-03 湖南三一智能控制设备有限公司 Method and device for custom control development of configuration software
CN109977335A (en) * 2019-03-29 2019-07-05 江苏极熵物联科技有限公司 A kind of Web configuration method towards industrial equipment
CN111190598A (en) * 2019-12-30 2020-05-22 中国航发控制系统研究所 Gas turbine monitoring software picture configuration method based on control library drag-type development
CN111522551A (en) * 2020-07-03 2020-08-11 嘉兴太美医疗科技有限公司 Method and device for realizing Web end online form designer
CN111880793A (en) * 2020-07-21 2020-11-03 上海繁易信息科技股份有限公司 HMI configuration system and method based on binary file
CN111966345A (en) * 2020-08-21 2020-11-20 西安寰宇卫星测控与数据应用有限公司 Drag-type webpage design method and device, computer equipment and storage medium
CN112398953A (en) * 2021-01-16 2021-02-23 合沃物联技术(南京)有限公司 Cloud configuration method based on Internet of things middleware

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114385059A (en) * 2021-12-10 2022-04-22 广州晨控智能技术有限公司 Configuration editing system for ink screen electronic tag and ink screen electronic tag
CN116610320A (en) * 2023-07-21 2023-08-18 江苏橙智云信息技术有限公司 Configuration platform of configuration page of building automatic control system
CN116610320B (en) * 2023-07-21 2023-10-17 江苏橙智云信息技术有限公司 Configuration system of configuration page of building automatic control system

Similar Documents

Publication Publication Date Title
US9892531B2 (en) Chart data-binding design time user experience with dynamic sample generation
CN109614424B (en) Page layout generation method, device, computing equipment and medium
AU2024200129A1 (en) Collaborative design systems, apparatuses, and methods
CN105094832A (en) WYSIWYG method and system for dynamically generating user interface
US10448227B2 (en) Mobile database access application development system and method
CN108369514B (en) System and method for executable content and executable content stream creation
CN104216701B (en) System and method for creating graphic user interface in manufacturing execution system
CN113504908A (en) Business code generation method and device, electronic equipment and computer readable medium
CN113515275A (en) WYSIWYG cloud industrial configuration software system and development method thereof
CN103250108A (en) Project data creation device and programmable display unit
CN108475267B (en) System and method for executable content and executable content stream distribution
CN112560422A (en) Chart processing method, device, equipment and medium
CN111273900A (en) On-line drag code generation method based on gitlab real-time code sharing
US11379194B2 (en) Systems and methods for automatic code generation
CN114706584A (en) Data visualization display manufacturing system
EP3462309A1 (en) Method for generating user interfaces from a manufacturing application model
US11966572B2 (en) Commenting feature for graphic design systems
US20230176718A1 (en) Commenting feature for graphic design systems
CN117806755A (en) Method and device for processing component, storage medium and electronic device
KR20090038708A (en) Apparatus for creating tool for developing of control system
AU2015101035A4 (en) Systems and Methods for Executable Content and Executable Content Flow
AU2015101033A4 (en) Systems and Methods for Executable Content and Executable Content Flow
AU2015101036A4 (en) Systems and Methods for Executable Content and Executable Content Flow
AU2015101034A4 (en) Systems and Methods for Executable Content and Executable Content Flow
AU2015101037A4 (en) Systems and Methods for Executable Content and Executable Content Flow

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20211019

RJ01 Rejection of invention patent application after publication