WO2014204635A1 - Automate programmable de systèmes cyberphysiques - Google Patents

Automate programmable de systèmes cyberphysiques Download PDF

Info

Publication number
WO2014204635A1
WO2014204635A1 PCT/US2014/040219 US2014040219W WO2014204635A1 WO 2014204635 A1 WO2014204635 A1 WO 2014204635A1 US 2014040219 W US2014040219 W US 2014040219W WO 2014204635 A1 WO2014204635 A1 WO 2014204635A1
Authority
WO
WIPO (PCT)
Prior art keywords
plc
control strategy
simulation
data
control
Prior art date
Application number
PCT/US2014/040219
Other languages
English (en)
Inventor
Arquimedes Martinez Canedo
Georg Muenzel
George Lo
Original Assignee
Siemens Aktiengesellschaft
Siemens Corporation
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 Aktiengesellschaft, Siemens Corporation filed Critical Siemens Aktiengesellschaft
Publication of WO2014204635A1 publication Critical patent/WO2014204635A1/fr

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/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/05Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/10Plc systems
    • G05B2219/13Plc programming
    • G05B2219/13185Software function module for simulation
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/20Pc systems
    • G05B2219/26Pc applications
    • G05B2219/2614HVAC, heating, ventillation, climate control

Definitions

  • the present invention relates to cyber-physical systems and a programmable logic controller therefor.
  • Cyber-physical systems are integrations of computation, networking, and physical processes.
  • Embedded systems e.g., hardware and software
  • monitor and control physical processes such as physical, chemical, and biological.
  • Current programmable logic controller (PLC) applications exhibit similar features to CPS applications but they are not regarded as "cyber-physical".
  • PLC programmable logic controller
  • a typical PLC application interacts with physical processes through sensors and actuators, and it is able to communicate with other embedded devices located at large distances.
  • typical PLC applications are developed using a rather simplistic approach that prioritizes the hardware/software over the physical process under control. As a result, these simple control algorithms are not suitable for future applications where more intelligence is necessary to optimize the overall performance of the system.
  • a method of operating a programmable logic controller including: receiving, at the PLC, external data; simulating a control strategy using the external data, wherein the control strategy is for a system under control of the PLC; and implementing, with the PLC, the control strategy.
  • PLC programmable logic controller
  • the external data may be provided from a web service.
  • Simulating a control strategy may include: capturing the external data in a first function block; capturing simulation data in a second function block; and executing a program incorporating the first and second function blocks to generate the control strategy.
  • the first and second function blocks may be reusable and language independent components embeddable in PLC programs.
  • the simulation data may include model-based data.
  • the simulation may be performed in the PLC or outside the PLC.
  • the method may further include receiving local data from the system under control, wherein the control strategy is simulated using the local data.
  • a method of operating a PLC including: simulating a control strategy for a system under control of the PLC; and implementing, with the PLC, the control strategy.
  • the simulation may use internal or external data.
  • the simulation may be performed in the PLC or outside the PLC.
  • Simulating the control strategy may include: capturing external data in a first function block; capturing simulation data in a second function block; and executing a program incorporating the first and second function blocks to generate the control strategy.
  • a method of operating a PLC including: determining a control strategy for a system under control of the PLC; and executing, under control of the PLC, the control strategy, wherein the control strategy is determined by using external data or simulation information of the system.
  • the simulation information may be obtained directly from the PLC or from an external source.
  • Determining a control strategy may include: capturing the external data or simulation information in a function block; and executing a program incorporating the function block to generate the control strategy.
  • the function block may be a reusable and language independent component embeddable in a PLC program.
  • FIGS. 1A and IB illustrate a comparison between a conventional programmable logic controller (PLC) and a cyber-physical (CPS)-PLC according to an exemplary embodiment of the present invention
  • FIGS. 2 A and 2B illustrate a comparison between a conventional PLC workflow and a CPS-PLC workflow according to an exemplary embodiment of the present invention
  • FIG. 3 is a block diagram of a CPS-PLC use case according to an exemplary embodiment of the present invention
  • FIG. 4 illustrates function blocks according to an exemplary embodiment of the present invention.
  • FIG. 5 is a computer system in which an exemplary embodiment of the present invention may be implemented.
  • a cyber-physical programmable logic controller (CPS-PLC) architecture that leverages real-time properties (e.g., runtime), engineering (e.g., compatibility with sensors, actuators, HMIs, 10 devices), programming (e.g., IEC 61 131-3 editors and languages), and tools (e.g., compilers, optimizers, debuggers) of traditional PLC systems to control highly distributed CPS applications.
  • CPS-PLC cyber-physical programmable logic controller
  • CPS-PLC functionality is encapsulated in reusable components compatible with IEC 61131-3 languages that allow highly distributed communication and provide multi-domain physical simulation capabilities.
  • PLCs are hard real-time control systems designed to interact with and control physical processes through sensors and actuators in harsh environments and for very long periods of time.
  • the most salient feature of PLCs is their cyclic execution mechanism.
  • the scan cycle time also known as the sampling rate refers to the period of time in which the system is expected to (1) read the state of the system under control (e.g., a plant) through the sensors, (2) compute the corrections to bring the plant to the desired state, and (3) send the corrective commands through the actuators.
  • PLCs have a large user base supported by a mature toolchain that provides various programming languages, editors, compilers, debuggers (e.g., SIMATIC), and communication protocols (e.g., PROFIBUS, PPvOFINET).
  • Traditional PLCs are unable to interact directly with the external world or processes.
  • CPS-PLC architecture that enables external communication.
  • FIG. 1 A shows a heating, ventilation, and air conditioning (HVAC) system 6 of a building 1 controlled by an automation network composed of a PLC 2, a human machine interface HMI 3, and an I/O module 4.
  • HVAC heating, ventilation, and air conditioning
  • Data of sensor/actuator 5 is read/written periodically by the I/O module 4 that communicates with the PLC 2.
  • Data of sensor/actuator 5 is transmitted to the HVAC system 6.
  • the PLC 2 is in charge of implementing a control algorithm that maintains the temperature of the building 1 at a desired set point (e.g., set by users through the HMI 3) by turning on/off the HVAC system 6 depending on the current temperature specified by the temperature sensor.
  • FIG. IB shows the automation system that controls the HVAC system of a smart building using CPS-PLC 2b. Notice that this automation system communicates globally to external and distant data sources 8 and 9 including weather and utility company pricing information.
  • control algorithms that adapt to varying physical and market conditions.
  • These control algorithms often require simulation of physical processes (e.g., building simulation 10) in order to estimate optimal control strategies as shown in FIG. IB.
  • the CPS-PLC 2b takes advantage of physical simulation 10 to improve the accuracy of the control strategies and also as the means for validation and verification of the control code itself.
  • Existing PLC engineering tools do not provide simulation support and global communication support. Further disclosed hereafter are new model-based design tools based on the existing PLC toolchain where the control algorithms can be coupled to a physical simulation and can communicate with external data sources.
  • FIGA. 2A and 2B compare a traditional PLC application engineering workflow with a CPS-PLC workflow according to an exemplary embodiment of the present invention. In the traditional workflow shown in FIG.
  • an automation engineer 1 first communicates with a mechatronics expert 2 to understand control and system requirements.
  • Control code and algorithms create a PLC program that uses function blocks from a reusable component library 3 (typically provided by the PLC vendor but extendable by the users).
  • a PLC toolchain 4 consisting of editors, compilers, debuggers, and optimizers transforms the high-level PLC program into executable code for a PLC 5.
  • the PLC runtime is in charge of executing this program to control a physical system.
  • An aspect of the traditional PLC workflow is that the communication between the mechatronics expert 2 and the automation engineer 1 is often informal using ad-hoc tools such as Microsoft Word, Powerpoint, and Excel.
  • FIG. 2B shows the CPS-PLC workflow. Notice that the automation engineer 1 is now required to interact with a Web Expert 6 and also with the mechatronics expert 2. However, this interaction is formalized through object references to external data 7 from web services 8 and simulation models 9 created with model based design (MBD) tools 10. The formalization of the interaction between different experts reduces the errors and improves the development time of CPS control applications. It is noted that the Web Expert 6 may not be a person but the body of knowledge necessary to make use of web technologies. The web is an environment that uses a large variety of data formats, protocols, languages, and standards different than those used in automation. Compared to the existing paradigm, Web Expert 6 is included to address new and critical aspects such as cybersecurity.
  • MBD model based design
  • the automation engineer 1 is required to use new function blocks that provide the mechanisms for external communication and simulation to the CPS-PLC 5. These function blocks would typically be developed by the CPS-PLC vendor and shipped to the users in the form of reusable function blocks 3. With more sources of data (e.g., historical or real-time) and high-fidelity physical simulations, the automation engineer 1 can now develop more sophisticated control algorithms for CPS applications to create more efficient and intelligent systems. Due to the use of function blocks, the existing PLC toolchain 4 can be reused to edit, compile, debug, and optimize the CPS-PLC applications.
  • the CPS-PLC runtime converts the object references between the external data sources 7 and physical simulation models 9 into periodic communication with instances of an external data stream 11 and the simulation executable 12. It is noted that the simulation can be either executed locally 13 in the CPS-PLC 5 or externally in a personal computer 12. Local simulations can be beneficial to improve the accuracy of control algorithms that require frequent interaction with face physical dynamic systems such as chemical processes. The dynamic interaction between the CPS-PLC with external data and external/local detailed physical simulation opens new possibilities for the use of this architecture in CPS applications.
  • a use-case of an exemplary embodiment of the present invention will now be described.
  • the use-case will be referred to as the smart energy box.
  • a CPS-PLC The goal of the smart energy box, a CPS-PLC, is to analyze and provide smart energy strategies to a building automation system with the consideration of current smart building energy analysis (e.g., simulation) and demand response events (e.g., external data). It is possible to enable or disable strategy evaluation or just to use energy simulation alone or just demand response event alone. In the event of disabling both energy simulation and demand response, the building will run in the normal/default mode equivalent to the functionality of a traditional PLC.
  • FIG. 3 shows the smart energy box prototype 5.
  • a CPS-PLC (2) uses a Simatic Microbox PC running Simatic WinAC that uses function blocks to communicate periodically with external weather data (1) and to create an interface with an energy simulation (4) running in the controller (2).
  • the CPS-PLC communicates with the building equipment (3) using standard I/O interfaces. It is important to note that the smart energy box 5 is a prototype to demonstrate the capabilities of CPS-PLCs and although this example is related to smart building applications, the CPS-PLC architecture is applicable to manufacturing, mobility, transportation, and other CPS applications.
  • the smart energy box 5 must predict the energy usage based on a real-time weather forecast and therefore we provide a weather adapter as a function block for the CPS-PLC programmer to access weather data streams 1 through the internet in real-time.
  • the weather adapter is one of the main components of the smart energy box 5 because it provides two key functions: (1) retrieves the weather forecast information through a publicly available web service; (2) converts and stores the weather forecast information into the hourly weather data that the smart energy box 5 control algorithm and the energy simulation 4 can use during runtime to provide accurate energy utilization strategies that attempt to minimize cost, maximize the energy efficiency, and to guarantee the occupancy comfort for the occupants of the building.
  • the smart energy box 5 connects to the National Oceanic and
  • Atmospheric Association uses the National Digital Forecast Database (NDFD) schema to deliver weather data.
  • NDFD National Digital Forecast Database
  • the web expert (see FIG. 2B) is responsible for converting the data with the NDFD schema into the internal weather representation of the smart energy box 5.
  • the weather adapter of the smart energy box 5 is capable of fetching weather data from other sources such as Weather Underground.
  • the real-time weather data 1 that is imported by the smart energy box 5 may be shown on a user interface for the web expert to facilitate the data conversion between weather data formats.
  • the building modeling begins with a building modeling layout tool that allows building designers (analogous to mechatronics experts in FIG. 2) to visually create the shape of a building in a map.
  • the user draws a perimeter polygon on the map, and specifies the number of floors, occupancy, lighting and HVAC configuration. These parameters are used to populate the simulation parameters of a Matlab/Simulink model that describes the energy dynamics of the building.
  • the Matlab/Simulink model can be translated into Structured Text and executed directly on the CPS-PLC 2 or, alternatively, compiled into an executable simulation object that is executed in a personal computer and periodically communicates with the control code executed in the CPS-PLC runtime.
  • FIG. 4 shows two function blocks "FC1 check network for updates” and "FC2 StepV" that provide connectivity to external data sources (e.g., weather data) and to the local simulation (e.g., thermal-energy). Notice that both function blocks are assigned to the standard automation task (OBI and OB35) and this allows cyclic communication every 100 ms and 1 ms.
  • the simulation function block is configured to 1 ms in order to achieve a real-time interaction between the simulated physical process and the controller.
  • This disclosure introduces the CPS-PLC, a hard real-time cyclic control architecture based on traditional PLCs that satisfies the requirements of emerging and future CPS applications.
  • the CPS-PLC architecture accommodates more sophisticated control algorithms to improve the performance of systems.
  • This disclosure also presents a CPS-PLC toolchain that, based on the existing PLC languages, extends their functionality through reusable components in the form of function blocks.
  • Using a smart building CPS application we demonstrated how our architecture uses a model-based design approach to develop complex control strategies that optimize the energy consumption of a smart building.
  • CPS-PLC is also applicable to a broad range of emerging CPS applications including smart grid and energy applications, for example.
  • aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a "circuit,” “module” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
  • the computer readable medium may be a computer readable signal medium or a computer readable storage medium.
  • a computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing.
  • a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
  • a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof.
  • a computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
  • Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, PvF, etc., or any suitable combination of the foregoing.
  • Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages.
  • the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • LAN local area network
  • WAN wide area network
  • Internet Service Provider for example, AT&T, MCI, Sprint, EarthLink, MSN, GTE, etc.
  • These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article or manufacture including instructions which implement the function act specified in the flowchart and/or block diagram block or blocks.
  • the computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • a computer system 501 can comprise, inter alia, a central processing unit (CPU) 502, a memory 503 and an input/output (I/O) interface 504.
  • the computer system 501 is generally coupled through the I/O interface 504 to a display 505 and various input devices 506 such as a mouse and keyboard.
  • the support circuits can include circuits such as cache, power supplies, clock circuits, and a communications bus.
  • the memory 503 can include RAM, ROM, disk drive, tape drive, etc., or a combination thereof.
  • Exemplary embodiments of present invention may be implemented as a routine 507 stored in memory 503 (e.g., a non-transitory computer-readable storage medium) and executed by the CPU 502 to process the signal from a signal source 508.
  • the computer system 501 is a general-purpose computer system that becomes a specific purpose computer system when executing the routine 507 of the present invention.
  • the computer system 501 also includes an operating system and micro-instruction code.
  • the various processes and functions described herein may either be part of the micro-instruction code or part of the application program (or a combination thereof) which is executed via the operating system.
  • various other peripheral devices may be connected to the computer system 501 such as an additional data storage device and a printing device.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
  • each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration can be implemented by special purpose hardware -based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Programmable Controllers (AREA)

