WO2023011298A1 - 总线适配器与通道绑定配置方法、映射管理器及连接系统 - Google Patents
总线适配器与通道绑定配置方法、映射管理器及连接系统 Download PDFInfo
- Publication number
- WO2023011298A1 WO2023011298A1 PCT/CN2022/108431 CN2022108431W WO2023011298A1 WO 2023011298 A1 WO2023011298 A1 WO 2023011298A1 CN 2022108431 W CN2022108431 W CN 2022108431W WO 2023011298 A1 WO2023011298 A1 WO 2023011298A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- channel
- bus adapter
- hardware
- mapping
- mapping table
- Prior art date
Links
- 238000013507 mapping Methods 0.000 title claims abstract description 107
- 238000000034 method Methods 0.000 title claims abstract description 49
- 238000004891 communication Methods 0.000 claims abstract description 20
- 108091006146 Channels Proteins 0.000 claims description 162
- 230000001174 ascending effect Effects 0.000 claims description 8
- 238000003780 insertion Methods 0.000 claims description 2
- 230000037431 insertion Effects 0.000 claims description 2
- 230000000694 effects Effects 0.000 abstract description 7
- 238000011161 development Methods 0.000 abstract description 6
- 238000010586 diagram Methods 0.000 description 12
- 230000006870 function Effects 0.000 description 7
- 230000008859 change Effects 0.000 description 6
- 230000008569 process Effects 0.000 description 6
- 230000009286 beneficial effect Effects 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000009471 action Effects 0.000 description 1
- 238000004883 computer application Methods 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 230000003247 decreasing effect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/28—Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
- H04L12/40—Bus networks
- H04L12/40006—Architecture of a communication node
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/28—Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
- H04L12/40—Bus networks
- H04L12/40169—Flexible bus arrangements
-
- Y—GENERAL 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
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Definitions
- the invention belongs to the technical field of automobile bus adapters, and in particular relates to a bus adapter and channel binding configuration method, a mapping manager and a connection system.
- the car bus adapter consists of a USB interface at one end and a single or multiple car bus interfaces (CAN bus, LIN bus, FlexRay bus, automotive Ethernet, etc.) at the other end.
- CAN bus CAN bus
- LIN bus LIN bus
- FlexRay bus automotive Ethernet
- the automotive bus adapter needs to be accompanied by a host computer application developed by the user to monitor the automotive bus. PC applications often require the connection of multiple automotive bus adapters to access multiple buses simultaneously.
- the existing technical solutions usually hard-code the car bus adapters that need to be connected in the software.
- the first is to replace the car bus adapter A with the car bus adapter B, so that the software needs to be changed at the same time to replace the connection code of the car bus adapter A with the connection code of the car bus adapter B, which requires additional software modification time; if the car is replaced later If the bus adapter B is replaced with the car bus adapter A, the software needs to be modified again.
- Some users will try to support car bus adapter A and car bus adapter B at the same time, and complete the adapter switching through configuration, but this method also has the problem of not being compatible with car bus adapter C.
- the purpose of the present invention is to provide a bus adapter and channel binding configuration method, mapping manager and connection system.
- the present invention provides a bus adapter and channel binding and configuration method, including:
- mapping table Associating logical channels with corresponding hardware channels through a mapping table
- the method for configuring the mapping table of the mapping manager includes:
- mapping table The six information fields in the mapping table include: application program name, channel type, logical channel index, hardware type, hardware index and hardware channel index.
- the application name is a character string name of an application using the mapping manager
- the channel type is the channel type of the logical channel that the mapping manager is responsible for mapping
- the logical channel index is the logical channel resource number of the application program, and the number is incremented from small to large;
- the hardware type is the manufacturer type of the corresponding bus adapter and the bus adapter model of the manufacturer;
- the hardware index is the serial number of the corresponding bus adapter to distinguish the same hardware type after insertion, and the serial number is dynamically adjusted according to the serial number sorting method of the bus adapter;
- the hardware channel index is the number of the same type of hardware channel carried inside the corresponding bus adapter, and the number is preset in the same bus adapter.
- the hardware index is obtained by the bus adapter serial number in ascending order, and after the serial numbers SN of each bus adapter are sorted in ascending order, the bus adapter with the smallest serial number has the lowest hardware index.
- the method for associating a logical channel with a corresponding hardware channel through a mapping table includes:
- the method for connecting a logical channel with a corresponding hardware channel for data communication includes:
- the application When the application connects to the bus adapter, it scans all supported bus adapters, and then searches the mapping table associated with the application according to the application name in all the mapping tables contained in the mapping manager;
- the corresponding bus adapter is initialized and the data sending and receiving function of the logical channel is connected to the hardware channel of the corresponding bus adapter for data communication; otherwise, the connection fails.
- the present invention also provides a bus adapter and channel binding and configuration system, including:
- the mapping table configuration module configures the mapping table of the mapping manager
- association module which associates a logical channel with a corresponding hardware channel through a mapping table
- the present invention also provides a mapping manager
- the mapping manager is adapted to associate logical channels with hardware channels.
- the present invention also provides a bus adapter connection system, including:
- mapping managers application modules, mapping managers and bus adapters
- the mapping manager is suitable for associating each logical channel in the application program module with the hardware channel of the bus adapter and then connecting them for data communication.
- the beneficial effect of the present invention is that the present invention implements an application by configuring the mapping table of the mapping manager; associating the logical channel with the corresponding hardware channel through the mapping table; and connecting the logical channel with the corresponding hardware channel for data communication.
- a general architecture for program access to bus adapter resources can arbitrarily configure the bus adapter models and hardware channels they need to connect. After each configuration change, the mapping relationship takes effect immediately without modifying the user's software. Thereby improving the efficiency of application program development and reducing the possibility of errors.
- Fig. 1 is a flow chart of the bus adapter and channel binding and configuration method involved in the present invention
- Fig. 2 is a schematic diagram of bus adapter and channel binding and configuration involved in the present invention
- Fig. 3 is a schematic diagram of a bus adapter hardware index sorting method involved in the present invention.
- Fig. 4 is a functional block diagram of the bus adapter and channel binding and configuration system involved in the present invention.
- Fig. 5 is a functional block diagram of the bus adapter connection system involved in the present invention.
- Fig. 1 is a flow chart of the bus adapter and channel binding and configuration method involved in the present invention.
- the present embodiment 1 provides a method for binding and configuring a bus adapter and a channel, including: configuring the mapping table of the mapping manager; associating the logical channel with the corresponding hardware channel through the mapping table; The channel is connected to the corresponding hardware channel for data communication, realizing a general architecture for applications to access bus adapter resources.
- Applications using this architecture can arbitrarily configure the bus adapter model and hardware channel they need to connect to, and change each time After configuration, the mapping relationship takes effect immediately without modifying the user's software, thereby improving the efficiency of application development and reducing the possibility of errors.
- FIG. 2 is a schematic diagram of the binding and configuration of bus adapters and channels involved in the present invention.
- the method for configuring the mapping table of the mapping manager includes: the mapping manager is responsible for associating each logical channel with a certain hardware channel of the bus adapter, and each association is determined by the mapping
- Each mapping table contains 6 information fields, and all these mapping tables are put together to form a mapping network between potential applications and potential bus adapters in the computer;
- the mapping table in the mapping manager Can be arbitrarily added and deleted by the user, and the 6 information fields in the mapping table can be configured arbitrarily;
- the 6 information fields in the mapping table include: application name, channel type, logical channel index, hardware type, hardware index and hardware Channel index;
- the application is aimed at the supported vehicle bus types, each type has single or multiple logical channels, and the number and types of logical channels are user-configurable (for example, users can configure the number and types of logical channels through corresponding software) ;
- taking the CAN bus supported by application program A as an example it has three logical channels, and the mapping target corresponding to each logical channel is managed by the mapping
- the application name is the character string name of the application using the mapping manager, such as application A;
- the channel type is the channel type of the logical channel that the mapping manager is responsible for mapping, such as application A
- the logical channel A is the CAN bus type;
- the logical channel index is the logical channel resource number of the application program, and the number increases from small to large.
- the hardware type is the manufacturer type of the corresponding bus adapter and the bus adapter model of the manufacturer; the hardware index is After the corresponding bus adapter is inserted into the computer, the number of the same hardware type is distinguished, and the number is dynamically adjusted in the computer according to the serial number sorting method of the bus adapter; the hardware channel index is the same type of hardware channel carried inside the corresponding bus adapter number, which is pre-set in the same bus adapter, for example, hardware channel A of bus adapter A.
- FIG. 3 is a schematic diagram of a bus adapter hardware index sorting method involved in the present invention.
- the hardware index is obtained by the serial number of the bus adapter in ascending order, and after the serial numbers SN of each bus adapter are sorted in ascending order, the bus adapter with the smallest serial number has the lowest hardware index;
- the hardware index is obtained by sorting the bus adapter serial number in ascending order, and the sorting method is based on string comparison.
- the method for associating a logical channel with a corresponding hardware channel through a mapping table includes: associating each logical channel with a hardware channel of the bus adapter according to the mapping table.
- the method for connecting the logical channel to the corresponding hardware channel for data communication includes: scanning all supported bus adapters plugged into the computer when the application program is connected to the bus adapter, and then to the Find the mapping table associated with the application according to the application name in all mapping tables; search for the corresponding hardware according to the hardware type, hardware index and hardware channel index in the mapping table corresponding to each logical channel associated with the application; if If it exists, initialize the corresponding bus adapter, and connect the data sending and receiving function of the logical channel to the hardware channel of the corresponding bus adapter to realize the data communication between the application logic channel and the corresponding bus.
- connection fails; a general architecture for application access to bus adapter resources is implemented.
- Applications using this architecture can arbitrarily configure the bus adapter models and hardware channels they need to connect. After each configuration change, the mapping relationship It takes effect immediately without modifying the user's software, thereby improving the efficiency of application development and reducing the possibility of errors.
- Changing the bus adapter in the middle, or changing the hardware channel only needs to modify the configuration without modifying the software. When users develop applications, they can choose this method to achieve twice the result with half the effort.
- Fig. 4 is a functional block diagram of the bus adapter and channel binding and configuration system involved in the present invention.
- this Embodiment 2 also provides a bus adapter and channel binding and configuration system, including: a mapping table configuration module, a mapping table for configuring the mapping manager; an association module, The logical channel is associated with the corresponding hardware channel through the mapping table; and the connection module connects the logical channel with the corresponding hardware channel for data communication, realizing a general architecture for an application program to access bus adapter resources, and the application program using this architecture
- the bus adapter model and hardware channel that it needs to be connected can be configured arbitrarily. After each configuration change, the mapping relationship will take effect immediately without modifying the user's software, thereby improving the efficiency of application development and reducing the possibility of errors.
- the mapping table configuration module configures the mapping table of the mapping manager, the association module associates the logical channel with the corresponding hardware channel through the mapping table, and the connection module connects the logical channel with the corresponding hardware channel for data communication
- this Embodiment 3 also provides a mapping manager, which is suitable for associating logical channels with hardware channels, and realizes a general framework for an application program to access bus adapter resources.
- the application program of the architecture can configure the bus adapter model and hardware channel it needs to connect arbitrarily. After each configuration change, the mapping relationship will take effect immediately without modifying the user's software, thereby improving the efficiency of application development and reducing errors. possibility.
- the method for associating a logical channel with a hardware channel adopts the method of binding and configuring a bus adapter and a channel in Embodiment 1.
- Fig. 5 is a functional block diagram of the bus adapter connection system involved in the present invention.
- this Embodiment 4 also provides a bus adapter connection system, including: an application module (a module provided with an application program), a mapping manager and a bus adapter;
- the mapping manager is suitable for associating each logical channel in the application module with the hardware channel of the bus adapter and then connecting them for data communication; the user's application program can access the bus adapters produced by different manufacturers indiscriminately.
- Channel resources, changing the bus adapter in the application process, or changing the hardware channel only needs to modify the configuration without modifying the software. When users develop applications, they can achieve twice the result with half the effort by choosing this method.
- the application module can have single or multiple logical channels; the bus adapter can have single or multiple hardware channels.
- the application module, the mapping manager, and the bus adapter are adapted to use the bus adapter and channel binding and configuration method in Embodiment 1 to associate each logical channel with the hardware channel of the bus adapter connection for data communication.
- the present invention implements an application program access by configuring the mapping table of the mapping manager; associating the logical channel with the corresponding hardware channel through the mapping table; and connecting the logical channel with the corresponding hardware channel for data communication.
- the general architecture of bus adapter resources the application program using this architecture can arbitrarily configure the bus adapter model and hardware channel it needs to connect, and the mapping relationship will take effect immediately after each configuration change, without modifying the user's software. Thereby improving the efficiency of application program development and reducing the possibility of errors.
- each block in a flowchart or block diagram may represent a module, program segment, or part of code that includes one or more Executable instructions.
- the functions noted in the block may occur out of the order noted in the figures. For example, two blocks in succession may, in fact, be executed substantially concurrently, or they may sometimes be executed in the reverse order, depending upon the functionality involved.
- each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations can be implemented by a dedicated hardware-based system that performs the specified function or action , or may be implemented by a combination of dedicated hardware and computer instructions.
- each functional module in each embodiment of the present invention can be integrated together to form an independent part, or each module can exist independently, or two or more modules can be integrated to form an independent part.
- the functions are implemented in the form of software function modules and sold or used as independent products, they can be stored in a computer-readable storage medium.
- the essence of the technical solution of the present invention or the part that contributes to the prior art or the part of the technical solution can be embodied in the form of a software product, and the computer software product is stored in a storage medium, including Several instructions are used to make a computer device (which may be a personal computer, a server, or a network device, etc.) execute all or part of the steps of the methods described in various embodiments of the present invention.
- the aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disks or optical discs and other media that can store program codes.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Stored Programmes (AREA)
- Small-Scale Networks (AREA)
Abstract
Description
Claims (9)
- 一种总线适配器与通道绑定和配置方法,其特征在于,包括:配置映射管理器的映射表;通过映射表将逻辑通道与对应的硬件通道关联;以及将逻辑通道与对应的硬件通道连接以进行数据通信。
- 如权利要求1所述的总线适配器与通道绑定和配置方法,其特征在于,所述配置映射管理器的映射表的方法包括:对映射表中6个信息字段进行配置;所述映射表中6个信息字段包括:应用程序名称、通道类型、逻辑通道索引、硬件类型、硬件索引和硬件通道索引。
- 如权利要求2所述的总线适配器与通道绑定和配置方法,其特征在于,所述应用程序名称为使用映射管理器的应用程序的字符串名称;所述通道类型为映射管理器负责映射的逻辑通道的通道类型;所述逻辑通道索引为应用程序的逻辑通道资源编号,该编号从小到大递增;所述硬件类型为对应的总线适配器的厂家类型和该厂家旗下的总线适配器型号;所述硬件索引为对应的总线适配器在插入后区分同硬件类型的编号,该编号根据总线适配器的序列号排序方法动态调整;所述硬件通道索引为对应的总线适配器内部携带的同类硬件通道的编号,该编号预先设置在同一个总线适配器中。
- 如权利要求3所述的总线适配器与通道绑定和配置方法,其特征在于,所述硬件索引通过总线适配器序列号按照升序排序方法获取,将各总线适配器的序列号SN升序排序后,序列号最小的总线适配器的硬件索引最低。
- 如权利要求4所述的总线适配器与通道绑定和配置方法,其特征在于,所述通过映射表将逻辑通道与对应的硬件通道关联的方法包括:根据映射表将每一个逻辑通道对应总线适配器的硬件通道关联。
- 如权利要求5所述的总线适配器与通道绑定和配置方法,其特征在于,所述将逻辑通道与对应的硬件通道连接以进行数据通信的方法包括:应用程序连接总线适配器时扫描所有支持的总线适配器,再到映射管理器所包含的所有映射表中根据应用程序名称查找该应用程序关联的映射表;根据该应用程序所关联的每一个逻辑通道对应的映射表中硬件类型、硬件索引和硬件通道索引搜索对应的硬件是否存在;若存在则初始化对应的总线适配器并逻辑通道的数据收发功能和对应的总线适配器的硬件通道连接进行数据通信,否则连接失败。
- 一种总线适配器与通道绑定和配置系统,其特征在于,包括:映射表配置模块,配置映射管理器的映射表;关联模块,通过映射表将逻辑通道与对应的硬件通道关联;以及连接模块,将逻辑通道与对应的硬件通道连接以进行数据通信。
- 一种映射管理器,其特征在于,所述映射管理器适于将逻辑通道与硬件通道关联。
- 一种总线适配器连接系统,其特征在于,包括:应用程序模块、映射管理器和总线适配器;所述映射管理器适于将所述应用程序模块中将每一个逻辑通道与所述总线适配器的硬件通道关联后连接,以进行数据通信。
Priority Applications (9)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP22852012.8A EP4319063A1 (en) | 2021-08-02 | 2022-07-28 | Bus adapter and channel bundling configuration method, mapping manager, and connection system |
CA3206530A CA3206530A1 (en) | 2021-08-02 | 2022-07-28 | Binding and configuration method for a bus adapter and a channel, mapping manager, and connection system |
MX2023010696A MX2023010696A (es) | 2021-08-02 | 2022-07-28 | Metodo de enlace y configuracion para un adaptador de bus y un canal, gestor de mapeo y sistema de conexion. |
KR1020227026973A KR20230021632A (ko) | 2021-08-02 | 2022-07-28 | 버스 어댑터와 채널의 바인딩 설치방법, 매핑 관리기 및 연결시스템 |
JP2022547315A JP7519571B2 (ja) | 2021-08-02 | 2022-07-28 | バスアダプタとチャネルとのバインディング及び配置方法、並びにマッピング管理装置及び接続システム |
US17/882,583 US11757677B2 (en) | 2021-08-02 | 2022-08-07 | Binding and configuration method for a bus adapter and a channel, mapping manager, and connection system |
US18/223,044 US12047200B2 (en) | 2021-08-02 | 2023-07-18 | Binding and configuration method for bus adapter and channel and configuration method for mapping table |
US18/223,061 US12047201B2 (en) | 2021-08-02 | 2023-07-18 | Binding and configuration method for bus adapter and channel, bus adapter and connection system |
JP2024093367A JP2024116280A (ja) | 2021-08-02 | 2024-06-08 | マッピング管理装置におけるマッピングテーブルの配置方法、バスアダプタとチャネルとのバインディング及び配置方法、記憶媒体、電子機器、コンピュータ装置、バスアダプタとコンピュータ装置との接続方法、バスアダプタとチャネルとのバインディング及び配置システム、マッピング管理装置、バスアダプタの接続システム、及び、バスアダプタ |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110878601.2A CN113612671B (zh) | 2021-08-02 | 2021-08-02 | 总线适配器与通道绑定配置方法、映射管理器及连接系统 |
CN202110878601.2 | 2021-08-02 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US17/882,583 Continuation US11757677B2 (en) | 2021-08-02 | 2022-08-07 | Binding and configuration method for a bus adapter and a channel, mapping manager, and connection system |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2023011298A1 true WO2023011298A1 (zh) | 2023-02-09 |
Family
ID=78338975
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2022/108431 WO2023011298A1 (zh) | 2021-08-02 | 2022-07-28 | 总线适配器与通道绑定配置方法、映射管理器及连接系统 |
Country Status (2)
Country | Link |
---|---|
CN (2) | CN115499268B (zh) |
WO (1) | WO2023011298A1 (zh) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7519571B2 (ja) | 2021-08-02 | 2024-07-22 | シャンハイ トサン テクノロジー リミテッド | バスアダプタとチャネルとのバインディング及び配置方法、並びにマッピング管理装置及び接続システム |
CN115499268B (zh) * | 2021-08-02 | 2024-10-18 | 上海同星智能科技有限公司 | 用于汽车总线的映射管理器及总线适配器连接系统 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5761448A (en) * | 1996-08-30 | 1998-06-02 | Ncr Corporation | Physical-to-logical bus mapping scheme for computer systems having multiple PCI bus configuration |
CN101420459A (zh) * | 2008-12-05 | 2009-04-29 | 杭州华三通信技术有限公司 | 一种管理应用配置信息的方法、应用系统和存储设备 |
US8065454B1 (en) * | 2009-08-20 | 2011-11-22 | Qlogic, Corporation | System and method for mapping functions to and from network devices using configuration compatible with an adapter by remapping plurality of logical ports of adapter |
CN112415943A (zh) * | 2020-11-12 | 2021-02-26 | 珠海格力电器股份有限公司 | 一种io端口配置装置、方法和plc组态软件 |
CN113612671A (zh) * | 2021-08-02 | 2021-11-05 | 上海同星智能科技有限公司 | 总线适配器与通道绑定配置方法、映射管理器及连接系统 |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS52130532A (en) * | 1976-04-27 | 1977-11-01 | Fujitsu Ltd | Address conversion system |
US7447735B2 (en) * | 2003-07-01 | 2008-11-04 | Motorola, Inc. | Interprocessor communication protocol |
US7543084B2 (en) * | 2005-02-25 | 2009-06-02 | International Business Machines Corporation | Method for destroying virtual resources in a logically partitioned data processing system |
CN1791103A (zh) * | 2005-10-20 | 2006-06-21 | 上海电器科学研究所(集团)有限公司 | 具有可配置特性的现场总线通信适配器 |
KR100718271B1 (ko) * | 2005-12-02 | 2007-05-15 | (재)대구경북과학기술연구원 | 하드웨어 디바이스 및 콘텐츠 자원공유를 위한 소프트웨어플랫폼이 장착된 임베디드 전자장치 |
US7379777B2 (en) * | 2006-01-24 | 2008-05-27 | National Instruments Corporation | System and method for automatically updating the memory map of a programmable logic controller to customized hardware |
CN101714065A (zh) * | 2009-11-24 | 2010-05-26 | 西安奇维测控科技有限公司 | 一种闪存控制器的映射信息管理方法 |
US9740647B1 (en) * | 2016-10-21 | 2017-08-22 | International Business Machines Corporation | Migrating DMA mappings from a source I/O adapter of a computing system to a destination I/O adapter of the computing system |
CN112486863B (zh) * | 2020-11-25 | 2024-09-24 | 珠海格力电器股份有限公司 | 软件虚拟仿真方法、装置和电子设备 |
-
2021
- 2021-08-02 CN CN202211061631.5A patent/CN115499268B/zh active Active
- 2021-08-02 CN CN202110878601.2A patent/CN113612671B/zh active Active
-
2022
- 2022-07-28 WO PCT/CN2022/108431 patent/WO2023011298A1/zh active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5761448A (en) * | 1996-08-30 | 1998-06-02 | Ncr Corporation | Physical-to-logical bus mapping scheme for computer systems having multiple PCI bus configuration |
CN101420459A (zh) * | 2008-12-05 | 2009-04-29 | 杭州华三通信技术有限公司 | 一种管理应用配置信息的方法、应用系统和存储设备 |
US8065454B1 (en) * | 2009-08-20 | 2011-11-22 | Qlogic, Corporation | System and method for mapping functions to and from network devices using configuration compatible with an adapter by remapping plurality of logical ports of adapter |
CN112415943A (zh) * | 2020-11-12 | 2021-02-26 | 珠海格力电器股份有限公司 | 一种io端口配置装置、方法和plc组态软件 |
CN113612671A (zh) * | 2021-08-02 | 2021-11-05 | 上海同星智能科技有限公司 | 总线适配器与通道绑定配置方法、映射管理器及连接系统 |
Also Published As
Publication number | Publication date |
---|---|
CN113612671A (zh) | 2021-11-05 |
CN113612671B (zh) | 2022-09-06 |
CN115499268B (zh) | 2024-10-18 |
CN115499268A (zh) | 2022-12-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2023011298A1 (zh) | 总线适配器与通道绑定配置方法、映射管理器及连接系统 | |
US7673020B2 (en) | System and method for facilitating communication between a computing device and multiple categories of media devices | |
US7412544B2 (en) | Reconfigurable USB I/O device persona | |
US20020146002A1 (en) | Network administration apparatus, network administrating program, network administrating method and computer network system | |
US7103665B2 (en) | Method of managing a resource storage data, program for managing the resource storage data, storage media having the resource managing program, and resource manager for managing the resource storage data | |
CN108304463A (zh) | 一种用于数据库的数据管理方法及其数据库应用组件 | |
US6877042B2 (en) | System and method for generating world wide names | |
US20080288708A1 (en) | Multiple virtual usb devices with virtual hub implemented using one usb device controller | |
US8320401B2 (en) | System and method to access and address high-speed interface converter devices | |
US6643714B1 (en) | Modification and use of configuration memory used during operation of a serial bus | |
CN104932922A (zh) | 一种调整sas卡硬盘启动顺序的方法及装置 | |
US6671727B1 (en) | Methodology for providing persistent target identification in a fibre channel environment | |
CN109976870A (zh) | 虚拟机的创建方法、装置、设备及介质 | |
US20020129132A1 (en) | Network management apparatus, network communication apparatus, network communication program, network communication method and computer network system | |
WO2023011504A1 (zh) | 多适配器兼容库文件模块、调用方法、调用系统及设备 | |
US7826386B2 (en) | Facilitating the configuring of communications environments | |
CN110290226A (zh) | 一种通用的客户端和服务端对接接口协议方法 | |
JP7519571B2 (ja) | バスアダプタとチャネルとのバインディング及び配置方法、並びにマッピング管理装置及び接続システム | |
US8683022B2 (en) | Methods and apparatus for assigning a physical adapter to a virtual adapter | |
CN116932451A (zh) | 一种数据处理方法、主机及相关设备 | |
US20090063495A1 (en) | Volume mapping by blade slot | |
US20150195366A1 (en) | Switching device, non-transitory computer readable medium and zoning setting method | |
CN111090427A (zh) | 一种嵌入式系统中运行时构建usb复合设备的方法 | |
CN108132900A (zh) | 转接设备、远程通信系统以及数据传输方法 | |
CN113076273B (zh) | 组件接入方法、装置、电子设备、存储介质及程序产品 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
ENP | Entry into the national phase |
Ref document number: 2022547315 Country of ref document: JP Kind code of ref document: A |
|
WWE | Wipo information: entry into national phase |
Ref document number: 202217070461 Country of ref document: IN |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 22852012 Country of ref document: EP Kind code of ref document: A1 |
|
ENP | Entry into the national phase |
Ref document number: 3206530 Country of ref document: CA |
|
WWE | Wipo information: entry into national phase |
Ref document number: MX/A/2023/010696 Country of ref document: MX |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2022852012 Country of ref document: EP |
|
ENP | Entry into the national phase |
Ref document number: 2022852012 Country of ref document: EP Effective date: 20231031 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |