EP4702435A1 - Virtual controller redundancy configuration method and apparatus, and storage medium - Google Patents

Virtual controller redundancy configuration method and apparatus, and storage medium

Info

Publication number
EP4702435A1
EP4702435A1 EP23938886.1A EP23938886A EP4702435A1 EP 4702435 A1 EP4702435 A1 EP 4702435A1 EP 23938886 A EP23938886 A EP 23938886A EP 4702435 A1 EP4702435 A1 EP 4702435A1
Authority
EP
European Patent Office
Prior art keywords
controller instance
controller
intermediate data
instance
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
EP23938886.1A
Other languages
German (de)
French (fr)
Inventor
Yaolei KANG
Dong Li
Chuanyu Zhang
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Siemens AG
Siemens Corp
Original Assignee
Siemens AG
Siemens Corp
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 Siemens AG, Siemens Corp filed Critical Siemens AG
Publication of EP4702435A1 publication Critical patent/EP4702435A1/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Program-control systems
    • G05B19/02Program-control systems electric
    • G05B19/04Program control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/042Program control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
    • G05B19/0428Safety, monitoring
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operations
    • G06F11/1479Generic software techniques for error detection or fault masking
    • G06F11/1482Generic software techniques for error detection or fault masking using middleware or operating system [OS] functionalities
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/815Virtual

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Retry When Errors Occur (AREA)
  • Hardware Redundancy (AREA)

Abstract

The present disclosure provides a virtual controller redundancy configuration method and apparatus, and a storage medium. The method includes: starting at least one controller instance, and initializing a score value of the controller instance; acquiring input data and intermediate data of each controller instance, obtaining output data and new intermediate data of each controller instance, and updating the intermediate data by the new intermediate data; evaluating the controller instances respectively based on the output data of each controller instance, updating the score value of each controller instance, and selecting the controller instance with a highest score value as a main controller instance; and outputting the output data of the main controller instance, and returning to perform a new round of calculation. According to the technical solution in embodiments of the present disclosure, a virtual controller redundancy solution with high availability can be provided, and additional hardware consumption is reduced.