Abstract

L'invention concerne un procédé de mise en œuvre d'un automate programmable (PLC), le procédé comprenant : la réception, dans le PLC (2b), de données externes (8/9); la simulation d'une stratégie de commande en utilisant les données externes (10), la stratégie de commande étant pour un système sous la commande du PLC (6); et la mise en œuvre, avec le PLC, de la stratégie de commande.
PCT/US2014/040219 2013-06-17 2014-05-30 Automate programmable de systèmes cyberphysiques WO2014204635A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201361835679P 2013-06-17 2013-06-17
US61/835,679 2013-06-17

Publications (1)

Publication Number Publication Date
WO2014204635A1 true WO2014204635A1 (fr) 2014-12-24

Family

ID=51022471

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2014/040219 WO2014204635A1 (fr) 2013-06-17 2014-05-30 Automate programmable de systèmes cyberphysiques

Country Status (1)

Country Link
WO (1) WO2014204635A1 (fr)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017201520A1 (fr) * 2016-05-20 2017-11-23 Georgia Tech Research Corporation Systèmes et procédés de détection d'un logiciel anormal sur un contrôleur logique programmable
CN109164718A (zh) * 2018-10-22 2019-01-08 北京星际荣耀空间科技有限公司 一种用于检测火箭控制系统的“模拟飞行”仿真方法
CN109783064A (zh) * 2017-11-13 2019-05-21 华中科技大学 一种基于大数据的智能应用集成开发系统
EP3575898A1 (fr) * 2018-06-01 2019-12-04 Selectron Systems AG Contrôleur programmable à logique et système d'operation pour contrôleur programmable et programme informatique

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020111783A1 (en) * 2001-01-19 2002-08-15 Kodosky Jeffrey L. Simulation, measurement and/or control system and method with coordinated timing
US20080120522A1 (en) * 2006-11-22 2008-05-22 Honeywell International Inc. Testing of Control Strategies in a Control System Controlling a Process Control Plant
US7991602B2 (en) * 2005-01-27 2011-08-02 Rockwell Automation Technologies, Inc. Agent simulation development environment
US20120253527A1 (en) * 2011-04-04 2012-10-04 Ecobee, Inc. Programming Simulator for an HVAC Controller

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020111783A1 (en) * 2001-01-19 2002-08-15 Kodosky Jeffrey L. Simulation, measurement and/or control system and method with coordinated timing
US7991602B2 (en) * 2005-01-27 2011-08-02 Rockwell Automation Technologies, Inc. Agent simulation development environment
US20080120522A1 (en) * 2006-11-22 2008-05-22 Honeywell International Inc. Testing of Control Strategies in a Control System Controlling a Process Control Plant
US20120253527A1 (en) * 2011-04-04 2012-10-04 Ecobee, Inc. Programming Simulator for an HVAC Controller

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017201520A1 (fr) * 2016-05-20 2017-11-23 Georgia Tech Research Corporation Systèmes et procédés de détection d'un logiciel anormal sur un contrôleur logique programmable
US10986107B2 (en) 2016-05-20 2021-04-20 Georgia Tech Research Corporation Systems and methods for detecting anomalous software on a programmable logic controller
CN109783064A (zh) * 2017-11-13 2019-05-21 华中科技大学 一种基于大数据的智能应用集成开发系统
CN109783064B (zh) * 2017-11-13 2021-02-02 华中科技大学 一种基于大数据的智能应用集成开发系统
EP3575898A1 (fr) * 2018-06-01 2019-12-04 Selectron Systems AG Contrôleur programmable à logique et système d'operation pour contrôleur programmable et programme informatique
WO2019228910A1 (fr) * 2018-06-01 2019-12-05 Selectron Systems Ag Commande programmable à mémoire et procédé de fonctionnement d'une commande programmable à mémoire et produit programme informatique
CN109164718A (zh) * 2018-10-22 2019-01-08 北京星际荣耀空间科技有限公司 一种用于检测火箭控制系统的“模拟飞行”仿真方法

