CN107562462B - Method for constructing complex system project by multiple persons in parallel - Google Patents

Method for constructing complex system project by multiple persons in parallel Download PDF

Info

Publication number
CN107562462B
CN107562462B CN201710805915.3A CN201710805915A CN107562462B CN 107562462 B CN107562462 B CN 107562462B CN 201710805915 A CN201710805915 A CN 201710805915A CN 107562462 B CN107562462 B CN 107562462B
Authority
CN
China
Prior art keywords
point
information
project
system structure
verification
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710805915.3A
Other languages
Chinese (zh)
Other versions
CN107562462A (en
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.)
Aipu Fujian Technology Co ltd
Original Assignee
Aipu Fujian 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 Aipu Fujian Technology Co ltd filed Critical Aipu Fujian Technology Co ltd
Priority to CN201710805915.3A priority Critical patent/CN107562462B/en
Publication of CN107562462A publication Critical patent/CN107562462A/en
Application granted granted Critical
Publication of CN107562462B publication Critical patent/CN107562462B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a method for constructing a complex system project by multiple persons in parallel, which comprises an export process and an import process of IO point information of a system structure configuration software project; the method comprises the following steps: exporting and generating a CSV table which can be edited in third-party software after configuration in system structure configuration software; searching all IO point information meeting the conditions in system structure configuration software; exporting the searched IO point information to the CSV table according to the format of CSV for the third party software to edit; checking data in the CSV table to see whether the basic information of the IO points in the CSV table meets the requirements or not; adding the IO points which pass the verification into an IO point list which can be imported; and restoring the information of the corresponding IO point to the project according to the imported IO point list. Therefore, the limitation of the existing configuration software can be removed, multiple workers can work in parallel, and the working efficiency is greatly improved.

Description

