CN110658795A - Accurate fusion method and system for digital twin data - Google Patents

Accurate fusion method and system for digital twin data Download PDF

Info

Publication number
CN110658795A
CN110658795A CN201910956523.6A CN201910956523A CN110658795A CN 110658795 A CN110658795 A CN 110658795A CN 201910956523 A CN201910956523 A CN 201910956523A CN 110658795 A CN110658795 A CN 110658795A
Authority
CN
China
Prior art keywords
data
bram
physical
frame
fifo
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.)
Granted
Application number
CN201910956523.6A
Other languages
Chinese (zh)
Other versions
CN110658795B (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.)
Beihang University
Beijing University of Aeronautics and Astronautics
Original Assignee
Beijing University of Aeronautics and Astronautics
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 Beijing University of Aeronautics and Astronautics filed Critical Beijing University of Aeronautics and Astronautics
Priority to CN201910956523.6A priority Critical patent/CN110658795B/en
Publication of CN110658795A publication Critical patent/CN110658795A/en
Application granted granted Critical
Publication of CN110658795B publication Critical patent/CN110658795B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/418Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS] or computer integrated manufacturing [CIM]
    • G05B19/41885Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS] or computer integrated manufacturing [CIM] characterised by modeling, simulation of the manufacturing system
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/32Operator till task planning
    • G05B2219/32339Object oriented modeling, design, analysis, implementation, simulation language
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Manufacturing & Machinery (AREA)
  • General Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method and a system for accurately fusing digital twin data, wherein the method is suitable for Virtex-5 series FPGA chips of Xilinx company and comprises the following steps: designing a digital twin data accurate fusion front-end module, firstly establishing a BRAM cache to finish caching heterogeneous digital twin data, wherein the cache comprises virtual model data, physical entity data, physical attribute data describing physical attributes of physical entities and behavior rule data describing operation rules of the physical entities, and then adding a data type field and a UTC timestamp field to each type of data to form a new data frame; designing a digital twin data accurate fusion rear-end module, firstly establishing four BRAMs to respectively cache received new data frames of different types, and then fusing virtual model data, physical entity data, physical attribute data and behavior rule data by taking a timestamp in a physical entity data frame as a reference. The method can improve the accuracy of the fusion between the heterogeneous data in the digital twin system to a certain extent.

Description