Similar Documents

Publication Publication Date Title
US10942710B1 (en) Industrial automation domain-specific language programming paradigm
CN112558929B (zh) 用于开发或创建工业应用的系统和方法及计算机可读介质
CN108351636B (zh) 工程设计工具、系统及模块
CN107710149B (zh) 利用连接性模型生成plc代码的方法和系统
Bonfè et al. Design patterns for model-based automation software design and implementation
Thramboulidis et al. An MDD process for IEC 61131-based industrial automation systems
Zoitl et al. IEC 61499 architecture for distributed automation: The ‘glass half full’view
Dai et al. Migration from PLC to IEC 61499 using semantic web technologies
Yang et al. Transformation of Simulink models to IEC 61499 Function Blocks for verification of distributed control systems
WO2014204635A1 (fr) Automate programmable de systèmes cyberphysiques
Wetter et al. OpenBuildingControl: Digitizing the control delivery from building energy modeling to specification, implementation and formal verification
Li et al. A model based integration framework for computer numerical control system development
CN103092747A (zh) 一种控制程序的验证和测试方法及系统
Gsellmann et al. A novel approach for integrating IEC 61131-3 engineering and execution into IEC 61499
dos Santos et al. Rapid Prototyping Framework for real-time control of power electronic converters using simulink
JP5725974B2 (ja) 受配電監視制御システム
KR101537224B1 (ko) 조선소 물류 시뮬레이션 장치 및 방법
Bucaioni et al. From amalthea to rcm and back: a practical architectural mapping scheme
Wang et al. Formal modelling of PLC systems by BIP components
US9927787B2 (en) Method and system for managing distributed computing in automation systems
CN115113851A (zh) 系统模型智能对象配置
CN102819508B (zh) 响应来自安防监控子系统信号的方法
Peng et al. EPDL: Supporting context-based energy control policy design in IoT-enabled smart buildings: Programing the physical world with EPDL
Wei et al. Research and implementation of plc editor system
US20230350392A1 (en) Method and system for seamless transition of runtime system from controller device to digitalization platform

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: 14733469

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: 14733469

Country of ref document: EP

Kind code of ref document: A1