CN107480224B - Device for realizing data sharing between configuration data of control station and third-party database - Google Patents

Device for realizing data sharing between configuration data of control station and third-party database Download PDF

Info

Publication number
CN107480224B
CN107480224B CN201710653670.7A CN201710653670A CN107480224B CN 107480224 B CN107480224 B CN 107480224B CN 201710653670 A CN201710653670 A CN 201710653670A CN 107480224 B CN107480224 B CN 107480224B
Authority
CN
China
Prior art keywords
data
control station
task
relocation
data table
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
CN201710653670.7A
Other languages
Chinese (zh)
Other versions
CN107480224A (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 CN201710653670.7A priority Critical patent/CN107480224B/en
Publication of CN107480224A publication Critical patent/CN107480224A/en
Application granted granted Critical
Publication of CN107480224B publication Critical patent/CN107480224B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a device for realizing data sharing between configuration data of a control station and a third-party database, which comprises a data source configuration module, a data source configuration module and a data source sharing module, wherein the data source configuration module is used for establishing a data source; the data table creating and configuring module is used for creating or configuring data tables of the database and the control station; the mapping function compiler provides self-defined mapping function compilation for a user; and the moving task creating and configuring module is used for creating or configuring the moving task, and a user can generate a moving task for starting and executing after selecting the moving direction, the data source and the corresponding data table, so that the configuration data of the control station and the third-party database are shared. The invention uses the database as a transfer to realize data interaction between the upper application system and the bottom control so as to realize the butt joint of the control layer and the application management layer.

Description

Device for realizing data sharing between configuration data of control station and third-party database
Technical Field
The invention relates to the technical field of industrial control, in particular to a device for realizing data sharing between configuration data of a control station and a third-party database.
Background
In the technical field of industrial control, the IAP software architecture cannot be docked with a relational database at present, so that docking of a control layer and an application management layer is difficult to realize.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a device for sharing configuration data of a control station with a third-party database, wherein the database is used as a relay to implement data interaction between an upper application system and a bottom control, that is, data interaction between heterogeneous systems.
The invention is realized by the following steps: a device for realizing data sharing between configuration data of a control station and a third-party database comprises:
the data source configuration module is used for creating a data source and comprises a database source and a control station source;
the data table creating and configuring module is used for creating or configuring a data table of the database and the control station, and comprises a definition table name, a table field name, a field data type and an address of writing an sql statement or each field corresponding to the control station, which needs to be executed by the database; in the execution process of the subsequent relocation task, if the database is read, the query sql statement is executed to obtain a data table; if the statement is written into the database, the data table provides parameter input for the sql submission statement; the data of the control station is read or written, the selected data table is used as a carrier for storing the data, and the fields of the data table are in one-to-one correspondence to the IO addresses of the designated control station;
the mapping function compiler provides self-defined mapping function compilation for a user;
and the relocation task creating and configuring module is used for creating or configuring the relocation task, and a relocation task can be generated for starting and executing after a user selects a relocation direction, a data source and a corresponding data table.
Furthermore, the invention can also comprise an IO variable creating and configuring module, which is used for configuring trigger IO, write-back IO, control IO and configuring a discrete data table;
the trigger IO is used for triggering data relocation through a trigger signal;
the write-back IO is used for writing back a primary trigger signal to the control station after the relocation is finished;
the control IO comprises a task control IO and an execution period control IO, and the task control IO respectively controls the data relocation state and the data relocation period of the task;
the discrete data table is used for storing address data which are assigned by the control station corresponding to each field in the data table, and the addresses are discrete addresses, namely, no relation exists between each address, and the addresses are distributed in a hash mode.
Further, the data table of the control station is divided into a continuous IO link data table and a discrete IO link data table, and the continuous IO link refers to that the target control station of the data table is a continuous IO address field; the discrete IO link refers to the migration of each field of the data table with the specified IO point address as the target.
Furthermore, the mapping function compiler provides a uniform interface function and declares a predefined function, a user only needs to write a function implementation body by himself, and an algorithm dynamic link library is generated for calling a subsequent relocation task after the user compiles successfully.
Further, the generated relocation task is displayed under the tree node of the relocation task, and the relocation of the data can be executed only by starting the created task subsequently.
Furthermore, a plurality of relocation tasks can be created in advance and then started to be executed simultaneously, a single relocation task is taken as an operation unit during execution, and each relocation task is executed by one thread; each relocation task comprises two tables, wherein one table is a table facing a database, the other table is a table facing a control station, and data in the table facing the control station are numerical data; and one of the two tables is determined as a source data table according to the type of the migrated task, the other table is used as a target data table, wherein the data of the target data table is always filled by the data of the data source table, and the conversion of the data type responsible for the 'source data table → target data table' is completed by a mapping function generated by the user through self compilation.
Furthermore, the relocation task creation and configuration module also allows a user to configure the control of the control station on the relocation task, including the execution period of the relocation task, the enabling/suspending of the relocation task, and the trigger signal for executing the relocation task.
The invention has the following advantages: the device of the invention provides a data source configuration module, a data table creation and configuration module, a mapping function compiler and a relocation task creation and configuration module, so that a user can realize mutual data relocation between a control station and a relational database in a configuration mode to realize sharing between data in the control station and data in the database. Therefore, data docking between the control layer and the application management layer is realized, and cross-platform application is realized through data relocation and sharing to a certain extent. Because the data type of the control station is a simple numerical value type, and most relational databases are complex data types, the invention can realize the conversion between the numerical value type and the complex data type through a customized mapping algorithm, and has higher degree of freedom and adaptability. In addition, a trigger signal that allows the control station to control the transfer task, such as an execution period of the transfer task, enabling/suspending of the transfer task, and execution of the transfer task, may be configured.
Drawings
The invention will be further described with reference to the following examples with reference to the accompanying drawings.
FIG. 1 is a schematic block diagram of the transfer of the apparatus of the present invention.
FIG. 1a is a block diagram of the data migration process from a control station to a database according to the present invention.
FIG. 1b is a block diagram of the data migration process from the database to the control station according to the present invention.
FIG. 2 is an illustration of a main interface for implementing the apparatus of the present invention.
FIGS. 3 a-3 f are illustrations of configuration window interfaces for the process of creating a database source by the apparatus of the present invention.
Fig. 4a to 4c are illustrations of interface interfaces of a configuration window of a process of creating a control station source by the apparatus of the present invention.
Fig. 5a to 5c are diagrams illustrating a configuration window interface of a process of creating an IO variable by the apparatus of the present invention.
Fig. 6a to 6f are illustrations of configuration window interfaces of the process of creating a data table for a control station by the apparatus of the present invention.
Fig. 7a to 7e are illustrations of configuration window interfaces of the process of creating a database-oriented data table by the apparatus of the present invention.
Fig. 8a to 8b are illustrations of interface diagrams of a configuration window of a process of creating a mapping function by the apparatus of the present invention.
FIGS. 9a to 9c are illustrations of interface of configuration windows for creating a relocation task process according to the present invention.
FIGS. 10a to 10c are illustrations of the interface of the configuration window during the process of initiating the relocation task by the apparatus of the present invention.
Detailed Description
The device for realizing data sharing between the configuration data of the control station and the third-party database comprises:
the data source configuration module is used for creating a data source and comprises a database source and a control station source;
the data table creating and configuring module is used for creating or configuring a data table of the database and the control station, and comprises a definition table name, a table field name, a field data type and an address of writing an sql statement or each field corresponding to the control station, which needs to be executed by the database; in the execution process of the subsequent relocation task, if the database is read, the query sql statement is executed to obtain a data table; if the statement is written into the database, the data table provides parameter input for the sql submission statement; the data of the control station is read or written, the selected data table is used as a carrier for storing the data, and the fields of the data table are in one-to-one correspondence to the IO addresses of the designated control station; the data table of the control station is divided into a continuous IO link data table and a discrete IO link data table, and the continuous IO link refers to that the target control station of the data table is a continuous IO address field; the discrete IO link refers to the migration of each field of the data table with the specified IO point address as the target.
The mapping function compiler provides self-defined mapping function compilation for a user; the mapping function compiler provides a uniform interface function and declares a predefined function, a user only needs to write a function implementation body by himself, and an algorithm dynamic link library is generated for calling a subsequent relocation task after the user compiles successfully.
And the relocation task creating and configuring module is used for creating or configuring the relocation task, and a relocation task can be generated for starting and executing after a user selects a relocation direction, a data source and a corresponding data table. And after the migration task is generated, the generated migration task is displayed under the tree node of the migration task, and the migration of the data can be executed only by starting the created task subsequently. The method also allows a user to configure the control station to control the transfer task, including the execution period of the transfer task, the starting/suspending of the transfer task and the trigger signal for the execution of the transfer task.
The IO variable creating and configuring module is used for configuring trigger IO, write-back IO, control IO and a discrete data table; wherein the content of the first and second substances,
the trigger IO is used for triggering data relocation through a trigger signal;
the write-back IO is used for writing back a primary trigger signal to the control station after the relocation is finished;
the control IO comprises a task control IO and an execution period control IO, and the task control IO respectively controls the data relocation state and the data relocation period of the task;
the discrete data table is used for storing address data which are assigned by the control station corresponding to each field in the data table, the addresses are discrete addresses, and each address has no relation and is in hash distribution. It is distinguished from the continuous data sheet: the continuous data table refers to a section of continuous address space values of the data table corresponding to the control station, each data unit in the data table corresponds to the address data specified by the control station, and the addresses are continuous addresses, namely, each address is different by one address bit and are continuously distributed.
As shown in fig. 1, a plurality of relocation tasks may be created in advance and then started to be executed simultaneously, a single relocation task is used as an operation unit during execution, and each relocation task is executed by one thread; each relocation task comprises two tables, wherein one table is a table facing a database, the other table is a table facing a control station, and data in the table facing the control station are numerical data; and one of the two tables is determined as a source data table according to the type of the migrated task, the other table is used as a target data table, wherein the data of the target data table is always filled by the data of the data source table, and the conversion of the data type responsible for the 'source data table → target data table' is completed by a mapping function generated by the user through self compilation.
The migration tasks are mainly divided into two types, one is the migration task from the database → the control station ", the table facing the database is the source data table, the table facing the control station is the target data table, the other is the migration task from the control station → the database, the table facing the control station is the source data table, and the table facing the database is the target data table.
As shown in fig. 2 to 9c, the operation steps of sharing the configuration data of the control station with the third-party database by using the apparatus of the present invention are as follows:
step S1, creating a data source through a data source configuration module;
the data source comprises a database data source and a control station data source, and the data source is created to create a connection character string with the database or the control station. The creation mode can be entered into a right-key menu option of a node [ data source ] or [ database ] or [ control station ] in the left tree structure of fig. 2, and the created data is stored in a datasource table blade info.
(1) Create database data source (configure one SQL Server connection as an example):
selecting a node (database), popping up a menu shown in figure 3a by a right mouse button, clicking a 'new data source', popping up a configuration window shown in figure 3b, clicking a '. multidot.' button, popping up a data link attribute frame shown in figure 3c, selecting a corresponding drive (the drive of an SQL Server is selected here), switching to a connection option, configuring the name (available IP address) of a Server where the SQL database is located, the user name and password for logging in the database, selecting the name of the database to be connected, and clicking to determine after the test connection is successful. After the data source path is correctly configured, the data source path is obtained as shown in fig. 3e, and then the data source is named and then click-determined. The database data source just created will appear under the "database" node after success, as shown in FIG. 3 f.
(2) Creation of control station Source (configuration of an IAP Simu connection for example)
Selecting a node (control station), popping up a menu shown in figure 4a by a right mouse button, clicking a new data source, filling a data source name, selecting a corresponding control station type, and filling an IP address and a port number of the control station (for IAPSIU, one port number is filled at any time because the port is fixed). Pop up the configuration window as in FIG. 4 b; after the click determination, as shown in fig. 4c, the data source name just created will appear under the "control station" node,
step S2, creating an IO variable through an IO variable creation and configuration module, where the creation of the IO variable is used when configuring a trigger IO, a write-back IO, a control IO, and a configuration discrete data table, and certainly, if the migration task does not need these separate IO points, the step may not be configured, so that the step is an optional step. The manner of creating IO variables is shown in fig. 5a and 5b, and after determination, the IO variable points just created can be seen under the "IO variable set" node as shown in fig. 5 c.
And step S3, creating a data table through the data table creating and configuring module, wherein the data table comprises a data table facing to the control station and a data table facing to the database.
(1) The data table facing the control station needs to be created under the control station source, and after the creation is successful, the table is used as a data receiving table of the control station- > IAPCCom or a data sending table of the IAPCCom- > control station. The control station data table can be divided into a continuous IO link data table and a discrete IO link data table, wherein continuous IO link refers to that a target control station of the data table is a continuous IO address field; the discrete IO link refers to the migration of each field of the data table with the specified IO point address as the target. Wherein, the process of creating the continuous IO link table is shown in fig. 6a and fig. 6b, and after the creation is successful, as shown in fig. 6c, the table name just created will be seen in the corresponding "data table set". A discrete IO link table creating process is shown in fig. 6d and fig. 6e, wherein menu options can be popped up in an IO variable management window through a right mouse button to perform operations of adding, deleting and changing IO variables; as shown in FIG. 6f, after the creation is successful, the table name just created will be seen in the corresponding "data table set".
(2) The database-oriented data table needs to be created under a database source, and after the creation is successful, the table will be used as a data acquisition table of the database- > IAPCCom (in fact, the table returned by the executed sql statement is used as the main, and the table field definition is mainly used for data conversion and needs to be consistent with the table field returned by the sql execution statement) or a data submission table of the IAPCCom- > database. Fig. 7a to 7c illustrate a process of creating a data table for reading the contents of a database table, fig. 7d to 7e illustrate a process of creating a data table for writing into a database, and after the creation is successful, the configuration data is stored in a datasource tablelnfo.
Step S4, creating a mapping function by the mapping function compiler,
the mapping/converting function is mainly applied to data conversion between the control station data table and the database data table, so that the structure of the source data table and the structure of the target data table (namely, table field names) need to be known when the function is written, for example, a function is established for the previously configured TestTable2 and TestTable _ select table, and in code implementation inside the function, field data of ASourceDataSet is always assigned to a corresponding field of the adostdataset table. The creation process is shown in fig. 8a and 8 b.
Step S5, creating a migration task through the migration task creation and configuration module, and after the above steps are completed, creating a new migration task configuration, as shown in fig. 9a, selecting a new migration task, filling in the name of the migration task (only for display in the software), selecting the type of the migration task (i.e. the direction of migration), and the interface is shown in fig. 9b and fig. 9 c.
Step S6, start the migration task, and after creating the migration task, click the start button in the main interface, and the program will start the migration task marked as "enabled", or click "start the migration task" as in fig. 10 a. If the migration task data needs to be checked, as shown in fig. 10b and 10c, click [ migration task ] - > [ migration task data monitoring ] can be clicked for checking.
After the starting, the data can be relocated:
as shown in fig. 1a, the data migration step from the control station to the database is as follows:
a) according to the set cycle time or monitoring a trigger signal from a control station;
b) acquiring data from the control station according to the configured address area of the control station;
c) and converting the data acquired from the control station into a data format stored in the database by using an algorithm of a defined mapping function (the conversion is performed in a form of a table in a row unit), and submitting the table data obtained after the conversion into a data table specified by the database.
As shown in fig. 1b, the data migration step from the database to the control station:
a) according to the set cycle time or monitoring a trigger signal from a control station;
b) acquiring data from a database according to the configured sql statement;
c) converting the data tables obtained from the database into numerical data tables that can be recognized by the control station using an algorithm of a defined mapping function (the conversion is performed in units of rows in the form of tables); and sending the converted table data to an offset address designated by the control station in a row unit.
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 (6)