Description

    VIRTUAL CONTROLLER REDUNDANCY CONFIGURATION METHOD AND APPARATUS, AND STORAGE MEDIUM TECHNICAL FIELD
  • The present disclosure relates to the field of edge computing and cloud computing, in particular to a virtual controller redundancy configuration method and apparatus, and a storage medium.
  • BACKGROUND
  • At present, bringing the information technology into industrial automation is more and more popular, especially in the context of edge computing or cloud computing, and the concepts of an edge controller and a cloud controller are presented. One of the most important features for industrial controllers is high availability, traditional industrial controllers, such as PLCs, usually meet a requirement of high availability through redundancy of customized hardware and devices. However, in the context of the edge computing or cloud computing, the controller may be located in IPC, public cloud, private cloud or the like, and the edge controllers or the cloud controllers may even exist in a server as a virtual or soft controller in a form of software services. How to ensure the high availability of the edge controllers or cloud controllers and reduce costs of the devices is a problem that a person skilled in the art needs to solve.
  • SUMMARY
  • In order to solve the above problems, the present disclosure discloses a virtual controller redundancy configuration method and apparatus, and a storage medium, so as to ensure high availability of a controller instance and reduce hardware consumption.
  • An embodiment of the present disclosure provides a virtual controller redundancy configuration method, including: an initialization step, including: starting at least one controller instance, and initializing a score value of the controller instance; a calculation step, including: acquiring input data and intermediate data of each controller instance, obtaining output data and new intermediate data of each controller instance by calculating respectively based on the input data and the intermediate data, and updating the intermediate data by the new intermediate data; a controller instance selection step, including: evaluating the  controller instances respectively based on the output data of each controller instance to obtain a score change value of each controller instance, updating the score value of each controller instance according to the score change value, and selecting the controller instance with a highest score value as a main controller instance; and an output step, including: outputting the output data of the main controller instance, and returning to the calculation step for a new round of calculation.
  • In this way, redundancy backup of the controller instances is achieved, the high availability of the controller instances is ensured, and the hardware consumption is reduced.
  • In one implementation, the method further includes: a controller instance error synchronization step, including: updating, in a case that the score value of one controller instance is lower than a preset error score, the intermediate data of the controller instance by the intermediate data of other controller instances, and updating an error count of the controller instance.
  • In this way, automatic error correction for abnormal controller instances is achieved, error accumulation of the intermediate data is avoided, a health state of an overall controller instance cluster is ensured, and then a control effect is ensured.
  • In one implementation, the method further includes: a controller instance error reset step, including: resetting, in a case that the error count of one controller instance reaches the preset number of error times, the score value and the error count of the controller instance, restarting the controller instance, and updating the intermediate data of the controller instance by the intermediate data of other controller instances.
  • In this way, restarting for repeatedly abnormal controller instances is achieved, a health state of the overall controller instance cluster is ensured, and serious errors in the controller instances are further avoided.
  • In one embodiment, the method further includes: a controller instance off-line reset step, including: resetting, in a case that the number of times that one controller instance does not generate output data reaches the preset number of off-line times, the score value and the error count of the controller instance, restarting the controller instance, and updating the intermediate data of the controller instance by the intermediate data of other controller instances.
  • In this way, restarting for off-line controller instances is achieved, a health state of the overall controller instance cluster is ensured, and then a control effect is ensured.
  • An embodiment of the present disclosure provides a virtual controller redundancy configuration apparatus, including: an initialization module, configured to: initialize a score  value of at least one controller instance; a calculation module, configured to: acquire input data and intermediate data of each controller instance, obtain output data and new intermediate data of each controller instance by calculating respectively based on the input data and the intermediate data, and update the intermediate data by the new intermediate data; a controller instance selection module, configured to: evaluate the controller instances respectively based on the output data of each controller instance to obtain a score change value of each controller instance, update the score value of each controller instance according to the score change value, and select the controller instance with a highest score value as a main controller instance; and an output module, configured to: output the output data of the main controller instance, and return to and execute the calculation module for a new round of calculation. Redundancy backup of the controller instances is achieved, the high availability of the controller instances is ensured, and the hardware consumption is reduced.
  • An embodiment of the present disclosure provides an electronic device, including: at least one processor; and a memory coupled to the at least one processor, the memory being configured to store an instruction, and the instruction, when executed by the at least one processor, causing the processor to execute the method described above.
  • An embodiment of the present disclosure provides a computer-readable storage medium, storing a computer instruction, the computer instruction, when run, executing the method described in any above implementation.
  • An embodiment of the present disclosure provides a computer program product, including a computer program, the computer program, when executed by a processor, implementing the method described in any above implementation.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The following drawings are only intended to give schematic illustrations and explanations of the present disclosure, but are not intended to limit the scope of the present disclosure. Where,
  • FIG. 1 is a schematic flowchart of a virtual controller redundancy configuration method according to an embodiment of the present disclosure.
  • FIG. 2 is a schematic structural diagram of a virtual controller redundancy configuration apparatus according to an embodiment of the present disclosure.
  • FIG. 3 is a schematic diagram of an electronic device according to an embodiment of the present disclosure.
  • Reference numerals are described as follows: 
  • DETAILED DESCRIPTION
  • In order to provide a clearer understanding of the technical features, objectives, and effects of the present disclosure, specific implementations of the present disclosure are described with reference to the accompanying drawings.
  • Many specific details are set forth in the following description to facilitate a full understanding of the present disclosure, but the present disclosure may alternatively be implemented in other manners different from those described herein and is therefore not limited by specific embodiments disclosed below.
  • As shown in this application and the claims, words such as “a/an, ” “one, ” “one kind, ” and/or “the” do not refer specifically to singular forms and may also include plural forms, unless the context expressly indicates an exception. In general, terms “comprise” and “include” merely indicate including clearly identified steps and elements. These steps and  elements do not constitute an exclusive list. A method or a device may also include other steps or elements.
  • When considering redundancy of a controller to ensure high availability, it usually means that more than one controller instance is required, and running a plurality of virtual or soft controller instances on one piece of hardware naturally saves more hardware costs compared to a mode of simple hardware controller backup. In an embodiment of the present disclosure, on the basis of running a plurality of virtual or soft controller instances on one device, a more optimized virtual controller redundancy configuration solution is provided.
  • In this embodiment of the present disclosure, a score value of at least one controller instance is initialized; input data and intermediate data of each controller instance are acquired, output data and new intermediate data of each controller instance are obtained by calculating respectively based on the input data and the intermediate data, and the intermediate data is updated by the new intermediate data; the controller instances are evaluated respectively based on the output data of each controller instance to obtain a score change value of each controller instance, the score value of each controller instance is updated according to the score change value, and the controller instance with a highest score value is selected as a main controller instance; and the output data of the main controller instance is outputted, and returning is performed to perform a new round of calculation. According to the technical solution in the embodiments of the present disclosure, a virtual controller redundancy solution with high availability can be provided, and additional hardware consumption is reduced.
  • FIG. 1 is a schematic flowchart of a virtual controller redundancy configuration method 100 in an embodiment of the present disclosure. As shown in FIG. 1, the method 100 may include:
  • an initialization step S101, including: starting at least one controller instance, and initializing a score value of the controller instance.
  • In this embodiment, when the controller instance is initialized and started, its score value may be a full score of 100 points, an upper limit is 100, and the quantity of the controller instances may be an odd number greater than 1, specifically 5.
  • A calculation step S102, including: acquiring input data and intermediate data of each controller instance, obtaining output data and new intermediate data of each controller instance by calculating respectively based on the input data and the intermediate data, and updating the intermediate data by the new intermediate data.
  • In this embodiment, the data may be acquired based on a publish-subscribe pattern, the  input data of the hardware may be received through an input module and published, the controller instance subscribes the input module to acquire the input data, and the output data of 5 controller instances specifically may be: 60, 59.9, 60.1, 60 and 70.
  • A controller instance selection step S103, including: evaluating the controller instances respectively based on the output data of each controller instance to obtain a score change value of each controller instance, updating the score value of each controller instance according to the score change value, and selecting the controller instance with a highest score value as a main controller instance.
  • In this embodiment, the principle of minority following majority is used to evaluate the odd number of controller instances greater than one. A specific evaluation process may be that an average value of the output data of 5 controller instances is 62, assuming that an effectively range of the output data is -20 to 80, an evaluation standard is defined as 5%of the effective range, i.e. 5, and deviations between the output data of each controller instance and the average value are: 2.0, 2.1, 1.9, 2.0 and 8.0 respectively, where 8.0 is greater than the evaluation standard, and then the controller instances may respectively obtain score change values: 5, 5, 5, 5 and -5, the updated score values of the controller instances are: 100, 100, 100, 100 and 95, the controller instance with the highest score value may be selected as the main controller instance, the controller instance with the highest score value may be selected each time as the main controller instance, or one controller instance is preset as the main controller instance, and when its score value is smaller than the preset error score, the main controller instance is switched into the controller instance with the highest score value at that time.
  • An output step S104, including: outputting the output data of the main controller instance, and returning to the calculation step S102 for a new round of calculation.
  • In this embodiment, the data may be outputted based on a publish-subscribe pattern, the output data of the controller instance may be subscribed through the output module and outputted to the hardware.
  • In this embodiment, the virtual controller redundancy configuration method may include a controller instance error synchronization step S105, including: updating, in a case that the score value of one controller instance is lower than a preset error score, the intermediate data of the controller instance by the intermediate data of other controller instances, and updating an error count of the controller instance.
  • In this embodiment, the preset error score may be 60, the controller instance publishes the generated intermediate data after performing the calculation step S102, and subscribes the  intermediate data of other controller instances for next calculation when the score value of the controller instance is lower than the preset error score.
  • In this embodiment, the virtual controller redundancy configuration method may include a controller instance error reset step S106, including: resetting, in a case that the error count of one controller instance reaches the preset number of error times, the score value and the error count of the controller instance, restarting the controller instance, and updating the intermediate data of the controller instance by the intermediate data of other controller instances.
  • In this embodiment, the preset number of error times may be 5, the score value of the controller instance is reset as 100 when resetting the controller instance, and the error count is reset as 0.
  • In this embodiment, the virtual controller redundancy configuration method may include a controller instance off-line reset step S107, including: resetting, in a case that the number of times that one controller instance does not generate output data reaches the preset number of off-line times, the score value and the error count of the controller instance, restarting the controller instance, and updating the intermediate data of the controller instance by the intermediate data of other controller instances.
  • In this embodiment, the preset number of off-line times may be 5.
  • FIG. 2 is a schematic structural diagram of a virtual controller redundancy configuration apparatus 200 in an embodiment of the present disclosure. As shown in FIG. 2, the apparatus 200 may include:
  • an initialization module 201, configured to: start at least one controller instance, and initialize a score value of the controller instance.
  • In this embodiment, when the controller instance is initialized and started, its score value may be a full score of 100 points, an upper limit is 100, and the quantity of the controller instances may be an odd number greater than 1, specifically 5.
  • A calculation module 202, configured to: acquire input data and intermediate data of each controller instance, obtain output data and new intermediate data of each controller instance by calculating respectively based on the input data and the intermediate data, and update the intermediate data by the new intermediate data.
  • In this embodiment, the data may be acquired based on a publish-subscribe pattern, the input data of the hardware may be received through an input module and published, the controller instance subscribes the input module to acquire the input data, and the output data of 5 controller instances specifically may be: 60, 59.9, 60.1, 60 and 70.
  • A controller instance selection module 203, configured to: evaluate the controller instances respectively based on the output data of each controller instance to obtain a score change value of each controller instance, update the score value of each controller instance according to the score change value, and select the controller instance with a highest score value as a main controller instance.
  • In this embodiment, the principle of minority following majority is used to evaluate the odd number of controller instances greater than one. A specific evaluation process may be that an average value of the output data of 5 controller instances is 62, assuming that an effectively range of the output data is -20 to 80, an evaluation standard is defined as 5%of the effective range, i.e. 5, and deviations between the output data of each controller instance and the average value are: 2.0, 2.1, 1.9, 2.0 and 8.0 respectively, where 8.0 is greater than the evaluation standard, and then the controller instances may respectively obtain score change values: 5, 5, 5, 5 and -5, the updated score values of the controller instances are: 100, 100, 100, 100 and 95, the controller instance with the highest score value may be selected as the main controller instance, the controller instance with the highest score value may be selected each time as the main controller instance, or one controller instance is preset as the main controller instance, and when its score value is smaller than the preset error score, the main controller instance is switched into the controller instance with the highest score value at that time.
  • An output module 204, configured to: output the output data of the main controller instance, and return to and execute the calculation module 202 for a new round of calculation.
  • In this embodiment, the data may be outputted based on a publish-subscribe pattern, the output data of the controller instance may be subscribed through the output module and outputted to the hardware.
  • In this embodiment, the virtual controller redundancy configuration apparatus may include a controller instance error synchronization module 205, configured to: update, in a case that the score value of one controller instance is lower than a preset error score, the intermediate data of the controller instance by the intermediate data of other controller instances, and update an error count of the controller instance.
  • In this embodiment, the preset error score may be 60, the controller instance publishes the generated intermediate data after executing the calculation module 202, and subscribes the intermediate data of other controller instances for next calculation when the score value of the controller instance is lower than the preset error score.
  • In this embodiment, the virtual controller redundancy configuration apparatus may  include a controller instance error reset module 206, configured to: reset, in a case that the error count of one controller instance reaches the preset number of error times, the score value and the error count of the controller instance, restart the controller instance, and update the intermediate data of the controller instance by the intermediate data of other controller instances.
  • In this embodiment, the preset number of error times may be 5, the score value of the controller instance is reset as 100 when resetting the controller instance, and the error count is reset as 0.
  • In this embodiment, the virtual controller redundancy configuration apparatus may include a controller instance off-line reset module 207, configured to: reset, in a case that the number of times that one controller instance does not generate output data reaches the preset number of off-line times, the score value and the error count of the controller instance, restart the controller instance, and update the intermediate data of the controller instance by the intermediate data of other controller instances.
  • In this embodiment, the preset number of off-line times may be 5.
  • The present disclosure further discloses an electronic device 300. FIG. 3 is a schematic diagram of an electronic device 300 according to an embodiment of the present disclosure. As shown in FIG. 3, the electronic device 300 includes a processor 310 and a memory 320. The memory 320 stores an instruction, and the instruction, when executed by the processor 310, implements the above mentioned virtual controller redundancy configuration method 100.
  • The present disclosure further discloses a computer-readable storage medium, storing a computer instruction. The computer instruction, when run, executes the above mentioned method.
  • The present disclosure further discloses a computer program product, including a computer program, and the computer program, when executed by a processor, implements the above mentioned method.
  • Some aspects of the method and apparatus of the present disclosure may be entirely executed by hardware, may be entirely executed by software (including firmware, resident software, microcode, and the like) , or may be executed by a combination of hardware and software. The foregoing hardware or software may be referred to as “data block” , “module” , “engine” , “unit” , “component” or “system” . A processor may be one or more application specific integrated circuits (ASICs) , digital signal processors (DSPs) , digital signal processing devices (DSPDs) , programmable logic devices (PLCs) , field programmable gate arrays (FPGAs) , processors, controllers, microcontrollers, microprocessors, or a combination  thereof. In addition, various aspects of the present disclosure may be embodied as computer products located in one or more computer-readable media, the product including a computer-readable program code. For example, the computer-readable medium may include, but is not limited to, a magnetic storage device (for example, a hard disk, a floppy disk, a magnetic tape... ) , an optical disk (for example, a compact disk (CD) , a digital versatile disk (DVD) ... ) , a smart card, and a flash memory device (for example, a card, a stick, a key driver... ) .
  • The flowchart is used to be configured to describe operations executed by the method according to the embodiments of this application herein. It should be understood that the foregoing operations may not necessarily be executed accurately according to the order. On the contrary, the various steps may be processed in a reverse order or simultaneously. At the same time, or other operations are added into these processes, or one or multiple operations are removed from these processes.
  • It should be understood that, although this specification is described according to each embodiment, each embodiment may not include only one independent technical solution. The description manner of this specification is merely for clarity. This specification should be considered as a whole by a person skilled in the art, and the technical solution in each embodiment may also be properly combined, to form other implementations that can be understood by a person skilled in the art.
  • The foregoing are merely specific schematic implementations of the present disclosure, and are not intended to limit the scope of the present disclosure. Any equivalent change, modification, and combination made by a person skilled in the art without departing from the conception and principles of the present disclosure should all fall within the protection scope of the present disclosure.