Method for constructing complex system project by multiple persons in parallel
Technical Field
The invention relates to the technical field of industrial automation control, in particular to a method for constructing complex system engineering.
Background
In the technical field of industrial automation control, the current complex system engineering constructed by configuration software mainly adopts a method of gradually constructing, required contents or a few software are gradually added in the same engineering to support copying and pasting to complete system engineering construction, all or part of the original engineering cannot be separated from the limitation of the current configuration software, so that a complex task can not be divided into modules to be constructed by multiple persons in parallel, and the improvement of construction efficiency is greatly limited.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a method for constructing a complex system project by multiple persons in parallel, wherein all or part of the original project is free from the limitation of the existing configuration software, multiple persons can work in parallel by division of labor, the working efficiency is greatly improved, and the original different projects can be quickly integrated into one project.
The invention is realized by the following steps: a method for constructing a complex system project by multiple persons in parallel comprises an export process of system structure configuration software project IO point information and an import process of the system structure configuration software project IO point information;
the process for exporting the IO point information of the system structure configuration software engineering comprises the following steps:
step S11, exporting and generating a CSV table which can be edited in third-party software after configuration in system structure configuration software;
step S12, searching all IO point information meeting the conditions in the system structure configuration software;
step S13, exporting the searched IO point information to the CSV table according to the format of CSV for the third party software to edit;
the importing process of the system structure configuration software engineering IO point information comprises the following steps:
step S21, checking the data in the CSV table to see whether the basic information of the IO point in the CSV table meets the requirement;
step S22, adding the IO points passing the verification into an IO point list capable of being imported;
and step S23, restoring the information of the corresponding IO point to the project according to the imported IO point list.
The method also comprises a man-machine interface software engineering importing process:
step S31, acquiring an imported picture list;
step S32, analyzing the picture or operation window information in the picture list;
step S33, judging whether to import the related picture or operation window, if yes, then proceeding the next step, if not, copying the picture or operation window to the directory corresponding to the project of the target and ending;
and step S34, traversing the internal elements, acquiring pictures or operation windows associated with the elements one by one, copying the acquired pictures or operation windows to a directory corresponding to the target project, and ending.
Further, in step S12, after all the IO point information meeting the condition is searched out, the corresponding IO point address of the IO point information is obtained, the searched IO point address is added to the IO array, and the information of the IO point is read and displayed on the interface.
Further, the checking of the basic information of the IO point in the CSV table in step S21 includes: checking whether the address of the IO point is valid, checking whether the address is matched with the label name, checking the subscript, checking whether the label name is the same, checking the IO type, checking the range of the range bare number, checking the alarm validity, checking the rationality of the communication switch and checking the special attribute of the digital IO point.
Further, in step S22, if the information check fails, it is necessary to display error information in an information frame of the interface, and display the entire piece of the wrong IO point information in the error information list.
Furthermore, the method further includes step 24, after all the IO point information is imported, counting the number of successful IO point data, and displaying the number on the interface.
The invention has the following advantages:
1. the invention supports the project to be separated from the system structure configuration software and is created and modified by the third-party software, thereby releasing the restriction of the system structure configuration software on the engineering personnel; meanwhile, project creation can be realized by using the quick editing function of third-party software.
2. The method can enable engineering documents created by system structure configuration software and human-computer interface software to be flexibly integrated and utilized without distortion, supports local or integral integration of different projects, and can also divide a complex system project into modules and integrate after a plurality of workers work in parallel if the original different projects can be quickly integrated into one project, thereby greatly improving the working efficiency.
Drawings
The invention will be further described with reference to the following examples with reference to the accompanying drawings.
FIG. 1 is a flowchart of the process of exporting IO point information of the structural configuration software project of the system in the method of the present invention.
FIG. 2 is a flowchart of the import process of the structural configuration software engineering IO point information of the system in the method of the present invention.
FIG. 3 is a flowchart of the human-machine interface software engineering import process of the method of the present invention.
Detailed Description
Referring to fig. 1 to 3, a preferred embodiment of the method for constructing a complex system project by multiple persons in parallel according to the present invention includes an export process of system structure configuration software project IO point information, an import process of system structure configuration software project IO point information, and a human-machine interface software project import process;
as shown in fig. 1, the process of deriving the IO point information of the system configuration software engineering includes:
step S11, deriving and generating a CSV (Comma separated values, which is table data stored in a pure text form and is separated by Comma between each cell) table capable of being edited in third-party software after configuration in system structure configuration software;
step S12, searching all IO point information meeting the conditions in the system structure configuration software; obtaining an IO point address corresponding to the IO point information, adding the searched IO point address into an IO array, reading the information of the IO point and displaying the information on an interface; if the search condition is not filled, all process IO, channel IO and monitoring IO in the system can be searched;
s13, clicking a 'export' button, exporting the searched IO point information to the CSV table according to the format of the CSV for editing by third-party software, and if the IO point information can be edited by office EXCE L software, the original system structure configuration software can be separated, so that the restriction of the system structure configuration software on engineering personnel is released;
the CSV table edited by the third-party software needs to be imported into a system structure configuration software project.
As shown in fig. 2, the process of importing the IO point information of the system configuration software engineering includes:
step S21, before importing data, checking the data in the CSV table to see whether the basic information of the IO point in the CSV table meets the requirement; the method comprises the following steps: checking whether the address of the IO point is valid, checking whether the address is matched with the label name, checking subscript, whether the label name is the same, checking the IO type, checking the range bare number range, checking the alarm validity, checking the communication switch rationality and checking the specific attribute of the digital IO point;
step S22, adding the IO points passing the verification into an IO point list capable of being imported; if the information is not verified, error information needs to be displayed in an information frame of the interface, and the whole wrong IO point information is displayed in an error information list;
step S23, after all the IO point information is verified, clicking an import button, and restoring the corresponding IO point information to a project according to the IO points in the import IO point list during import;
and 24, after all the IO point information is imported, counting the number of successful IO point data, and displaying the number on the interface.
In the method of the present invention, different human-machine interface software projects are merged together, as shown in fig. 3, the human-machine interface software project importing process:
step S31, acquiring an imported picture list;
step S32, analyzing the picture or operation window information in the picture list;
step S33, judging whether to import the related picture or operation window, if yes, then proceeding the next step, if not, copying the picture or operation window to the directory corresponding to the project of the target and ending;
and step S34, traversing the internal elements, acquiring pictures or operation windows associated with the elements one by one, copying the acquired pictures or operation windows to a directory corresponding to the target project, and ending.
Therefore, engineering documents created by system structure configuration software and human-computer interface software can be flexibly integrated and utilized without distortion, local or whole integration of different projects is supported, if original different projects can be quickly integrated into one project, a complex system project can be divided into modules, and multiple workers can be divided to work in parallel and then integrated, so that the working efficiency is greatly improved.
Specifically, the man-machine interface software engineering importing process may be executed according to the following procedures:
(1) the imported picture list is obtained, the number I of picture lists is obtained as page L ist count, and the initial value I is made 0.
(2) And judging i < page L ist.
(3) The screen or operation window information of page L ist [ i ] is parsed.
(4) And (4) judging whether the related picture or operation window is imported, if so, carrying out the next step, otherwise, copying the picture or operation window to a directory corresponding to the target project, and entering the step (8).
(5) And traversing internal elements, judging whether a certain element contains a linkage picture or an operation window one by one, and if so, acquiring picture or operation window information related to the element until pictures or operation windows related to all the elements are acquired.
(7) And copying the picture or the operation window to the directory corresponding to the project of the target (if the picture or the operation window exists, deleting the old picture).
(8) Repeating steps (2) to (7) for i + 1.
Although specific embodiments of the invention have been described above, it will be understood by those skilled in the art that the specific embodiments described are illustrative only and are not limiting upon the scope of the invention, and that equivalent modifications and variations can be made by those skilled in the art without departing from the spirit of the invention, which is to be limited only by the appended claims.