Accurate fusion method and system for digital twin data
Technical Field
The invention belongs to the field of electronic engineering and computer science, and particularly relates to a method and a system for accurately fusing digital twin data.
Background
The coupling degree of digital twins and intelligent manufacturing is higher and higher, the ground of a digital twins technology is one of key elements for promoting intelligent manufacturing development, heterogeneous data exists in a digital twins system, the data comprises physical entity data generated by physical equipment of a workshop, virtual model data generated by a virtual model corresponding to the physical equipment of the workshop and related to simulation prediction, physical data describing the physical attributes of the physical equipment of the workshop, behavior rule data for describing the process flow and behavior rules of the physical equipment and the like, and how to effectively fuse the heterogeneous data is worthy of research, so that unified service is output to upper-layer users. Therefore, the invention discloses a precise fusion method of digital twin data, which is suitable for Virtex-5 series FPGA chips of Xilinx company and can improve the precision of fusion between heterogeneous data in a digital twin system to a certain extent.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: the method covers the design of a front-end module for precise fusion of digital twin data and the design of a rear-end module for precise fusion of digital twin data, aims at the requirement of effective fusion of heterogeneous twin data and further outputting unified service for upper-layer users, and can improve the precision of fusion between heterogeneous data in a digital twin system to a certain extent.
The technical problem to be solved by the invention is realized by adopting the following technical scheme: a method for accurately fusing digital twin data comprises the following steps:
(1) designing a digital twin data accurate fusion front-end module, which is specifically realized as follows:
firstly, establishing BRAM to finish caching virtual model data, physical entity data, physical attribute data describing physical attributes of physical entities and behavior rule data describing operation rules of the physical entities in a digital twin system;
adding fields to each different type of data in BRAM, including virtual model data, physical entity data, physical attribute data and behavior rule data, to form a new data frame: firstly, adding a data type field, wherein the field is used for identifying the type of data; then adding a UTC timestamp field, wherein the field is used for identifying the acquisition time of the frame data;
(2) designing a digital twin data accurate fusion rear-end module, and realizing twin data fusion by taking a UTC time stamp in a physical entity data frame as a reference, wherein the method is specifically realized as follows:
firstly, four BRAMs are established to respectively finish caching of different types of new data frames in the step (1), namely a BRAM _1 storage virtual model data frame, a BRAM _2 storage physical entity data frame, a BRAM _3 storage physical attribute data frame and a BRAM _4 storage behavior rule data frame; establishing four FIFOs, namely FIFO _1, FIFO _2, FIFO _3 and FIFO _ 4;
reading a first physical entity data frame in BRAM _2 to obtain a UTC time stamp in the data frame;
reading all virtual model data frames in BRAM _1 in sequence, respectively calculating the difference between the UTC time stamp of the virtual model data frames and the UTC time stamp in BRAM _1, and when the difference is less than or equal to a user set value, showing that the virtual model data frames are consistent with the physical entity data frames in BRAM _1 in the time dimension, and storing the virtual model data frames and the physical entity data frames in FIFO _ 1;
reading all physical attribute data frames in BRAM _3 in sequence, respectively calculating the difference between the UTC time stamp of the physical attribute data frames and the UTC time stamp in BRAM _3, and when the difference is less than or equal to a user set value, indicating that the physical attribute data frames are consistent with the physical entity data frames in BRAM _3 in the time dimension, and storing the physical attribute data frames and the physical entity data frames in FIFO _ 3;
sequentially reading all behavior rule data frames in BRAM _4, respectively calculating the difference between the UTC time stamp of the behavior rule data frames and the UTC time stamp in BRAM _4, and when the difference is less than or equal to a user set value, indicating that the behavior rule data frames are consistent with the physical entity data frames in BRAM _4 in the time dimension, and storing the behavior rule data frames and the physical entity data frames in FIFO _ 4;
storing the first physical entity data frame in BRAM _2 into FIFO _ 2;
seventhly, reading a first physical entity data frame in the FIFO _2, a first virtual model data frame in the FIFO _1, a first physical attribute data frame in the FIFO _3 and a first behavior rule data frame in the FIFO _4 respectively, and recombining the first physical entity data frame, the first virtual model data frame and the first behavior rule data frame into a frame of data to complete the fusion of the digital twin data, wherein the frame format comprises the following steps: frame header, data type, physical entity data frame, data type, virtual model data frame, data type, physical attribute data frame, data type, behavior rule data frame and frame tail; if a certain FIFO is empty, the corresponding field in the fused frame format is filled with zero, and the length is 1 byte, if FIFO _1 in the third FIFO is empty, the fused frame format is expressed as: frame header, data type, physical entity data frame, data type, zero, data type, physical attribute data frame, data type, behavior rule data frame and frame tail;
emptying FIFO _1, FIFO _2, FIFO _3 and FIFO _4 respectively;
and ninthly, returning to read the second physical data frame in BRAM _2, and then executing to the step (b) until all the physical data frames in BRAM _2 are completely read.
The invention discloses a precise digital twin data fusion method which is suitable for Virtex-5 series FPGA chips of Xilinx company.
The invention also provides a system for accurately fusing the digital twin data, which comprises the following steps: the digital twinborn data precise fusion front-end module and the digital twinborn data precise fusion rear-end module; wherein the content of the first and second substances,
the digital twin data precise fusion front-end module realizes the following functions:
firstly, establishing BRAM to finish caching virtual model data, physical entity data, physical attribute data describing physical attributes of physical entities and behavior rule data describing operation rules of the physical entities in a digital twin system;
adding fields to each different type of data in BRAM, including virtual model data, physical entity data, physical attribute data and behavior rule data, to form a new data frame: firstly, adding a data type field, wherein the field is used for identifying the type of data; then adding a UTC timestamp field, wherein the field is used for identifying the acquisition time of the frame data;
the digital twin data precise fusion rear-end module realizes twin data fusion by taking a UTC time stamp in a physical entity data frame as a reference, and is specifically realized as follows:
firstly, four BRAMs are established to respectively finish caching of different types of new data frames in the step (1), namely a BRAM _1 storage virtual model data frame, a BRAM _2 storage physical entity data frame, a BRAM _3 storage physical attribute data frame and a BRAM _4 storage behavior rule data frame; establishing four FIFOs, namely FIFO _1, FIFO _2, FIFO _3 and FIFO _ 4;
reading a first physical entity data frame in BRAM _2 to obtain a UTC time stamp in the data frame;
reading all virtual model data frames in BRAM _1 in sequence, respectively calculating the difference between the UTC time stamp of the virtual model data frames and the UTC time stamp in BRAM _1, and when the difference is less than or equal to a user set value, showing that the virtual model data frames are consistent with the physical entity data frames in BRAM _1 in the time dimension, and storing the virtual model data frames and the physical entity data frames in FIFO _ 1;
reading all physical attribute data frames in BRAM _3 in sequence, respectively calculating the difference between the UTC time stamp of the physical attribute data frames and the UTC time stamp in BRAM _3, and when the difference is less than or equal to a user set value, indicating that the physical attribute data frames are consistent with the physical entity data frames in BRAM _3 in the time dimension, and storing the physical attribute data frames and the physical entity data frames in FIFO _ 3;
sequentially reading all behavior rule data frames in BRAM _4, respectively calculating the difference between the UTC time stamp of the behavior rule data frames and the UTC time stamp in BRAM _4, and when the difference is less than or equal to a user set value, indicating that the behavior rule data frames are consistent with the physical entity data frames in BRAM _4 in the time dimension, and storing the behavior rule data frames and the physical entity data frames in FIFO _ 4;
storing the first physical entity data frame in BRAM _2 into FIFO _ 2;
seventhly, reading a first physical entity data frame in the FIFO _2, a first virtual model data frame in the FIFO _1, a first physical attribute data frame in the FIFO _3 and a first behavior rule data frame in the FIFO _4 respectively, and recombining the first physical entity data frame, the first virtual model data frame and the first behavior rule data frame into a frame of data to complete the fusion of the digital twin data, wherein the frame format comprises the following steps: frame header, data type, physical entity data frame, data type, virtual model data frame, data type, physical attribute data frame, data type, behavior rule data frame and frame tail; if a certain FIFO is empty, filling the corresponding field in the fused frame format with zero, wherein the length of the field is 1 byte;
emptying FIFO _1, FIFO _2, FIFO _3 and FIFO _4 respectively;
and ninthly, returning to read the second physical data frame in BRAM _2, and then executing to the step (b) until all the physical data frames in BRAM _2 are completely read.
Has the advantages that:
compared with the prior art, the invention has the advantages that:
(1) the UTC timestamp-based data fusion can ensure high consistency of various types of data in time and improve the accuracy of data fusion;
(2) the time stamp in the physical entity data in the digital twin system is taken as a reference, so that the data validity after the data fusion can be ensured, and the physical equipment is the basis of the digital twin system;
(3) the processing mode based on the multiple BRAMs and the multiple FIFO buffers can improve the efficiency of fusing each frame data in each type of data and reduce the omission of the data as much as possible.
Drawings
FIG. 1 is a block diagram of a digital twin data precise fusion system according to the present invention;
FIG. 2 is a flow chart of a digital twin data precise fusion method of the present invention.
Detailed Description
The present invention is described in further detail below with reference to the attached drawings.
The invention relates to a precise fusion method of digital twin data, which is suitable for programmable logic chips such as FPGA and the like; such as Xilinx Virtex-5 series FPGA chips. Data of heterogeneous types exist in the digital twin system, and the data comprises physical entity data generated by physical plant equipment, virtual model data generated by a virtual model corresponding to the physical plant equipment and related to simulation prediction, physical data describing physical attributes of the physical plant equipment, behavior rule data used for describing process flows and behavior rules of the physical plant equipment, and the like. The method disclosed by the invention comprises the design of a digital twin data precise fusion front-end module and the design of a digital twin data precise fusion rear-end module, and can improve the precision of the fusion between heterogeneous data in a digital twin system to a certain extent.
The structural block diagram of the invention is shown in fig. 1, and the specific implementation mode is as follows:
(1) fig. 1 shows a digital twin data precision fusion front-end module, which is implemented as follows:
establishing a BRAM (Block Random Access Memory) to finish caching virtual model data, physical entity data, physical attribute data describing physical attributes of physical entities and behavior rule data describing operation rules of the physical entities in a digital twin system;
adding fields to each different type of data in BRAM, including virtual model data, physical entity data, physical attribute data and behavior rule data, to form a new data frame:
firstly, adding a data type field, wherein the field is used for identifying the type of data;
then adding a UTC (coordinated universal time) timestamp field for identifying the acquisition time of the frame data, and the UTC timestamp-based data fusion can ensure high consistency of various types of data in time and improve the accuracy of the data fusion;
(2) 2 in fig. 1 represents a digital twin data accurate fusion backend module, which is implemented as follows, and is shown in fig. 2:
firstly, four BRAMs are established to respectively finish caching of different types of new data frames in the step (1), namely a BRAM _1 storage virtual model data frame, a BRAM _2 storage physical entity data frame, a BRAM _3 storage physical attribute data frame and a BRAM _4 storage behavior rule data frame; establishing four FIFOs, namely FIFO _1, FIFO _2, FIFO _3 and FIFO _ 4; the processing mode based on the multi-BRAM and the multi-FIFO cache can improve the efficiency of fusing each frame data in each type of data and reduce the omission of the data as much as possible;
reading a first physical entity data frame in BRAM _2 to obtain a UTC time stamp in the data frame, and taking the time stamp in the physical entity data as a reference, so that the validity of data fusion can be ensured, and physical equipment is the basis of a digital twin system;
reading all virtual model data frames in BRAM _1 in sequence, respectively calculating the difference between the UTC time stamp of the virtual model data frames and the UTC time stamp in BRAM _1, and when the difference is less than or equal to a user set value, showing that the virtual model data frames are consistent with the physical entity data frames in BRAM _1 in the time dimension, and storing the virtual model data frames and the physical entity data frames in FIFO _ 1;
reading all physical attribute data frames in BRAM _3 in sequence, respectively calculating the difference between the UTC time stamp of the physical attribute data frames and the UTC time stamp in BRAM _3, and when the difference is less than or equal to a user set value, indicating that the physical attribute data frames are consistent with the physical entity data frames in BRAM _3 in the time dimension, and storing the physical attribute data frames and the physical entity data frames in FIFO _ 3;
sequentially reading all behavior rule data frames in BRAM _4, respectively calculating the difference between the UTC time stamp of the behavior rule data frames and the UTC time stamp in BRAM _4, and when the difference is less than or equal to a user set value, indicating that the behavior rule data frames are consistent with the physical entity data frames in BRAM _4 in the time dimension, and storing the behavior rule data frames and the physical entity data frames in FIFO _ 4;
storing the first physical entity data frame in BRAM _2 into FIFO _ 2;
seventhly, reading a first physical entity data frame in the FIFO _2, a first virtual model data frame in the FIFO _1, a first physical attribute data frame in the FIFO _3 and a first behavior rule data frame in the FIFO _4 respectively, and recombining the first physical entity data frame, the first virtual model data frame and the first behavior rule data frame into a frame of data to complete the fusion of the digital twin data, wherein the frame format comprises the following steps: the data type field is used for representing the type of the data frame and comprises a physical entity data frame, a virtual model data frame, a physical attribute data frame and a behavior rule data frame, in order to distinguish the four data frames, the length of the data type field needs to be more than or equal to 2 bits, and taking the length of the data type field as 2 bits as an example, the data type field can be represented by '00', the '01' can represent the virtual model data frame, the '10' can represent the physical attribute data frame and the '11' can represent the behavior rule data frame; if a certain FIFO is empty, the corresponding field in the fused frame format is filled with zero, and the length is 1 byte, if FIFO _1 in the third FIFO is empty, the fused frame format is expressed as: frame header, data type, physical entity data frame, data type, zero, data type, physical attribute data frame, data type, behavior rule data frame and frame tail;
emptying FIFO _1, FIFO _2, FIFO _3 and FIFO _4 respectively;
and ninthly, returning to read the second physical data frame in BRAM _2, and then executing to the step (b) until all the physical data frames in BRAM _2 are completely read.
In summary, the invention discloses a method and a system for accurately fusing digital twin data, which comprises a front-end module design for accurately fusing digital twin data and a rear-end module design for accurately fusing digital twin data, and can improve the accuracy of fusion between heterogeneous data in a digital twin system to a certain extent.
Those skilled in the art will appreciate that the invention may be practiced without these specific details.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (4)