1. A device for realizing data sharing between configuration data of a control station and a third-party database is characterized in that: the method comprises the following steps:
the data source configuration module is used for creating a data source and comprises a database source and a control station source;
the data table creating and configuring module is used for creating or configuring a data table of the database and the control station, and comprises a definition table name, a table field name, a field data type and an address of writing an sql statement or each field corresponding to the control station, which needs to be executed by the database; in the execution process of the subsequent relocation task, if the database is read, the query sql statement is executed to obtain a data table; if the statement is written into the database, the data table provides parameter input for the sql submission statement; the data of the control station is read or written, the selected data table is used as a carrier for storing the data, and the fields of the data table are in one-to-one correspondence to the IO addresses of the designated control station;
the mapping function compiler provides self-defined mapping function compilation for a user;
the relocation task creating and configuring module is used for creating or configuring the relocation task, and a relocation task can be generated for starting and executing after a user selects a relocation direction, a data source and a corresponding data table;
the IO variable creating and configuring module is used for configuring trigger IO, write-back IO, control IO and a discrete data table; wherein the content of the first and second substances,
the trigger IO is used for triggering data relocation through a trigger signal;
the write-back IO is used for writing back a primary trigger signal to the control station after the relocation is finished;
the control IO comprises a task control IO and an execution period control IO, and the task control IO respectively controls the data relocation state and the data relocation period of the task;
the discrete data table is used for storing address data which are assigned by the control station corresponding to each field in the data table, and the addresses are discrete addresses.
2. The apparatus of claim 1, wherein the configuration data of the control station is shared with a third-party database, and the apparatus further comprises: the data table of the control station is divided into a continuous IO link data table and a discrete IO link data table, and the continuous IO link refers to that the target control station of the data table is a continuous IO address field; the discrete IO link refers to the migration of each field of the data table with the specified IO point address as the target.
3. The apparatus of claim 1, wherein the configuration data of the control station is shared with a third-party database, and the apparatus further comprises: the mapping function compiler provides a uniform interface function and declares a predefined function, a user only needs to write a function implementation body by himself, and an algorithm dynamic link library is generated for calling a subsequent relocation task after the user compiles successfully.
4. The apparatus of claim 1, wherein the configuration data of the control station is shared with a third-party database, and the apparatus further comprises: and after the migration task is generated, the generated migration task is displayed under the tree node of the migration task, and the migration of the data can be executed only by starting the created task subsequently.
5. The apparatus of claim 1, wherein the configuration data of the control station is shared with a third-party database, and the apparatus further comprises: the relocation tasks can be simultaneously started and executed after being created in advance, a single relocation task is used as an operation unit during execution, and each relocation task is executed by one thread; each relocation task comprises two tables, wherein one table is a table facing a database, the other table is a table facing a control station, and data in the table facing the control station are numerical data; and one of the two tables is determined as a source data table according to the type of the migrated task, the other table is used as a target data table, wherein the data of the target data table is always filled by the data of the data source table, and the conversion of the data type responsible for the 'source data table → target data table' is completed by a mapping function generated by the user through self compilation.
6. The apparatus of claim 1, wherein the configuration data of the control station is shared with a third-party database, and the apparatus further comprises: the relocation task creating and configuring module also allows a user to configure the control of the control station on the relocation task, including the execution period of the relocation task, the starting/suspending of the relocation task, and the trigger signal for the execution of the relocation task.
CN201710653670.7A 2017-09-11 2017-09-11 Device for realizing data sharing between configuration data of control station and third-party database Active CN107480224B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710653670.7A CN107480224B (en) 2017-09-11 2017-09-11 Device for realizing data sharing between configuration data of control station and third-party database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710653670.7A CN107480224B (en) 2017-09-11 2017-09-11 Device for realizing data sharing between configuration data of control station and third-party database

