US8904074B2 - Method and apparatus for distributing configuration files in a distributed control system - Google Patents
- ️Tue Dec 02 2014
Info
-
Publication number
- US8904074B2 US8904074B2 US11/967,470 US96747007A US8904074B2 US 8904074 B2 US8904074 B2 US 8904074B2 US 96747007 A US96747007 A US 96747007A US 8904074 B2 US8904074 B2 US 8904074B2 Authority
- US
- United States Prior art keywords
- configuration file
- slave device
- network
- configuration
- master Prior art date
- 2007-12-31 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.)
- Active, expires 2028-07-27
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/05—Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts
- G05B19/054—Input/output
-
- 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/10—Plc systems
- G05B2219/11—Plc I-O input output
- G05B2219/1101—Remote I-O
-
- 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/10—Plc systems
- G05B2219/11—Plc I-O input output
- G05B2219/1138—Configuration of I-O
-
- 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/10—Plc systems
- G05B2219/11—Plc I-O input output
- G05B2219/1142—Load in replacement I-O stored configuration
Definitions
- the present invention generally relates to configuring modular distributed I/O systems and complex control systems in industrial automation networks. More specifically, the present invention relates to methods for the automatic distribution of configuration files in such systems via a fieldbus protocol and to mechanisms for a receiving device to apply the configuration file after receiving it.
- a programmable logic controller is used to monitor input signals from a variety of input points (i.e., input sensors) that report events and conditions occurring within a controlled process.
- a PLC can monitor such input conditions as motor speed, temperature, pressure, volumetric flow and the like.
- the PLC has a control program stored within its memory to instruct the PLC on what actions to take upon encountering particular input signals or conditions.
- the PLC derives and generates output signals that are transmitted to control the process via PLC output points to various output devices such as actuators and relays.
- an output signal can be provided by the PLC to speed up or slow down a conveyer, rotate the arm of a robot, open or close a relay, raise or lower temperature, as well as many other possible control functions.
- I/O modules are typically adapted to be plugged into respective slots located on a backplane board or other attachment system provided by the PLC.
- the slots are coupled together by a main bus that couples any I/O module plugged into the slots to a central processing unit (CPU).
- CPU central processing unit
- the CPU itself can be located on a card that is adapted to be plugged into a dedicated slot on the backplane board of the PLC.
- PLCs are arranged in a master-slave network that includes a master PLC and a plurality of remote slave units that can include other PLCs or devices.
- the master PLC controls its own I/O connection points and also the respective I/O connection points for the remote slave unit(s).
- the control commands from the master PLC are derived from data obtained from its own I/O connection points as well as data obtained from the remote slave units.
- Data obtained from the remote slave units is typically obtained from the I/O module(s) connected to each remote slave unit.
- the ADVANTYS STB distributed I/O system is an open, modular input/output system that makes it possible to design islands of automation managed by a master controller via a bus or communication network.
- the ADVANTYS STB distributed I/O system is a product of Schneider Automation Inc., One High Street, North Andover, Mass.
- an I/O island and its associated I/O modules may be widely dispersed and may be in isolated locations, or the target systems may be enclosed in other machinery. In these types of network operations, getting physical access to the remote slave unit or the I/O module to configure the device or update a configuration file can be difficult.
- aspects of the present invention provide a framework for downloading and applying configuration files to a slave device via the same connection that is used to control the slave device.
- a configuration file is created and saved at a master device in a distributed control system.
- the configuration file is then remotely downloaded to the slave device via the data payload of a fieldbus protocol such as the CANopen protocol via the CANopen field for configuration of the slave device and for configuration of a sub-network that is attached to the slave device when part of a distributed I/O island.
- the master device upon boot-up by a slave device, queries the slave device to determine if the slave device or devices, such as I/O points, on an attached sub-network need an updated configuration file.
- the slave device may also query the master device upon boot-up to determine if the master device contains an updated configuration file.
- the devices can determine if the configuration files match. If the configuration files do not match, the master can distribute the new or updated configuration file to the slave device via a fieldbus protocol.
- FIG. 1 depicts an exemplary distributed control system in which an embodiment of the present invention may be performed.
- FIG. 2 depicts an exemplary computing device, suitable for implementing the techniques described herein.
- FIG. 3 is a flowchart depicting an embodiment of the configuration download technique according to the present invention.
- FIG. 4 is a logical depiction of an exemplary configuration file to be sent to a slave device via CANopen, according to an embodiment of the present invention.
- FIG. 5 is a flowchart depicting the reloading of a configuration file according to an embodiment of the present invention.
- FIG. 1 depicts an exemplary distributed control system on which an embodiment of the present invention may be performed.
- the network 100 includes exemplary master device 102 and exemplary slave device 104 .
- the master device may be a PLC, as described above, and the slave device may be a network interface module (NIM).
- NIM network interface module
- the slave device 104 may be additionally connected to additional computing devices such as sub-network 108 with I/O modules 110 , 112 , and 114 .
- sub-network 108 or both the slave device 104 and the sub-network 108 depicted in FIG. 1 may be referred to as an I/O island in certain manufacturing or industrial automation applications.
- I/O island in certain manufacturing or industrial automation applications.
- aspects of the present invention may be implemented on a variety of different computing devices. For example, depending on the application, sub-network 108 could contain sensors or other control devices.
- FIG. 2 Aspects of the invention may be implemented with a variety of conventional networked computers systems such as the network device 200 shown in FIG. 2 .
- Network device 200 includes network interface ports 202 and 204 for receiving and sending data traffic, a central processor 206 , a system memory 208 , and a system bus 210 that couples various system components including ports 202 and 204 , central processor 206 and the system memory 208 .
- System bus 210 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures.
- system memory 208 may include a basic input/output system (BIOS) stored in a read only memory (ROM) and one or more program modules such as operating systems, application programs and program data stored in random access memory (RAM).
- BIOS basic input/output system
- ROM read only memory
- RAM random access memory
- Interfaces 202 and 204 may be any type of network interface well known to those skilled in the art.
- computer 200 may include drives for interfacing with other types of computer readable media.
- node 200 can be controlled by a variety of different program modules operable to implement a fieldbus protocol such as the CANopen protocol.
- program modules are routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types.
- the present invention may also be practiced in a distributed computing environment where tasks are performed by remote processing devices that are linked through a communications network such as a local area network (LAN), or a wide area network (WAN) such as the Internet.
- program modules may be located in both local and remote memory storage devices.
- FIG. 3 depicts a flowchart of one embodiment of the configuration download technique according to an embodiment of the present invention.
- the configuration file is created at the master device. Creation of the configuration file may be accomplished directly at the master device via a user interface, or may be written at a separate computing device and transferred to the master device. For example, a user may construct, in a program on a separate computing device, such as PC 106 in FIG. 1 , a representation of all of the modules and their associated parameters in a sub-network or an island.
- the configuration file may consist of parameters specified by the user that direct behavior of the island or sub-network, such as characteristics related to an I/O point and how the I/O point behaves in the system or is used by an application.
- parameters may be how the I/O point behaves during an error situation, whether or not the I/O point has a filter on it, and, if the I/O point is analog, how much voltage the I/O point can expect.
- the parameters will be unique to how a user uses an I/O point within the island, and those of ordinary skill in the art will understand the various parameters that may be necessary for configuration of a sub-network such as an I/O island.
- those of ordinary skill in the art will understand and be able to provision a software program capable of generating the desired configuration data and sequences for each target computing device, regardless of whether the target device is an I/O point or is another type of computing device.
- the configuration file is saved by the master device.
- the configuration file may be saved with a related time-stamp and date-stamp of when the file was created, a file version, a hash code, or other parameter that may identify the version of the configuration file. Such parameters may be used at a future time to determine if a slave device has the most recent version of a configuration file.
- the configuration file may be saved directly on the master device or may be saved in a separate device, such as in a database existing on a separate device.
- the instructions are sent in one or more sequential files, via a fieldbus protocol such as the CANopen protocol, to the slave device.
- a fieldbus network is a control and/or computer network that is used in industrial automation and process control systems.
- Different fieldbus protocols may choose to specify different layers in the International Standardization Organization/Open Systems Interconnect model (the “OSI model”), as defined by the standard ISO/IEC 7498-1.
- the configuration file may be completely protocol independent and the invention may be implemented with any fieldbus protocol or other protocol that operates in the application layer of the OSI model, and uses an object-oriented representation of the fieldbus devices, such as CANopen, Ethernet/IP and DeviceNet.
- object-oriented representation of the fieldbus devices such as CANopen, Ethernet/IP and DeviceNet.
- FIG. 4 depicts the flow of a configuration file from master device 102 to slave device 104 via the CANopen protocol, according to one embodiment of the invention.
- CANopen is a fieldbus protocol that is often used for communication in distributed control systems.
- the CAN in Automation (CiA) non-profit organization publishes standards that are used in the Automation industry for the implementation of the CANopen protocol.
- the CANopen objects and standards referenced herein and in FIG. 4 are further described in the CAN in Automation (CiA) Draft Standard Proposal 302 Ver. 3.3.0, “Framework for CANopen Managers and Programmable CANopen Devices.”
- CANopen devices use configuration software to generate a device configuration file (DCF in CANopen).
- the DCF file defines parameters that are used for configuration of a CANopen device. For a slave device controlling an island of simple I/O modules, such parameters may include polarity and filter times.
- FIG. 4 depicts Island DCF file 402 , which contains the information needed to configure the sub-network, i.e. sub-network configuration 404 .
- DCF file 402 depicts the types of CANopen data that may be included in a CANopen DCF file.
- DCF file 402 may be created by the CANopen master device 102 and may be downloaded via connection 406 to the CANopen slave device 104 using standard CANopen objects.
- the DCF file 402 may then be unpacked and used for configuration of device 104 .
- the content object 5FFE contains the sub-network configuration objects.
- Object 5FFE may be unpacked and used for configuration of the smart terminal block (STB) I/O points 408 and 410 , as well as for reconfiguration of node 104 as needed.
- STB smart terminal block
- the I/O points 408 and 410 which are attached to slave device 104 , thus may be configured by the creation and distribution of DCF file 402 .
- the configuration data for the attached devices or, collectively, the island is created either at the master device 102 or at an attached computing device 106 as seen in FIG. 1 .
- the master device 102 can transfer the configuration file to the slave device 104 via the CANopen protocol for configuration of the attached island.
- information inside the configuration object may not be static. For instance, in an automation system, the device configuring the sub-network must be commanded to perform some tasks while processing the data needed to configure the sub-network.
- aspects of the invention use a standards-based approach, by using pre-defined objects to send data to a slave device.
- control commands may be sent with the data so that the slave device can act upon the configuration data received.
- the slave device may process the data and use the data to configure itself and any attached network or island.
- the master device maintains an image of the configuration file. If the system recycles power, or if a failed NIM or I/O device must be replaced, the saved image can be used to validate the configuration of the slave device after power recycle, or can be reloaded onto a slave device that is replaced.
- a power recycle or slave device update may involve multiple communications with the master device via a fieldbus protocol.
- FIG. 5 describes the process of configuration check and update according to an embodiment of the present invention.
- the master may query one or more slave devices to determine if the configuration on the slave device(s) matches the configuration on the master device.
- the master can compare various parameters associated with the current configuration file saved on the master device, such as a time-stamp, a date-stamp, a file version, a hash code, or other parameter that may identify the version of the configuration file, with the respective parameters of a slave device's configuration file.
- the master device does not need to update the configuration file (step 506 ). However, if it is determined that the configuration files do not match, at steps 508 - 510 , the master can download the updated configuration and sub-network configuration to the slave device(s) via the fieldbus protocol. At step 512 , the slave device may determine if the sub-network configuration is error-free. If the configuration is not error free, at step 514 the device may optionally enter a fallback mode to either continue with a current set of parameters or to abort the configuration check sequence altogether.
- the slave device can reconfigure the sub-network using the data and the control information contained in the sub-network configuration object.
- the slave device may ensure that the sub-network has been correctly configured using the configuration information. If the sub-network has not been correctly configured, at step 520 the device may optionally enter a fallback mode to either continue with a current set of parameters or to abort the configuration check sequence altogether. If the slave device determines that the sub-network has been correctly configured, at step 522 the slave device may determine if the new configuration requires the reset of the slave device or of a device on the sub-network. If a device reboot is not required, the configuration update may be considered complete.
- a slave device may initiate a query with the master to determine if the respective configuration files match.
- Embodiments of the invention also allow for failed device replacement situations, such as when an old device is removed. Failed device replacement involves replacing a slave device or an I/O module that has been corrupted or otherwise rendered inoperative.
- Failed device replacement involves replacing a slave device or an I/O module that has been corrupted or otherwise rendered inoperative.
- a user can remove a failed device and install a new device, and have the master re-download the configuration file to the device.
- configuration of the device may be automated at the time the failed device is removed and a new device is connected.
- the master device can check the configuration of the new device and proceed through the same sequence described above to either load or update the configuration on the new device. This process may also be initiated by the new slave device on the network.
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Automation & Control Theory (AREA)
- Programmable Controllers (AREA)
Abstract
The invention described herein provides a system and method for distributing and applying a configuration file from a master device (102) to a slave device (104) in a distributed control system (100). According to aspects of the invention, a configuration file is saved at a master device (102) and distributed to the slave device (104) via the data payload of a fieldbus protocol, such as the CANopen protocol. Aspects of the present invention may be used to further configure an I/O island or sub-network (108) that is attached to the slave device (104). Further aspects of the present invention may be used to repair or replace failed devices in a distributed control system (100).
Description
This application is related to U.S. Patent Application Publication No. 2006/0268854 A1, filed May 26, 2005. This application is also related to U.S. patent application Ser. No. 11/755,706, filed May 30, 2007 and U.S. patent application Ser. No. 11/755,709, filed May 30, 2007. All three of these prior applications are hereby incorporated by reference in their entirety.
FEDERALLY SPONSORED RESEARCH OR DEVELOPMENTNone.
TECHNICAL FIELDThe present invention generally relates to configuring modular distributed I/O systems and complex control systems in industrial automation networks. More specifically, the present invention relates to methods for the automatic distribution of configuration files in such systems via a fieldbus protocol and to mechanisms for a receiving device to apply the configuration file after receiving it.
BACKGROUNDA programmable logic controller (PLC) is used to monitor input signals from a variety of input points (i.e., input sensors) that report events and conditions occurring within a controlled process. For example, a PLC can monitor such input conditions as motor speed, temperature, pressure, volumetric flow and the like. The PLC has a control program stored within its memory to instruct the PLC on what actions to take upon encountering particular input signals or conditions. In response to these input signals provided by the input sensors, the PLC derives and generates output signals that are transmitted to control the process via PLC output points to various output devices such as actuators and relays. For example, an output signal can be provided by the PLC to speed up or slow down a conveyer, rotate the arm of a robot, open or close a relay, raise or lower temperature, as well as many other possible control functions.
The input and output points referred to above are typically associated with input modules and output modules, respectively. Input and output modules are collectively referred to as I/O modules herein. Those skilled in the art alternatively refer to such I/O modules as I/O cards, I/O points or I/O boards. I/O modules are typically adapted to be plugged into respective slots located on a backplane board or other attachment system provided by the PLC. The slots are coupled together by a main bus that couples any I/O module plugged into the slots to a central processing unit (CPU). The CPU itself can be located on a card that is adapted to be plugged into a dedicated slot on the backplane board of the PLC.
In many control systems, PLCs are arranged in a master-slave network that includes a master PLC and a plurality of remote slave units that can include other PLCs or devices. In this type of a network, the master PLC controls its own I/O connection points and also the respective I/O connection points for the remote slave unit(s). The control commands from the master PLC are derived from data obtained from its own I/O connection points as well as data obtained from the remote slave units. Data obtained from the remote slave units is typically obtained from the I/O module(s) connected to each remote slave unit.
To meet the needs of machine manufacturers and users, automation architectures have been decentralized or distributed while delivering performance comparable to centralized systems. For instance, the ADVANTYS STB distributed I/O system is an open, modular input/output system that makes it possible to design islands of automation managed by a master controller via a bus or communication network. The ADVANTYS STB distributed I/O system is a product of Schneider Automation Inc., One High Street, North Andover, Mass.
Often, an I/O island and its associated I/O modules may be widely dispersed and may be in isolated locations, or the target systems may be enclosed in other machinery. In these types of network operations, getting physical access to the remote slave unit or the I/O module to configure the device or update a configuration file can be difficult.
SUMMARY OF THE INVENTIONAspects of the present invention provide a framework for downloading and applying configuration files to a slave device via the same connection that is used to control the slave device. According to embodiments of the invention described herein, a configuration file is created and saved at a master device in a distributed control system. The configuration file is then remotely downloaded to the slave device via the data payload of a fieldbus protocol such as the CANopen protocol via the CANopen field for configuration of the slave device and for configuration of a sub-network that is attached to the slave device when part of a distributed I/O island.
In other embodiments of the present invention, upon boot-up by a slave device, the master device queries the slave device to determine if the slave device or devices, such as I/O points, on an attached sub-network need an updated configuration file. The slave device may also query the master device upon boot-up to determine if the master device contains an updated configuration file. By comparing certain parameters of the configuration files saved on both the master device and the slave device, the devices can determine if the configuration files match. If the configuration files do not match, the master can distribute the new or updated configuration file to the slave device via a fieldbus protocol.
BRIEF DESCRIPTION OF THE DRAWINGSThe present invention is illustrated by way of example in the following figures and is not limited by the accompanying figures in which:
depicts an exemplary distributed control system in which an embodiment of the present invention may be performed.
depicts an exemplary computing device, suitable for implementing the techniques described herein.
is a flowchart depicting an embodiment of the configuration download technique according to the present invention.
is a logical depiction of an exemplary configuration file to be sent to a slave device via CANopen, according to an embodiment of the present invention.
is a flowchart depicting the reloading of a configuration file according to an embodiment of the present invention.
Aspects of the present invention provide a mechanism for distributing configuration files to a slave device in a distributed control system, such as an industrial automation network.
FIG. 1depicts an exemplary distributed control system on which an embodiment of the present invention may be performed. The
network100 includes
exemplary master device102 and
exemplary slave device104. In the context of an industrial automation system, the master device may be a PLC, as described above, and the slave device may be a network interface module (NIM). The
slave device104 may be additionally connected to additional computing devices such as
sub-network108 with I/
O modules110, 112, and 114. Those of ordinary skill in the art will recognize that the
sub-network108, or both the
slave device104 and the
sub-network108 depicted in
FIG. 1may be referred to as an I/O island in certain manufacturing or industrial automation applications. Those skilled in the art will also recognize that aspects of the present invention may be implemented on a variety of different computing devices. For example, depending on the application,
sub-network108 could contain sensors or other control devices.
Aspects of the invention may be implemented with a variety of conventional networked computers systems such as the
network device200 shown in
FIG. 2. Anyone of the computing devices depicted in
FIG. 1may be implemented with a device such as
network device200.
Device200 includes
network interface ports202 and 204 for receiving and sending data traffic, a
central processor206, a
system memory208, and a
system bus210 that couples various system
components including ports202 and 204,
central processor206 and the
system memory208.
System bus210 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. The structure of
system memory208 is well known to those skilled in the art and may include a basic input/output system (BIOS) stored in a read only memory (ROM) and one or more program modules such as operating systems, application programs and program data stored in random access memory (RAM).
Interfaces202 and 204 may be any type of network interface well known to those skilled in the art. Furthermore,
computer200 may include drives for interfacing with other types of computer readable media.
The operation of
node200 can be controlled by a variety of different program modules operable to implement a fieldbus protocol such as the CANopen protocol. Examples of program modules are routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types. The present invention may also be practiced in a distributed computing environment where tasks are performed by remote processing devices that are linked through a communications network such as a local area network (LAN), or a wide area network (WAN) such as the Internet. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
depicts a flowchart of one embodiment of the configuration download technique according to an embodiment of the present invention. At
step302 the configuration file is created at the master device. Creation of the configuration file may be accomplished directly at the master device via a user interface, or may be written at a separate computing device and transferred to the master device. For example, a user may construct, in a program on a separate computing device, such as
PC106 in
FIG. 1, a representation of all of the modules and their associated parameters in a sub-network or an island. The configuration file may consist of parameters specified by the user that direct behavior of the island or sub-network, such as characteristics related to an I/O point and how the I/O point behaves in the system or is used by an application. Examples of parameters may be how the I/O point behaves during an error situation, whether or not the I/O point has a filter on it, and, if the I/O point is analog, how much voltage the I/O point can expect. The parameters will be unique to how a user uses an I/O point within the island, and those of ordinary skill in the art will understand the various parameters that may be necessary for configuration of a sub-network such as an I/O island. In addition, those of ordinary skill in the art will understand and be able to provision a software program capable of generating the desired configuration data and sequences for each target computing device, regardless of whether the target device is an I/O point or is another type of computing device.
Once the configuration profile is built, at
step304, the configuration file is saved by the master device. The configuration file may be saved with a related time-stamp and date-stamp of when the file was created, a file version, a hash code, or other parameter that may identify the version of the configuration file. Such parameters may be used at a future time to determine if a slave device has the most recent version of a configuration file. The configuration file may be saved directly on the master device or may be saved in a separate device, such as in a database existing on a separate device. At
step306 the instructions are sent in one or more sequential files, via a fieldbus protocol such as the CANopen protocol, to the slave device.
Those skilled in the art will recognize that a fieldbus network is a control and/or computer network that is used in industrial automation and process control systems. Different fieldbus protocols may choose to specify different layers in the International Standardization Organization/Open Systems Interconnect model (the “OSI model”), as defined by the standard ISO/IEC 7498-1. The configuration file may be completely protocol independent and the invention may be implemented with any fieldbus protocol or other protocol that operates in the application layer of the OSI model, and uses an object-oriented representation of the fieldbus devices, such as CANopen, Ethernet/IP and DeviceNet. Those skilled in the art will further be able to identify other fieldbus protocols that use object-oriented representations of the field devices such that they could be used with the current invention.
depicts the flow of a configuration file from
master device102 to
slave device104 via the CANopen protocol, according to one embodiment of the invention. CANopen is a fieldbus protocol that is often used for communication in distributed control systems. The CAN in Automation (CiA) non-profit organization publishes standards that are used in the Automation industry for the implementation of the CANopen protocol. The CANopen objects and standards referenced herein and in
FIG. 4are further described in the CAN in Automation (CiA)
Draft Standard Proposal302 Ver. 3.3.0, “Framework for CANopen Managers and Programmable CANopen Devices.”
Many CANopen devices use configuration software to generate a device configuration file (DCF in CANopen). The DCF file defines parameters that are used for configuration of a CANopen device. For a slave device controlling an island of simple I/O modules, such parameters may include polarity and filter times.
FIG. 4depicts
Island DCF file402, which contains the information needed to configure the sub-network, i.e. sub-network
configuration404.
DCF file402 depicts the types of CANopen data that may be included in a CANopen DCF file. In
FIG. 4, DCF file 402 may be created by the
CANopen master device102 and may be downloaded via
connection406 to the
CANopen slave device104 using standard CANopen objects. The
DCF file402 may then be unpacked and used for configuration of
device104. In the embodiment described in
FIG. 4, the content object 5FFE contains the sub-network configuration objects. Object 5FFE may be unpacked and used for configuration of the smart terminal block (STB) I/O points 408 and 410, as well as for reconfiguration of
node104 as needed.
The I/O points 408 and 410, which are attached to
slave device104, thus may be configured by the creation and distribution of
DCF file402. According to aspects of the present invention, the configuration data for the attached devices or, collectively, the island, is created either at the
master device102 or at an attached
computing device106 as seen in
FIG. 1. Once created, the
master device102 can transfer the configuration file to the
slave device104 via the CANopen protocol for configuration of the attached island. However, information inside the configuration object may not be static. For instance, in an automation system, the device configuring the sub-network must be commanded to perform some tasks while processing the data needed to configure the sub-network.
Aspects of the invention use a standards-based approach, by using pre-defined objects to send data to a slave device. In addition to the configuration information, control commands may be sent with the data so that the slave device can act upon the configuration data received. When the slave device receives the information, it may process the data and use the data to configure itself and any attached network or island.
One of the benefits of certain embodiments of the invention described herein is that the master device maintains an image of the configuration file. If the system recycles power, or if a failed NIM or I/O device must be replaced, the saved image can be used to validate the configuration of the slave device after power recycle, or can be reloaded onto a slave device that is replaced.
According to embodiments of the present invention, a power recycle or slave device update may involve multiple communications with the master device via a fieldbus protocol.
FIG. 5describes the process of configuration check and update according to an embodiment of the present invention. At
step504, the master may query one or more slave devices to determine if the configuration on the slave device(s) matches the configuration on the master device. During such a query the master can compare various parameters associated with the current configuration file saved on the master device, such as a time-stamp, a date-stamp, a file version, a hash code, or other parameter that may identify the version of the configuration file, with the respective parameters of a slave device's configuration file. If the configuration files on both the master device and the slave device(s) match, the master device does not need to update the configuration file (step 506). However, if it is determined that the configuration files do not match, at steps 508-510, the master can download the updated configuration and sub-network configuration to the slave device(s) via the fieldbus protocol. At
step512, the slave device may determine if the sub-network configuration is error-free. If the configuration is not error free, at
step514 the device may optionally enter a fallback mode to either continue with a current set of parameters or to abort the configuration check sequence altogether. If the sub-network configuration is error-free, at
step516 the slave device can reconfigure the sub-network using the data and the control information contained in the sub-network configuration object. At
step518, the slave device may ensure that the sub-network has been correctly configured using the configuration information. If the sub-network has not been correctly configured, at
step520 the device may optionally enter a fallback mode to either continue with a current set of parameters or to abort the configuration check sequence altogether. If the slave device determines that the sub-network has been correctly configured, at
step522 the slave device may determine if the new configuration requires the reset of the slave device or of a device on the sub-network. If a device reboot is not required, the configuration update may be considered complete. However, if the slave device determines that a device reboot is necessary, the slave device can reenter boot-up procedure at
step502. According to another embodiment of the invention, a slave device may initiate a query with the master to determine if the respective configuration files match.
Embodiments of the invention also allow for failed device replacement situations, such as when an old device is removed. Failed device replacement involves replacing a slave device or an I/O module that has been corrupted or otherwise rendered inoperative. According to aspects of the present invention described above, a user can remove a failed device and install a new device, and have the master re-download the configuration file to the device. According to embodiments described herein, configuration of the device may be automated at the time the failed device is removed and a new device is connected. When a master device recognizes that a new slave device has been installed or that there is a new device on a sub-network attached to a slave device, the master device can check the configuration of the new device and proceed through the same sequence described above to either load or update the configuration on the new device. This process may also be initiated by the new slave device on the network.
Persons of ordinary skill in the art will recognize that the foregoing techniques may be implemented on a variety of networking systems and with a variety of transmission media. Networks based on wire, fiber optic cable, wireless or other transmission media may utilize the present invention. It should be further noted that certain aspects of the present invention have been described herein, but the invention is not limited to the embodiments described. Those skilled in the art will recognize additional variations embodied by the present invention upon reading or upon practice of the invention. The following claims demonstrate the breadth of the invention.
Claims (23)
1. In a distributed control system of an industrial automation network, the control system having a master device, a slave device, and a sub-network of control devices that comprises a first control device, wherein the first control device is coupled to the slave device, a method comprising:
receiving at the slave device, from the master device, a configuration file in a data payload via a fieldbus protocol;
extracting at the slave device the configuration file;
configuring the slave device using the configuration file; and
configuring, by the slave device, the first control device from a subset of configuration information contained in the configuration file.
2. The method of
claim 1, wherein the fieldbus protocol is the CANopen protocol.
3. The method of
claim 1, wherein the sub-network of control devices includes a plurality of I/O modules.
4. The method of
claim 1, further comprising using, by the slave device, the configuration file to configure other control devices of the sub-network of control devices.
5. The method of
claim 1, further comprising creating the configuration file by the master device.
6. The method of
claim 1, further comprising creating the configuration file by a computing device separate from the master device, and transferring the configuration file to the master device.
7. In a distributed control system of an industrial automation network, the control system comprising a master device, a slave device, and a sub-network of control devices including a first control device coupled to the at least one slave device, a method comprising:
creating at the master device a configuration file, wherein the configuration file contains a configuration object for configuring the first control device;
sending, by the master device, the configuration file to the slave device via one or more data payload portions of a fieldbus protocol;
configuring the slave device using the configuration file; and
configuring, by the slave device, the first control device based on the configuration object.
8. The method of
claim 7, wherein the fieldbus protocol is the CANopen protocol.
9. The method of
claim 7, wherein the sub-network of control devices comprises a plurality of I/O modules.
10. The method of
claim 7, wherein the creating at the master device the configuration file comprises:
receiving configuration instructions from a separate computing device; and
formatting the configuration instructions into the configuration file.
11. The method of
claim 7, further comprising:
saving the configuration file at the master device.
12. The method of
claim 11, wherein the saving of the configuration file includes saving a date and a time corresponding to when the configuration file was created.
13. The method of
claim 12, further comprising:
determining, responsive to detecting that the slave device re-boots, whether a current configuration file on the slave device has a date and time that match the date and time corresponding to when the configuration file was created by the master; and
re-sending by the master device, responsive to determining that the date and time on the current configuration file on the slave device do not match the date and time corresponding to when the configuration file was created by the master, the configuration file to the slave device via one or more data payload portions of the fieldbus protocol.
14. The method of
claim 12, further comprising:
sending by the master device, responsive to recognizing that a second slave device boots up, the configuration file to the second slave device via one or more data payload portions of the fieldbus protocol.
15. An industrial automation system comprising:
a programmable logic controller (PLC) having a software program for creating and sending a downloadable configuration file via one or more data payload portions of a fieldbus protocol;
a network interface module (NIM) coupled to the PLC via a fieldbus network, the NIM adapted to receive the downloadable configuration file via the fieldbus network from the PLC and to be configured using the configuration file; and
an I/O module coupled to the NIM, the I/O module being configured by the NIM using a subset of configuration information contained in the configuration file.
16. The industrial automation system of
claim 15, wherein the fieldbus network is a CANopen network.
17. The industrial automation system of
claim 15, wherein the PLC is adapted to save the configuration file.
18. The industrial automation system of
claim 17, wherein saving the configuration file comprises saving a date and a time corresponding to when the configuration file was created.
19. The industrial automation system of
claim 18, wherein the PLC is further adapted to determine, responsive to detecting that the I/O module re-boots, whether a current configuration file on the I/O module has a date and time that match the date and time corresponding to when the configuration file was created.
20. In a distributed control system of an industrial automation network, the control system having a master device, a slave device, and a sub-network of control devices that includes a first control device, a method, comprising:
receiving at the slave device, from the master device, a data payload via a fieldbus protocol;
configuring the slave device based on a first portion of the data payload; and
configuring, by the slave device, the sub-network of control devices based on a second portion of the data payload.
21. The method of
claim 20, wherein the second portion of the data payload comprises a plurality of sub-network configuration objects.
22. The method of
claim 20, wherein the fieldbus protocol is a CANopen protocol.
23. A method in an industrial automation network, comprising:
receiving, by a slave device from a master device, a configuration file in a data payload via a fieldbus protocol over the industrial automation network;
configuring the slave device using the configuration file; and
configuring, by the slave device, a first device coupled to the slave device using only a portion of the configuration file.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/967,470 US8904074B2 (en) | 2007-12-31 | 2007-12-31 | Method and apparatus for distributing configuration files in a distributed control system |
PCT/US2008/088404 WO2009088820A1 (en) | 2007-12-31 | 2008-12-29 | Method and apparatus for distributing configuration files in a distributed control system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/967,470 US8904074B2 (en) | 2007-12-31 | 2007-12-31 | Method and apparatus for distributing configuration files in a distributed control system |
Publications (2)
Publication Number | Publication Date |
---|---|
US20090172223A1 US20090172223A1 (en) | 2009-07-02 |
US8904074B2 true US8904074B2 (en) | 2014-12-02 |
Family
ID=40602182
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/967,470 Active 2028-07-27 US8904074B2 (en) | 2007-12-31 | 2007-12-31 | Method and apparatus for distributing configuration files in a distributed control system |
Country Status (2)
Country | Link |
---|---|
US (1) | US8904074B2 (en) |
WO (1) | WO2009088820A1 (en) |
Cited By (4)
* Cited by examiner, † Cited by third partyPublication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20120083936A1 (en) * | 2009-06-26 | 2012-04-05 | Koninklijke Philips Electronics N.V. | Power distribution apparatus |
US20130096697A1 (en) * | 2011-10-05 | 2013-04-18 | Opteon Corporation | Methods, apparatus, and systems for monitoring and/or controlling dynamic environments |
CN107453954A (en) * | 2017-08-31 | 2017-12-08 | 深圳市汇川控制技术有限公司 | A kind of Networked E-Journals method, system and equipment |
US9940055B2 (en) * | 2012-09-20 | 2018-04-10 | Ferag Ag | Operator panel with applications for operating production systems |
Families Citing this family (19)
* Cited by examiner, † Cited by third partyPublication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8634325B2 (en) * | 2007-12-31 | 2014-01-21 | Schneide Electric USA, Inc. | Tuning of industrial automation system performance based on device operating characteristics |
SG158763A1 (en) * | 2008-07-16 | 2010-02-26 | Rfnet Technologies Pte Ltd | Hardware reset button equivalent software reset method for network device |
EP2204704B1 (en) * | 2008-12-31 | 2013-01-30 | Siemens Aktiengesellschaft | Method for operating an industrial automation system comprising multiple networked computing units and industrial automation system |
EP2224297A1 (en) * | 2009-02-27 | 2010-09-01 | Siemens Aktiengesellschaft | Method for providing configuration data to a plurality of interconnected control units in an industrial automation system and industrial automation system |
DE102009037237A1 (en) * | 2009-08-12 | 2011-02-17 | Repower Systems Ag | Method and arrangement for automatic configuration parameter control in wind turbines |
US20130339497A1 (en) * | 2012-06-13 | 2013-12-19 | Schneider Electric Industries, SAS | Configuring devices in a network |
DE102012215110A1 (en) * | 2012-08-24 | 2014-03-20 | Siemens Aktiengesellschaft | Electronically readable component description for a magnetic resonance system |
EP2735925B1 (en) * | 2012-11-23 | 2016-08-17 | Siemens Aktiengesellschaft | Automation device |
KR20150092263A (en) | 2012-12-06 | 2015-08-12 | 브리티시 아메리칸 토바코 (인베스트먼츠) 리미티드 | Improvements relating to smoking article assembly |
CN103268259A (en) * | 2013-04-28 | 2013-08-28 | 东方电气集团东方汽轮机有限公司 | Method and device for realizing CANOPEN (control area network open) slave station |
CN103324456B (en) * | 2013-06-06 | 2016-03-02 | 京东方科技集团股份有限公司 | A kind of method to set up of display mode and display mode configuration-system |
KR101476128B1 (en) * | 2013-10-30 | 2014-12-24 | 주식회사 아진엑스텍 | Simulator slave for industrial distributed network |
KR101504903B1 (en) | 2013-10-30 | 2015-03-23 | 주식회사 아진엑스텍 | Virtual slave for industrial distributed network |
US20150137958A1 (en) * | 2013-11-21 | 2015-05-21 | Lumenradio Ab | Wireless remote control |
US10713062B2 (en) * | 2017-12-07 | 2020-07-14 | Dell Products, L.P. | System and method for configuring an information handling system |
EP3746851B1 (en) * | 2018-01-30 | 2024-08-07 | Parker-Hannifin Corporation | Method and apparatus for configuring i/o modules connected to a fieldbus controller |
CN109507931B (en) * | 2018-12-13 | 2020-10-02 | 中电智能科技有限公司 | Communication card based on CAN open communication protocol |
CN109696878B (en) * | 2019-01-03 | 2020-10-02 | 中电智能科技有限公司 | Controller based on multiple buffer zones |
CN112241141B (en) * | 2020-11-12 | 2022-08-09 | 上海电气风电集团股份有限公司 | Hardware configuration method, system, device and medium of PLC control system |
Citations (18)
* Cited by examiner, † Cited by third partyPublication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5109484A (en) * | 1986-04-09 | 1992-04-28 | International Business Machines Corporation | Self configuring terminal which polls loop network and generates list of connected devices for use in selectively downloading control programs |
JPH04157532A (en) | 1990-10-22 | 1992-05-29 | Nec Corp | Loading control system for program and data |
US5594886A (en) * | 1994-10-23 | 1997-01-14 | Lsi Logic Corporation | Pseudo-LRU cache memory replacement method and apparatus utilizing nodes |
US5841654A (en) * | 1995-10-16 | 1998-11-24 | Smar Research Corporation | Windows based network configuration and control method for a digital control system |
US6298446B1 (en) * | 1998-06-14 | 2001-10-02 | Alchemedia Ltd. | Method and system for copyright protection of digital images transmitted over networks |
US6446202B1 (en) | 1999-10-04 | 2002-09-03 | Fisher-Rosemount Systems, Inc. | Process control configuration system for use with an AS-Interface device network |
US20040054829A1 (en) * | 2001-06-25 | 2004-03-18 | White William A. | Method, system and program for the transmission of modbus messages between networks |
US20040236885A1 (en) * | 2001-06-06 | 2004-11-25 | Lars- Berno Fredriksson | Arrangement and method for system of locally deployed module units, and contact unit for connection of such a module unit |
GB2403043A (en) | 2003-06-18 | 2004-12-22 | Fisher Rosemount Systems Inc | Configuration of a wireless enabled field device |
US20050002417A1 (en) * | 2003-07-02 | 2005-01-06 | Kelly Thomas J. | Systems and methods for performing protocol conversions in a work machine |
US20050108442A1 (en) * | 2003-11-14 | 2005-05-19 | Sick Ag | Connection module for the connection of a sensor to a fieldbus |
US20050256939A1 (en) | 2004-05-03 | 2005-11-17 | Schneider Automation Sas | Automatic Configuration of Network Automation Devices |
US20060268854A1 (en) * | 2005-05-26 | 2006-11-30 | Lee Kenneth S | Auto-addressing system and method |
EP1762918A1 (en) | 2005-09-09 | 2007-03-14 | Omron Corporation | Remote terminal apparatus for programmable controller |
WO2007149688A2 (en) | 2006-05-30 | 2007-12-27 | Schneider Automation Inc. | Remote virtual placeholder configuration for distributed input/output modules |
JP4157532B2 (en) | 2005-03-07 | 2008-10-01 | 株式会社東芝 | Image display method and apparatus, and X-ray CT apparatus |
US20090033359A1 (en) * | 2007-07-31 | 2009-02-05 | Broadcom Corporation | Programmable logic device with millimeter wave interface and method for use therewith |
US20110119507A1 (en) * | 2007-07-06 | 2011-05-19 | Eaton Industries Gmbh | System and method for controlling bus-networked devices via an open field bus |
Family Cites Families (3)
* Cited by examiner, † Cited by third partyPublication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6697360B1 (en) * | 1998-09-02 | 2004-02-24 | Cisco Technology, Inc. | Method and apparatus for auto-configuring layer three intermediate computer network devices |
FI110397B (en) * | 2000-01-07 | 2003-01-15 | Nokia Corp | Procedure for configuring a base station network |
US7221912B2 (en) * | 2003-08-29 | 2007-05-22 | Lucent Technologies Inc. | Telecommunications management interface system |
-
2007
- 2007-12-31 US US11/967,470 patent/US8904074B2/en active Active
-
2008
- 2008-12-29 WO PCT/US2008/088404 patent/WO2009088820A1/en active Application Filing
Patent Citations (18)
* Cited by examiner, † Cited by third partyPublication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5109484A (en) * | 1986-04-09 | 1992-04-28 | International Business Machines Corporation | Self configuring terminal which polls loop network and generates list of connected devices for use in selectively downloading control programs |
JPH04157532A (en) | 1990-10-22 | 1992-05-29 | Nec Corp | Loading control system for program and data |
US5594886A (en) * | 1994-10-23 | 1997-01-14 | Lsi Logic Corporation | Pseudo-LRU cache memory replacement method and apparatus utilizing nodes |
US5841654A (en) * | 1995-10-16 | 1998-11-24 | Smar Research Corporation | Windows based network configuration and control method for a digital control system |
US6298446B1 (en) * | 1998-06-14 | 2001-10-02 | Alchemedia Ltd. | Method and system for copyright protection of digital images transmitted over networks |
US6446202B1 (en) | 1999-10-04 | 2002-09-03 | Fisher-Rosemount Systems, Inc. | Process control configuration system for use with an AS-Interface device network |
US20040236885A1 (en) * | 2001-06-06 | 2004-11-25 | Lars- Berno Fredriksson | Arrangement and method for system of locally deployed module units, and contact unit for connection of such a module unit |
US20040054829A1 (en) * | 2001-06-25 | 2004-03-18 | White William A. | Method, system and program for the transmission of modbus messages between networks |
GB2403043A (en) | 2003-06-18 | 2004-12-22 | Fisher Rosemount Systems Inc | Configuration of a wireless enabled field device |
US20050002417A1 (en) * | 2003-07-02 | 2005-01-06 | Kelly Thomas J. | Systems and methods for performing protocol conversions in a work machine |
US20050108442A1 (en) * | 2003-11-14 | 2005-05-19 | Sick Ag | Connection module for the connection of a sensor to a fieldbus |
US20050256939A1 (en) | 2004-05-03 | 2005-11-17 | Schneider Automation Sas | Automatic Configuration of Network Automation Devices |
JP4157532B2 (en) | 2005-03-07 | 2008-10-01 | 株式会社東芝 | Image display method and apparatus, and X-ray CT apparatus |
US20060268854A1 (en) * | 2005-05-26 | 2006-11-30 | Lee Kenneth S | Auto-addressing system and method |
EP1762918A1 (en) | 2005-09-09 | 2007-03-14 | Omron Corporation | Remote terminal apparatus for programmable controller |
WO2007149688A2 (en) | 2006-05-30 | 2007-12-27 | Schneider Automation Inc. | Remote virtual placeholder configuration for distributed input/output modules |
US20110119507A1 (en) * | 2007-07-06 | 2011-05-19 | Eaton Industries Gmbh | System and method for controlling bus-networked devices via an open field bus |
US20090033359A1 (en) * | 2007-07-31 | 2009-02-05 | Broadcom Corporation | Programmable logic device with millimeter wave interface and method for use therewith |
Non-Patent Citations (10)
* Cited by examiner, † Cited by third partyTitle |
---|
Boterenbrood, Henk, CANopen Bootloader for the ELMB ATmegal128 Microcontroller, Mar. 10, 2004, pp. 1-9, version 1.1, NIKHEF, Amsterdam. |
CANopen Bootloader, 2006, pp. 1-3, Port GmbH, Germany. |
CANopen Compliant Bootloader, CANopen Bootloader for Atmel CANary devices, Mar. 9, 2007, pp. 1-4, Embedded Systems Academy. |
CANopen, Framework for CANopen Managers and Programmable CANopen Devices, CiA Draft Standard Proposal 302, Oct. 10, 2003, pp. 1-57, version 3.3.0, CAN in Automation, Germany. |
Etschberger, K. et al. CANopen-based Distributed Intelligent Automation, Mar. 9, 2007, pp. 1-14, online at: CANopensolutions.com, IXXAT Automation GmbH. |
Hoske, Mark T, I/O Modules, Mar. 24, 2007, pp. 1-6, online at: http://www.controleng.com/article/CA6303473.html, Reed Business Information. |
ILB ETH 24 DI16 D1016-2TX, Inline Block IO Module for Ethernet with 16 Digital Inputs and 16 Digital Inputs or Outputs, Feb. 2005, pp. 1-48, Phoenix Contact. |
International Search Report for PCT Application No. PCT/US2008/088404, dated Jun. 2, 2009. |
Persson, Lars. "A Comparison between Fieldbuses and Remote I/O for Instruments in the Process Industry". Dec. 17, 2006. Luleå University of Technology. * |
Schneider Electric: "Advantys STB Standard CANopen Network Interface Module Applications Guide", Manual, Oct. 2007, 204 pages. |
Cited By (11)
* Cited by examiner, † Cited by third partyPublication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20120083936A1 (en) * | 2009-06-26 | 2012-04-05 | Koninklijke Philips Electronics N.V. | Power distribution apparatus |
US10581243B2 (en) * | 2009-06-26 | 2020-03-03 | Koninklijke Philips N.V. | Power distribution apparatus |
US20130096697A1 (en) * | 2011-10-05 | 2013-04-18 | Opteon Corporation | Methods, apparatus, and systems for monitoring and/or controlling dynamic environments |
US9459607B2 (en) * | 2011-10-05 | 2016-10-04 | Opteon Corporation | Methods, apparatus, and systems for monitoring and/or controlling dynamic environments |
US9494926B2 (en) | 2011-10-05 | 2016-11-15 | Opteon Corporation | Methods and apparatus employing an action engine for monitoring and/or controlling dynamic environments |
US10101720B2 (en) | 2011-10-05 | 2018-10-16 | Opteon Corporation | Methods, apparatus, and systems for monitoring and/or controlling dynamic environments |
US10983493B2 (en) | 2011-10-05 | 2021-04-20 | Opteon Corporation | Methods, apparatus, and systems for monitoring and/or controlling dynamic environments |
US12061455B2 (en) | 2011-10-05 | 2024-08-13 | Opteon Corporation | Methods, apparatus, and systems for monitoring and/or controlling dynamic environments |
US9940055B2 (en) * | 2012-09-20 | 2018-04-10 | Ferag Ag | Operator panel with applications for operating production systems |
CN107453954A (en) * | 2017-08-31 | 2017-12-08 | 深圳市汇川控制技术有限公司 | A kind of Networked E-Journals method, system and equipment |
CN107453954B (en) * | 2017-08-31 | 2021-03-05 | 深圳市汇川控制技术有限公司 | Network debugging method, system and equipment |
Also Published As
Publication number | Publication date |
---|---|
US20090172223A1 (en) | 2009-07-02 |
WO2009088820A1 (en) | 2009-07-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8904074B2 (en) | 2014-12-02 | Method and apparatus for distributing configuration files in a distributed control system |
US7984199B2 (en) | 2011-07-19 | Configuration of field devices on a network |
EP1770459B1 (en) | 2012-05-16 | Embedding data into controllers |
CN108023809B (en) | 2021-05-25 | System and method for enabling control of a device in a process control system |
CN101460928B (en) | 2012-02-08 | Method and supporting configuration user interfaces for streamlining installing replacement field devices |
JP5015398B2 (en) | 2012-08-29 | Reprogrammable field device in a distributed process control system |
CN102902243B (en) | 2015-11-11 | For the system and method for the field apparatus in automatization of service factory |
US9124445B2 (en) | 2015-09-01 | Apparatus for integrating device objects into a superordinated control unit |
US7774073B2 (en) | 2010-08-10 | Modular programmable automation controller with multi-processor architecture |
CN110967969B (en) | 2023-06-16 | High availability industrial automation system and method for transmitting information by the same |
US10805116B2 (en) | 2020-10-13 | Gateway and method for connecting a data source system to an IT system |
US9720404B2 (en) | 2017-08-01 | Gateway offering logical model mapped to independent underlying networks |
US20080301270A1 (en) | 2008-12-04 | System and method for directed provision and installation of device-specific functionalities, in particular for field devices |
CN112068501A (en) | 2020-12-11 | Process control device with modern architecture and legacy compatibility |
EP3765929B1 (en) | 2022-03-09 | Automated system and method for updating firmware on industrial devices |
CN111788816A (en) | 2020-10-16 | Method for establishing network communication in automation system |
US7860110B2 (en) | 2010-12-28 | Auto-addressing system and method |
US7433968B2 (en) | 2008-10-07 | Methods and systems for management and control of an automation control module |
CN113726570A (en) | 2021-11-30 | Network port configuration method, device and system |
US20250028656A1 (en) | 2025-01-23 | Systems and methods of i/o device emulation for industrial systems |
CN103336492B (en) | 2016-02-10 | A kind of mixed industrial computer network control disposal system |
CN115509552A (en) | 2022-12-23 | Computer-implemented method for updating a process control system |
CN107453903A (en) | 2017-12-08 | A kind of method and system for identifying communication slave station and a kind of storage device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
2013-12-09 | AS | Assignment |
Owner name: SCHNEIDER AUTOMATION INC., MASSACHUSETTS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LEE, KENNETH S.;BLAIR, RICHARD A.;DHAYAGUDE, NITIN;AND OTHERS;SIGNING DATES FROM 20081207 TO 20081215;REEL/FRAME:031739/0903 Owner name: SQUARE D COMPANY, ILLINOIS Free format text: MERGER;ASSIGNOR:SCHNEIDER AUTOMATION INC.;REEL/FRAME:031740/0687 Effective date: 20081217 Owner name: SCHNEIDER ELECTRIC USA, INC., ILLINOIS Free format text: CHANGE OF NAME;ASSIGNOR:SQUARE D COMPANY;REEL/FRAME:031778/0624 Effective date: 20091109 |
2014-11-12 | STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
2018-06-04 | MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551) Year of fee payment: 4 |
2022-05-24 | MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |