WO2022121045A1 - Procédé et appareil de connexion de données, dispositif informatique et support d'enregistrement - Google Patents

Procédé et appareil de connexion de données, dispositif informatique et support d'enregistrement Download PDF

Info

Publication number
WO2022121045A1
WO2022121045A1 PCT/CN2020/141696 CN2020141696W WO2022121045A1 WO 2022121045 A1 WO2022121045 A1 WO 2022121045A1 CN 2020141696 W CN2020141696 W CN 2020141696W WO 2022121045 A1 WO2022121045 A1 WO 2022121045A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
docking
visualization
subsystem
plug
Prior art date
Application number
PCT/CN2020/141696
Other languages
English (en)
Chinese (zh)
Inventor
姚庆一
Original Assignee
威创集团股份有限公司
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 威创集团股份有限公司 filed Critical 威创集团股份有限公司
Publication of WO2022121045A1 publication Critical patent/WO2022121045A1/fr

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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Definitions

  • the present invention relates to the technical field of data transmission, and in particular, to a data docking method, device, computer equipment and storage medium.
  • the existing command center splicing large wall visualization system its data involves a lot of equipment and is very wide, users or suppliers will build their own business subsystems according to business classification, and the splicing large wall visualization system is in each sub-system. Based on the data provided by the system, the visualization operation is realized.
  • the splicing large wall visualization system is obtained from each subsystem. When accessing the data of each subsystem, the interfaces and protocols provided by each subsystem must be used and corresponding application programs must be developed to obtain the data of each subsystem.
  • the splicing large wall visualization system needs to be connected with dozens of It is necessary to develop dozens of application programs to connect with the data program to obtain the data of the subsystem, which makes it very inconvenient to use the splicing large wall visualization system.
  • the number of business subsystems gradually increases.
  • the docking data program of the splicing large wall visualization system also needs to be redeveloped. The workload is heavy and the later maintenance is very difficult. cumbersome.
  • the present invention aims to overcome at least one defect (deficiency) in the above-mentioned prior art, and provides a data docking method, device, computer equipment and storage medium, which solves the need to develop multiple subsystems due to different interfaces and protocols of each subsystem. kind of application problem.
  • the present invention provides a data docking method, the method is applied to a visualization system, including:
  • the system data is uploaded to the visualization system, so that the corresponding system data can be read when the visualization system performs a visualization operation.
  • the visualization system can be readable when performing visualization operations Obtaining the corresponding system data solves the problem that the visualization system needs to develop multiple different application programs to interface with each subsystem due to the different protocols and interfaces provided by each subsystem. It is only necessary to update the docking plug-ins corresponding to each subsystem, which reduces a lot of workload and improves work efficiency.
  • the loading of the docking plug-ins of each subsystem according to the configuration file includes:
  • the docking plug-ins of each subsystem are loaded according to the configuration parameter information.
  • the docking plug-in of each subsystem is loaded, so that the visualization system can realize data connection with each subsystem through the docking plug-in, without the need to develop corresponding application programs.
  • a data reading instruction is sent to the docking plug-in periodically through a timer.
  • the timer wants to send data reading commands to the plug-in, so that the system data of the subsystem can be obtained regularly, so that the visualization system can directly obtain the system data of the subsystem when performing the visualization operation.
  • system data includes service data and device data of the subsystem
  • the receiving system data obtained by the docking plug-in from the subsystem according to the data reading instruction includes:
  • the service data and the device data obtained by the docking plug-in from the subsystem according to the data reading instruction are received.
  • the method further includes:
  • the uploading of the system data to the visualization system includes:
  • the storage space of the visualization system can be saved and the efficiency of data reading can be accelerated.
  • the uploading of the system data to the visualization system so that the visualization system can read the corresponding system data when performing the visualization operation includes:
  • the system data is uploaded to a database table of the visualization system, so that when the visualization system performs a visualization operation, the corresponding system data can be read from the database table.
  • the corresponding system data can be directly read from the database table when the visualization system performs the visualization operation.
  • the database table for uploading the system data to the visualization system includes:
  • the system data is uploaded to the data plug-in corresponding to the database table, and the system data is uploaded to the database table of the visualization system through the data plug-in.
  • the visualization system can be connected with each subsystem without developing various application programs.
  • a data docking device comprising:
  • Loading module the docking plug-in used to load each subsystem according to the configuration file
  • an instruction sending module for sending a data reading instruction to the docking plug-in
  • a data receiving module configured to receive the system data obtained by the docking plug-in from the corresponding subsystem according to the data reading instruction
  • a data uploading module configured to upload the system data to the visualization system, so that the corresponding system data can be read when the visualization system performs a visualization operation.
  • the instruction sending module sends a data reading instruction to the docking plug-in
  • the data receiving module receives the system data obtained by the docking plug-in from the corresponding subsystem according to the data reading instruction
  • the data uploading module uploads the system data to the visualization system
  • a computer device comprising a memory and a processor, wherein the memory stores a computer program, and the processor implements the above-mentioned data docking method when the computer program is executed.
  • a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, implements the above-mentioned data docking method.
  • the present invention sends the data reading instruction to the docking plug-in and receives the system data obtained by the docking plug-in from the corresponding subsystem according to the data reading instruction, and uploads the system data to the visualization system, so that when the visualization system performs the visualization operation
  • the corresponding system data can be read, which solves the problem that the visualization system needs to develop multiple different application programs to connect with each subsystem due to the different protocols and interfaces provided by each subsystem, and the interface maintenance and update of each subsystem in the later stage.
  • FIG. 1 is a schematic flowchart of a data docking method according to Embodiment 1;
  • Fig. 2 is another schematic flow chart of a kind of data docking method of Embodiment 1;
  • FIG. 3 is a schematic diagram of a module of a data docking apparatus according to Embodiment 2.
  • FIG. 3 is a schematic diagram of a module of a data docking apparatus according to Embodiment 2.
  • the embodiments of the present application provide a data docking method, device, computer equipment, and storage medium, aiming to solve the problem that the visualization system needs to develop a variety of interfaces and protocols in the traditional technology because each subsystem provides different interfaces and protocols when docking the visualization system.
  • FIG. 1 is a schematic flowchart of the data connection method in this embodiment, and the method includes:
  • the interface platform system is respectively connected with the visualization system and each subsystem, and the interface platform system can be placed in the visualization system or independent of the visualization system.
  • the interface platform system is a visualization system
  • the external standard interface platform is used to convert the third-party non-standard protocol format into the unified standard protocol format of the visualization system, and provides the visualization system with the third-party platform system including video, protocol data, sensors and other data conversion interfaces, and provides and third-party platform systems.
  • the communication interface of the third-party platform system, the interface platform system can also be used to provide a data docking interface to users or subsystems, and can also form a network system by comprehensively docking third-party data, and the third-party platform system is described in this embodiment.
  • the described subsystem; the docking plug-in is formed by encapsulating the interface of the subsystem in the plug-in; after the main program of the interface platform system is started and initialized, the docking plug-in of each subsystem is loaded according to the configuration file, specifically, when loading the docking plug-in It also includes initializing the docking plug-in, specifically loading the port device of the subsystem and logging in the subsystem and other operations; after the docking plug-in is successfully loaded, a data reading instruction is sent to the docking plug-in, and the docking plug-in of each subsystem receives the data reading instruction.
  • the corresponding system data is obtained from its corresponding subsystem according to the data reading instruction, and the obtained system data is sent to the interface platform system, and the interface platform system uploads the system data to the interface platform system after receiving the system data.
  • the visualization system can directly read the corresponding system data according to user operation and scene requirements when performing the visualization operation.
  • the system data includes business data and device data.
  • the interfaces and protocols provided for obtaining data are also different.
  • some subsystems provide the SDK interface
  • some subsystems provide the HTTP interface
  • some subsystems provide the interface.
  • the interface provided by the subsystem is the TCP interface
  • the interface provided by some subsystems is the UDP interface or the I/O interface.
  • the interfaces of the subsystems are encapsulated on the docking plug-ins, and the docking plug-ins of each subsystem are loaded and the data reading instructions are sent to the docking plug-ins and received from the corresponding subsystems according to the data reading instructions.
  • system data and upload the system data to the visualization system, so that the visualization system can read the corresponding system data when performing visualization operations, which solves the problem that the visualization system needs to develop multiple
  • the interface maintenance and update of each subsystem only needs to update the docking plug-in corresponding to each subsystem, which reduces a lot of workload and improves work efficiency.
  • the S100. Loading the docking plug-ins of each subsystem according to the configuration file includes:
  • the configuration file contains configuration parameter information of each subsystem, and the configuration parameter information is specifically the configuration parameter information of the docking plug-in.
  • the configuration parameter information of the docking plug-in is configured according to the actual needs of each subsystem and the number of docking plug-ins is not Restriction, the main program of the interface platform system reads the configuration parameter information of the docking plug-in from the configuration file. After the configuration parameter information is successfully read, the main program can load the docking plug-in according to the configuration parameter information.
  • the docking plug-in of each subsystem is loaded, so that the visualization system can realize data connection with each subsystem through the docking plug-in, without the need to develop corresponding application programs.
  • a data reading instruction is sent to the docking plug-in periodically through a timer.
  • the main program of the interface platform system also starts a timer for reading the system data of the subsystem from the docking plug-in according to the configuration parameter information. After the timer is successfully started, the main program periodically sends a data reading instruction to the docking plug-in through the timer. The docking plug-in performs the corresponding operation according to the data reading instruction, obtains the system data of the corresponding subsystem, and sends the system data to the interface platform system.
  • the timer wants to send data reading commands to the plug-in, so that the system data of the subsystem can be obtained regularly, so that the visualization system can directly obtain the system data of the subsystem when performing the visualization operation.
  • step S300 After receiving the system data obtained by the docking plug-in from the corresponding subsystem according to the data reading instruction, the method further includes:
  • S400. Uploading the system data to the visualization system includes:
  • the main program of the interface platform system parses and filters the system data of each subsystem after receiving the system data, extracts some useful system data and eliminates redundant or useless system data to obtain valid system data.
  • the process of parsing and screening also includes secondary processing and optimization of the system data to obtain valid system data, and uploading the valid system data to the visualization system.
  • the storage space of the visualization system can be saved and the efficiency of data reading can be accelerated.
  • the system data is uploaded to a database table of the visualization system, so that when the visualization system performs a visualization operation, the corresponding system data can be read from the database table.
  • S400. Uploading the system data to the database table of the visualization system includes:
  • the interface platform system includes a database plug-in, and the docking plug-in of each subsystem sends the system data to the database plug-in of the interface platform system after acquiring the system data of the corresponding subsystem, and the database plug-in uploads all the system data to the In the database table of the visualization system, the database table is located in the transit database of the visualization system.
  • the corresponding system data can be directly read from the database table when the visualization system performs the visualization operation.
  • FIG. 2 is a schematic flowchart of the data docking method.
  • the method takes the interface platform system as the execution body, and includes the following steps:
  • step S101 After the startup and initialization of the main program is completed, read the configuration parameter information of the docking plug-in corresponding to each subsystem from the configuration file, and enter step S102 after the configuration parameter information is read;
  • step S102 The main program loads the docking plug according to the configuration parameter information, and initializes the docking plug-in. After the docking plug-in is loaded, the process proceeds to step S201;
  • the main program starts the timer according to the read configuration parameter information
  • the main program sends a data read instruction to the docking plug-in through a timer
  • the database plug-in receives system data obtained by the docking plug-in from the corresponding subsystem according to the data reading instruction;
  • the database plug-in uploads the received valid system data to the database table of the visualization system, so that the visualization system can directly read the corresponding valid system data from the database table when performing the visualization operation.
  • a data docking device is provided, the device is located in an interface platform system, and the device includes:
  • Loading module 100 a docking plug-in for loading each subsystem according to the configuration file;
  • an instruction sending module 200 configured to send a data reading instruction to the docking plug-in
  • a data receiving module 300 configured to receive system data obtained by the docking plug-in from the corresponding subsystem according to the data reading instruction
  • the data uploading module 400 is configured to upload the system data to the visualization system, so that the visualization system can read the corresponding system data when the visualization operation is performed.
  • the interface platform system is respectively connected with the visualization system and each subsystem, the interface platform system can be placed in the visualization system, and the docking plug-in is formed by encapsulating the interface of the subsystem in the plug-in;
  • the loading module 100 is based on the configuration file
  • the instruction module sends a data reading instruction to the docking plug-in;
  • the docking plug-in of each subsystem acquires the system data of the corresponding subsystem according to the data reading instruction and sends it to the data receiving module 300, and the data is sent to the data receiving module 300.
  • the data module uploads it to the visualization system, so that the visualization system can read the corresponding system data when the visualization operation is performed.
  • the instruction sending module 200 sends a data read instruction to the docking plug-in and the data receiving module 300 receives the system data obtained by the docking plug from the corresponding subsystem according to the data reading instruction, and the data uploading module 400 uploads the system data to the visualization
  • the visualization system can read the corresponding system data when performing visualization operations, which solves the problem that the visualization system needs to develop multiple different applications to connect with each subsystem due to the different protocols and interfaces provided by each subsystem.
  • the problem is that the interface maintenance and update of each subsystem in the later stage only needs to update the docking plug-in corresponding to each subsystem, which reduces a lot of workload and improves work efficiency.
  • the loading module 100 loads the docking plug-ins of each subsystem according to the configuration file, including:
  • the loading module 100 reads configuration parameter information of each subsystem from the configuration file, and loads the docking plug-in of each subsystem according to the configuration parameter information.
  • the docking plug-in of each subsystem is loaded, so that the visualization system can realize data connection with each subsystem through the docking plug-in, without the need to develop corresponding application programs.
  • the configuration file contains configuration parameter information of each subsystem, and the configuration parameter information is specifically the configuration parameter information of the docking plug-in.
  • the configuration parameter information of the docking plug-in is configured according to the actual needs of each subsystem and the number of docking plug-ins is not As a limitation, the loading module 100 reads the configuration parameter information of the docking plug-in from the configuration file, and after the configuration parameter information is successfully read, the docking plug-in can be loaded according to the configuration parameter information.
  • the instruction sending module 200 sends the scheduling instruction to the docking plug-in as follows:
  • the instruction sending module 200 periodically sends a data reading instruction to the docking plug-in through a timer.
  • the instruction sending module 200 also starts a timer for reading the system data of the subsystem from the docking plug-in according to the configuration parameter information. After the timer is successfully started, the instruction sending module 200 periodically sends a data reading instruction to the docking plug-in through the timer, The docking plug-in performs the corresponding operation according to the data reading instruction, acquires the system data of the corresponding subsystem, and sends the system data to the data receiving module 300 .
  • the timer wants to send a data read command to the plug-in, so that the system data of the subsystem can be obtained regularly, so that the visualization system can directly obtain the system data of the subsystem when performing the visualization operation.
  • the device further includes:
  • the data processing module is used for analyzing and screening the system data received by the data receiving module 300 to obtain valid system data.
  • the data processing module parses and filters the system data of each subsystem, extracts some useful system data and eliminates redundant or useless system data to obtain valid system data. Yes, in the process of parsing and screening, the data processing module further includes secondary processing and optimization of the system data to obtain valid system data, and the data uploading module 400 uploads the valid system data to the visualization system.
  • the storage space of the visualization system can be saved and the efficiency of data reading can be accelerated.
  • the uploading of the system data to the visualization system so that the visualization system can read the corresponding system data when performing a visualization operation includes:
  • the system data is uploaded to the database table of the visualization system, so that when the visualization system performs a visualization operation, the corresponding system data can be read from the database table.
  • the data receiving module 300 is a database plug-in. After receiving the system data sent by the docking plug-ins of each subsystem, the database plug-in uploads the system data to the database table of the visualization system, so that the visualization system can perform the visualization operation. The corresponding system data is read from the database table.
  • a computer device including a memory and a processor, the memory stores a computer program, and the processor implements the above-mentioned data docking method when executing the computer program .
  • the visualization system needs to develop multiple different application programs to interface with each subsystem due to the different protocols and interfaces provided by each subsystem. It is only necessary to update the docking plug-ins corresponding to each subsystem, which can reduce a lot of workload and improve work efficiency.
  • a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the above-mentioned data docking method is implemented. Based on the same reason as above, it can solve the problem that the visualization system needs to develop multiple different application programs to connect with each subsystem due to the different protocols and interfaces provided by each subsystem. It is only necessary to update the docking plug-ins corresponding to each subsystem, which can reduce a lot of workload and improve work efficiency.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Digital Computer Display Output (AREA)
  • Debugging And Monitoring (AREA)