1. A method for accurately fusing digital twin data is characterized by comprising the following steps:
designing a digital twin data accurate fusion front-end module in the step (1), and specifically realizing the following steps:
firstly, establishing BRAM to finish caching virtual model data, physical entity data, physical attribute data describing physical attributes of physical entities and behavior rule data describing operation rules of the physical entities in a digital twin system;
adding fields to each different type of data in BRAM, including virtual model data, physical entity data, physical attribute data and behavior rule data, to form a new data frame: firstly, adding a data type field, wherein the field is used for identifying the type of data; then adding a UTC timestamp field, wherein the field is used for identifying the acquisition time of the frame data;
designing a digital twin data accurate fusion rear-end module, and realizing twin data fusion by taking a UTC time stamp in a physical entity data frame as a reference, wherein the method is specifically realized as follows:
firstly, four BRAMs are established to respectively finish caching of different types of new data frames in the step (1), namely a BRAM _1 storage virtual model data frame, a BRAM _2 storage physical entity data frame, a BRAM _3 storage physical attribute data frame and a BRAM _4 storage behavior rule data frame; establishing four FIFOs, namely FIFO _1, FIFO _2, FIFO _3 and FIFO _ 4;
reading a first physical entity data frame in BRAM _2 to obtain a UTC time stamp in the data frame;
reading all virtual model data frames in BRAM _1 in sequence, respectively calculating the difference between the UTC time stamp of the virtual model data frames and the UTC time stamp in BRAM _1, and when the difference is less than or equal to a user set value, showing that the virtual model data frames are consistent with the physical entity data frames in BRAM _1 in the time dimension, and storing the virtual model data frames and the physical entity data frames in FIFO _ 1;
reading all physical attribute data frames in BRAM _3 in sequence, respectively calculating the difference between the UTC time stamp of the physical attribute data frames and the UTC time stamp in BRAM _3, and when the difference is less than or equal to a user set value, indicating that the physical attribute data frames are consistent with the physical entity data frames in BRAM _3 in the time dimension, and storing the physical attribute data frames and the physical entity data frames in FIFO _ 3;
sequentially reading all behavior rule data frames in BRAM _4, respectively calculating the difference between the UTC time stamp of the behavior rule data frames and the UTC time stamp in BRAM _4, and when the difference is less than or equal to a user set value, indicating that the behavior rule data frames are consistent with the physical entity data frames in BRAM _4 in the time dimension, and storing the behavior rule data frames and the physical entity data frames in FIFO _ 4;
storing the first physical entity data frame in BRAM _2 into FIFO _ 2;
seventhly, reading a first physical entity data frame in the FIFO _2, a first virtual model data frame in the FIFO _1, a first physical attribute data frame in the FIFO _3 and a first behavior rule data frame in the FIFO _4 respectively, and recombining the first physical entity data frame, the first virtual model data frame and the first behavior rule data frame into a frame of data to complete the fusion of the digital twin data, wherein the frame format comprises the following steps: frame header, data type, physical entity data frame, data type, virtual model data frame, data type, physical attribute data frame, data type, behavior rule data frame and frame tail; if a certain FIFO is empty, filling the corresponding field in the fused frame format with zero, wherein the length of the field is 1 byte;
emptying FIFO _1, FIFO _2, FIFO _3 and FIFO _4 respectively;
and ninthly, returning to read the second physical data frame in BRAM _2, and then executing to the step (b) until all the physical data frames in BRAM _2 are completely read.
2. The method for precisely fusing the digital twin data as claimed in claim 1, wherein the method is applied to Xilinx Virtex-5 series FPGA chips.
3. A digital twin data precision fusion system, comprising: the digital twinborn data precise fusion front-end module and the digital twinborn data precise fusion rear-end module; wherein the content of the first and second substances,
the digital twin data precise fusion front-end module realizes the following functions:
firstly, establishing BRAM to finish caching virtual model data, physical entity data, physical attribute data describing physical attributes of physical entities and behavior rule data describing operation rules of the physical entities in a digital twin system;
adding fields to each different type of data in BRAM, including virtual model data, physical entity data, physical attribute data and behavior rule data, to form a new data frame: firstly, adding a data type field, wherein the field is used for identifying the type of data; then adding a UTC timestamp field, wherein the field is used for identifying the acquisition time of the frame data;
the digital twin data precise fusion rear-end module realizes twin data fusion by taking a UTC time stamp in a physical entity data frame as a reference, and is specifically realized as follows:
firstly, four BRAMs are established to respectively finish caching of different types of new data frames in the step (1), namely a BRAM _1 storage virtual model data frame, a BRAM _2 storage physical entity data frame, a BRAM _3 storage physical attribute data frame and a BRAM _4 storage behavior rule data frame; establishing four FIFOs, namely FIFO _1, FIFO _2, FIFO _3 and FIFO _ 4;
reading a first physical entity data frame in BRAM _2 to obtain a UTC time stamp in the data frame;
reading all virtual model data frames in BRAM _1 in sequence, respectively calculating the difference between the UTC time stamp of the virtual model data frames and the UTC time stamp in BRAM _1, and when the difference is less than or equal to a user set value, showing that the virtual model data frames are consistent with the physical entity data frames in BRAM _1 in the time dimension, and storing the virtual model data frames and the physical entity data frames in FIFO _ 1;
reading all physical attribute data frames in BRAM _3 in sequence, respectively calculating the difference between the UTC time stamp of the physical attribute data frames and the UTC time stamp in BRAM _3, and when the difference is less than or equal to a user set value, indicating that the physical attribute data frames are consistent with the physical entity data frames in BRAM _3 in the time dimension, and storing the physical attribute data frames and the physical entity data frames in FIFO _ 3;
sequentially reading all behavior rule data frames in BRAM _4, respectively calculating the difference between the UTC time stamp of the behavior rule data frames and the UTC time stamp in BRAM _4, and when the difference is less than or equal to a user set value, indicating that the behavior rule data frames are consistent with the physical entity data frames in BRAM _4 in the time dimension, and storing the behavior rule data frames and the physical entity data frames in FIFO _ 4;
storing the first physical entity data frame in BRAM _2 into FIFO _ 2;
seventhly, reading a first physical entity data frame in the FIFO _2, a first virtual model data frame in the FIFO _1, a first physical attribute data frame in the FIFO _3 and a first behavior rule data frame in the FIFO _4 respectively, and recombining the first physical entity data frame, the first virtual model data frame and the first behavior rule data frame into a frame of data to complete the fusion of the digital twin data, wherein the frame format comprises the following steps: frame header, data type, physical entity data frame, data type, virtual model data frame, data type, physical attribute data frame, data type, behavior rule data frame and frame tail; if a certain FIFO is empty, filling the corresponding field in the fused frame format with zero, wherein the length of the field is 1 byte;
emptying FIFO _1, FIFO _2, FIFO _3 and FIFO _4 respectively;
and ninthly, returning to read the second physical data frame in BRAM _2, and then executing to the step (b) until all the physical data frames in BRAM _2 are completely read.
4. The system for precisely fusing digital twin data as claimed in claim 1, wherein the system is adapted to Xilinx Virtex-5 series FPGA chips.
CN201910956523.6A 2019-10-10 2019-10-10 Accurate fusion method and system for digital twin data Active CN110658795B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910956523.6A CN110658795B (en) 2019-10-10 2019-10-10 Accurate fusion method and system for digital twin data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910956523.6A CN110658795B (en) 2019-10-10 2019-10-10 Accurate fusion method and system for digital twin data