Publications (2)

Publication Number Publication Date
CN107480224A CN107480224A (en) 2017-12-15
CN107480224B true CN107480224B (en) 2021-06-22

Family

ID=60598564

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710653670.7A Active CN107480224B (en) 2017-09-11 2017-09-11 Device for realizing data sharing between configuration data of control station and third-party database

Country Status (1)

Country Link
CN (1) CN107480224B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110445656B (en) * 2019-08-13 2022-03-29 中核控制系统工程有限公司 Nuclear power plant DCS platform transparent transmission network data full life cycle generation method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07262071A (en) * 1994-03-16 1995-10-13 Toshiba Corp Data base system and load distribution control method
CN101266475A (en) * 2008-05-13 2008-09-17 四方电气(集团)有限公司 Programmable logic control method based on on site bus communication
CN103439114A (en) * 2013-08-27 2013-12-11 国家电网公司 System and device for testing thermal performance of turboset
CN106272484A (en) * 2016-10-09 2017-01-04 福州大学 A kind of many isomeries industrial robot control system
CN106528871A (en) * 2016-12-06 2017-03-22 爱普(福建)科技有限公司 Method for updating information of engineering data points in industrial control system on line

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7216340B1 (en) * 2002-08-19 2007-05-08 Sprint Communications Company L.P. Analysis data validation tool for use in enterprise architecture modeling with result based model updating
CN101706803B (en) * 2009-11-27 2012-07-04 天津工业大学 Method for migrating production data of weaving workshop
CN103036736B (en) * 2012-11-30 2015-09-23 航天恒星科技有限公司 A kind of configuration equipment monitoring system based on data source and method
CN105528381A (en) * 2014-10-27 2016-04-27 青岛金讯网络工程有限公司 Database data migration method and system
US20160292243A1 (en) * 2015-03-31 2016-10-06 RIMES Technologies Corporation Data Management System
CN106483860B (en) * 2015-09-02 2019-06-07 上海宝信软件股份有限公司 For the automatic data collection middleware and its application method of PLC
CN105373599B (en) * 2015-10-28 2017-05-31 北京汇商融通信息技术有限公司 Data mover system based on various data storing platforms

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07262071A (en) * 1994-03-16 1995-10-13 Toshiba Corp Data base system and load distribution control method
CN101266475A (en) * 2008-05-13 2008-09-17 四方电气(集团)有限公司 Programmable logic control method based on on site bus communication
CN103439114A (en) * 2013-08-27 2013-12-11 国家电网公司 System and device for testing thermal performance of turboset
CN106272484A (en) * 2016-10-09 2017-01-04 福州大学 A kind of many isomeries industrial robot control system
CN106528871A (en) * 2016-12-06 2017-03-22 爱普(福建)科技有限公司 Method for updating information of engineering data points in industrial control system on line

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"DCS自动控制系统软件体系的设计与实现";高素萍;《计算机工程与设计》;20040728;第25卷(第7期);第1192-1194页 *
"Design and Implementation of Control System Software Based on VxWorks Multi-Tasks";Zhen Zhang,Yan Li;《2010 3rd International Conference on Advanced Computer Theory and Engineering》;20100920;V2-285-288 *