Abstract

Un procédé et un appareil de connexion de données, un dispositif informatique et un support d'enregistrement. Le procédé comprend les étapes consistant : à charger des modules d'extension de connexion de sous-systèmes selon un fichier de configuration (S100) ; à envoyer une instruction de lecture de données aux modules d'extension de connexion (S200) ; à recevoir des données de système obtenues auprès des sous-systèmes correspondants par les modules d'extension de connexion selon l'instruction de lecture de données (S300) ; et à télécharger en amont des données de système vers un système de visualisation, de telle sorte que le système de visualisation puisse lire les données de système correspondantes lors de l'exécution d'une opération de visualisation (S400). Le procédé résout le problème qui se pose lorsqu'une pluralité d'applications différentes doivent être développées dans le système de visualisation pour une connexion avec les sous-systèmes en raison de l'existence de différents protocoles et interfaces fournis par les sous-systèmes ; et pendant la maintenance et la mise à jour ultérieures des interfaces des sous-systèmes, seuls les modules d'extension de connexion correspondant aux sous-systèmes doivent être mis à jour, ce qui permet de réduire une charge de travail lourde et d'améliorer l'efficacité du travail.
PCT/CN2020/141696 2020-12-09 2020-12-30 Procédé et appareil de connexion de données, dispositif informatique et support d'enregistrement WO2022121045A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011452308.1 2020-12-09
CN202011452308.1A CN112527408A (zh) 2020-12-09 2020-12-09 一种数据对接方法、装置、计算机设备及存储介质

