CN107480225B - Method for realizing data sharing between control station and third-party database - Google Patents

Method for realizing data sharing between control station and third-party database Download PDF

Info

Publication number
CN107480225B
CN107480225B CN201710653686.8A CN201710653686A CN107480225B CN 107480225 B CN107480225 B CN 107480225B CN 201710653686 A CN201710653686 A CN 201710653686A CN 107480225 B CN107480225 B CN 107480225B
Authority
CN
China
Prior art keywords
data
control station
database
data table
task
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
CN201710653686.8A
Other languages
Chinese (zh)
Other versions
CN107480225A (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 CN201710653686.8A priority Critical patent/CN107480225B/en
Publication of CN107480225A publication Critical patent/CN107480225A/en
Application granted granted Critical
Publication of CN107480225B publication Critical patent/CN107480225B/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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

Abstract

The invention provides a method for realizing data sharing between configuration data of a control station and a third-party database, wherein a relocation task is taken as an operation unit, each relocation task comprises two tables, one of the tables is a table facing to the database, the other table is a table facing to the control station, and data in the table facing to the control station are numerical data; and the two tables are determined by the type of the migrated task, one of the tables is used as a source data table, 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 by self compiling. The method of the invention uses the database as a transfer to realize the data interaction between the upper application system and the bottom control, namely, the data interaction with the heterogeneous system.

Description

Method for realizing data sharing between control station and third-party database
Technical Field
The invention relates to the technical field of industrial control, in particular to a method 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 method for implementing data sharing between configuration data of a control station and a third-party database, which implements data interaction between an upper application system and a bottom control by using the database as a relay, that is, implements data interaction with a heterogeneous system.
The method of the invention is realized as follows: a method for realizing data sharing between configuration data of a control station and a third-party database is characterized in that: taking the relocation tasks as an operation unit, wherein each relocation task comprises two tables, one of the two tables is a table facing to a database, the other table is a table facing to a control station, and data in the table facing to the control station are numerical data; and the two tables are determined by the type of the migrated task, one of the tables is used as a source data table, 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 source data 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 by self compiling.
Furthermore, each relocation task is executed by a thread; 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.
Further, the user is allowed to configure the following IO under a certain relocation task:
the trigger IO is used for triggering the 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;
and the control IO comprises a transfer task control IO and an execution period control IO, and respectively controls the data transfer state and the data transfer period of the transfer task.
Further, it is characterized in that: the method specifically comprises the following steps:
step S1, creating data sources including a database data source and a control station data source;
step S2, creating an IO variable for configuring the trigger IO, the write-back IO, the control IO and for configuring the discrete data table;
step S3, creating data tables including a control station oriented data table and a database oriented data table;
step S4, creating a mapping function for controlling data conversion between the station data table and the database data table;
step S5, creating a transfer task, filling in the name of the transfer task and selecting the type of the transfer task;
step S6, starting a transfer task, wherein the transfer task can monitor a trigger signal from a control station according to a set period time; acquiring data from a data source; converting the data acquired from the data source data table into a data format of a target data table by using a defined algorithm of a mapping function; and then the converted table data is sent to a data table appointed by a target database or an offset address appointed by a target control station in a row unit.
Further, in the step 3, a data table for the control station is created under the control station source; database-oriented data tables need to be created under the database source.
Further, in step 3, the data table of the control station is divided into a continuous IO link data table and a discrete IO link data table, where a 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.
Furthermore, the user is allowed to configure the control of the control station on 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 invention has the following advantages: by configuring a data source (a control station or a database) and a row data mapping algorithm, mutual data relocation between the control station and a relational database can be created, and sharing between data in the control station and data in the database is realized. 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 system block diagram of the method of the present invention.
FIG. 1a is a block diagram of a data relocation process from a control station to a database in the method of the present invention.
FIG. 1b is a block diagram of the data migration process from the database to the control station in the method of the present invention.
FIG. 2 is an illustration of a main interface of a shared platform for implementing the method of the present invention.
FIGS. 3 a-3 f are illustrations of configuration window interfaces for the process of creating a database source according to the method of the present invention.
Fig. 4a to 4c are illustrations of interface of a configuration window for creating a control station source process according to the method of the present invention.
Fig. 5a to 5c are illustrations of interface of configuration windows of the process of creating IO variables according to the method 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 according to the method of the present invention.
FIGS. 7 a-7 e are illustrations of configuration window interfaces for the database-oriented data table creation process 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 according to the method of the present invention.
FIGS. 9a to 9c are illustrations of the interface of the configuration window during the process of creating the relocation task according to the method of the present invention.
Fig. 10a to 10c are illustrations of interface diagrams of a configuration window for starting a relocation task process according to the method of the present invention.
Detailed Description
As shown in fig. 1, the method for implementing data sharing between configuration data of a control station and a third-party database of the present invention uses a migration task as an operation unit, wherein each migration task includes two tables, one of the tables is a table facing to the database, the other table is a table facing to the control station, and data in the table facing to the control station is numerical data; and the two tables are determined by the type of the migrated task, one of the tables is used as a source data table, 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 source data 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 by self compiling.
As shown in fig. 1 to fig. 10c, the present invention further provides a computer program product for implementing the method of the present invention, wherein the computer program product can be stored in a computer readable storage medium and includes computer program instructions, wherein the computer program instructions are used for implementing the method for implementing data sharing between the configuration data of the control station and the third-party database according to the present invention.
Each relocation task is executed by one thread; 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.
Allowing a user to configure the following IO under a certain relocation task:
the trigger IO is used for triggering the 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;
and the control IO comprises a transfer task control IO and an execution period control IO, and respectively controls the data transfer state and the data transfer period of the transfer task.
The method specifically comprises the following steps:
step S1, creating data sources including a database data source and a control station data source;
step S2, creating an IO variable for configuring the trigger IO, the write-back IO, the control IO and for configuring the discrete data table;
step S3, creating data tables including a control station oriented data table and a database oriented data table; the data table facing the control station is created under the control station source; a data table facing to a database needs to be created under a database source; 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 relocation of each field of the data table by taking a specified IO point address as a target;
step S4, creating a mapping function for controlling data conversion between the station data table and the database data table;
step S5, creating a transfer task, filling in the name of the transfer task and selecting the type of the transfer task;
step S6, starting a transfer task, wherein the transfer task can monitor a trigger signal from a control station according to a set period time; acquiring data from a data source; converting the data acquired from the data source data table into a data format of a target data table by using a defined algorithm of a mapping function; and then the converted table data is sent to a data table appointed by a target database or an offset address appointed by a target control station in a row unit. The following two cases are specifically distinguished:
1. 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.
2. 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.
As shown in fig. 2 to 9c, the present invention further provides a configuration module corresponding to the steps 1 to 6, which includes a data source configuration module, a database data table creation and configuration module, a control station data table creation and configuration module, a mapping function compiler, and a relocation task creation and configuration module, so that the steps 1 to 6 are all implemented by means of user configuration.
Step S1, creating data sources including a database data source and a control station data source;
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,
and step S2, creating an IO variable, wherein the created IO variable is used for configuring the trigger IO, the write-back IO, the control IO and the configuration discrete data table, and certainly, if the migration task does not need the single IO points, the IO variable may not be configured. 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, wherein the data table comprises a data table facing the control station and a data table facing 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,
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, 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 used 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.
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 realizing data sharing between configuration data of a control station and a third-party database is characterized in that: taking the relocation tasks as an operation unit, wherein each relocation task comprises two tables, one of the two tables is a table facing to a database, the other table is a table facing to a control station, and data in the table facing to the control station are numerical data; the two tables are determined by the type of the moved task, one of the tables is used as a source data table, 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 source data table, and the conversion of the data type in charge of 'the source data table → the target data table' is completed by a mapping function generated by the user by self compiling;
and allowing a user to configure the following IOs under a certain relocation task:
the trigger IO is used for triggering the 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;
controlling IO (input/output), including a relocation task control IO and an execution cycle control IO, and respectively controlling the data relocation state and the data relocation cycle of the relocation task;
the method specifically comprises the following steps:
step S1, creating data sources including a database data source and a control station data source;
step S2, creating an IO variable for configuring the trigger IO, the write-back IO, the control IO and for configuring the discrete data table;
step S3, creating data tables including a control station oriented data table and a database oriented data table; the data table facing the control station is used as a data receiving table of the control station- > IAPDCom or a data sending table of the IAPDCom- > control station; the database-oriented data table is used as a data acquisition table of a database- > IAPDCom or a data submission table of the IAPDCom- > database;
step S4, creating a mapping function for controlling data conversion between the station data table and the database data table;
step S5, creating a transfer task, filling in the name of the transfer task and selecting the type of the transfer task;
step S6, starting a transfer task, wherein the transfer task can monitor a trigger signal from a control station according to a set period time; acquiring data from a data source; converting the data acquired from the data source data table into a data format of a target data table by using a defined algorithm of a mapping function; and then the converted table data is sent to a data table appointed by a target database or an offset address appointed by a target control station in a row unit.
2. The method of claim 1, wherein the sharing of the configuration data of the control station with the third-party database is performed by: each relocation task is executed by one thread; 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.
3. The method of claim 1, wherein the sharing of the configuration data of the control station with the third-party database is performed by: in step S3, a data table for the control station is created under the control station source; database-oriented data tables need to be created under the database source.
4. The method for sharing configuration data of a control station with a third-party database according to claim 1 or 3, wherein: in step S3, the data table of the control station is divided into a continuous IO link data table and a discrete IO link data table, where a continuous IO link refers to a continuous IO address field of a target control station of the data table; the discrete IO link refers to the migration of each field of the data table with the specified IO point address as the target.
5. The method of claim 1, wherein the sharing of the configuration data of the control station with the third-party database is performed by: and allowing a user to configure the control of the control station on the transfer task, wherein the control comprises the execution period of the transfer task, the starting/suspending of the transfer task and a trigger signal for executing the transfer task.
CN201710653686.8A 2017-09-11 2017-09-11 Method for realizing data sharing between control station and third-party database Active CN107480225B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710653686.8A CN107480225B (en) 2017-09-11 2017-09-11 Method for realizing data sharing between control station and third-party database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710653686.8A CN107480225B (en) 2017-09-11 2017-09-11 Method for realizing data sharing between control station and third-party database

Publications (2)

Publication Number Publication Date
CN107480225A CN107480225A (en) 2017-12-15
CN107480225B true CN107480225B (en) 2021-06-22

Family

ID=60597478

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710653686.8A Active CN107480225B (en) 2017-09-11 2017-09-11 Method for realizing data sharing between control station and third-party database

Country Status (1)

Country Link
CN (1) CN107480225B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109495581A (en) * 2018-12-13 2019-03-19 爱普(福建)科技有限公司 A kind of communication means and device of polyisocyanate structure control station
CN111880496A (en) * 2020-07-22 2020-11-03 安徽海螺信息技术工程有限责任公司 Method for fusing ERP system and industrial control system based on quotient-hybrid control

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101158871A (en) * 2007-11-12 2008-04-09 浙江大学 Synchronization process of total distributed control system operator stations EMS memory database structure storage
CN104991528A (en) * 2015-05-14 2015-10-21 福州福大自动化科技有限公司 DCS information safety control method and control station
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
CN106777225A (en) * 2016-12-26 2017-05-31 腾讯科技(深圳)有限公司 The moving method and system of a kind of data

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050223109A1 (en) * 2003-08-27 2005-10-06 Ascential Software Corporation Data integration through a services oriented architecture
US9015020B2 (en) * 2007-04-23 2015-04-21 Siemens Industry, Inc. Method and system for testing a building control system
CN102081661A (en) * 2011-01-19 2011-06-01 吉林大学 Data integration method and system of heterogeneous relational database based on XML (Extensive Makeup Language)
US9015169B2 (en) * 2011-11-23 2015-04-21 Nec Laboratories America, Inc. Tenant placement in multitenant cloud databases with data sharing
CN103793424B (en) * 2012-10-31 2018-04-20 阿里巴巴集团控股有限公司 database data migration method and system
CN103036736B (en) * 2012-11-30 2015-09-23 航天恒星科技有限公司 A kind of configuration equipment monitoring system based on data source and method
CN105205117B (en) * 2015-09-09 2019-03-05 郑州悉知信息科技股份有限公司 A kind of tables of data moving method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101158871A (en) * 2007-11-12 2008-04-09 浙江大学 Synchronization process of total distributed control system operator stations EMS memory database structure storage
CN104991528A (en) * 2015-05-14 2015-10-21 福州福大自动化科技有限公司 DCS information safety control method and control station
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
CN106777225A (en) * 2016-12-26 2017-05-31 腾讯科技(深圳)有限公司 The moving method and system of a kind of data

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"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至V2-288 *
"分散型控制系统(DCS)技术发展趋势分析 ";姜文革;《自动化与仪器仪表》;20060725(第04期);论文第4-7页 *

Also Published As

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

Similar Documents

Publication Publication Date Title
US11093242B2 (en) Automatically mapping data while designing process flows
US9659012B2 (en) Debugging framework for distributed ETL process with multi-language support
US10831453B2 (en) Connectors framework
EP2169541B1 (en) Method, system and graphical user interface for configuring a simulator to simulate a plurality of devices
US20040107415A1 (en) Web-interactive software testing management method and computer system including an integrated test case authoring tool
US9043750B2 (en) Automated generation of two-tier mobile applications
CN111126781A (en) RPA service flow establishing method and system
CN106022007A (en) Cloud platform system and method oriented to biological omics big data calculation
CN107480225B (en) Method for realizing data sharing between control station and third-party database
CN105786912A (en) Data acquisition and transformation method and device
CN104484163A (en) Heterogeneous model transformation method based on unified modeling environment
CN113886362A (en) Data storage system and storage method based on workflow engine and low-code platform
CN114816374A (en) Visual data analysis process modeling method and system
US20190250962A1 (en) Method for updating instance-based message maps using metadata
JP6370503B1 (en) Program creation device
CN113806429A (en) Canvas type log analysis method based on large data stream processing framework
CN114926151A (en) RPA flow automatic generation method and device based on reinforcement learning
CN101561850B (en) System for comprehensively processing massive multi-channel nerve information and control method thereof
CN107480224B (en) Device for realizing data sharing between configuration data of control station and third-party database
CN112685487B (en) Method and apparatus for simulating relational database through IndexDB in browser environment
CN103593188A (en) System and method for managing what-you-see-is-what-you-get menus of instrument
KR102293274B1 (en) Method and apparatus for constructing test environment
CN112287021B (en) Method and device for generating and synchronizing real-time data synchronization parameters, storage medium and terminal
CA3081825A1 (en) Interactive guidance system for selecting thermodynamics methods in process simulations
US10114362B2 (en) Method and system for controlling the production process of a product

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