Claims (5)

1. A method for constructing a complex system project by multiple persons in parallel is characterized in that: the method comprises the steps of exporting the IO point information of the system structure configuration software engineering and importing the IO point information of the system structure configuration software engineering; the method also comprises a human-computer interface software engineering importing process;
the process for exporting the IO point information of the system structure configuration software engineering comprises the following steps:
step S11, exporting and generating a CSV table which can be edited in third-party software after configuration in system structure configuration software;
step S12, searching all IO point information meeting the conditions in the system structure configuration software;
step S13, exporting the searched IO point information to the CSV table according to the format of CSV for the third party software to edit;
the importing process of the system structure configuration software engineering IO point information comprises the following steps:
step S21, checking the data in the CSV table to see whether the basic information of the IO point in the CSV table meets the requirement;
step S22, adding the IO points passing the verification into an IO point list capable of being imported;
s23, restoring the information of the corresponding IO point to a project according to the imported IO point list;
the human-computer interface software engineering importing process comprises the following steps:
step S31, acquiring an imported picture list;
step S32, analyzing the picture or operation window information in the picture list;
step S33, judging whether to import the related picture or operation window, if yes, then proceeding the next step, if not, copying the picture or operation window to the directory corresponding to the project of the target and ending;
and step S34, traversing the internal elements, acquiring pictures or operation windows associated with the elements one by one, copying the acquired pictures or operation windows to a directory corresponding to the target project, and ending.
2. The method for multi-person parallel construction of complex system engineering according to claim 1, wherein: in step S12, after all the IO point information meeting the condition is searched out, the IO point address corresponding to the IO point information is obtained, the searched IO point address is added to the IO array, and the information of the IO point is read and displayed on the interface.
3. The method for multi-person parallel construction of complex system engineering according to claim 1, wherein: the checking of the basic information of the IO point in the CSV table in step S21 includes: whether the address of the IO point is valid or not, whether the address is matched with the label name or not, subscript verification, whether the label name is the same or not, IO type verification, range bare number range verification, alarm valid verification, communication switch rationality verification and digital quantity IO point specific attribute verification.
4. The method for multi-person parallel construction of complex system engineering according to claim 1, wherein: in step S22, if the information verification fails, it is necessary to display error information in an information frame of the interface and display the entire piece of the wrong IO point information in an error information list.
5. The method for multi-person parallel construction of complex system engineering according to claim 1, wherein: step 24, after all the IO point information is imported, counting the number of successful IO point data, and displaying the number on the interface.
CN201710805915.3A 2017-09-08 2017-09-08 Method for constructing complex system project by multiple persons in parallel Active CN107562462B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710805915.3A CN107562462B (en) 2017-09-08 2017-09-08 Method for constructing complex system project by multiple persons in parallel

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710805915.3A CN107562462B (en) 2017-09-08 2017-09-08 Method for constructing complex system project by multiple persons in parallel