Also Published As

Publication number Publication date
CN107480224A (en) 2017-12-15

Similar Documents

Publication Publication Date Title
US6061517A (en) Multi-tier debugging
CN107704395B (en) Cloud platform automation test implementation method and system based on Openstack
US7313564B2 (en) Web-interactive software testing management method and computer system including an integrated test case authoring tool
CN109857667A (en) Automatic interface testing method, test device, test equipment and storage medium
US9119056B2 (en) Context-driven application information access and knowledge sharing
EP2169541B1 (en) Method, system and graphical user interface for configuring a simulator to simulate a plurality of devices
US7159209B1 (en) Inter-application validation tool for use in enterprise architecture modeling
US7356773B1 (en) Wizard builder, for application software, building a setup wizard which sets up a defacto interface between the application program and monitoring or control equipment
EP2187310B1 (en) Method and system for simulating a plurality of devices
CN106021102A (en) Automated test file generation method and apparatus
CN110058860A (en) A kind of automatic delivery method of code, device, equipment and computer storage medium
CN107480225B (en) Method for realizing data sharing between control station and third-party database
CN103984769A (en) Use-case data management and storage method
CN112433712A (en) Report display method and device, computer equipment and storage medium
CN110795139A (en) Client batch packaging method and device, computer equipment and storage medium
CN107480224B (en) Device for realizing data sharing between configuration data of control station and third-party database
CN115455329A (en) B/S architecture cross-platform cross-multi-terminal RPA designer system and implementation method
US6424974B1 (en) Storing P-code in a database
JP6370503B1 (en) Program creation device
CN110569206A (en) Driving frame supporting multiple sensors, method, electronic equipment and storage medium
CN112685487B (en) Method and apparatus for simulating relational database through IndexDB in browser environment
CN103186405A (en) Method and device for implementing unified control of equipment
CN112287021B (en) Method and device for generating and synchronizing real-time data synchronization parameters, storage medium and terminal
CN111580853A (en) Universal generation method for multi-channel software installation package
CN112231377A (en) Data mapping method, system, device, server and storage medium

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