CN110704213B - Virtual and real efficient real-time interaction method and system for digital twin data - Google Patents

Virtual and real efficient real-time interaction method and system for digital twin data Download PDF

Info

Publication number
CN110704213B
CN110704213B CN201910956494.3A CN201910956494A CN110704213B CN 110704213 B CN110704213 B CN 110704213B CN 201910956494 A CN201910956494 A CN 201910956494A CN 110704213 B CN110704213 B CN 110704213B
Authority
CN
China
Prior art keywords
data
frame
data frame
level buffer
physical entity
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
CN201910956494.3A
Other languages
Chinese (zh)
Other versions
CN110704213A (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
Original Assignee
Beihang University
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 Beihang University filed Critical Beihang University
Priority to CN201910956494.3A priority Critical patent/CN110704213B/en
Publication of CN110704213A publication Critical patent/CN110704213A/en
Application granted granted Critical
Publication of CN110704213B publication Critical patent/CN110704213B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication

Abstract

The invention discloses a method and a system for efficient real-time interaction of virtual and real data of digital twin data, which are suitable for Virtex-5 series FPGA chips of Xilinx company and comprise the following steps: designing a digital twin data virtual-real interaction coding and decoding module which completes conversion between heterogeneous protocols and coding and decoding of data frames to realize data interaction between a virtual model and a physical entity in a digital twin system based on a uniform frame format; designing a digital twin data virtual-real interaction scheduling module, firstly establishing two levels of caches to respectively finish the caching of a virtual model data frame and a physical entity data frame, secondly finishing the verification of the data frame, and finally finishing the scheduling transmission of the data frame based on a certain strategy, thereby realizing the high-efficiency real-time interaction of data between a virtual model and a physical entity in a digital twin system. The invention can solve the requirements of data interaction between the virtual model and the physical entity in the digital twin system on accuracy and real-time performance to a certain extent, and improves the efficiency of virtual-real interaction of the digital twin data.

Description

Virtual and real efficient real-time interaction 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 efficient real-time interaction of virtual and real digital twin data.
Background
The digital twin system is mainly represented by interaction between a virtual model and a physical entity, namely the interaction of virtual and real data, and not only can more vividly depict the running state of the manufacturing bottom layer equipment, but also can control and predict the running of the physical equipment through three-dimensional simulation analysis, so that the efficiency of the virtual and real data interaction in the digital twin system directly influences the activities. At present, various devices exist in a manufacturing bottom layer, massive heterogeneous data can be generated, and the interaction efficiency between a physical device and a virtual model becomes a research focus.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: the invention provides a method and a system for efficient real-time interaction of virtual and real data of digital twin data, and discloses the method and the system for efficient real-time interaction of the virtual and real data of the digital twin data, which are used for realizing uniform frame format transmission between a virtual model and a physical entity based on a designed data frame format while completing heterogeneous protocol conversion; in order to ensure real-time transmission of data frames which are sent to a physical entity by a virtual model and relate to control instructions and the like, two-level cache is designed and the virtual model is preferentially scheduled to the data frames of the physical entity, and meanwhile, the real-time response of each virtual model and the physical entity is ensured based on a designed byte polling scheduling method. The invention can solve the requirements of data interaction between the virtual model and the physical entity in the digital twin system on accuracy and real-time performance to a certain extent, and improves the efficiency of virtual-real interaction of the digital twin data.
The method and the system cover the design of a digital twin data virtual-real interaction coding and decoding module and the design of a digital twin data virtual-real interaction scheduling module, and can realize the high-efficiency real-time interaction of data between a virtual model and a physical entity in the digital twin system.
The technical problem to be solved by the invention is realized by adopting the following technical scheme:
a virtual-real efficient real-time interaction method for digital twin data comprises the following steps:
designing a digital twin data virtual-real interaction coding and decoding module, wherein the module completes conversion between heterogeneous protocols and coding and decoding of data frames, and realizes data interaction between a virtual model and a physical entity in a digital twin system based on a uniform frame format, and the specific implementation is as follows:
① definition of data frame format includes frame head, source address, destination address, frame type, data area length, check code and frame tail, wherein the frame head and frame tail represent the start and end of data frame respectively, the source address and destination address represent the source and destination of data frame respectively, the frame type represents the direction of data frame, bit width is 1bit, when the data frame is sent from virtual model to physical entity, the frame type is binary '1', when the data frame is sent from physical entity to virtual model, the frame type is binary '0', the data area is used to load effective data to be transmitted, its length is filled in the length field of data area;
②, for the virtual model and physical entity of the heterogeneous protocol, completing protocol conversion according to the frame format defined in ①, where the protocol conversion is bidirectional, and can be converted from the protocol of the virtual model and physical entity itself to the frame format defined in ①, or from the frame format defined in ① to the protocol of the virtual model and physical entity itself, so as to facilitate data interaction between the virtual model and physical entity based on the unified frame format;
③ for either virtual model or physical entity, it is necessary to complete the coding of data frame before data transmission, i.e. fill each field of data frame;
designing a digital twin data virtual-real interaction scheduling module, wherein the module firstly establishes two levels of caches to respectively finish the caching of a virtual model data frame and a physical entity data frame, secondly finishes the verification of the data frame, and finally finishes the scheduling transmission of the data frame based on a certain strategy to realize the efficient real-time interaction of data between a virtual model and a physical entity in a digital twin system, and the specific implementation is as follows:
① checking each received data frame, namely judging whether the lowest byte added by the source address, the target address, the frame type, the data area and the length field of the data area is consistent with the check code field, if not, discarding the data frame;
②, establishing two levels of BRAM caches, namely, the first level cache is used for caching the data frame sent by the virtual entity by the virtual model, and the second level cache is used for caching the data frame sent by the physical entity by the virtual model;
③ when the first-level buffer is not empty, it schedules the data frame in the first-level buffer preferentially, in order to ensure the real-time response of each physical entity, the scheduling transmission of the data frame in the first-level buffer adopts the byte polling method, i.e. it transmits the 1 st byte in the 1 st data frame in the first-level buffer first, then transmits the 1 st byte in the 2 nd data frame in the first-level buffer, then transmits the 1 st byte in the 3 rd data frame in the first-level buffer, and so on, until the 1 st bytes of all data frames in the first-level buffer are transmitted completely, then transmits other bytes of all data frames in the first-level buffer according to the same strategy until the first-level buffer is empty;
④ when the first-level buffer is empty, the data frame in the second-level buffer is scheduled, in order to ensure the real-time response of each virtual model, the data frame in the second-level buffer adopts the byte polling scheduling method, i.e. the 1 st byte in the 1 st data frame in the second-level buffer is transmitted firstly, then the 1 st byte in the 2 nd data frame in the second-level buffer is transmitted, then the 1 st byte in the 3 rd data frame in the second-level buffer is transmitted, and so on, until the 1 st bytes of all data frames in the second-level buffer are transmitted completely, then other bytes of all data frames in the second-level buffer are transmitted according to the same strategy until the second-level buffer is empty.
The invention designs a virtual-real efficient real-time interaction method for digital twin data, and the method and the system are suitable for Virtex-5 series FPGA chips of Xilinx company.
The invention also provides a virtual-real efficient real-time interactive system of the digital twin data, which comprises computer equipment and a physical entity; the system also comprises a digital twin data virtual-real interaction coding and decoding module which completes the conversion between heterogeneous protocols and the coding and decoding of data frames to realize the data interaction between a virtual model and a physical entity in the digital twin system based on a uniform frame format; the virtual-real interaction scheduling module of the digital twin data firstly establishes two levels of cache to respectively complete the cache of a virtual model data frame and a physical entity data frame, secondly completes the verification of the data frame, and finally completes the scheduling transmission of the data frame based on a preset strategy to realize the high-efficiency real-time interaction of data between a virtual model and a physical entity in the digital twin system; a virtual model is arranged in the computer equipment; the method is characterized in that:
the virtual-real interaction coding and decoding module of the digital twin data completes the conversion between heterogeneous protocols and the coding and decoding of data frames, realizes the data interaction between a virtual model and a physical entity in the digital twin system based on a uniform frame format, and is specifically realized as follows:
① definition of data frame format includes frame head, source address, destination address, frame type, data area length, check code and frame tail, wherein the frame head and frame tail represent the start and end of data frame respectively, the source address and destination address represent the source and destination of data frame respectively, the frame type represents the direction of data frame, bit width is 1bit, when the data frame is sent from virtual model to physical entity, the frame type is binary '1', when the data frame is sent from physical entity to virtual model, the frame type is binary '0', the data area is used to load effective data to be transmitted, its length is filled in the length field of data area;
②, for the virtual model and physical entity of the heterogeneous protocol, the protocol conversion is completed according to the frame format defined in ①, the protocol conversion is bidirectional, and the protocol conversion can be converted from the virtual model and physical entity own protocol to the frame format defined in ①, and can also be converted from the frame format defined in ① to the virtual model and physical entity own protocol, so that the data interaction between the virtual model and the physical entity based on the unified frame format is facilitated;
③ for either virtual model or physical entity, it is necessary to complete the coding of data frame before data transmission, i.e. fill each field of data frame;
the digital twin data virtual-real interaction scheduling module firstly establishes two levels of caches to respectively complete the caching of a virtual model data frame and a physical entity data frame, secondly completes the verification of the data frame, and finally completes the scheduling transmission of the data frame based on a preset strategy to realize the efficient real-time interaction of data between a virtual model and a physical entity in a digital twin system, and the specific implementation is as follows:
① checking each received data frame, namely judging whether the lowest byte added by the source address, the target address, the frame type, the data area and the length field of the data area is consistent with the check code field, if not, discarding the data frame;
②, establishing two levels of BRAM caches, namely, the first level cache is used for caching the data frame sent by the virtual entity by the virtual model, and the second level cache is used for caching the data frame sent by the physical entity by the virtual model;
③ when the first-level buffer is not empty, it schedules the data frame in the first-level buffer preferentially, in order to ensure the real-time response of each physical entity, the scheduling transmission of the data frame in the first-level buffer adopts the byte polling method, i.e. it transmits the 1 st byte in the 1 st data frame in the first-level buffer first, then transmits the 1 st byte in the 2 nd data frame in the first-level buffer, then transmits the 1 st byte in the 3 rd data frame in the first-level buffer, and so on, until the 1 st bytes of all data frames in the first-level buffer are transmitted completely, then transmits other bytes of all data frames in the first-level buffer according to the same strategy until the first-level buffer is empty;
④ when the first-level buffer is empty, the data frame in the second-level buffer is scheduled, in order to ensure the real-time response of each virtual model, the data frame in the second-level buffer adopts the byte polling scheduling method, i.e. the 1 st byte in the 1 st data frame in the second-level buffer is transmitted firstly, then the 1 st byte in the 2 nd data frame in the second-level buffer is transmitted, then the 1 st byte in the 3 rd data frame in the second-level buffer is transmitted, and so on, until the 1 st bytes of all data frames in the second-level buffer are transmitted completely, then other bytes of all data frames in the second-level buffer are transmitted according to the same strategy until the second-level buffer is empty.
Compared with the prior art, the invention has the advantages that:
(1) the designed data frame format can realize the uniform frame format transmission between the virtual model and the physical entity, and the frame format can sufficiently depict the main elements of data interaction between the virtual model and the physical entity;
(2) the two-level cache and byte polling scheduling method based on design can ensure the real-time response of each virtual model and each physical entity on the premise of ensuring the timely transmission of key data frames.
Drawings
FIG. 1 is a block diagram of the system architecture of the present invention;
fig. 2 is a diagram illustrating a data frame format definition according to 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 virtual-real efficient real-time interaction method and system for digital twin data, which are suitable for Virtex-5 series FPGA chips of Xilinx company. The digital twin system is mainly represented by interaction between a virtual model and a physical entity, namely the interaction of virtual and real data, and not only can more vividly depict the running state of the manufacturing bottom layer equipment, but also can control and predict the running of the physical equipment through three-dimensional simulation analysis, so that the efficiency of the virtual and real data interaction in the digital twin system directly influences the activities. At present, various devices exist in a manufacturing bottom layer, massive heterogeneous data can be generated, and the interaction efficiency between physical devices and virtual models becomes a research focus.
The structural block diagram of the invention is shown in fig. 1, and the specific implementation mode is as follows:
the system mainly comprises a digital twin data virtual-real interaction coding and decoding module which completes the conversion between heterogeneous protocols and the coding and decoding of data frames, and realizes the data interaction between a virtual model and a physical entity in the digital twin system based on a uniform frame format; the module firstly establishes two levels of cache to respectively finish the cache of a virtual model data frame and a physical entity data frame, secondly finishes the check of the data frame, and finally finishes the scheduling transmission of the data frame based on a certain strategy to realize the high-efficiency real-time interaction of data between a virtual model and a physical entity in a digital twin system.
(1) Fig. 1 shows a digital twin data virtual-real interactive encoding and decoding module, which is implemented as follows:
the data frame of the invention is a frame of data formed according to the defined data frame format after protocol conversion aiming at the virtual model and the physical entity of the heterogeneous protocol, and aims to realize the data interaction between the virtual model and the physical entity based on the uniform frame format.
① As shown in FIG. 2, the definition of the data frame format includes a frame header, a source address, a destination address, a frame type, a data area length, a check code and a frame tail, wherein the frame header and the frame tail respectively represent the start and the end of the data frame, the source address and the destination address respectively represent the source and the destination of the data frame, the frame type represents the direction of the data frame, the bit width is 1bit, when the data frame is sent from a virtual model to a physical entity, the frame type is binary '1', when the data frame is sent from the physical entity to the virtual model, the frame type is binary '0', the data area is used to load the effective data to be transmitted, the length of the effective data is filled in the data area length field, the source address, the destination address, the frame type, the data area and the data area length field are mathematically added, the lowest byte of the addition result is filled in the check code field;
②, for the virtual model and physical entity of the heterogeneous protocol, completing protocol conversion according to the frame format defined in ①, where the protocol conversion is bidirectional, and can be converted from the protocol of the virtual model and physical entity itself to the frame format defined in ①, or from the frame format defined in ① to the protocol of the virtual model and physical entity itself, so as to facilitate data interaction between the virtual model and physical entity based on the unified frame format;
③ for either virtual model or physical entity, it is necessary to complete the coding of data frame before data transmission, i.e. fill each field of data frame;
(2) fig. 1, 2, shows a digital twin data virtual-real interaction scheduling module, which is implemented as follows:
① checking each received data frame, namely judging whether the lowest byte added by the source address, the target address, the frame type, the data area and the length field of the data area is consistent with the check code field, if not, discarding the data frame;
②, establishing two levels of BRAM caches, namely, the first level cache is used for caching the data frame sent by the virtual entity by the virtual model, and the second level cache is used for caching the data frame sent by the physical entity by the virtual model;
③ when the first-level buffer is not empty, it schedules the data frame in the first-level buffer preferentially, in order to ensure the real-time response of each physical entity, the scheduling transmission of the data frame in the first-level buffer adopts the byte polling method, i.e. it transmits the 1 st byte in the 1 st data frame in the first-level buffer first, then transmits the 1 st byte in the 2 nd data frame in the first-level buffer, then transmits the 1 st byte in the 3 rd data frame in the first-level buffer, and so on, until the 1 st bytes of all data frames in the first-level buffer are transmitted completely, then transmits other bytes of all data frames in the first-level buffer according to the same strategy until the first-level buffer is empty;
④ when the first-level buffer is empty, the data frame in the second-level buffer is scheduled, in order to ensure the real-time response of each virtual model, the data frame in the second-level buffer adopts the byte polling scheduling method, i.e. the 1 st byte in the 1 st data frame in the second-level buffer is transmitted firstly, then the 1 st byte in the 2 nd data frame in the second-level buffer is transmitted, then the 1 st byte in the 3 rd data frame in the second-level buffer is transmitted, and so on, until the 1 st bytes of all data frames in the second-level buffer are transmitted completely, then other bytes of all data frames in the second-level buffer are transmitted according to the same strategy until the second-level buffer is empty.
In summary, the invention discloses a method and a system for efficient real-time interaction of digital twin data virtual and real, which comprises a design of a digital twin data virtual and real interaction coding and decoding module and a design of a digital twin data virtual and real interaction scheduling module, and can realize efficient real-time interaction of data between a virtual model and a physical entity in a digital twin system.
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 virtual-real efficient real-time interaction method for digital twin data is characterized by comprising the following steps:
designing a digital twin data virtual-real interaction coding and decoding module, wherein the module completes conversion between heterogeneous protocols and coding and decoding of data frames, and realizes data interaction between a virtual model and a physical entity in a digital twin system based on a uniform frame format, and the specific implementation is as follows:
① definition of data frame format includes frame head, source address, destination address, frame type, data area length, check code and frame tail, wherein the frame head and frame tail represent the start and end of data frame respectively, the source address and destination address represent the source and destination of data frame respectively, the frame type represents the direction of data frame, bit width is 1bit, when the data frame is sent from virtual model to physical entity, the frame type is binary '1', when the data frame is sent from physical entity to virtual model, the frame type is binary '0', the data area is used to load effective data to be transmitted, its length is filled in the length field of data area;
②, for the virtual model and physical entity of the heterogeneous protocol, the protocol conversion is completed according to the frame format defined in ①, the protocol conversion is bidirectional, and the protocol conversion can be converted from the virtual model and physical entity own protocol to the frame format defined in ①, and can also be converted from the frame format defined in ① to the virtual model and physical entity own protocol, so that the data interaction between the virtual model and the physical entity based on the unified frame format is facilitated;
③ for either virtual model or physical entity, it is necessary to complete the coding of data frame before data transmission, i.e. fill each field of data frame;
designing a digital twin data virtual-real interaction scheduling module, wherein the module firstly establishes two levels of caches to respectively finish the caching of a virtual model data frame and a physical entity data frame, secondly finishes the verification of the data frame, and finally finishes the scheduling transmission of the data frame based on a preset strategy to realize the efficient real-time interaction of data between a virtual model and a physical entity in a digital twin system, and the specific implementation is as follows:
① checking each received data frame, namely judging whether the lowest byte added by the source address, the target address, the frame type, the data area and the length field of the data area is consistent with the check code field, if not, discarding the data frame;
②, establishing two levels of BRAM caches, namely, the first level cache is used for caching the data frame sent by the virtual entity by the virtual model, and the second level cache is used for caching the data frame sent by the physical entity by the virtual model;
③ when the first-level buffer is not empty, it schedules the data frame in the first-level buffer preferentially, in order to ensure the real-time response of each physical entity, the scheduling transmission of the data frame in the first-level buffer adopts the byte polling method, i.e. it transmits the 1 st byte in the 1 st data frame in the first-level buffer first, then transmits the 1 st byte in the 2 nd data frame in the first-level buffer, then transmits the 1 st byte in the 3 rd data frame in the first-level buffer, and so on, until the 1 st bytes of all data frames in the first-level buffer are transmitted completely, then transmits other bytes of all data frames in the first-level buffer according to the same strategy until the first-level buffer is empty;
④ when the first-level buffer is empty, the data frame in the second-level buffer is scheduled, in order to ensure the real-time response of each virtual model, the data frame in the second-level buffer adopts the byte polling scheduling method, i.e. the 1 st byte in the 1 st data frame in the second-level buffer is transmitted firstly, then the 1 st byte in the 2 nd data frame in the second-level buffer is transmitted, then the 1 st byte in the 3 rd data frame in the second-level buffer is transmitted, and so on, until the 1 st bytes of all data frames in the second-level buffer are transmitted completely, then other bytes of all data frames in the second-level buffer are transmitted according to the same strategy until the second-level buffer is empty.
2. The method for efficient virtual-real time interaction of digital twin data as claimed in claim 1, wherein the method is applied to Xilinx Virtex-5 series FPGA chips.
3. A virtual-real efficient real-time interactive system of digital twin data comprises computer equipment and a physical entity; the system also comprises a digital twin data virtual-real interaction coding and decoding module which completes the conversion between heterogeneous protocols and the coding and decoding of data frames to realize the data interaction between a virtual model and a physical entity in the digital twin system based on a uniform frame format; the virtual-real interaction scheduling module of the digital twin data firstly establishes two levels of cache to respectively complete the cache of a virtual model data frame and a physical entity data frame, secondly completes the verification of the data frame, and finally completes the scheduling transmission of the data frame based on a preset strategy to realize the high-efficiency real-time interaction of data between a virtual model and a physical entity in the digital twin system; a virtual model is arranged in the computer equipment; the method is characterized in that:
the virtual-real interaction coding and decoding module of the digital twin data completes the conversion between heterogeneous protocols and the coding and decoding of data frames, realizes the data interaction between a virtual model and a physical entity in the digital twin system based on a uniform frame format, and is specifically realized as follows:
① definition of data frame format includes frame head, source address, destination address, frame type, data area length, check code and frame tail, wherein the frame head and frame tail represent the start and end of data frame respectively, the source address and destination address represent the source and destination of data frame respectively, the frame type represents the direction of data frame, bit width is 1bit, when the data frame is sent from virtual model to physical entity, the frame type is binary '1', when the data frame is sent from physical entity to virtual model, the frame type is binary '0', the data area is used to load effective data to be transmitted, its length is filled in the length field of data area;
②, for the virtual model and physical entity of the heterogeneous protocol, the protocol conversion is completed according to the frame format defined in ①, the protocol conversion is bidirectional, and the protocol conversion can be converted from the virtual model and physical entity own protocol to the frame format defined in ①, and can also be converted from the frame format defined in ① to the virtual model and physical entity own protocol, so that the data interaction between the virtual model and the physical entity based on the unified frame format is facilitated;
③ for either virtual model or physical entity, it is necessary to complete the coding of data frame before data transmission, i.e. fill each field of data frame;
the digital twin data virtual-real interaction scheduling module firstly establishes two levels of caches to respectively complete the caching of a virtual model data frame and a physical entity data frame, secondly completes the verification of the data frame, and finally completes the scheduling transmission of the data frame based on a preset strategy to realize the efficient real-time interaction of data between a virtual model and a physical entity in a digital twin system, and the specific implementation is as follows:
① checking each received data frame, namely judging whether the lowest byte added by the source address, the target address, the frame type, the data area and the length field of the data area is consistent with the check code field, if not, discarding the data frame;
②, establishing two levels of BRAM caches, namely, the first level cache is used for caching the data frame sent by the virtual entity by the virtual model, and the second level cache is used for caching the data frame sent by the physical entity by the virtual model;
③ when the first-level buffer is not empty, it schedules the data frame in the first-level buffer preferentially, in order to ensure the real-time response of each physical entity, the scheduling transmission of the data frame in the first-level buffer adopts the byte polling method, i.e. it transmits the 1 st byte in the 1 st data frame in the first-level buffer first, then transmits the 1 st byte in the 2 nd data frame in the first-level buffer, then transmits the 1 st byte in the 3 rd data frame in the first-level buffer, and so on, until the 1 st bytes of all data frames in the first-level buffer are transmitted completely, then transmits other bytes of all data frames in the first-level buffer according to the same strategy until the first-level buffer is empty;
④ when the first-level buffer is empty, the data frame in the second-level buffer is scheduled, in order to ensure the real-time response of each virtual model, the data frame in the second-level buffer adopts the byte polling scheduling method, i.e. the 1 st byte in the 1 st data frame in the second-level buffer is transmitted firstly, then the 1 st byte in the 2 nd data frame in the second-level buffer is transmitted, then the 1 st byte in the 3 rd data frame in the second-level buffer is transmitted, and so on, until the 1 st bytes of all data frames in the second-level buffer are transmitted completely, then other bytes of all data frames in the second-level buffer are transmitted according to the same strategy until the second-level buffer is empty.
4. A digital twin data Virtex efficient real-time interactive system as claimed in claim 3, wherein the system is adapted for Xilinx Virtex-5 series FPGA chips.
CN201910956494.3A 2019-10-10 2019-10-10 Virtual and real efficient real-time interaction method and system for digital twin data Active CN110704213B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910956494.3A CN110704213B (en) 2019-10-10 2019-10-10 Virtual and real efficient real-time interaction method and system for digital twin data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910956494.3A CN110704213B (en) 2019-10-10 2019-10-10 Virtual and real efficient real-time interaction method and system for digital twin data

Publications (2)

Publication Number Publication Date
CN110704213A CN110704213A (en) 2020-01-17
CN110704213B true CN110704213B (en) 2020-07-10

Family

ID=69198952

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910956494.3A Active CN110704213B (en) 2019-10-10 2019-10-10 Virtual and real efficient real-time interaction method and system for digital twin data

Country Status (1)

Country Link
CN (1) CN110704213B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11899527B2 (en) 2021-11-30 2024-02-13 Caterpillar Inc. Systems and methods for identifying machine anomaly root cause based on a selected reduced order model and a selected fault model

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113111201B (en) * 2021-04-19 2022-02-11 北京航空航天大学 Digital twin model lightweight method and system
CN116719480B (en) * 2023-08-04 2023-11-14 青岛鼎信通讯股份有限公司 Electric energy meter data storage method, device and medium based on data twinning

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013138846A1 (en) * 2012-03-22 2013-09-26 Silverbrook Research Pty Ltd Method and system of interacting with content disposed on substrates
CN104679480A (en) * 2013-11-27 2015-06-03 上海芯豪微电子有限公司 Instruction set transition system and method
CN107147657A (en) * 2017-05-31 2017-09-08 飞智控(天津)科技有限公司 Suitable for the communication protocol of multimachine reliable communication, decoding method and communication apparatus
CN109360465A (en) * 2018-10-23 2019-02-19 北京全路通信信号研究设计院集团有限公司 A kind of implementation method for the high-speed rail signal training system that actual situation combines

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190138970A1 (en) * 2017-11-07 2019-05-09 General Electric Company Contextual digital twin

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013138846A1 (en) * 2012-03-22 2013-09-26 Silverbrook Research Pty Ltd Method and system of interacting with content disposed on substrates
CN104679480A (en) * 2013-11-27 2015-06-03 上海芯豪微电子有限公司 Instruction set transition system and method
CN107147657A (en) * 2017-05-31 2017-09-08 飞智控(天津)科技有限公司 Suitable for the communication protocol of multimachine reliable communication, decoding method and communication apparatus
CN109360465A (en) * 2018-10-23 2019-02-19 北京全路通信信号研究设计院集团有限公司 A kind of implementation method for the high-speed rail signal training system that actual situation combines

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
《Digital Twin and Big Data Towards Smart Manufacturing and Industry 4.0: 360 Degree Comparison》;QINGLIN QI,FEI TAO;《IEEE Acesss》;20180115;第6卷;全文 *
《Part data integration in the Shop Floor Digital Twin:Mobile and cloud technologies to enable a manufacturing execution system》;Pedro Daniel Urbina Coronado;《Journal of Manufacturing Systems》;20180730;第48卷;全文 *
《基于数字孪生的飞机装配车间生产管控模式探索》;陈振,丁晓,唐健钧,刘玉松;《航空制造技术》;20180630;第61卷(第12期);全文 *
《数字孪生五维模型及十大领域应用》;陶飞等;《计算机集成制造系统》;20190131;第25卷(第1期);全文 *
《数字孪生车间-一种未来车间运行新模式》;陶飞,张萌,程江峰,戚庆林;《计算机集成制造系统》;20170131;第23卷(第1期);全文 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11899527B2 (en) 2021-11-30 2024-02-13 Caterpillar Inc. Systems and methods for identifying machine anomaly root cause based on a selected reduced order model and a selected fault model

Also Published As

Publication number Publication date
CN110704213A (en) 2020-01-17

Similar Documents

Publication Publication Date Title
CN110704213B (en) Virtual and real efficient real-time interaction method and system for digital twin data
JP2004527041A5 (en)
CN102970043B (en) A kind of compression hardware system based on GZIP and accelerated method thereof
CN102968390B (en) Configuration information cache management method and system based on decoding analysis in advance
CN104954795A (en) Image acquisition and transmission system based on JPEG2000
CN106162528B (en) LoRa signal and Bluetooth signal conversion module, conversion method and sender unit
CN110750345B (en) Efficient complex task scheduling system of digital twin system
CN100378687C (en) A cache prefetch module and method thereof
CN107154062A (en) A kind of implementation method of WebP Lossy Compression Algorithms, apparatus and system
CN108848133B (en) A kind of Hub controller design method of Facing to Manufacturing Internet of Things
CN105138679A (en) Data processing system and method based on distributed caching
CN102521299A (en) Method for processing data of resource description framework
CN104699016A (en) Environment monitoring management system based on Internet of things
CN101437239A (en) Real time sensor signal network transmission method based on linear prediction filtering
CN109582619B (en) High-speed serial bus and low-speed serial bus data transmission and conversion method
CN116708579B (en) Data access method, device, electronic equipment and computer readable storage medium
CN102781081B (en) Energy-saving transmission for wireless sensor network based on secondary exponential smoothing forecasting
WO2015188495A1 (en) Data transmission method and device
CN104994390A (en) Embedded video processor, embedded video processing system and embedded video processor construction method
CN103312460A (en) Long and short message self-adapting co-processing decoding method and decoder
CN105846993A (en) Industrial monitoring floating point data compression and encryption algorithm
CN103279442A (en) Message filtering system and message filtering method of high-speed interconnection bus
CN107846328A (en) Based on the network rate real-time statistical method concurrently without lock circle queue
CN103227802B (en) Based on many metadata transmission methods of UDP/TCP agreement
CN104468404A (en) Buffer configuration method and device

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