Publications (1)

Publication Number Publication Date
WO2022121045A1 true WO2022121045A1 (fr) 2022-06-16

Family

ID=74998814

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/141696 WO2022121045A1 (fr) 2020-12-09 2020-12-30 Procédé et appareil de connexion de données, dispositif informatique et support d'enregistrement

Country Status (2)

Country Link
CN (1) CN112527408A (fr)
WO (1) WO2022121045A1 (fr)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105760272A (zh) * 2016-01-29 2016-07-13 山东鲁能智能技术有限公司 基于插件的监控后台业务定制方法及其系统
CN107171922A (zh) * 2017-07-03 2017-09-15 中国人民解放军63893部队 基于中间件技术的异构系统桥接服务方法
CN108121288A (zh) * 2017-12-25 2018-06-05 北京车联天下信息技术有限公司 车联网大数据系统、对接系统和方法
US20180267864A1 (en) * 2017-03-17 2018-09-20 Canon Kabushiki Kaisha Image forming apparatus that automatically executes system rollback, method of controlling the same, and storage medium
CN110471664A (zh) * 2019-06-21 2019-11-19 广州市途讯科技有限公司 一种基于OSGi框架的异构软件平台统一对接方法
CN111275980A (zh) * 2020-01-21 2020-06-12 上海天齐智能建筑股份有限公司 基于互联网+智能交通视频监控管理系统的大数据应用平台

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106385431A (zh) * 2016-08-30 2017-02-08 四川泰尔科技有限公司 金融安防综合管控平台
CN106789978A (zh) * 2016-12-07 2017-05-31 高新兴科技集团股份有限公司 一种数据汇聚系统和方法
CN108989293B (zh) * 2018-06-27 2021-06-18 武汉虹信技术服务有限责任公司 一种智能建筑管理平台适配系统及适配方法
CN109410110A (zh) * 2018-10-22 2019-03-01 上海市疾病预防控制中心 区域卫生信息平台中实现公共卫生数据交互控制的系统
CN111610765B (zh) * 2020-05-25 2022-09-30 珠海格力电器股份有限公司 一种集散消息控制装置、方法和楼宇控制系统

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105760272A (zh) * 2016-01-29 2016-07-13 山东鲁能智能技术有限公司 基于插件的监控后台业务定制方法及其系统
US20180267864A1 (en) * 2017-03-17 2018-09-20 Canon Kabushiki Kaisha Image forming apparatus that automatically executes system rollback, method of controlling the same, and storage medium
CN107171922A (zh) * 2017-07-03 2017-09-15 中国人民解放军63893部队 基于中间件技术的异构系统桥接服务方法
CN108121288A (zh) * 2017-12-25 2018-06-05 北京车联天下信息技术有限公司 车联网大数据系统、对接系统和方法
CN110471664A (zh) * 2019-06-21 2019-11-19 广州市途讯科技有限公司 一种基于OSGi框架的异构软件平台统一对接方法
CN111275980A (zh) * 2020-01-21 2020-06-12 上海天齐智能建筑股份有限公司 基于互联网+智能交通视频监控管理系统的大数据应用平台

