WO2008013520A1 - Control system migration - Google Patents

Control system migration Download PDF

Info

Publication number
WO2008013520A1
WO2008013520A1 PCT/US2006/028526 US2006028526W WO2008013520A1 WO 2008013520 A1 WO2008013520 A1 WO 2008013520A1 US 2006028526 W US2006028526 W US 2006028526W WO 2008013520 A1 WO2008013520 A1 WO 2008013520A1
Authority
WO
WIPO (PCT)
Prior art keywords
control
blocks
block
source
destination
Prior art date
Application number
PCT/US2006/028526
Other languages
French (fr)
Inventor
Ravindra Kishore
Joshi K. Mahesh
Original Assignee
Honeywell International Inc.
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 Honeywell International Inc. filed Critical Honeywell International Inc.
Publication of WO2008013520A1 publication Critical patent/WO2008013520A1/en

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/042Programme control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
    • G05B19/0426Programming the control sequence
    • 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/23Pc programming
    • G05B2219/23275Use of parser
    • 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/25Pc structure of the system
    • G05B2219/25232DCS, distributed control system, decentralised control unit

Definitions

  • a migration system for distributed control system migration uses a parser that parses system configuration information for a source control system into an intermediate language.
  • a block equivalence module finds destination system control blocks that are equivalent to source system control blocks and builds logical control loops using the destination system control blocks.
  • some source system control block may be migrated to a combination of two destination system control blocks.
  • selected source system control blocks may have integrated alarms.
  • Such control blocks may be migrated to control blocks with separate alarms blocks, as supported in the destination system.
  • FIG. 1 is a block diagram of an example migration for an old distributed control system to a distributed new control system according to an example embodiment.
  • FIG. 2A is a block diagram of a further example migration for an old control system to a new control system according to an example embodiment.
  • FIG.s 2B and 2C illustrate the migration of source control blocks into multiple destination system control blocks according to an example embodiment.
  • FIG. 3 is a flow chart of a connection engine implemented algorithm for applying block equivalence rules in the migration example of FIG. 2 according to an example embodiment.
  • FIG. 4 is flow chart of an algorithm for applying pin connection rules in the migration example of FIG. 2 according to an example embodiment.
  • FIG. 5 is a flow chart of an algorithm for applying merge rules in a migration process according to an example embodiment.
  • FIG. 6 is a block diagram illustrating a FANOUT block according to an example embodiment.
  • FIG. 7 is a block diagram of a computer system for implementing algorithms according to an example embodiment.
  • computer readable media is also used to represent carrier waves on which the software is transmitted.
  • modules which are software, hardware, firmware or any combination thereof. Multiple functions are performed in one or more modules as desired, and the embodiments described are merely examples.
  • the software is executed on a digital signal processor, ASIC, microprocessor, or other type of processor operating on a computer system, such as a personal computer, server or other computer system.
  • FIG. 1 illustrates a simple example of migration between different process control systems.
  • An older control system is illustrated in FIG. 1 on the left side of the figure. It has blocks 105, 110 and 115.
  • Block 105 in this embodiment is an analog input block.
  • Block 110 is a regulatory control block, and block 115 is an analog output block.
  • system configuration information such as control blocks may be expressed as text EB files (i.e. system configuration files), which are parsed and stored as old system information in a database.
  • An algorithm referred to as a connection engine, is applied to the old system information by reading the EB files (i.e. system configuration files), and converting them to a predefined intermediate format, which is stored in a database.
  • XML files i.e. system configuration files
  • the algorithm is tailored to each new system to be migrated to, and works by specifying the connection logic between control blocks.
  • the new system is a Honeywell Inc., Experion
  • PKS control strategy process control system
  • the old system is an older control system, which may be a Honeywell system, or other system.
  • Other candidates for migration include HPM, APM, PM, TDC-2000 boxes, HG boxes, PMx, PMD and MxOpen.
  • Older systems may have analog control points.
  • Alarm features may have been embedded in older systems, but may be separately dealt with in new systems. These functional differences should be accounted for in a migration from the old system to a new system.
  • Blocks may be thought of as functional blocks, which implement algorithms, such as a PID (proportional/integral/derivative) algorithm. To find an equivalent to an older functional block may require the use of one or more blocks in the new system.
  • PID proportional/integral/derivative
  • block 105 there is no single equivalent block for block 105, but instead, two blocks provide equivalent functions, AI block 120 and DATAACQ block 125.
  • block 125 supports an alarm feature alone.
  • the combination of block 120 and block 125 provide an equivalent feature as in block 105.
  • a regulatory control block 130 was found equivalent to block 110, and an output block AO 135 was found equivalent to block 115.
  • the above algorithm is also referred to as a set of block equivalence rules.
  • Block equivalence rules result in replacing source system blocks with destination systems blocks. It introduces extra blocks conditionally. For example, an alarm feature may be embedded in AI point of the prior system. Since alarms are treated as separate blocks in a new system, the rule results in introduction of additional blocks.
  • a set of pin connection rules may be applied to connect the resulting blocks to manage pin connections between blocks during migration. It may provide alternative unused pin if the pin is not available for uses.
  • a set of merge rules provide the ability to reduce the number of modules required for migration. The merge rules may result in a merger of blocks without disturbing the interconnections between blocks and functionalities of the blocks.
  • the older system 200 in one embodiment is for example a Honeywell TDC system, and new system 205 is for example a Honeywell Experion system.
  • the older system consists of blocks 210, AI and 215, RegCtlB.
  • a parameter, referred to as PV connects both the blocks.
  • New system 205 comprises an AI block 220, DACQ or DATAACQ block 225 and RegCtlB block 230.
  • FIG.s 2B and 2C illustrate the migration of source control blocks into multiple destination system control blocks.
  • a source control block 235 is a CHDETECT control block, which is used by a TPS system to detect changes in up to three inputs, Sl, S2 and S3, and provides an output SO.
  • the destination system uses three trigger blocks (TRIGA, TRIGA_1, and TRIGA_2) 237, 238 and 239 to respectively receive the three inputs.
  • Outputs from the trigger blocks are provided to an OR block 245, which provides an output equivalent to output SO of block 235 of the source system.
  • a FLIPFLOP control block 250 provides a flip flop function as illustrated by logic represented in table 255, comparing two inputs, Sl and S2.
  • An input S3 is provided by block 250 if both input Sl and S2 are on.
  • the EPKS system equivalent for such a TPS:FLIPFLOP is a combination of one AND block 260, one SR block 265 and one SEL block 270.
  • Input Sl is passed to a first input of AND block 260 and an input, R, of SR block 265.
  • Input S2 is passed to a second input of AND block 260 and an input, S, of SR block 265.
  • the output of AND block 260 is provided to a G input of SEL block 270, and the output of SR block 265 is provided to a "1" input of SR block 265.
  • SR block 265 also receives S3 as an input at a "2" input.
  • the output of SEL block 270 is equivalent to output SO of FLIPFLOP 250.
  • Fan Out can be applied only to control system block ( say RegCtl) , which can give more than one output as indicated at 335.
  • a FANOUT control block (FIG. 6) may have one input, and fan that input out to five other blocks, such as various analog output blocks. Multiple FANOUT blocks may be used if required to provide more outputs than a single FANOUT block may be capable of providing. In one embodiment, a FANOUT block may have eight outputs.
  • the pins corresponding to physical or logical connections between blocks are applied.
  • Older systems may keep connection information in either a receiving block, or a connecting block, or in both.
  • the information generally includes a name and type for the pin and connected to and connected from information.
  • New systems may only keep connection information in a receiving end of a block.
  • Pin connection rules for the above example are shown in FIG. 4: Rule 1:
  • TDC EB Files For example some block could be expressed as:
  • connection engine is then used to apply the block equivalence rules:
  • FANOUT block 610 takes the output of such a regulatory control block 615 and provides several outputs 620, labeled AOl, AO2, AO3, AO4, AO5 and AO6.
  • FIG. 7 A block diagram of a computer system that executes programming for performing the above algorithm is shown in FIG. 7.
  • a general computing device in the form of a computer 710 may include a processing unit 702, memory 704, removable storage 712, and non-removable storage 714.
  • Memory 704 may include volatile memory 706 and non-volatile memory 708.
  • Computer 710 may include - or have access to a computing environment that includes - a variety of computer- readable media, such as volatile memory 706 and non-volatile memory 708, removable storage 712 and non-removable storage 714.
  • Computer storage includes random access memory (RAM), read only memory (ROM), eraseable programmable read-only memory (EPROM) & electrically eraseable programmable read-only memory (EEPROM), flash memory or other memory technologies, compact disc read-only memory (CD ROM), Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium capable of storing computer- readable instructions.
  • Computer 710 may include or have access to a computing environment that includes input 716, output 718, and a communication connection 720. The computer may operate in a networked environment using a communication connection to connect to one or more remote computers.
  • the remote computer may include a personal computer (PC), server, router, network PC, a peer device or other common network node, or the like.
  • the communication connection may include a Local Area Network (LAN), a Wide Area Network (WAN) or other networks.
  • Computer-readable instructions stored on a computer-readable medium are executable by the processing unit 702 of the computer 710.
  • a hard drive, CD-ROM, and RAM are some examples of articles including a computer- readable medium.
  • a computer program 725 capable of providing a generic technique to perform access control check for data access and/or for doing an operation on one of the servers in a component object model (COM) based system according to the teachings of the present invention may be included on a CD-ROM and loaded from the CD-ROM to a hard drive.
  • the computer-readable instructions allow computer system 700 to provide generic access controls in a COM based computer network system having multiple users and servers.
  • connection engine module CEM
  • BEEM block equivalence engine module
  • the migration connection engine is a flexible structure that helps migration process from a control system to a new system, such as PlantScape/Experion PKS.
  • the connection engine provides flexibility in terms of rules which can be set, based on a control strategy being built.
  • Each of the modules, BEEM and CEM follow certain rules based on which the migration of a textual representation of the old system is performed.
  • the basic flow of migration from one system to others is a journey involving an older or different system's raw system files to PS loop files.
  • Raw files are control system configuration files, like EB files in the TDC system and .LIS files in an MxOpen System. While parsing the raw files, the connection engine is filled. Custom rules are applied over the filled connection engine. The rules are designed based on an in-depth knowledge of the new system, such as PlantScape Strategy building. Using PlantScape block templates, loops are generated as the connection engine is filled. Loop files can be updated for parameter values and other attributes of function blocks. While migration between two specific systems are discussed as examples, it is clear that the invention as claimed may be used to migrate between many different existing and future systems. [0037] The Abstract is provided to comply with 37 C.F.R. ⁇ 1.72(b) to allow the reader to quickly ascertain the nature and gist of the technical disclosure. The Abstract is submitted with the understanding that it will not be used to interpret or limit the scope or meaning of the claims.