Publications (2)

Publication Number Publication Date
CN110658795A true CN110658795A (en) 2020-01-07
CN110658795B CN110658795B (en) 2020-07-31

Family

ID=69040417

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910956523.6A Active CN110658795B (en) 2019-10-10 2019-10-10 Accurate fusion method and system for digital twin data

Country Status (1)

Country Link
CN (1) CN110658795B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112392485A (en) * 2020-11-12 2021-02-23 临沂矿业集团菏泽煤电有限公司 Transparent digital twin self-adaptive mining system and method for fully mechanized coal mining face
CN113111201A (en) * 2021-04-19 2021-07-13 北京航空航天大学 Digital twin model lightweight method and system
CN115270213A (en) * 2022-06-30 2022-11-01 北京亚控科技发展有限公司 Twin method, subscription method and system for current state of entity

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1656471A (en) * 2002-05-21 2005-08-17 华盛顿大学 Methods, systems, and devices using reprogrammable hardware for high-speed processing of streaming data to find a redefinable pattern and respond thereto
CN101149843A (en) * 2007-10-10 2008-03-26 深圳先进技术研究院 Succession type automatic generation and real time updating method for digital city
US20160247129A1 (en) * 2015-02-25 2016-08-25 Siemens Corporation Digital twins for energy efficient asset maintenance
WO2016179248A1 (en) * 2015-05-05 2016-11-10 Ptc Inc. Augmented reality system
CN108416780A (en) * 2018-03-27 2018-08-17 福州大学 A kind of object detection and matching process based on twin-area-of-interest pond model
CN108848133A (en) * 2018-05-28 2018-11-20 北京航空航天大学 A kind of Hub controller design method of Facing to Manufacturing Internet of Things
CN109033279A (en) * 2018-06-28 2018-12-18 西安华云智联信息科技有限公司 A kind of data processing method and module, computing platform and industrial Internet of Things
CN109326003A (en) * 2018-11-28 2019-02-12 哈工大机器人(合肥)国际创新研究院 A kind of factory's three-dimension monitoring system based on virtual emulation
CN109558393A (en) * 2018-11-28 2019-04-02 中国海洋石油集团有限公司 A kind of data model construction method, device, equipment and storage medium
CN109571476A (en) * 2018-12-14 2019-04-05 南京理工大学 The twin real time job control of industrial robot number, monitoring and precision compensation method
CN109819233A (en) * 2019-01-21 2019-05-28 哈工大机器人(合肥)国际创新研究院 A kind of digital twinned system based on virtual image technology
CN109933035A (en) * 2019-04-24 2019-06-25 中国科学院重庆绿色智能技术研究院 A kind of production line control system, method and the production system twin based on number

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1656471A (en) * 2002-05-21 2005-08-17 华盛顿大学 Methods, systems, and devices using reprogrammable hardware for high-speed processing of streaming data to find a redefinable pattern and respond thereto
CN101149843A (en) * 2007-10-10 2008-03-26 深圳先进技术研究院 Succession type automatic generation and real time updating method for digital city
US20160247129A1 (en) * 2015-02-25 2016-08-25 Siemens Corporation Digital twins for energy efficient asset maintenance
WO2016179248A1 (en) * 2015-05-05 2016-11-10 Ptc Inc. Augmented reality system
CN108416780A (en) * 2018-03-27 2018-08-17 福州大学 A kind of object detection and matching process based on twin-area-of-interest pond model
CN108848133A (en) * 2018-05-28 2018-11-20 北京航空航天大学 A kind of Hub controller design method of Facing to Manufacturing Internet of Things
CN109033279A (en) * 2018-06-28 2018-12-18 西安华云智联信息科技有限公司 A kind of data processing method and module, computing platform and industrial Internet of Things
CN109326003A (en) * 2018-11-28 2019-02-12 哈工大机器人(合肥)国际创新研究院 A kind of factory's three-dimension monitoring system based on virtual emulation
CN109558393A (en) * 2018-11-28 2019-04-02 中国海洋石油集团有限公司 A kind of data model construction method, device, equipment and storage medium
CN109571476A (en) * 2018-12-14 2019-04-05 南京理工大学 The twin real time job control of industrial robot number, monitoring and precision compensation method
CN109819233A (en) * 2019-01-21 2019-05-28 哈工大机器人(合肥)国际创新研究院 A kind of digital twinned system based on virtual image technology
CN109933035A (en) * 2019-04-24 2019-06-25 中国科学院重庆绿色智能技术研究院 A kind of production line control system, method and the production system twin based on number

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
陶飞,等: ""数字孪生车间———一种未来车间运行新模式"", 《计算机集成制造系统》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112392485A (en) * 2020-11-12 2021-02-23 临沂矿业集团菏泽煤电有限公司 Transparent digital twin self-adaptive mining system and method for fully mechanized coal mining face
CN113111201A (en) * 2021-04-19 2021-07-13 北京航空航天大学 Digital twin model lightweight method and system
CN113111201B (en) * 2021-04-19 2022-02-11 北京航空航天大学 Digital twin model lightweight method and system
CN115270213A (en) * 2022-06-30 2022-11-01 北京亚控科技发展有限公司 Twin method, subscription method and system for current state of entity
CN115270213B (en) * 2022-06-30 2024-03-01 北京亚控科技发展有限公司 Twinning method, subscribing method and system for current state of entity