Claims (11)

  1. A virtual controller redundancy configuration method (100) , comprising:
    an initialization step (S101) , comprising: starting at least one controller instance, and initializing a score value of the controller instance;
    a calculation step (S102) , comprising: acquiring input data and intermediate data of each controller instance, obtaining output data and new intermediate data of each controller instance by calculating respectively based on the input data and the intermediate data, and updating the intermediate data by the new intermediate data;
    a controller instance selection step (S103) , comprising: evaluating the controller instances respectively based on the output data of each controller instance to obtain a score change value of each controller instance, updating the score value of each controller instance according to the score change value, and selecting the controller instance with a highest score value as a main controller instance; and
    an output step (S104) , comprising: outputting the output data of the main controller instance, and returning to the calculation step (S102) for a new round of calculation.
  2. The method according to claim 1, further comprising:
    a controller instance error synchronization step (S105) , comprising: updating, in a case that the score value of one controller instance is lower than a preset error score, the intermediate data of the controller instance by the intermediate data of other controller instances, and updating an error count of the controller instance.
  3. The method according to claim 2, further comprising:
    a controller instance error reset step (S106) , comprising: resetting, in a case that the error count of one controller instance reaches the preset number of error times, the score value and the error count of the controller instance, restarting the controller instance, and updating the intermediate data of the controller instance by the intermediate data of other controller instances.
  4. The method according to claim 1, further comprising:
    a controller instance off-line reset step (S107) , comprising: resetting, in a case that the number of times that one controller instance does not generate output data reaches the preset number of off-line times, the score value and the error count of the controller instance, restarting the controller instance, and updating the intermediate data of the controller instance by the intermediate data of other controller instances.
  5. A virtual controller redundancy configuration apparatus (200) , comprising:
    an initialization module (201) , configured to: start at least one controller instance, and initialize a score value of the controller instance;
    a calculation module (202) , configured to: acquire input data and intermediate data of each controller instance, obtain output data and new intermediate data of each controller instance by calculating respectively based on the input data and the intermediate data, and update the intermediate data by the new intermediate data;
    a controller instance selection module (203) , configured to: evaluate the controller instances respectively based on the output data of each controller instance to obtain a score change value of each controller instance, update the score value of each controller instance according to the score change value, and select the controller instance with a highest score value as a main controller instance; and
    an output module (204) , configured to: output the output data of the main controller instance, and return to and execute the calculation module (202) for a new round of calculation.
  6. The apparatus according to claim 5, further comprising:
    a controller instance error synchronization module (205) , configured to: update, in a case that the score value of one controller instance is lower than a preset error score, the intermediate data of the controller instance by the intermediate data of other controller instances, and update an error count of the controller instance.
  7. The apparatus according to claim 6, further comprising:
    a controller instance error reset module (206) , configured to: reset, in a case that the error count of one controller instance reaches the preset number of error times, the score value and the error count of the controller instance, restart the controller instance, and update the intermediate data of the controller instance by the intermediate data of other controller instances.
  8. The apparatus according to claim 5, further comprising:
    a controller instance off-line reset module (207) , configured to: reset, in a case that the number of times that one controller instance does not generate output data reaches the preset number of off-line times, the score value and the error count of the controller instance, restart the controller instance, and update the intermediate data of the controller instance by the intermediate data of other controller instances.
  9. An electronic device (300) , comprising:
    at least one processor (310) ; and
    a memory (320) coupled to the at least one processor (310) , the memory (320) being configured to store an instruction, and the instruction, when executed by the at least one processor (310) , causing the processor (310) to execute the method according to any one of claims 1 to 4.
  10. A computer-readable storage medium, storing a computer instruction, the computer instruction, when run, executing the method according to any one of claims 1 to 4.
  11. A computer program product, comprising a computer program, the computer program, when executed by a processor, implementing the method according to any one of claims 1 to 4.