Publications (2)

Publication Number Publication Date
CN107562462A CN107562462A (en) 2018-01-09
CN107562462B true CN107562462B (en) 2020-07-10

Family

ID=60980228

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710805915.3A Active CN107562462B (en) 2017-09-08 2017-09-08 Method for constructing complex system project by multiple persons in parallel

Country Status (1)

Country Link
CN (1) CN107562462B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112596485B (en) * 2020-12-22 2022-05-27 浙江中控技术股份有限公司 Method and device for packaging and reusing configuration data in industrial control system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102520938A (en) * 2011-11-30 2012-06-27 福州福大自动化科技有限公司 Automatic navigation method for input and output element in control strategy configuration software

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2224466C (en) * 1997-01-09 2003-12-23 Mitel Corporation Transfer of basic knowledge to agents

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102520938A (en) * 2011-11-30 2012-06-27 福州福大自动化科技有限公司 Automatic navigation method for input and output element in control strategy configuration software

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于监控组态软件的配方管理组件模型的研究与设计;袁宏峰;《中国优秀硕士学位论文全文数据库 信息科技辑》;20091015(第10期);第I138-203页 *

Also Published As

Publication number Publication date
CN107562462A (en) 2018-01-09

Similar Documents

Publication Publication Date Title
CN104657396B (en) Data migration method and device
WO2019051946A1 (en) Node task data display method and apparatus, storage medium and computer equipment
CN113688288B (en) Data association analysis method, device, computer equipment and storage medium
WO2019056494A1 (en) Chart generation method, device, computer apparatus, and storage medium
CN111666740A (en) Flow chart generation method and device, computer equipment and storage medium
EP4071697A1 (en) Data management system, management method, and management program
US20150278248A1 (en) Personal Information Management Service System
CN110096413A (en) A kind of disk localization method, system and electronic equipment and storage medium
CN113742338A (en) Structured storage system for project acceptance forms
CN111639120A (en) Method, device and equipment for forming graph of architecture view and readable storage medium
CN107562462B (en) Method for constructing complex system project by multiple persons in parallel
CN102902768A (en) Method and system for searching and displaying file content
CN104503868A (en) Data synchronizing method, device and system
US10885013B2 (en) Automated application lifecycle tracking using batch processing
CN106021359A (en) CAD file modification method and device
CN107133204B (en) Terminal shortcut input method
CN104240107A (en) Community data screening system and method thereof
JP6695847B2 (en) Software parts management system, computer
CN108255486B (en) View conversion method and device for form design and electronic equipment
CN110597765A (en) Large retail call center heterogeneous data source data processing method and device
CN104216986A (en) Device and method for improving data query efficiency through pre-operation according to data update period
CN106713666A (en) Recognition display method and device of verification information
CN105354144A (en) Method and system for automatically testing consistency of business support system information models
CN104881455A (en) Structural difference processing method and system based on MYSQL
CN111027285A (en) Method and system for automatically extracting order information from pdf format order

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant