WO2021068374A1 - 控制系统、交换机以及对执行装置进行控制的方法 - Google Patents
控制系统、交换机以及对执行装置进行控制的方法 Download PDFInfo
- Publication number
- WO2021068374A1 WO2021068374A1 PCT/CN2019/121098 CN2019121098W WO2021068374A1 WO 2021068374 A1 WO2021068374 A1 WO 2021068374A1 CN 2019121098 W CN2019121098 W CN 2019121098W WO 2021068374 A1 WO2021068374 A1 WO 2021068374A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- control
- address
- module
- execution device
- control system
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B19/00—Programme-control systems
- G05B19/02—Programme-control systems electric
- G05B19/04—Programme control other than numerical control, i.e. in sequence controllers or logic controllers
- G05B19/042—Programme control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
- G05B19/0423—Input/output
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/38—Information transfer, e.g. on bus
- G06F13/42—Bus transfer protocol, e.g. handshake; Synchronisation
- G06F13/4204—Bus transfer protocol, e.g. handshake; Synchronisation on a parallel bus
- G06F13/4221—Bus transfer protocol, e.g. handshake; Synchronisation on a parallel bus being an input/output bus, e.g. ISA bus, EISA bus, PCI bus, SCSI bus
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/38—Information transfer, e.g. on bus
- G06F13/40—Bus structure
- G06F13/4004—Coupling between buses
- G06F13/4022—Coupling between buses using switching circuits, e.g. switching matrix, connection or expansion network
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/38—Information transfer, e.g. on bus
- G06F13/42—Bus transfer protocol, e.g. handshake; Synchronisation
- G06F13/4282—Bus transfer protocol, e.g. handshake; Synchronisation on a serial bus, e.g. I2C bus, SPI bus
- G06F13/4295—Bus transfer protocol, e.g. handshake; Synchronisation on a serial bus, e.g. I2C bus, SPI bus using an embedded synchronisation
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/12—Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
- H04L67/125—Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks involving control of end-device applications over a network
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B2219/00—Program-control systems
- G05B2219/20—Pc systems
- G05B2219/24—Pc safety
- G05B2219/24215—Scada supervisory control and data acquisition
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2213/00—Indexing scheme relating to interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F2213/0026—PCI express
Definitions
- This application relates to control technology, in particular to control systems, switches, and methods for controlling execution devices.
- each port of the switch generally has at least 3 to 4 low-speed control signals, so there are at least 200 control signals for the optical module on a single backplane.
- the existing method of controlling the operation of the switch is that the processor sends instructions to the FPGA (Field-Programmable Gate Array) through the PCIe (Peripheral Component Interconnect express) bus, and the FPGA directly controls the optical module. For each port, this method occupies a lot of FPGA pins, and the leads occupy a lot of space on the board.
- Another way to control the operation of the switch is that the processor sends instructions to the control module through the PCIe bus.
- the control module connects multiple IO expansion modules through the I2C bus, and each IO expansion module controls an optical module. This method has complex control logic. It is necessary to integrate a driver specially developed for the hardware architecture of the IO expansion module, which is difficult to develop and low in efficiency, and is prone to abnormalities.
- the present application provides an optical module control system, its implementation method and implementation device, and a switch. It can reduce the number of pins of the control module occupied, and does not require a specially developed driver, the control logic is simple and the operation is stable.
- an embodiment of the present application provides a control system for controlling an execution device, characterized in that the control system includes a processor, a control module, and an address resolution module; wherein,
- the processor is connected to the control module through the peripheral component interconnection high-speed PCIe bus, the control module is connected to one or more address resolution modules through the address bus, and each address resolution module is set to be connected to an execution device; among them,
- the processor is pre-configured with address information of the port to be controlled on each execution device, and the address information is used to enable the processor to address the corresponding address resolution module through the control module.
- the processor is configured to send a control instruction to the control module; where the control instruction includes address information and control action information of the port to be controlled of the execution device;
- the control module is used to address the corresponding address resolution module according to the address information of the port to be controlled of the execution device contained in the control instruction;
- the address resolution module is used to send a control signal to the port to be controlled of the corresponding execution device according to the control action information in the control instruction.
- the address resolution module includes an address resolver and a flip-flop with a latch function, the address resolver is connected to the flip-flop in a one-to-one correspondence, and the flip-flop is set to be connected to an execution device, wherein,
- the address resolver is used to determine that the address information in the control instruction matches the address of the execution device connected to the trigger, and send control action information to the corresponding trigger;
- the trigger is used to execute the control action for the corresponding execution device according to the control action information.
- control module is a complex programmable logic device CPLD, a micro-control unit MCU or a field programmable logic gate array FPGA.
- the address resolution module is packaged with the corresponding execution device.
- control system includes multiple address resolution modules, and the address bus between the multiple address resolution modules and the control module adopts a daisy chain topology structure.
- multiple address resolvers are encapsulated into one data selector, and the data selector is used to parse address information.
- the address resolver is a data selector, and the output end of the address resolver is connected to a plurality of flip-flops.
- the execution device is an optical module or a hard disk.
- an embodiment of the present application provides a switch, which includes the control system and an execution device in any one of the foregoing embodiments of the claims; wherein the execution device is an optical module.
- an embodiment of the present application provides a method for controlling an execution device.
- the method is executed by a control system.
- the control system includes a processor, a control module, and an address resolution module.
- the method includes:
- the processor sends a control instruction to the control module; where the control instruction includes address information and control action information of the port to be controlled of the execution device;
- the control module addresses the corresponding address resolution module according to the address information of the port to be controlled of the execution device contained in the control instruction;
- the address analysis module sends a control signal to the port to be controlled of the corresponding execution device according to the control action information in the control instruction.
- the beneficial effect of the embodiments of the present application is that the control system provided by the embodiments of the present application uses an address bus to connect the control module and the address resolution module, which can reduce the use of pins of the control module, so that a control module with fewer pins can be selected, which reduces
- the size of the control module is small, thereby reducing the footprint of the backplane, enriching the selection range of the control module, and reducing the cost of the control module; and the use of a bus to connect each address resolution module can enable the location of the address resolution module on the switch backplane and
- the wiring is more flexible, so overall the size of the switch backplane is reduced, and even the number of layers of the switch backplane is reduced, thereby reducing the manufacturing cost;
- the control module uses the index address allocated for the port to be controlled of the execution device to address the execution device There is no need to specifically develop
- FIG. 1 is a block diagram of an optical module control system provided by an embodiment of the application
- Fig. 2 is a flowchart of an implementation method of an optical module control system provided by an embodiment of the application.
- an embodiment of the present application provides a control system for controlling an execution device.
- the control system includes a processor 100, a control module 200, and an address resolution module 300, as shown in FIG.
- the execution device 400 connected to the address resolution module 300 is also shown in.
- the processor 100 is connected to the control module 200 through a PCIe bus, the control module 200 is connected to one or more address resolution modules 300 through an address bus, and each address resolution module 300 is connected to the execution device 400 through a wire;
- the processor 100 is pre-configured with address information of the port to be controlled on each execution device 400, and the address information is used to enable the processor 100 to address the corresponding address resolution module 300 through the control module.
- FPGA Field-Programmable Gate Array
- IO Input/Output, input/output
- FPGA Field-Programmable Gate Array
- the processor sends instructions to the FPGA through the PCIe (Peripheral Component Interconnect express) bus, and the FPGA directly controls the ports of the optical module after parsing the instructions.
- PCIe Peripheral Component Interconnect express
- the disadvantage is that the leads of all actuators need to occupy a pin of the FPGA, so the leads occupy a large amount of board space, which is a great waste of both FPGA resources and board space.
- all the control signals of the execution device are connected to their respective IO expansion modules, and then all the IO expansion modules are connected to the control module through the I2C bus.
- the processor will issue instructions to the control module through the PCIe bus, and then the control module will parse the instructions and then convert them into I2C instructions and issue them to the corresponding IO expansion module, thereby achieving control of the execution device.
- the advantage is that by increasing the IO expansion module, the requirement for the number of pins of the control module is reduced, and the IO expansion module can be placed nearby, and the control signal of the actuator does not need to span far to lead, saving a lot of board Space.
- the disadvantage is that the control logic is complex, and the driver program specially developed for the hardware architecture of the IO expansion module needs to be integrated, so the development is difficult and inefficient, and abnormalities are prone to occur.
- the control module 200 is connected to one or more address resolution modules 300 through an address bus, and the control module 200 can use a small number of pins to connect to the address bus. , It can control a larger number of address resolution modules 300, so compared with the FPGA-based architecture, when a larger number of address resolution modules 300 need to be controlled, a smaller number of pins of the control module 200 can be occupied.
- pre-configured address information of the port to be controlled is used to address the address resolution module 300, thereby controlling the execution device 400 corresponding to the addressed address resolution module 300.
- the implementation in this application In the technical solution provided in the example, there is no need to develop a special driver for the hardware architecture of the control system. Therefore, when constructing the control system and controlling the execution device, the solution of addressing the address resolution module 300 with the pre-set port address information It is universally applicable to various collocations of the control system and the execution device 400, so it can reduce the workload of developing the driver program, and the efficiency of creating the control system and running the control system and the execution device is high; in addition, because the solution is generally applicable to the control system and Various collocations of the device 400 are executed, so the driver program of the control system is stable and not prone to failure.
- the processor 100 is configured to send a control instruction to the control module; where the control instruction includes address information and control action information of the port to be controlled of the execution device;
- the control module 200 is configured to address the corresponding address resolution module according to the address information of the port to be controlled of the execution device contained in the control instruction;
- the address resolution module 300 is configured to send a control signal to the port to be controlled of the corresponding execution device according to the control action information in the control instruction.
- the processor 100 sends control instructions to the control module 200 through the PCIe bus; the processor 100 is used to query the execution device to be controlled when controlling a certain port to be controlled of the execution device 400 After the pre-allocated address of the port, a control instruction is sent to the control module 200 to control a certain execution device (410, 420, etc.) in the control system.
- the address allocated in advance for the port to be controlled of the execution device is stored in the memory of the control system, and the memory of the control system stores the index address allocated for the execution device when the port to be controlled of the execution device is initialized.
- the memory accepts the access sent by the processor 100, and after inquiring the index address of the port to be controlled of the execution device, returns the index address of the inquired port to be controlled of the execution device to the processor 100.
- the control module 200 After receiving the control instruction sent by the processor 100 through the PCIe bus, the control module 200 parses the control instruction from the address information and control action information of the port to be controlled of the execution device.
- the address information refers to the index address of the execution device of the control system in the memory, and the control action information indicates that the trigger connected to the execution device 400 is triggered or de-triggered, so as to control the operation and stop of the execution device 400.
- the address resolution module 300 is used to index the port of the execution device 400 corresponding to the address information according to the address information obtained from the control module 200 through the address bus, and execute the control action information obtained from the control module 200 through the address bus.
- the control action of the execution device 400 corresponding to the address information is used to index the port of the execution device 400 corresponding to the address information according to the address information obtained from the control module 200 through the address bus, and execute the control action information obtained from the control module 200 through the address bus.
- the index address queried in the memory is used to control the processor 100
- the action information is indexed to the execution device 400 that needs to execute the control instruction.
- the control module 200 is used to parse the address information and control action information from the control instructions from the processor 100, and then the resolved address information and control action information are transmitted to the address resolution module 300 through the address bus. According to the address information, the address resolution module 300 indexes the control action information to the execution device 400 that needs to execute the control instruction.
- the control system provided by the embodiments of the present application adopts the address mapping method, it can index to the execution device 400 only by using the address bus.
- the number of leads used is smaller. Therefore, the space occupied by the wiring and the number of pins occupied are reduced; therefore, when the same number of execution devices 400 are controlled, compared with the design based on the FPGA architecture, the control system in the control system provided by the embodiment of the application is The module 200 can use a smaller number of pins, the selection range of the control module 200 becomes larger, and a device with fewer pins can be used as the control module 200 in the control system provided by the embodiment of the present application, so the cost of the control module 200 It can be reduced accordingly; on the other hand, the control module 200 does not need to be an FPGA, but other types of control modules 200 can be used.
- control modules 200 can take up less space than the FPGA, thus reducing the control module 200 on the backplane. The space occupied.
- the use of a large number of devices that support the I2C communication protocol will bring logical complexity, because all the devices that support the I2C communication protocol are based on the I2C bus protocol, and the controller must Integrate different I2C bus protocols for different architectures (for example, under different architectures, if the addresses of devices that support the I2C communication protocol are different, then the code needs to be re-modified, which will bring development costs).
- the hardware used in the solution provided by the embodiment of the application is decoupled from the logic of the loaded program, so the program developer does not need to follow the actual hardware architecture Then for development, you only need to start the software work according to the address table of the control pins on a set of hardware devices; and the hardware also adapts the hardware according to this address table, which greatly improves the development of the driver. effectiveness.
- the control system provided by the embodiments of the present application does not need to use the IO expansion module. Therefore, when executing the control instructions, the IO expansion module does not need to occupy the space on the bottom plate.
- the bottom plate can be made smaller in size, even making the printed circuit board used as the bottom plate.
- the number of layers can be fewer, thus reducing the cost when manufacturing the backplane; and because the control system adopts the address mapping method, there is no need to integrate the driver of the IO expansion module and the driver of the expansion module to find the target execution device to perform the action, so the control Logically, it is easier to implement and more stable when executing control actions.
- the control system provided by the embodiment of the application adopts both the control module 200 and the address resolution module 300 to realize the function of the FPGA; compared with the design based on the IO expansion module, the embodiment of the application provides In the control system, the control module 200 plus the address resolution module 300 are used to realize the functions of the control module and the IO expansion module. Among them, the control module 200 is only used for parsing control instructions. Therefore, the material selection range of the control module 200 is very large.
- the control module 200 may be a CPLD (Complex Programmable Logic Device), an MCU (Microcontroller Unit, micro control unit), an FPGA, or other sizes.
- the address resolution module 300 may use an address resolver and a flip-flop with a latch function.
- the address resolver and the flip-flop are connected in a one-to-one correspondence to trigger
- the device is set to be connected to an execution device; where the address resolver is used to determine the execution device (410, 420, etc.) indexed by the address information: the address information in the judgment control instruction is connected to the address of the execution device connected to the trigger
- the control action information is sent to the corresponding trigger; the trigger is used to execute the control action of the execution device corresponding to the trigger according to the control action information.
- the trigger may be a JK trigger or an RS trigger.
- the trigger can be connected to the corresponding execution device through its output terminal.
- the actions of the JK flip-flop include: hold state, reset state, set state, and state flip.
- the JK flip-flop has only one output pin, which is connected to the input terminal of the actuator, and the input signal of the actuator is controlled by the level change on the output pin of the JK flip-flop.
- the output signal of the JK flip-flop is in the form of pulses, and each pulse will change the output level once to switch between high level and low level.
- the actions of the RS flip-flop include: hold state, reset state, and set state.
- the size of the address resolution module 300 is very small, and the address resolution module 300 can even be packaged in a silicon-level package, so the size is much smaller than large-scale programmable control devices such as FPGA.
- the control system uses an address bus to connect the control module 200 and the address resolution module 300, the address resolution module 300 can be flexibly arranged, The address resolution module 300 is arranged close to the execution device 400.
- the address resolution module 300 and the corresponding execution device 400 may be packaged together, thereby further reducing the space occupied by the address resolution module 300 on the bottom board.
- the address resolution module 300 is on the execution device 400.
- the address resolution module 300 is on the backplane.
- the address bus is used to connect the control module 200 and the address resolution module 300, it is not necessary to connect the control module and the execution device (or in the design based on the IO expansion module) like the existing technical solutions. In, it is to connect the control module, the IO expansion module and the execution device). First, all the leads are summarized at the control module, and then connected to the execution device across most of the backplane (or in the design based on the IO expansion module, summary at the control module All the leads connected to the IO expansion module are respectively drawn from the IO expansion module and connected to each actuator.
- the address bus does not take up a lot of backplane space. For example, if there are 56 execution devices 400 in the control system, and each execution device 400 has 3 control signals, at this time, there are a total of 168 control signals. If a design based on FPGA architecture is adopted, at least 168 FPGAs are required. Pins, so the specification requirements for FPGAs are very high.
- FPGAs are large in size and take up a lot of floor space due to wiring.
- the control is completed, so the screening range of the control module 200 is very large, and the control module 200 that is as small in size and meets the needs of use can be screened out as much as possible.
- a very compact control module 200 can be selected, and the routing of the address bus is very concise, so a smaller number of layers can be selected.
- the printed circuit board serves as the bottom plate, which will reduce the cost of the printed circuit board. For example, a 14-layer printed circuit board has a cost reduction of 40% compared to a 16-layer printed circuit board.
- the control system includes multiple address resolution modules (310, 320, etc.), and these multiple addresses
- the address bus between the parsing module and the control module adopts a daisy chain topology structure, and these multiple address parsing modules are also connected accordingly.
- the execution device corresponding to the address information is indexed through the daisy chain formed by the mutual connection of the address resolution modules.
- the wiring on the printed circuit board connects the input interfaces of all address resolution modules in series. All address resolution modules are actually in a parallel relationship. When the control module sends address information, all address resolution modules are connected in parallel.
- the modules basically receive the information at the same time. Which address resolution module can resolve the matched address, and then the address resolution module that matches the address sends a trigger signal. If the address resolved by the address resolution module is not a matched address, then the address The parsing module ignores the received address information and control action information. In the solution using the address resolver and the JK flip-flop, the address resolver with the matching address will trigger the JK flip-flop at the back end, and the JK flip-flop level will be reversed to complete the triggering/de-triggering of the controlled signal.
- the address resolver may be a data selector, such as a 8-to-1 data selector with a model of Hitachi 74LS151; the output end of the address resolver may be connected to multiple flip-flops.
- multiple address resolvers connected in a daisy chain can be taken as a whole, set in the style of a data selector and have the function of a data selector.
- the processor 100 is selected as Intel’s Xeon D-1527 processor, which is connected to the control module through a set of PCIe bus; the control module 200 is selected as LFE5U- from lattice company For the 12F-6MG285C processor, the control module 200 is connected to the address resolver through a set of address buses.
- the address resolver can be a data selector.
- the data selector is selected as the Hitachi 74LS151 8 out of 1 data selector; For the application of 48 actuators, a total of 18 8-to-1 data selectors are required.
- Each downstream port of the data selector is connected to a JK trigger. If the JK trigger is selected as Hitachi 74LS76, a total of 72 such models are required.
- the data selector and JK flip-flop constitute the address resolution module 300, which is placed close to the execution device 400. A small package can be selected to save space; the addressing bus output from the control module 200 connects the address resolution module through a daisy chain stand up.
- the execution device 400 is an optical module.
- the execution device 400 sends instructions to the optical module through the DIS, RS0, and RS1 pins of the optical module to control the actions of the corresponding optical module.
- the signal sent by the trigger to the optical module through the DIS pin of the corresponding optical module is responsible for controlling whether the corresponding optical module is working;
- the signal introduced by the RS0 and RS1 pins is responsible for controlling the working mode of the optical module and is used to switch the optical module. rate.
- the execution device 400 is a hard disk, a plurality of hard disks connected to the control system form a hard disk array, and the control system is used to control whether the hard disks in the hard disk array operate.
- the embodiment of the present application provides a method for controlling an execution device.
- the method is executed by a control system.
- the control system includes a processor, a control module, and an address resolution module. As shown in FIG. 2, the method includes step S101-step S105.
- Step S101 the processor sends a control instruction to the control module.
- control instruction includes address information and control action information of the port to be controlled of the execution device.
- step S103 the control module addresses the corresponding address resolution module according to the address information of the port to be controlled of the execution device contained in the control instruction.
- Step S105 the address resolution module sends a control signal to the port to be controlled of the corresponding execution device according to the control action information in the control instruction.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Mathematical Physics (AREA)
- Health & Medical Sciences (AREA)
- Computing Systems (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Automation & Control Theory (AREA)
- Bus Control (AREA)
Abstract
Description
Claims (11)
- 一种控制系统,用于对执行装置进行控制,其特征在于,所述控制系统包括处理器、控制模块和地址解析模块;其中,所述处理器通过外围组件互连高速PCIe总线与所述控制模块连接,所述控制模块通过地址总线与一个或多个地址解析模块连接,每个地址解析模块被设置为与一个执行装置连接;其中,所述处理器上预先配置有每个执行装置上的待控制端口的地址信息,所述地址信息用于使所述处理器通过所述控制模块寻址相应的地址解析模块。
- 根据权利要求1所述的控制系统,其中,所述处理器用于向所述控制模块发送控制指令;其中,所述控制指令包含执行装置的待控制端口的地址信息和控制动作信息;所述控制模块用于根据所述控制指令中所包含的执行装置的待控制端口的地址信息寻址到对应的地址解析模块;所述地址解析模块用于根据所述控制指令中的控制动作信息向对应的执行装置的待控制端口发送控制信号。
- 根据权利要求1所述的控制系统,其特征在于,所述地址解析模块包括地址解析器和具有锁存功能的触发器,所述地址解析器与所述触发器一一对应连接,所述触发器被设置为与一个执行装置连接,其中,所述地址解析器用于判断控制指令中的地址信息与所述触发器连接的执行装置的地址相匹配时,向对应的触发器发送控制动作信息;所述触发器用于根据所述控制动作信息执行对于所述对应的执行装置的控制动作。
- 根据权利要求1所述的控制系统,其特征在于,所述控制模块是复杂可编程逻辑器件CPLD、微控制单元MCU或者现场可编程逻辑门阵列FPGA。
- 根据权利要求1所述的控制系统,其特征在于,所述地址解析模块与对应的执行装置封装在一起。
- 根据权利要求1所述的控制系统,其中,所述控制系统包括多个地 址解析模块,所述多个地址解析模块与所述控制模块之间的地址总线采用菊花链拓扑结构。
- 根据权利要求6所述的控制系统,其特征在于,所述多个地址解析器被封装成为一个数据选择器,所述数据选择器用于对所述地址信息进行解析。
- 根据权利要求3所述的系统,其特征在于,所述地址解析器是数据选择器,所述地址解析器的输出端连接于多个触发器。
- 根据权利要求1所述的控制系统,其中,所述执行装置是光模块或者硬盘。
- 一种交换机,其特征在于,所述交换机包括权利要求1-8中任一项所述的控制系统以及执行装置;其中,所述执行装置是光模块。
- 一种对执行装置进行控制的方法,所述方法由控制系统执行,所述控制系统包括处理器、控制模块以及地址解析模块,其特征在于,所述方法包括:由所述处理器向控制模块发送控制指令;其中,所述控制指令包含执行装置的待控制端口的地址信息和控制动作信息;由所述控制模块根据所述控制指令中所包含的执行装置的待控制端口的地址信息寻址到对应的地址解析模块;由所述地址解析模块根据所述控制指令中的控制动作信息向对应的执行装置的待控制端口发送控制信号。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US17/760,838 US11650950B2 (en) | 2019-10-10 | 2019-11-27 | Control system, switch, and method for controlling execution device |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910956928.XA CN110764444A (zh) | 2019-10-10 | 2019-10-10 | 控制系统、交换机以及对执行装置进行控制的方法 |
CN201910956928.X | 2019-10-10 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2021068374A1 true WO2021068374A1 (zh) | 2021-04-15 |
Family
ID=69331601
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2019/121098 WO2021068374A1 (zh) | 2019-10-10 | 2019-11-27 | 控制系统、交换机以及对执行装置进行控制的方法 |
Country Status (3)
Country | Link |
---|---|
US (1) | US11650950B2 (zh) |
CN (1) | CN110764444A (zh) |
WO (1) | WO2021068374A1 (zh) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112527714B (zh) * | 2020-11-13 | 2023-03-28 | 苏州浪潮智能科技有限公司 | 一种服务器的peci信号互联方法、系统、设备以及介质 |
CN114035469B (zh) * | 2021-11-08 | 2024-04-12 | 中电科思仪科技股份有限公司 | 一种程控衰减器的通用控制系统及方法 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1731370A (zh) * | 2004-08-06 | 2006-02-08 | 华为技术有限公司 | 光模块寻址装置及其方法 |
CN103188173A (zh) * | 2011-12-28 | 2013-07-03 | 迈普通信技术股份有限公司 | 一种交换机设备 |
US20150263994A1 (en) * | 2014-03-13 | 2015-09-17 | Mellanox Technologies Ltd. | Buffering schemes for communication over long haul links |
CN106168934A (zh) * | 2016-06-29 | 2016-11-30 | 锐捷网络股份有限公司 | 一种数据传输方法及装置 |
CN109739794A (zh) * | 2018-12-19 | 2019-05-10 | 郑州云海信息技术有限公司 | 一种使用cpld实现i2c总线扩展的系统及方法 |
Family Cites Families (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5201029A (en) | 1988-10-24 | 1993-04-06 | U.S. Philips Corporation | Digital data processing apparatus using daisy chain control |
DE69032680T2 (de) | 1989-01-06 | 1999-06-02 | Hitachi, Ltd., Tokio/Tokyo | Neuronaler Rechner |
US5214747A (en) | 1990-12-24 | 1993-05-25 | Eastman Kodak Company | Segmented neural network with daisy chain control |
FR2687814A1 (fr) | 1992-02-26 | 1993-08-27 | Philips Electronique Lab | Processeur neuronal a cellules synaptiques reparties. |
EP0694852B1 (en) | 1994-07-28 | 2002-06-26 | International Business Machines Corporation | Innovative neuron circuit architectures |
JP2004531811A (ja) * | 2001-03-30 | 2004-10-14 | インターナショナル・ビジネス・マシーンズ・コーポレーション | 人工ニューラル・ネットワークのすべてのフリー・ニューロン内のグローバル・リソースを事前荷電するための回路 |
CN100530156C (zh) * | 2007-08-03 | 2009-08-19 | 杭州华三通信技术有限公司 | 一种主从模块间的控制方法和装置 |
CN102855503A (zh) * | 2011-06-27 | 2013-01-02 | 吴健 | Rfid环形天线阵列监测系统及监测控制方法 |
CN102752050A (zh) * | 2012-07-19 | 2012-10-24 | 青岛海信宽带多媒体技术有限公司 | 主机与多个光模块的通信方法及装置 |
CN102981992B (zh) * | 2012-11-28 | 2015-12-02 | 中国人民解放军国防科学技术大学 | 基于异步结构的集成电路片上通讯方法及装置 |
US10055376B1 (en) * | 2015-01-15 | 2018-08-21 | Maxim Integrated Products, Inc. | Serial peripheral interface system with slave expander |
CN105260335B (zh) * | 2015-09-22 | 2019-06-28 | 上海斐讯数据通信技术有限公司 | 扩展光接口的数据处理系统及方法 |
US10409737B2 (en) * | 2017-06-07 | 2019-09-10 | Intel Corporation | Apparatus, system, and method for positionally aware device management bus address assignment |
CN109062851A (zh) * | 2018-08-22 | 2018-12-21 | 同源微(北京)半导体技术有限公司 | 控制数据的传输系统和方法、子系统、计算机设备和计算机可读存储介质 |
CN109446154A (zh) * | 2018-10-30 | 2019-03-08 | 广州开信通讯系统有限公司 | 光模块监控系统和方法 |
-
2019
- 2019-10-10 CN CN201910956928.XA patent/CN110764444A/zh active Pending
- 2019-11-27 WO PCT/CN2019/121098 patent/WO2021068374A1/zh active Application Filing
- 2019-11-27 US US17/760,838 patent/US11650950B2/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1731370A (zh) * | 2004-08-06 | 2006-02-08 | 华为技术有限公司 | 光模块寻址装置及其方法 |
CN103188173A (zh) * | 2011-12-28 | 2013-07-03 | 迈普通信技术股份有限公司 | 一种交换机设备 |
US20150263994A1 (en) * | 2014-03-13 | 2015-09-17 | Mellanox Technologies Ltd. | Buffering schemes for communication over long haul links |
CN106168934A (zh) * | 2016-06-29 | 2016-11-30 | 锐捷网络股份有限公司 | 一种数据传输方法及装置 |
CN109739794A (zh) * | 2018-12-19 | 2019-05-10 | 郑州云海信息技术有限公司 | 一种使用cpld实现i2c总线扩展的系统及方法 |
Also Published As
Publication number | Publication date |
---|---|
US11650950B2 (en) | 2023-05-16 |
CN110764444A (zh) | 2020-02-07 |
US20220350772A1 (en) | 2022-11-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN105279133B (zh) | 基于SoC在线重构的VPX并行DSP信号处理板卡 | |
US9639409B2 (en) | Device and method for communicating between cores | |
CN108345555B (zh) | 基于高速串行通信的接口桥接电路及其方法 | |
WO2021068374A1 (zh) | 控制系统、交换机以及对执行装置进行控制的方法 | |
CN106575283B (zh) | 使用元胞自动机的群集服务器配置 | |
CN109542817B (zh) | 一种通用电子对抗设备控制架构 | |
CN110865958B (zh) | 一种基于lrm的综合交换管理模块的设计方法 | |
CN112347721B (zh) | 基于fpga实现数据处理加速的系统及其加速方法 | |
CN109885526B (zh) | 一种基于OpenVPX总线的信息处理平台 | |
CN103150279A (zh) | 一种主机与基板管理控制器共享设备的方法 | |
CN117278890B (zh) | 光模块访问方法、装置、系统、电子设备及可读存储介质 | |
CN106844263B (zh) | 一种基于可配置的多处理器计算机系统及实现方法 | |
CN111177065A (zh) | 一种多芯片互联方法和装置 | |
CN109586956B (zh) | 一种可灵活配置端口的FCoE交换机及方法 | |
CN106776458B (zh) | 基于fpga和hpi的dsp间的通信装置及通信方法 | |
CN110635985A (zh) | 一种FlexRay-CPCIe通信模块 | |
CN104714907A (zh) | 一种pci总线转换为isa和apb总线设计方法 | |
CN202948447U (zh) | 基于PCI总线的串行Rapid IO协议控制器 | |
CN110855581A (zh) | 适用于vpx架构的40g和srio复用的国产交换刀片装置 | |
CN114116554B (zh) | 一种基于fpga的雷达数据转发架构及转发方法 | |
CN214101223U (zh) | 一种用于流式荧光的多路电机控制系统 | |
CN115328832A (zh) | 一种基于pcie dma的数据调度系统与方法 | |
CN213754536U (zh) | 适配总线型网络和交换型网络的系统 | |
CN111045974A (zh) | 一种基于交换结构的多处理器数据交互方法 | |
Chatrath et al. | Design and implementation of high speed reconfigurable NoC router |
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: 19948533 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: 19948533 Country of ref document: EP Kind code of ref document: A1 |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19948533 Country of ref document: EP Kind code of ref document: A1 |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 02.11.2022) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19948533 Country of ref document: EP Kind code of ref document: A1 |