EP23938886.1A 2023-05-31 2023-05-31 Virtual controller redundancy configuration method and apparatus, and storage medium Pending EP4702435A1 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2023/097561 WO2024243895A1 (en) 2023-05-31 2023-05-31 Virtual controller redundancy configuration method and apparatus, and storage medium

Publications (1)

Publication Number Publication Date
EP4702435A1 true EP4702435A1 (en) 2026-03-04

Family

ID=93656536

Family Applications (1)

Application Number Title Priority Date Filing Date
EP23938886.1A Pending EP4702435A1 (en) 2023-05-31 2023-05-31 Virtual controller redundancy configuration method and apparatus, and storage medium

Country Status (3)

Country Link
EP (1) EP4702435A1 (en)
CN (1) CN120958434A (en)
WO (1) WO2024243895A1 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109213702B (en) * 2017-06-30 2022-08-30 伊姆西Ip控股有限责任公司 Communication between virtual dual control modules in a virtual machine environment
EP3702857B1 (en) * 2019-03-01 2024-07-24 ABB Schweiz AG Redundancy in a network centric process control system
US11681278B2 (en) * 2019-06-19 2023-06-20 Honeywell International Inc. High availability for container based control execution
JP7519868B2 (en) * 2020-10-20 2024-07-22 三菱重工業株式会社 Controller virtualization device and control system
CN113741248B (en) * 2021-08-13 2023-07-14 北京和利时系统工程有限公司 Edge calculation controller and control system