Also Published As

Publication number Publication date
CN112527408A (zh) 2021-03-19

Similar Documents

Publication Publication Date Title
US9823907B2 (en) Extensible device object model
CN108123842B (zh) 一种基于knx协议可接入多厂家设备的适配系统及方法
US9628206B2 (en) Endpoint parameter management architecture for audio mixers
CN108196915A (zh) 基于应用容器引擎的代码处理方法、设备及存储介质
JP2004038876A (ja) プログラム等のデータ形式変換方法及び装置、並びにそのデータ形式変換装置を用いたコントローラ管理システム
TWI564794B (zh) 供有指令檔以轉換命令的裝置
CN103729189A (zh) 基于lua的播放协议转换方法、系统、终端
CN110058900B (zh) 基于可插拔组件框架的数据传输服务系统
WO2009033424A1 (fr) Procédé et système d'obtention d'information de commandes d'utilisateur et dispositif pour enregistrer les commandes d'utilisateur
JP4966039B2 (ja) ネットワーク対応機器及び機能提供方法
WO2022121045A1 (fr) Procédé et appareil de connexion de données, dispositif informatique et support d'enregistrement
US20090199211A1 (en) Global, dynamic, remote and central system for database driver configuration
CN116932168A (zh) 异构核调度方法及装置、存储介质、电子设备
KR20140059353A (ko) 조선용 cad 데이터의 추출 및 변환 시스템 및 방법
CN114640584A (zh) 模块升级方法和系统
US20170322892A1 (en) Information processing system, information processing method and information processing device
CN110568811A (zh) 一种基于web的plc控制器及其在线编程方法
CN113542412B (zh) 数据传输方法、装置、电子设备及存储介质
JP5251197B2 (ja) メッセージ処理方法、メッセージ処理装置、及びプログラム
JP6019586B2 (ja) ネットワーク通信装置
WO2024109882A1 (fr) Procédé, appareil et dispositif de traitement de données
JP2004171236A (ja) 制御装置、制御プログラムおよび制御方法
JP2023509091A (ja) 治療計画データを管理する方法及びシステム、並びにデータ交換装置
CN115454776A (zh) 一种设备资产信息获取方法、装置、电子设备及存储介质
CN116708234A (zh) 基于OpenXML控制的MQTT协议设备测试系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20964974

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20964974

Country of ref document: EP

Kind code of ref document: A1