Abstract

A migration system for distributed control system migration uses a parser that parses system configuration information for a source control system into an intermediate language. A block equivalence module then finds destination system control blocks that are equivalent to source system control blocks and builds logical control loops using the destination system control blocks. In one embodiment, some source system control block may be migrated to two destination system control blocks. Selected source system control blocks may have integrated alarms. Such control blocks may be migrated to control blocks with separate alarms blocks.

Description

Control System Migration
Background
[0001] Migration from older distributed control systems, such as industrial process control systems to new distributed control systems has been a tedious proposition. In some cases, the new system is designed from scratch to implement the existing process. This can take a significant amount of time, and result in a new system that needs to be extensively tested to make sure that it is functionally equivalent, or at least works as well as the prior system.
Summary
[0002] A migration system for distributed control system migration uses a parser that parses system configuration information for a source control system into an intermediate language. A block equivalence module then finds destination system control blocks that are equivalent to source system control blocks and builds logical control loops using the destination system control blocks. In one embodiment, some source system control block may be migrated to a combination of two destination system control blocks. For example, selected source system control blocks may have integrated alarms. Such control blocks may be migrated to control blocks with separate alarms blocks, as supported in the destination system.
Brief Description of the Drawings
[0003] FIG. 1 is a block diagram of an example migration for an old distributed control system to a distributed new control system according to an example embodiment.
[0004] FIG. 2A is a block diagram of a further example migration for an old control system to a new control system according to an example embodiment. [0005] FIG.s 2B and 2C illustrate the migration of source control blocks into multiple destination system control blocks according to an example embodiment. [0006] FIG. 3 is a flow chart of a connection engine implemented algorithm for applying block equivalence rules in the migration example of FIG. 2 according to an example embodiment.
[0007] FIG. 4 is flow chart of an algorithm for applying pin connection rules in the migration example of FIG. 2 according to an example embodiment.
[0008] FIG. 5 is a flow chart of an algorithm for applying merge rules in a migration process according to an example embodiment.
[0009] FIG. 6 is a block diagram illustrating a FANOUT block according to an example embodiment.
[0010] FIG. 7 is a block diagram of a computer system for implementing algorithms according to an example embodiment.
Detailed Description
[0011] In the following description, reference is made to the accompanying drawings that form a part hereof, and in which is shown by way of illustration specific embodiments which may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice the invention, and it is to be understood that other embodiments may be utilized and that structural, logical and electrical changes may be made without departing from the scope of the present invention. The following description is, therefore, not to be taken in a limited sense, and the scope of the present invention is defined by the appended claims. [0012] The functions or algorithms described herein are implemented in software or a combination of software and human implemented procedures in one embodiment. The software comprises computer executable instructions stored on computer readable media such as memory or other type of storage devices. The term "computer readable media" is also used to represent carrier waves on which the software is transmitted. Further, such functions correspond to modules, which are software, hardware, firmware or any combination thereof. Multiple functions are performed in one or more modules as desired, and the embodiments described are merely examples. The software is executed on a digital signal processor, ASIC, microprocessor, or other type of processor operating on a computer system, such as a personal computer, server or other computer system.
[0013] FIG. 1 illustrates a simple example of migration between different process control systems. An older control system is illustrated in FIG. 1 on the left side of the figure. It has blocks 105, 110 and 115. Block 105 in this embodiment is an analog input block. Block 110 is a regulatory control block, and block 115 is an analog output block. In one embodiment, system configuration information, such as control blocks may be expressed as text EB files (i.e. system configuration files), which are parsed and stored as old system information in a database. An algorithm, referred to as a connection engine, is applied to the old system information by reading the EB files (i.e. system configuration files), and converting them to a predefined intermediate format, which is stored in a database. Rules are then applied to first find equivalent blocks, which in one embodiment, may be expressed as XML files (i.e. system configuration files), which may also be stored in database. The algorithm is tailored to each new system to be migrated to, and works by specifying the connection logic between control blocks. [0014] In one embodiment, the new system is a Honeywell Inc., Experion
PKS control strategy process control system, and the old system is an older control system, which may be a Honeywell system, or other system. Other candidates for migration include HPM, APM, PM, TDC-2000 boxes, HG boxes, PMx, PMD and MxOpen.
[0015] Older systems may have analog control points. Alarm features may have been embedded in older systems, but may be separately dealt with in new systems. These functional differences should be accounted for in a migration from the old system to a new system.
[0016] Blocks may be thought of as functional blocks, which implement algorithms, such as a PID (proportional/integral/derivative) algorithm. To find an equivalent to an older functional block may require the use of one or more blocks in the new system.
[0017] In the embodiment illustrated in FIG. 1, there is no single equivalent block for block 105, but instead, two blocks provide equivalent functions, AI block 120 and DATAACQ block 125. In one embodiment, block 125 supports an alarm feature alone. The combination of block 120 and block 125 provide an equivalent feature as in block 105. A regulatory control block 130 was found equivalent to block 110, and an output block AO 135 was found equivalent to block 115. [0018] The above algorithm is also referred to as a set of block equivalence rules. Block equivalence rules result in replacing source system blocks with destination systems blocks. It introduces extra blocks conditionally. For example, an alarm feature may be embedded in AI point of the prior system. Since alarms are treated as separate blocks in a new system, the rule results in introduction of additional blocks.
[0019] There are also a set of pin connection rules that may be applied to connect the resulting blocks to manage pin connections between blocks during migration. It may provide alternative unused pin if the pin is not available for uses. [0020] A set of merge rules provide the ability to reduce the number of modules required for migration. The merge rules may result in a merger of blocks without disturbing the interconnections between blocks and functionalities of the blocks.
[0021] Further details regarding the algorithm are now discussed with reference to FIG. 2A, where an older system 200 is migrated to a new system 205. The older system 200 in one embodiment is for example a Honeywell TDC system, and new system 205 is for example a Honeywell Experion system. The older system consists of blocks 210, AI and 215, RegCtlB. A parameter, referred to as PV connects both the blocks. New system 205 comprises an AI block 220, DACQ or DATAACQ block 225 and RegCtlB block 230. The block equivalence rules were applied to get an equivalent to AI block 210 in the new system: AΙ(old) = AI (new) + DATAACQ(new). The block equivalence rules also provided RegCtlB(old) = RegCtl.PID(new), were PID refers to proportional, integral, derivative control.
[0022] FIG.s 2B and 2C illustrate the migration of source control blocks into multiple destination system control blocks. In FIG. 2B, a source control block 235 is a CHDETECT control block, which is used by a TPS system to detect changes in up to three inputs, Sl, S2 and S3, and provides an output SO. The destination system uses three trigger blocks (TRIGA, TRIGA_1, and TRIGA_2) 237, 238 and 239 to respectively receive the three inputs. Outputs from the trigger blocks are provided to an OR block 245, which provides an output equivalent to output SO of block 235 of the source system.
[0023] In FIG. 2C, a FLIPFLOP control block 250 provides a flip flop function as illustrated by logic represented in table 255, comparing two inputs, Sl and S2. An input S3 is provided by block 250 if both input Sl and S2 are on. The EPKS system equivalent for such a TPS:FLIPFLOP is a combination of one AND block 260, one SR block 265 and one SEL block 270. Input Sl is passed to a first input of AND block 260 and an input, R, of SR block 265. Input S2 is passed to a second input of AND block 260 and an input, S, of SR block 265. The output of AND block 260 is provided to a G input of SEL block 270, and the output of SR block 265 is provided to a "1" input of SR block 265. SR block 265 also receives S3 as an input at a "2" input. The output of SEL block 270 is equivalent to output SO of FLIPFLOP 250.
[0024] The following are the block equivalence rules used by the migration connection engine as applied to the example in FIG. 2 A, as shown in FIG. 3. The migration connection engine uses these rules to provide ease of connection logic of a source domain system to a targeted domain system with minimal effort. Logical concepts are mapped, not data values: Rule 1:
• Traverse all the blocks at 305.
• Search for Analog Input block at 310.
• If found modify the connection information at 315.
• Add DataAcquisition in algorithm block: block which has name as CMName at 320.
• Add connection information in DataAcq block at 325. Rule 2:
• If there is no connection for AI block and CM = Block and Block type = AI then add DataAcq block at 330. Rule 3:
• Fan Out can be applied only to control system block ( say RegCtl) , which can give more than one output as indicated at 335. A FANOUT control block (FIG. 6) may have one input, and fan that input out to five other blocks, such as various analog output blocks. Multiple FANOUT blocks may be used if required to provide more outputs than a single FANOUT block may be capable of providing. In one embodiment, a FANOUT block may have eight outputs.
[0025] After the block equivalence rules are applied, the pins, corresponding to physical or logical connections between blocks are applied. Older systems may keep connection information in either a receiving block, or a connecting block, or in both. The information generally includes a name and type for the pin and connected to and connected from information. New systems may only keep connection information in a receiving end of a block. Pin connection rules for the above example are shown in FIG. 4: Rule 1:
• The best match for a PlantScape block / point in the list of PlantScape template pins is of the corresponding kind. For example, PV in block list should preferably match with PV in the PlantScape template list. (405)
Rule 2:
• In case a perfect match is not found in the template list for a block then an alternate pin has to be allocated to the block. (410)
Rule 3:
• If the template list is exhausted then by default PlantScape blocks are allotted their own types. For example if SP is present in the block list and there is no matching entry in the template list and also no alternate pin is present in the template list for allocating to it then SP is allotted SP in the output list. (415) [0026] Further rules, referred to as merge rules may be applied to potentially reduce the number of blocks required after the migration. In the above, example, the merge rules are not required. The following describe one embodiment of merge rules as shown in FIG. 5: Rule 1:
• Travel all the block in control module ( CM_source) which is to be merged with CMjarget. (505)
• Travel all connection information in Block .Change the name of Control module as CM_target in Input and Output End of connection where Control module name is CM_source. (510)
• Change the Control Module name as CMjarget. (515)
• Change the block AssignTo parameter as CM_target if it is CM_source. (520)
[0027] The following describes information regarding the blocks in a old system to be migrated to a new system, hi this embodiment, the old system is expressed as TDC EB Files. For example some block could be expressed as:
{SYSTEM ENTITY 87FI654( ) } (block 210)
&T ANINNIM
&N 87FI654
NODETYP =HPM
PNTFORM = COMPONNT
PTDESC =Η0T PRCS H2O TO 87D-13 "
EUDESC ="USGPM 87FI654 ANINNIM"
KEYWORD ="87D-13 "
ASSOCDSP ="87T_13 "
$CDETAIL ="
UNIT = 05
NTWKNUM = 06
NODENUM = 5
MODNUM = 5
SLOTNUM = 2 PNTMODTY = HLAI
SENSRTYP = 1_5_V PVCHAR = SQRROOT INPTDIR = DIRECT PVEUHI =400.0000 PVEULO =0.000000 PVFORMAT = DI PVEXEUHI = 427.6000 PVEXEULO = -27.6000 PVCLAMP -NOCLAMP
LOCUTOFF =
TF = 0.000000
{SYSTEM ENTITY 87FIC654( ) } (block 215)
&T KEGCLNIM
&N 87FIC654B
NODETYP =HPM
PNTFORM =FULL
PTDESC ="HOTPRCSH2OTO87D-13 "
EUDESC ="USGPM 87FIC654 REGCLNIM"
KEYWORD ="87D-13 "
ASSOCDSP ="87T_13 "
SCDETAIL="
UNIT =05
NTWKNUM = 06
NODENUM = 5
MODNUM =0
SLOTNUM = 6
PRIMMOD =87T_13
USERID =" "
CTLALGID = PID PVEUHI =400.0000 PVEULO =0.000000 PVFORMAT = D1 PVSRCOPT = ONLYAUTO OVERVAL = 25 BADCTLOP = SHEDHOLD RCASOPT =NONE NMODE =AUTO NMODATTR = OPERATOR MODEPERM = PERMIT EXTSWOPT = NONE SPHILM =400.0000 SPLOLM =0.000000 $SPTOL =0.000000 SP ' =0.000000 SPOPT =NONE RBOPT = NORATBI PIDFORM = INTERACT CTLEQN =EQB PVTRACK =TRACK CTLACTN = REVERSE GAINOPT =LIN K = 1.000000 Tl =0.100000 T2 == 0.000000- NOCINPTS = 1 CISRC(I) = 87J1654.PV NOCOPTS =0 OPHILM =105.0000 OPLOLM =-5.00000 SAFEOP = OPMCHLM = 0.000000
OPROCLM =
$OPTOL = 0.000000 OUTIND = DIRECT SAUXUNIT = - SALDLOPT = NONE DLYTIME = 0 BADOCOPT = OFF OPALDB = 5.000000
OPHITP =
OPLOTP =
PVALDB = ONE PVHITP = 100.0000 PVHIPR = NOACTION
PVLOTP =
PVHHTP = 265.0000 PVHHPR = NOACTION
PVSGCHTP =
PVROCPTP =
PVROCNTP =
BADPVPR = NOACTION
DEVHITP =
DEVLOTP =
ALENBST =ENABLE
[0028] The above EB file is then parsed by an EB parser to format the information for inclusion in a tool database. The result is as follows, with bold and italics used in formatting to separate parameters of blocks 210 and 215.:
&T ANINNIM (Block 210)
&N 87FI654
MODNUM = 5
SLOTNUM = 2 PNTMODTY = HLAI
&T REGCLNIM (Block 215) &N87FIC654B CTLALGID = PID NOCINPTS = 1 CISRC(I) = 87FI654.PV NOCOPTS = 0 ALENBST = ENABLE
[0029] The connection engine is then used to apply the block equivalence rules:
&T ANINNIM &N 87FI654
Finds equivalent blocks for destination DCS. AICHANNEL +
DATAACQ.
&.TREGCLNIM
&N87FIC654B Finds equivalent blocks for destination DCS.
KEGCTL:PID
[00301 It makes same connection without loss of connectivity and its meaning.
TPS connection
87FIC654BJN = 87FI654.PV-
EPKS
DATAACQ-Pl= 87FI654.PV
87FIC654B.PV = DATAACQ.PV [0031] Pin configuration rules are then applied to adjust the proper pin connection while making connections. Merge rules are not applied in this example. [0032] An example of use of a FANOUT block 610 is illustrated in FIG. 6.
It is coupled to the output of a regulatory control block 615. In a source system, the regulatory control block may be able to drive several analog outputs. However, in some new systems, or destination systems, a regulatory control block may only provide a single output. FANOUT block 610 takes the output of such a regulatory control block 615 and provides several outputs 620, labeled AOl, AO2, AO3, AO4, AO5 and AO6.
[0033] A block diagram of a computer system that executes programming for performing the above algorithm is shown in FIG. 7. A general computing device in the form of a computer 710, may include a processing unit 702, memory 704, removable storage 712, and non-removable storage 714. Memory 704 may include volatile memory 706 and non-volatile memory 708. Computer 710 may include - or have access to a computing environment that includes - a variety of computer- readable media, such as volatile memory 706 and non-volatile memory 708, removable storage 712 and non-removable storage 714. Computer storage includes random access memory (RAM), read only memory (ROM), eraseable programmable read-only memory (EPROM) & electrically eraseable programmable read-only memory (EEPROM), flash memory or other memory technologies, compact disc read-only memory (CD ROM), Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium capable of storing computer- readable instructions. Computer 710 may include or have access to a computing environment that includes input 716, output 718, and a communication connection 720. The computer may operate in a networked environment using a communication connection to connect to one or more remote computers. The remote computer may include a personal computer (PC), server, router, network PC, a peer device or other common network node, or the like. The communication connection may include a Local Area Network (LAN), a Wide Area Network (WAN) or other networks. [0034] Computer-readable instructions stored on a computer-readable medium are executable by the processing unit 702 of the computer 710. A hard drive, CD-ROM, and RAM are some examples of articles including a computer- readable medium. For example, a computer program 725 capable of providing a generic technique to perform access control check for data access and/or for doing an operation on one of the servers in a component object model (COM) based system according to the teachings of the present invention may be included on a CD-ROM and loaded from the CD-ROM to a hard drive. The computer-readable instructions allow computer system 700 to provide generic access controls in a COM based computer network system having multiple users and servers.
Conclusion
[0035] Two main modules, the connection engine module (CEM) and block equivalence engine module (BEEM) provide connection logic between algorithmic block/points and support building a targeted domain. The migration connection engine is a flexible structure that helps migration process from a control system to a new system, such as PlantScape/Experion PKS. The connection engine provides flexibility in terms of rules which can be set, based on a control strategy being built. Each of the modules, BEEM and CEM follow certain rules based on which the migration of a textual representation of the old system is performed. [0036] The basic flow of migration from one system to others is a journey involving an older or different system's raw system files to PS loop files. Raw files are control system configuration files, like EB files in the TDC system and .LIS files in an MxOpen System. While parsing the raw files, the connection engine is filled. Custom rules are applied over the filled connection engine. The rules are designed based on an in-depth knowledge of the new system, such as PlantScape Strategy building. Using PlantScape block templates, loops are generated as the connection engine is filled. Loop files can be updated for parameter values and other attributes of function blocks. While migration between two specific systems are discussed as examples, it is clear that the invention as claimed may be used to migrate between many different existing and future systems. [0037] The Abstract is provided to comply with 37 C.F.R. § 1.72(b) to allow the reader to quickly ascertain the nature and gist of the technical disclosure. The Abstract is submitted with the understanding that it will not be used to interpret or limit the scope or meaning of the claims.

Claims

1. A migration system for distributed control system migration, the migration system comprising: a parser that parses system configuration information for a source control system into an intermediate form; and a functional block equivalence module that finds destination system control blocks that are equivalent to source system control blocks and builds logical control loops using the destination system control blocks.
2. The migration system of claim 1, wherein the intermediate form comprises a database of intermediate translations of the configuration information.
3. The migration system of claim 1 wherein a source system control block is migrated to combination of two or more destination system control blocks.
4. The migration system of claim 3 wherein an analog input block in the source system is converted to an analog input block and a data acquisition block in the destination system.
5. The migration system of claim 1 wherein selected source system control blocks have integrated alarms feature, and wherein such control blocks are migrated to control blocks with separate alarms blocks as supported by the destination system.
6. The migration system of claim 1 wherein destination system blocks include' FANOUT blocks.
7. The migration system of claim 6 wherein the FANOUT blocks provide up to eight outputs for an input as supported by the destination system.
8. The migration system of claim 6 wherein FANOUT blocks are only applied to outputs of an algorithmic control block such as regulatory control blocks.
9. The migration system of claim 8 wherein multiple analog output blocks may be coupled to the outputs of a FANOUT block.
10. The migration system of claim 1 wherein the block equivalence module implements rules for correlating function objects characterizing a plurality of system configuration algorithms between the source system and the destination system.
11. The migration system of claim 1 wherein the source system and destination system are distributed control systems.
12. The migration system of claim 1 and further comprising a pin matching module that matches pins for connecting the target system control blocks.
13. The migration system of claim 12 wherein pins are matched with corresponding pins in the source and destination control blocks.
14. The migration system of claim 13 wherein alternate pins may be selected.
15. The migration system of claim 1 and further comprising a merge module for merging control blocks in the destination system control blocks.
16. . A computer implemented method of migrating from a source control system to a destination control system, the method comprising: parsing system configuration information for a source control system into an intermediate language; converting source system functional control blocks to destination system functional control blocks that are equivalent to the source system control blocks; and building logical control loops using the destination system control blocks.
17. The method of claim 16 wherein a source system control block is migrated to combination of two or more destination system control blocks.
18. The method of claim 17 wherein an analog input block in the source system is converted to an analog input block and a data acquisition block in the destination system.
19. The method of claim 16 wherein selected source system control blocks have integrated alarms feature, and wherein such control blocks are migrated to control blocks with separate alarms blocks.
20. A computer readable medium having instructions for causing a computer to implement a method of migrating from a source control system to a destination control system, the method comprising: parsing system configuration information for a source control system into an intermediate language; converting source system control blocks to destination system control blocks that are equivalent to the source system control blocks; and building logical control loops using the destination system control blocks.
PCT/US2006/028526 2006-07-22 2006-07-24 Control system migration WO2008013520A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US18829606A 2006-07-22 2006-07-22
US11/188,296 2006-07-22

Publications (1)

Publication Number Publication Date
WO2008013520A1 true WO2008013520A1 (en) 2008-01-31

Family

ID=38016611

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/028526 WO2008013520A1 (en) 2006-07-22 2006-07-24 Control system migration

Country Status (1)

Country Link
WO (1) WO2008013520A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2260365A1 (en) * 2008-02-25 2010-12-15 Invensys Systems, Inc. System and method for generating control system database and graphics from schema-based intermediate descriptions
WO2018006156A1 (en) * 2016-07-08 2018-01-11 Cima Plus Inc. Online migration tool and use thereof
WO2018122660A1 (en) * 2016-12-28 2018-07-05 Abb Schweiz Ag Method and system for migration of control logic in a distributed control system
CN111290771A (en) * 2020-03-11 2020-06-16 杭州和利时自动化有限公司 System upgrading method, device, equipment and computer readable storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030225927A1 (en) * 2001-02-13 2003-12-04 Greg Goodman Method and apparatus for multiplatform migration
DE10308725A1 (en) * 2003-02-28 2004-09-09 Abb Research Ltd. System and method for managing and exchanging data of a technical project, a technical system and individual system components

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030225927A1 (en) * 2001-02-13 2003-12-04 Greg Goodman Method and apparatus for multiplatform migration
DE10308725A1 (en) * 2003-02-28 2004-09-09 Abb Research Ltd. System and method for managing and exchanging data of a technical project, a technical system and individual system components

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ALEXANDER FAY: "Methoden zur Unterstüzung der Migration von Prozessleitsystem-Software", AUTOMATISIERUNGSTECHNISCHE PRAXIS 44, vol. 44, no. 6, 2002, Oldenbourg-Verlag, München, pages 39 - 44, XP001536507 *
CLADERA, RAFEL AND FREY, GEORG: "A schema for the improved allocation of functionality in distributed industrial-process measurement and control systems", XXVIII ASR'2003 SEMINAR, INSTRUMENTS AND CONTROL, 6 May 2003 (2003-05-06), Ostrava, pages 1 - 6, XP002434309, Retrieved from the Internet <URL:http://www.eit.uni-kl.de/frey/papers/PDF/V174.pdf> [retrieved on 20070521] *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2260365A1 (en) * 2008-02-25 2010-12-15 Invensys Systems, Inc. System and method for generating control system database and graphics from schema-based intermediate descriptions
CN102356370A (en) * 2008-02-25 2012-02-15 因文西斯系统公司 System and method for generating control system database and graphics from schema-based intermediate descriptions
EP2260365A4 (en) * 2008-02-25 2012-08-08 Invensys Sys Inc System and method for generating control system database and graphics from schema-based intermediate descriptions
WO2018006156A1 (en) * 2016-07-08 2018-01-11 Cima Plus Inc. Online migration tool and use thereof
US11126148B2 (en) 2016-07-08 2021-09-21 Cima Plus Inc. Online migration tool and use thereof
WO2018122660A1 (en) * 2016-12-28 2018-07-05 Abb Schweiz Ag Method and system for migration of control logic in a distributed control system
CN111290771A (en) * 2020-03-11 2020-06-16 杭州和利时自动化有限公司 System upgrading method, device, equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
US7483757B2 (en) Control system migration
US7822833B2 (en) System for creating and validating configurations of offline field devices in a process control system
US8396823B2 (en) Automatic designing system, automatic designing method and automatic designing program for automatically designing architecture for system components
US7418300B2 (en) System and method for reusing project engineering data
JP6065008B2 (en) Control device
US20090106546A1 (en) Method and Software System for Configuring a Modular System
US20090249291A1 (en) Method To Transfer Annotation Across Versions of the Data
CN104850570B (en) A2L files automatic generation method and system
CN108427383B (en) Engineering device, engineering method, and storage medium
US20190171433A1 (en) Methods for enabling a computer to migrate microservices and to perform microservice templating
EP2799981A1 (en) Method for providing code, code generator and software development environment
CN107067200B (en) Operation method and device for bill of material data
WO2008013520A1 (en) Control system migration
CN101853165A (en) Management method and system for library in configuration software
Butting et al. Language Composition via Kind-Typed Symbol Tables.
EP3712732A1 (en) System mehtod and computer-implemented program for commissioning field device
JPH0565892B2 (en)
JP7131119B2 (en) Systems and methods for merging source data from a source application with target data in a target application
EP3712733A1 (en) Method and system of preparing engineering data for industrial control systems
CN113001538B (en) Command analysis method and system
US20080195642A1 (en) Knowledge management and result generation system where items are electronically presentable work and knowledge elements or their references, its application method for producing other work or knowledge elements, and the method of delivering knowledge or work results using such elements.
US20060155481A1 (en) System and method for reusing project planning data
WO2018122660A1 (en) Method and system for migration of control logic in a distributed control system
JP2009146280A (en) Legacy migration support system
Sun et al. Model-based testing of web service with EFSM

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

NENP Non-entry into the national phase

Ref country code: RU

122 Ep: pct application non-entry in european phase

Ref document number: 06788215

Country of ref document: EP

Kind code of ref document: A1