Also Published As

Publication number Publication date
CN120958434A (en) 2025-11-14
WO2024243895A1 (en) 2024-12-05

Similar Documents

Publication Publication Date Title
US9256428B2 (en) Load latency speculation in an out-of-order computer processor
US10831751B2 (en) Query parallelism method
CN109634989B (en) HIVE task execution engine selection method and system
US11803445B2 (en) Boot failure protection on smartNICs and other computing devices
US11182318B2 (en) Processor and interrupt controller
US11861214B2 (en) Memory device forensics and preparation
WO2024243895A1 (en) Virtual controller redundancy configuration method and apparatus, and storage medium
US10241905B2 (en) Managing an effective address table in a multi-slice processor
CN118467139B (en) Backtracking instance bloodline graph construction method, task backtracking method and system
JP5371569B2 (en) Data processing apparatus, control method, and program
US20170344379A1 (en) Generating a mask vector for determining a processor instruction address using an instruction tag in a multi-slice processor
CN108920249B (en) A speed limiting method based on multi-host multi-virtual machine system
KR20170065845A (en) Processor and controlling method thereof
WO2023185137A1 (en) Task management method and apparatus, and device and storage medium
US9983879B2 (en) Operation of a multi-slice processor implementing dynamic switching of instruction issuance order
CN113971074A (en) Transaction processing method and device, electronic equipment and computer readable storage medium
CN114721725B (en) Branch instruction execution method and device, electronic equipment and storage medium
CN114579388A (en) Vehicle-mounted system state monitoring method and system, storage medium and electronic equipment
CN116821250B (en) Distributed graph data processing method and system
CN113849334B (en) Task execution method and device
CN119583459B (en) A controller speed limiting method, device, equipment and product
US9740660B2 (en) CPU control method, electronic system control method and electronic system for improved CPU utilization in executing functions
CN115858052B (en) A task execution method and apparatus based on finite state machines
CN110399028A (en) Method, equipment and the medium for preventing surge from occurring when a kind of power supply batch operation
CN116360822A (en) Controller program online update method and device

Legal Events

Date Code Title Description
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE

PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE

17P Request for examination filed

Effective date: 20251125

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC ME MK MT NL NO PL PT RO RS SE SI SK SM TR