Also Published As

Publication number Publication date
CN110658795B (en) 2020-07-31

Similar Documents

Publication Publication Date Title
CN110658795B (en) Accurate fusion method and system for digital twin data
Dey et al. An efficient computation of handle and tunnel loops via Reeb graphs
CN103559217B (en) A kind of massive multicast data towards isomeric data storehouse warehouse-in implementation method
CN103488684B (en) Electric reliability index quick calculation method based on data cached multiple threads
US11522673B2 (en) Method and device for blockchain full sharding based on a P2P storage network and a multi-layer architecture
CN106326361B (en) Data query method and device based on HBase database
CN105373541B (en) The processing method and system of the data operation request of database
CN103678702A (en) Video duplicate removal method and device
JP2009110513A (en) Automatic generation of ontologies using word affinities
CN107992492B (en) Data block storage method, data block reading method, data block storage device, data block reading device and block chain
CN109684290B (en) Log storage method, device, equipment and computer readable storage medium
CN111061758B (en) Data storage method, device and storage medium
CN109062565B (en) Artificial intelligence writing method for telemetry source code of digital satellite AOS protocol
CN107066243A (en) A kind of parsing of general airborne-bus interface control document and packaging method
CN105144157A (en) System and method for compressing data in database
CN105574021A (en) Data compression method and device of database
CN108241676A (en) Realize the method and apparatus that data synchronize
CN110083617B (en) DDL statement processing method and device, electronic device and medium
US20030122694A1 (en) Variable length encoding and decoding of ascending numerical sequences
CN112711614B (en) Service data management method and device
CN112905571B (en) Train rail transit sensor data management method and device
CN114398217A (en) Massive simulation waveform data slicing method for FPGA parallel simulation
JP5549177B2 (en) Compression program, method and apparatus, and decompression program, method and apparatus
CN106385260B (en) A kind of FPGA realization system of the LZ lossless compression algorithm based on low delay
CN117669046A (en) Data integration method and system for intelligent decision of automobile assembly process

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