WO2011111620A1 - 制御装置 - Google Patents

制御装置 Download PDF

Info

Publication number
WO2011111620A1
WO2011111620A1 PCT/JP2011/055052 JP2011055052W WO2011111620A1 WO 2011111620 A1 WO2011111620 A1 WO 2011111620A1 JP 2011055052 W JP2011055052 W JP 2011055052W WO 2011111620 A1 WO2011111620 A1 WO 2011111620A1
Authority
WO
WIPO (PCT)
Prior art keywords
unit
gate
numerical
signal
control device
Prior art date
Application number
PCT/JP2011/055052
Other languages
English (en)
French (fr)
Inventor
林 俊文
敦 児島
酒井 宏隆
Original Assignee
株式会社東芝
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 株式会社東芝 filed Critical 株式会社東芝
Priority to US13/582,202 priority Critical patent/US9256223B2/en
Publication of WO2011111620A1 publication Critical patent/WO2011111620A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B23/00Testing or monitoring of control systems or parts thereof
    • G05B23/02Electric testing or monitoring
    • G05B23/0205Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults
    • G05B23/0218Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults characterised by the fault detection method dealing with either existing or incipient faults
    • G05B23/0224Process history based detection method, e.g. whereby history implies the availability of large amounts of data
    • G05B23/0227Qualitative history assessment, whereby the type of data acted upon, e.g. waveforms, images or patterns, is not relevant, e.g. rule based assessment; if-then decisions
    • G05B23/0235Qualitative history assessment, whereby the type of data acted upon, e.g. waveforms, images or patterns, is not relevant, e.g. rule based assessment; if-then decisions based on a comparison with predetermined threshold or range, e.g. "classical methods", carried out during normal operation; threshold adaptation or choice; when or how to compare with the threshold
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B9/00Safety arrangements
    • G05B9/02Safety arrangements electric
    • GPHYSICS
    • G21NUCLEAR PHYSICS; NUCLEAR ENGINEERING
    • G21DNUCLEAR POWER PLANT
    • G21D3/00Control of nuclear power plant
    • G21D3/001Computer implemented control
    • 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/24Pc safety
    • G05B2219/24042Signature analysis, compare recorded with current data, if error then alarm
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02EREDUCTION OF GREENHOUSE GAS [GHG] EMISSIONS, RELATED TO ENERGY GENERATION, TRANSMISSION OR DISTRIBUTION
    • Y02E30/00Energy generation of nuclear origin
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02EREDUCTION OF GREENHOUSE GAS [GHG] EMISSIONS, RELATED TO ENERGY GENERATION, TRANSMISSION OR DISTRIBUTION
    • Y02E30/00Energy generation of nuclear origin
    • Y02E30/30Nuclear fission reactors

Definitions

  • the present invention relates to a control device used in various plants such as a nuclear power plant and a chemical plant.
  • a control device such as a safety protection device is installed for emergency shutdown of a nuclear reactor or an automatic startup of an engineering safety facility such as an emergency core cooling device when an abnormality occurs.
  • an emergency core cooling system in a boiling water nuclear power plant automatically starts when the reactor water level drops abnormally or the containment pressure rises abnormally, or is manually operated by the plant operator Can also be activated by.
  • a determination operation is performed in which a Boolean value of TRUE or FALSE is associated with an arbitrary process signal.
  • Such logic was once realized by a hardware comparator, relay, and timer. However, with the recent progress of computer technology, it is realized by a programmable controller (PLC; Programmable Logic Device) using a CPU. It has become.
  • Non-Patent Document 1 As a PLC used in the safety protection device of nuclear power plant, process signal input / output, program execution periodically, communication execution management mode, and diagnostics to perform self-diagnosis at initialization and execution An OS having both functions is known (for example, Non-Patent Document 1).
  • the FPGA since the FPGA directly executes a Boolean value operation by a hardware gate, it does not need to load and decode operation instructions as in the case of the PLC, and does not require an OS.
  • the access to the Boolean value to be operated is not a load from a RAM such as a PLC or a store to the RAM, but the FPGA uses direct wiring, so that the efficiency is high.
  • the arithmetic processing is executed by the assigned dedicated circuit, the arithmetic processing of the Boolean value can be executed more efficiently than the CPU.
  • the FPGA can process a logical operation such as a Boolean value more efficiently than the CPU, but the processing is not necessarily efficient with respect to a numerical operation.
  • a logical operation such as a Boolean value
  • the processing is not necessarily efficient with respect to a numerical operation.
  • it is possible in principle to perform numerical operations for numerical comparison, but several tens or more times more gates are required than when performing logical operations. For this reason, if all the numerical operations executed by the safety protection device are to be executed by the FPGA, the hardware scale increases with the allocation of the dedicated circuit, which is not economical.
  • FPGAs such as SRAM type, flash type, and antifuse type
  • the mounting method as a semiconductor there are several types of FPGAs, such as SRAM type, flash type, and antifuse type, as the mounting method as a semiconductor.
  • the FPGA can be configured with logic after manufacturing the semiconductor.
  • the operation speed of the circuit itself is a low speed that is a fraction of a CPU to a few tenths or less.
  • the PLC OS is simplified compared to the general-purpose OS, but still has some complexity due to the implementation of the self-diagnosis function, communication function, and maintenance function. For this reason, the burden of activities for assuring the quality of the OS of the PLC, for example, accumulation of sufficient operation results, verification and validation (V & V) increases. For example, if the PLC OS erroneously activates the program code of the diagnostic function while the execution mode is in operation, there is a possibility that the program or the constant may be changed, causing a malfunction.
  • a memory protection function is implemented to prevent such misreference of memory, and when memory is misreferenced, error processing is performed by interruption.
  • the implementation of such a memory protection function itself complicates the OS, causes a risk of causing a new malfunction, and increases the burden on V & V.
  • the present invention has been made in consideration of such circumstances, and an object of the present invention is to provide a control device having a simple device configuration, excellent overall processing efficiency, and excellent operational stability.
  • the control device includes an input unit that inputs a process signal transmitted from a plant, a numerical operation unit that outputs a Boolean value that determines normality / abnormality of the process signal by arithmetic processing based on a program, and a logic circuit And a logic processing unit that logically processes the Boolean value based on the output and outputs a control signal related to a safety protection operation of the plant.
  • the control device according to the present invention provides a control device having a simple device configuration, excellent overall processing efficiency, and excellent operational stability.
  • FIG. 1 is a block diagram showing a first embodiment of the present invention.
  • 2A and 2B are diagrams illustrating the configuration and operation of a logic processing unit applied to the embodiment.
  • FIGS. 3C and 3D are diagrams illustrating the configuration and operation of a logic processing unit applied to the embodiment.
  • FIG. 7A is a block diagram showing a second embodiment of the present invention, and FIG. 7B is an alarm reset circuit diagram. Operation
  • FIG. 9A is a block diagram showing a third embodiment of the present invention, and FIG. 9B is an explanatory diagram of a packet structure of a plant signal. The block diagram which shows 4th Embodiment of this invention.
  • a control device 10 related to plant safety protection according to the first embodiment includes a numerical calculation unit 11 having functions of a CPU, a ROM, and a RAM.
  • the manual operation unit 12 operated by the plant operator, the input unit 13 for inputting and temporarily storing the process signal T from the plant, and the output unit 14 for temporarily storing the calculation result of the CPU and outputting it to the logic processing unit 20 And a watchdog timer 15 and a logic processing unit 20.
  • the ROM, RAM, manual operation unit 12, input means 13, and output means 14 are arranged on the CPU address space via the bus 19. Therefore, the CPU can uniquely access the data on the RAM, the input unit 13, and the output unit 14 by designating the address in the address space.
  • the input means 13 inputs and temporarily holds a process signal T transmitted from various sensors installed in the plant. If this process signal is an analog signal, the process signal is digitized by an unillustrated AD converter and then input to the input means 13, specifically, temperature, pressure, flow rate, flow rate, voltage, current, Numeral signals representing physical quantities such as valve opening and radiation dose, and Boolean values representing pump on / off, valve opening / closing, pressure switch on / off, manual operation signal on / off, etc. are included. Furthermore, control signals from other process control devices are also included.
  • the output unit 14 temporarily holds a Boolean value, which is a calculation result of the numerical value calculation unit 11 described later, and transfers it to the logic processing unit 20.
  • the input unit 13 and the output unit 14 have a buffer function. For example, by using a dual port memory, the process signal T is input from the outside without applying a load to the CPU, and the calculation result of the CPU is input to the logic processing unit 20. Data transmission is possible.
  • the input unit 13 has a bit indicating whether the logic processing unit 20 is in a processing state or a non-processing state.
  • the CPU scans this bit and the logic processing unit 20 is in a non-processing state (FALSE). After confirming this, the arithmetic processing in the numerical operation unit 11 is started.
  • the output means 14 has a bit indicating whether the numerical operation unit 11 is in a processing state or a non-processing state, and when it becomes a non-processing state, the CPU changes the setting of this bit from TRUE to FALSE and temporarily holds it.
  • the transferred Boolean value is transferred to the logic processing unit 20 to start the logic processing.
  • the numerical operation unit 11 outputs a Boolean value that determines whether the process signal T is normal or abnormal by an arithmetic process based on a program.
  • the Boolean value is temporarily stored in the output unit 14 via the bus 19 and then transferred to the logic processing unit 20.
  • the numerical value calculation unit 11 starts calculation processing of a group of various process signals T input next after the logical processing of the Boolean value in the logic processing unit 20 ends. Then, the numerical calculation unit 11 sequentially performs calculation processing on the plurality of process signals T and finally outputs a calculation end signal.
  • a ROM Read Only Memory
  • This constant includes a reference value for determining whether a Boolean value of TRUE or FALSE corresponds to the input process signal. Then, the program compares the input process signal T with the reference value corresponding thereto, and outputs either a TRUE signal (1) or a FALSE signal (0).
  • a RAM Random access memory
  • a RAM Random access memory
  • the CPU executes the next numerical operation on the process signal T temporarily stored in the input unit 13 according to the program resident in the RAM, and causes the output unit 14 to hold the calculation result.
  • the CPU periodically executes these series of processing at intervals of about several tens of milliseconds in consideration of the response time required for the safety protection operation.
  • the CPU starts processing at a predetermined cycle according to the internal clock.
  • the reactor water level signal T1 is taken as the process signal T, and it is set as a reference value L for determining normality / abnormality of the water level.
  • Each data is assigned to the next address.
  • R0 and R1 are CPU registers, and the X register is a bit processing register in the CPU.
  • the instruction (A4, A6) that sets the output destination address from the judgment result of the magnitude relation includes a branch, but the processing starts from (A1) and always executes with (A8) without repeating halfway. It has a simple structure that ends.
  • the address of the input signal (A1 operand), the address of the reference value (A2 operand), 500 pieces of the above-mentioned programs in which the magnitude relationship between the input signal and the reference value (A4 operator) and the output destination address of the calculation result (A8 operand) are changed are arranged and processed sequentially. For this reason, in order to process a plurality of process signals T, a program having a length proportional to the number of the process signals T is arranged, but the complexity is not increased and the processing time can be sufficiently predicted. It becomes.
  • the CPU When the arithmetic processing in the numerical operation unit 11 is completed, the CPU temporarily stores the calculation result in the output unit 14 and sets the bit on the output unit 14 indicating whether the CPU is in the processing state or the non-processing state to FALSE ( Set to non-processing state. This is implemented by preparing a program for writing to the output means 14 at the end where a plurality of the programs are arranged.
  • the CPU has a diagnostic function in addition to the above program, as in the PLC described in the background art. Since the arithmetic process is a simple sequential process as described above, it is possible to easily verify the presence or absence of a memory access error during execution using a diagnostic function. Further, since the CPU applied in the safety protection device 10 of the present embodiment requires fewer functions than the general-purpose CPU, it is easy to design a dedicated CPU.
  • the watchdog timer 15 is configured independently of the numerical calculation unit 11 and the logical processing unit 20, and is a period from the start to the end of the logical processing in the logical processing unit 20 or the logical processing from the start of the numerical calculation in the numerical calculation unit 11. When the period until the end of the logical processing in the unit 20 times out for a predetermined time, this is notified. Thereby, the operating state of the CPU and the logic processing unit 20 can be diagnosed with high reliability, which contributes to the improvement of plant safety.
  • This watchdog timer 15 is realized by, for example, a one-shot multivibrator.
  • the watchdog timer 15 is initialized in synchronization with the start or end of the processing in the numerical calculation unit 11 or the logic processing unit 20.
  • the watchdog timer 15 is set to time out at a time slightly longer than the processing cycle of the logic processing unit 20 or the processing cycle of the numerical operation unit 11 and the logic processing unit 20 combined. For example, if the processing cycle is 25 ms, the timeout is set to 30 ms.
  • the watchdog timer 15 times out and an abnormality of the safety protection device 10 is notified.
  • the numerical operation unit 11 and the logic processing unit 20 start processing after mutually confirming the processing state of the other party, so when one of them stops, the other also stops. Therefore, even if the processing of either the CPU or the logic processing unit 20 stops, the watchdog timer 15 notifies the abnormality.
  • the logic processing unit 20 includes logic elements such as a first OR gate 21, a second OR gate 22, a NOT gate 23, and an AND gate 24.
  • the logic processing unit 20 executes a Boolean value operation and a Boolean time delay, and is realized by an FPGA (Field Programmable Gate Array).
  • the logic elements of the FPGA are wired by programming.
  • the logic processing unit 20 inputs the Boolean value primarily held in the output means 14 (FIG. 1), processes it based on the logic circuit, and outputs a control signal related to the safety protection operation of the plant.
  • logic for outputting a control signal for starting the pump P of the emergency core cooling device is illustrated in the logic processing unit 20.
  • the manual activation means 12b activates the safety protection operation by the manual operation of the plant operator.
  • the manual stop means 12a is for stopping the activated safety protection operation by a manual operation of the plant operator.
  • the functions of the manual activation unit 12b and the manual stop unit 12a are incorporated in the manual operation unit 12 (FIG. 1), always output FALSE, and the output is switched to TRUE by the manual operation of the plant operator.
  • the manual activation means 12b and the manual stop means 12a have a switch structure that does not become TRUE at the same time.
  • the determination means 11a and 11b display the respective programs (the above-mentioned instructions A1 to A8) for determining the normality / abnormality of each process signal T as function elements in the numerical value calculation unit 11.
  • the determination means 11a performs determination regarding the process signal T1 from the water level sensor that detects the reactor water level. When the reactor water level detected by this water level sensor becomes smaller than the set value L, it is determined to be abnormal, otherwise it is determined to be normal and FALSE is output.
  • the determination unit 11b performs a determination on the process signal T2 from the pressure sensor that detects the pressure in the containment vessel. When the pressure detected by this pressure sensor becomes larger than the set value P, it is determined as abnormal, and otherwise it is determined as normal and FALSE is output. This assumes that when a leak occurs in the reactor pressure vessel, the pressure in the containment vessel surrounding the reactor pressure vessel rises, and this is detected.
  • the retained Boolean value is transmitted to the logic processing unit 20 and triggered by the fact that the bit (FALSE) indicating that the calculation processing of the numerical value calculation unit 11 has been completed is set in the output means 14. The operation is executed. At the same time, a bit (TRUE) indicating that the logic processing unit 20 is executing is set in the input means 13.
  • the Boolean value takes TRUE and FALSE, and the normal electric signal corresponds to a high potential and a low potential, respectively, but the correspondence of the voltage may be reversed from the viewpoint of fail-safe.
  • the emergency core cooling device (not shown) that is operated when the safety protection device 10 (FIG. 1) detects an abnormality is provided with several to several tens of valves in addition to the pump P shown in FIG. It has been. Further, since this emergency emergency core cooling device is multiplexed, the logic shown in FIG. 2 is a part of the whole, and the overall logic scale of the safety protection device 10 is several hundred times this. .
  • the logic processing unit 20 When using a flash type FPGA, a voltage higher than the normal operating voltage is required to change the logic of the FPGA. Therefore, in order to make the logic change possible, the logic processing unit 20 is designed to be removable, and after the removal, the logic is changed using a dedicated tool. By adopting such a mechanism, the risk that the logic of the FPGA is changed due to malfunction can be eliminated.
  • a logic change function can be built in the safety protection device 10 and a high voltage for logic change can be supplied from the outside.
  • the logic processing unit 20 can also be realized by using an anti-fuse type, SRAM type FPGA, or ASIC that cannot change the logic.
  • the delay circuit (not shown) is provided after the determination means 11a and 11b.
  • This delay circuit is, for example, a logic gate (here, when the output of TRUE continues for a certain time even if the water level falls below L in the water level sensor T1 and the Boolean value changes from FALSE to TRUE, for example, continues for 30 seconds. Then, TRUE is input to the first OR gate 21).
  • This delay circuit can be easily realized by mounting a counter circuit with a reset function and counting up with a clock when the input signal becomes TRUE.
  • the Boolean time delay uses a lot of logic elements because the circuit is complicated, but it is used less frequently.
  • the time required for the logic processing of the Boolean value is determined by the delay time of the logic gate and the wiring delay time in the FPGA.
  • the delay time of the OR gate for calculating two signals is 1 nanosecond or less, and the wiring delay time is smaller than this.
  • the logic processing unit 20 composed of FPGA is designed synchronously, and when operated with a clock of about 10 MHz, the logic gate of the combinational circuit shown in FIG. 2 can process about 100 stages with one clock. .
  • the clock frequency of the FPGA is considered so as not to cause a malfunction due to a signal delay, the Boolean operation and the Boolean value delay processing are not necessarily executed in one clock.
  • the logic processing unit 20 outputs a control signal to the emergency core cooling device (not shown) when all the Boolean operations and the Boolean value delay processing are completed, and a bit indicating that the logic processing of the logic processing unit 20 is completed ( FALSE) is set in the input means 13.
  • the first OR gate 21 inputs a Boolean value derived from various process signals T1 and T2 and a Boolean value derived from the manual activation means 12b of the safety protection operation. When all the input Boolean values are FALSE, FALSE is output, and when at least one of the input Boolean values becomes TRUE, TRUE is output.
  • the first OR gate 21 is illustrated in FIG. 2 as receiving three Boolean values. Actually, as shown in FIG. 4, the first OR gate 21 is derived from the control information of other devices not shown in the figure. Boolean values T 1 , T 2 ... T N derived from K2 and other tens to hundreds of process signals can also be input and processed. Further, as shown in FIG. 4, the first OR gate 21 is composed of a plurality of OR elements corresponding to the number of input Boolean values, and the processing time increases depending on the number of stages, but usually from several nanoseconds. Dozens of nanoseconds.
  • the second OR gate 22 inputs the Boolean value output from the first OR gate 21 and the output of the AND gate 24 as a feedback signal, and outputs the result to the AND gate 24. Thereby, the second OR gate 22 outputs TRUE as it is once inputted from the first OR gate 21, and continues to output TRUE as it is even if FALSE is inputted from the first OR gate 21 thereafter. become.
  • the NOT gate 23 inverts the Boolean value output by the manual stop means 12a. Therefore, since the manual stop means 12a always outputs FALSE, the NOT gate 23 always outputs TRUE to the AND gate 24, and when the manual stop means 12a operates, FALSE is output to the AND gate 24.
  • the AND gate 24 outputs TRUE when all the input Boolean values are TRUE, and outputs FALSE when at least one of the input Boolean values is FALSE.
  • the AND gate 24 always outputs TRUE from the NOT gate 23 and always outputs FALSE from the second OR gate 22 in order to always input FALSE.
  • the AND gate 24 outputs TRUE and outputs a control signal for starting the pump P when the input from the second OR gate 22 is switched to TRUE. Then, since the TRUE output from the AND gate 24 is fed back to the second OR gate 22 as described above, the AND gate 24 continues to input TRUE from the second OR gate 22.
  • the AND gate 24 outputs FALSE and a control signal for stopping the pump P is output.
  • the operation of the safety protection device 10 according to the first embodiment will be described based on FIG. 5 (see FIG. 1 as appropriate).
  • the program and constants (reference values) stored in the ROM are read into the RAM and activated (S11).
  • the bit on the input means 13 indicating that the numerical calculation unit 11 is executing numerical processing is set to TRUE (S12), and numerical calculation processing described later is executed (S13).
  • the numerical operation process (S13) is started after it is confirmed that the logical process (S17) is set to FALSE.
  • the bit on the input means 13 is changed from TRUE to FALSE (S14). Then, the bit on the output means 14 indicating that the logic processing unit 20 is executing the logic process is set to TRUE (S15), and a logic operation process described later is executed (S16). The logical operation process (S16) is started after it is confirmed that the numerical process (S14) is set to FALSE.
  • the timing at which the watchdog timer 15 is reset is any time point at the start (when set to TRUE) and at the end (when set to FALSE) in the numerical calculation process (S13) and the logical calculation process (S16). Good.
  • the logic processing FALSE is not set within the set time of the watchdog timer 15, a timeout occurs (S18: Yes), and a signal processing error is output (S19).
  • the instructions exemplified as A1 to A8 are executed in order from T 1 to T N for the N process signals T (T 1 to T N ) (S26: No), and this numerical calculation processing is performed.
  • S26 Yes
  • N arithmetic programs corresponding to N process signals T are sequentially configured, and repetitive processing on the program is omitted. You can also.
  • the processing operation in the logic processing unit 20 (operation flow of S16 in the entire flow of FIG. 5) explain.
  • the Boolean values of the respective means 12a, 12b, 11a, 11b stored in the output means 14 are all FALSE.
  • the logic processing unit 20 outputs FALSE indicating a stop instruction of the pump P as a control signal.
  • FIG. 3C shows a state in which the plant signal T2 of the pressure sensor is restored normally and FALSE is output from the determination unit 11b. However, since TRUE output from the AND gate 24 is fed back to the input side of the second OR gate 22, the AND gate 24 continues to output TRUE indicating a start command of the pump P as a control signal.
  • 3D shows a state in which TRUE is output from the manual stop means 12a by the manual operation of the plant operator in order to stop the pump P.
  • FIG. As a result, the Boolean value output from the NOT gate 23 is switched to FALSE, and the AND gate 24 outputs FALSE indicating a stop instruction of the pump P as a control signal.
  • the safety protection device 10 can be configured with inexpensive parts, and since it is not necessary to use a high-performance CPU that generates a lot of heat, the reliability of the safety protection device 10 can be improved. Further, the CPU processing is simplified, and the configuration of software that exhibits the diagnostic function can be simplified.
  • FIG. 7A shows a block diagram of the safety protection device 10 according to the second embodiment. Note that, among the functional units described in FIG. 7A, those common to those described in FIG. 1 are denoted by the same reference numerals, and the description is omitted with reference to the above description.
  • the safety protection device 10 has a function for causing the numerical operation unit 11 to calculate a program and a constant hash value on the RAM, and a Boolean value in the output means 14.
  • a function of transmitting an alarm together with an error signal if there is a discrepancy when judging the identity with the value and an alarm reset means 17 for manually stopping the transmitted alarm are provided.
  • the hash value storage unit 16 can be realized as an external RAM of the logic processing unit 20 or as an internal circuit of the logic processing unit 20.
  • the alarm reset means 17 is also realized as a push button provided in the manual operation unit 12, for example.
  • the hash value calculation program calculates a hash value for the program and constants resident in the RAM, and sets the result in the output means 14. These programs and constants are not changed when the initialization of the safety protection device 10 is completed and the execution mode process is started. Therefore, if the hash value changes, it is due to a memory error, a program error, or a malicious intentional change, and in any case, it can be said that an abnormal state has occurred.
  • SHA Hash function issued by National Institute of Standards and Technology
  • MD5 Halog data-to-envelope code check
  • CRC cyclic redundancy code check
  • the logical processing unit 20 reads out the hash value from the output unit 14 every period of starting the logical processing, compares it with the previous hash value recorded in the hash value storage unit 16, and uses the previous hash value as a new hash. Replace with value. If the hash value comparison results do not match, an alarm is generated.
  • the safety protection device 10 When the safety protection device 10 is activated, the previous hash value stored in the hash value storage unit 16 and the hash value calculated this time by the numerical value calculation unit 11 do not match, and an alarm is generated.
  • the plant operator resets the alarm by the alarm reset means 17 when the safety protection device 10 is activated. Thereby, the plant operator can confirm whether or not the hash value comparison function operates normally.
  • an alarm occurs during the execution mode, it can be recognized that the program or constant stored in the RAM has changed.
  • the means for setting or resetting this alarm is easily realized by a flip-flop.
  • FIG. 7B shows a reset circuit diagram of an alarm that can prevent the first alarm occurrence.
  • the reset circuit includes a flip-flop 25 that is reset when the hash value read from the output unit 14 matches the previous hash value recorded in the hash value storage unit 16, and the inverted output and hash value of the flip-flop 25. It consists of an AND gate 26 that calculates an AND with the inversion of the match. Since the inverted output of the flip-flop 25 does not become TRUE unless the hash values match at least once, the first alarm does not occur.
  • the calculation of the hash value (S31) may be executed in series before or after the numerical operation processing (S13), instead of being executed in parallel with the logical operation processing (S16). Further, the calculation of the hash value (S31) may be executed by providing a dedicated hash value calculation means 18 in addition to the case where it is executed by the CPU. Further, the program and the constant may be directly compared with the program and the constant stored in the ROM without executing the hash value calculation (S31). According to the second embodiment, it is possible to detect when an error occurs in a program and constants necessary for processing of the CPU. In addition, malicious modifications can be detected reliably.
  • FIG. 9A shows a block diagram of the safety protection device 10 according to the third embodiment.
  • FIG. 9B shows a packet structure of the plant signal T. Note that, among the functional units described in FIG. 9A, those common to those described in FIG. 1 are denoted by the same reference numerals, and description thereof is omitted with reference to the above description.
  • various process signals T are multiplexed together with a cyclic code, and a receiving unit 41 that receives the multiplexed process signal T and checks an error from the cyclic code; And a timer 42 for holding the checked process signal in the input means 13 at a predetermined time interval.
  • the receiving unit 41 can be realized by hardware using an FPGA or an ASIC.
  • the receiving unit 41 receives a process signal T of a packet multiplexed at a remote I / O station (not shown).
  • the packet format includes a cyclic code for detecting a signal error at the head of the packet.
  • various process signals T 1 to T N are stored as 16-bit data, and a code EOD is provided at the end.
  • the receiving unit 41 stores various process signals T 1 to T N in the registers prepared in the number thereof.
  • the receiving unit 41 calculates a cyclic code from the signal stored in this register, compares it with the cyclic code included in the header, and notifies an error if they do not match.
  • the timer 42 sends a signal to the receiving unit 41 every 25 ms. If there is no error in the comparison of the cyclic codes, the timer 42 stores various process signals T 1 to T N stored in the register of the receiving unit 41 in advance in the input means 13. Write sequentially after the set address. The various process signals T 1 to T N written in the input means 13 are subjected to arithmetic processing in the numerical operation unit 11 and then subjected to logical processing in the logical processing unit 20.
  • the CPU can concentrate on numerical calculation processing without requiring a new burden even in the configuration of the safety protection device using the remote I / O station in order to reduce the cable. Further, even if there is an abnormality in the remote I / O station, the influence can be minimized.
  • FIG. 10 is a block diagram of the safety protection device 10 according to the fourth embodiment. 10 that are the same as those shown in FIG. 1 are denoted by the same reference numerals, and the description is omitted with reference to the above description.
  • the backplane 50 has a plurality of connectors (not shown) into which a plurality of expansion boards 51, 52, 53, 54 are inserted, and these connectors are formed on a bus capable of exchanging data with each other. Yes.
  • a manual operation unit 12 is mounted on the first expansion board 51
  • a controller (not shown) for transmitting data to the backplane 50 and the input means 12 are mounted on the second expansion board 52, and numerical values are displayed on the third expansion board 53.
  • the calculation unit 11 and the first transmission / reception unit 55 are mounted, and the second transmission / reception unit 56, the logic processing unit 20, and the watchdog timer 15 are mounted on the fourth expansion board 54.
  • the input unit 13 transmits the process signal T to the first transmission / reception unit 55 on the first substrate 53 via the bus of the backplane 50.
  • the transmitted process signal T is recorded at a predetermined address in the RAM, the normal / abnormal determination is made in the numerical value calculation section 11, and a Boolean value corresponding to the determination result is output.
  • the first transmission / reception means 55 and the second transmission / reception means 56 exchange data with mounting components on other expansion boards via the bus of the backplane 50.
  • the Boolean value output from the numerical calculation unit 11 is transferred from the first transmission / reception unit 55 to the second transmission / reception unit 56 of the second substrate 54 via the bus of the backplane 50.
  • the Boolean value transferred to the second substrate 54 is processed in the logic processing unit 20 to output a control signal related to the safety protection operation of the plant.
  • the second transmission / reception unit 56 transmits an end signal indicating that the processing in the logic processing unit 20 has ended to the numerical value calculation unit 11 via the bus of the backplane 50 and the first transmission / reception unit 55.
  • This end signal is recorded at a predetermined address in the RAM, and is used as a condition for calculation processing in the numerical value calculation unit 11. Not only the end signal but also the processing result in the logic processing unit 20 can be fed back to the numerical calculation unit 11 via the transmission / reception means 55 and 56 and used as a condition for the calculation process.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Plasma & Fusion (AREA)
  • High Energy & Nuclear Physics (AREA)
  • Safety Devices In Control Systems (AREA)
  • Monitoring And Testing Of Nuclear Reactors (AREA)

Abstract

プラントにおいて異常が発生した場合に作動する制御装置において、装置構成が簡素であり、全体の処理効率に優れ、動作安定性に優れるものを提供する。 プラントの制御装置(10)において、プラントから送信されるプロセス信号を入力する入力手段(13)と、プログラムに基づく演算処理によって前記プロセス信号の正常/異常を判定したブール値を出力する数値演算部(11)と、論理回路に基づき前記ブール値を論理処理し前記プラントの安全保護動作に係る制御信号を出力させる論理処理部(20)と、を備える。

Description

制御装置
 本発明は、原子力プラントや化学プラント等の各種プラントにおいて使用される制御装置に関する。
 原子力プラントには、異常時に原子炉を緊急停止させたり、非常用炉心冷却装置等の工学的安全施設を自動起動させたりする安全保護装置等の制御装置が設置されている。
 例えば、沸騰水型原子力発電プラントにおける非常用炉心冷却装置は、原子炉の水位が異常に低下したり格納容器の圧力が異常に上昇したりすると自動的に起動し、またはプラント運転員の手動操作によっても起動することができる。
 そのような非常用炉心冷却装置のポンプを起動するためのロジックとして、任意のプロセス信号に、TRUE又はFALSEのブール値を対応させる判定演算が実行される。
 このようなロジックは、かつてハードウェアの比較器、リレー及びタイマーによって実現されていたが、近年のコンピュータ技術の進歩に伴ってCPUを使用したプログラマブルコントローラ(PLC;Programmable Logic Device)によって実現されるようになってきた。
 そして、原子力発電プラントの安全保護装置で使用されるPLCとして、プロセス信号の入出力、プログラムの周期的実行、及び通信の管理を行う実行モードと、初期化時及び実行中の自己診断を行う診断機能を合わせ持つOSが知られている(例えば、非特許文献1)。
 一方、そのようなロジックを半導体素子であるFPGA(Field Programmable Gate Array)により実現させる試みもなされている(例えば、特許文献1~特許文献4)。
 このFPGAによれば、半導体のベンダに頼ることなく安全保護装置のベンダが任意のロジックを組むことができる。そして、SRAMタイプ又はフラッシュタイプのFPGAを用いれば、ロジック変更も比較的容易である。
 またFPGAは、ブール値の演算を直接ハードウェアのゲートで実行するため、PLCの場合のような演算命令のロード、デコード処理が不要でかつOSも不要である。そして、演算対象であるブール値へのアクセスが、PLCのようなRAMからのロード又はRAMへのストアではなく、FPGAでは直接配線によるために効率が高い。
 このように、FPGAでは、割り当てられた専用回路により演算処理を実行するために、CPUよりもブール値の演算処理を効率的に実行することができる。
特開2005-249609号公報 特開2006-236214号公報 特表2009-522644号公報 特開2003-177806号公報
 上述した通り、FPGAでは、CPUよりもブール値等の論理演算を効率的に処理することができるが、数値演算に関して必ずしも処理が効率的とは言えない。
 FPGAにおいても、数値比較のための数値演算の実行は原理的に可能であるが、論理演算をする場合に比べて数十倍以上のゲートが必要となる。このため安全保護装置で実行される全ての数値演算をFPGAで実行しようとすると専用回路の割り当てに伴いハードウェア規模が大きくなり経済的ではない。
 また、FPGAは、半導体としての実装方法としてSRAM型、フラッシュ型、アンチヒューズ型といったいくつかの種類が存在するが、何れにおいても半導体の製造後にロジックを組むことが可能な構成であることに起因して、回路自体の動作速度がCPUの数分の一から数十分の一以下の低速である。
 一方においてPLCのOSは、汎用OSと対比して簡略化されているが、それでも自己診断機能、通信機能、保守機能が実装されていることによって、ある程度の複雑さを有している。このために、PLCのOSの品質を保証するための活動、例えば十分な作動実績の蓄積、検証と妥当性確認(V&V)の負担が大きくなる。
 例えばPLCのOSが、実行モードの作動中に誤って診断機能のプログラムコードを作動させると、プログラム又は定数を変更する可能性があり、誤動作の原因となる。
 汎用OS等では、この様なメモリの誤参照を防止するためにメモリ保護機能を実装し、メモリが誤参照された場合は割込みによってエラー処理を行うようになっている。しかし、このようなメモリ保護機能を実装させること自体が、OSを複雑化させ、新たな誤動作の原因となるリスクをもたらし、V&Vの負担を増大させる。
 本発明はこのような事情を考慮してなされたもので、装置構成が簡素であり、全体の処理効率に優れ、動作安定性に優れる制御装置を提供することを目的とする。
 本発明に係る制御装置は、プラントから送信されるプロセス信号を入力する入力手段と、プログラムに基づく演算処理によって前記プロセス信号の正常/異常を判定したブール値を出力する数値演算部と、論理回路に基づき前記ブール値を論理処理し前記プラントの安全保護動作に係る制御信号を出力させる論理処理部と、を備えることを特徴とする。
 本発明に係る制御装置によれば、装置構成が簡素であり、全体の処理効率に優れ、動作安定性に優れる制御装置が提供される。
本発明の第1実施形態を示すブロック図。 図2A及び図2Bは、実施形態に適用される論理処理部の構成及び動作説明図。 図3C及び図3Dは、実施形態に適用される論理処理部の構成及び動作説明図。 第1OR回路の構成図。 第1実施形態に係る制御装置の動作説明図。 実施形態に適用される数値演算部の動作説明図。 図7Aは本発明の第2実施形態を示すブロック図、図7Bはアラームのリセット回路図。 第2実施形態に係る制御装置の動作説明図。 図9Aは本発明の第3実施形態を示すブロック図、図9Bはプラント信号のパケット構造の説明図。 本発明の第4実施形態を示すブロック図。
(第1実施形態)
 以下、本発明の実施形態を添付図面に基づいて説明する。
 図1に示されるように第1実施形態に係るプラントの安全保護に係る制御装置10(以下、単に「安全保護装置10」という)は、CPU、ROM及びRAMの機能を備える数値演算部11と、プラント運転員が操作する手動操作部12と、プラントからのプロセス信号Tを入力して一時記憶する入力手段13と、CPUの演算結果を一時記憶して論理処理部20に出力する出力手段14と、ウォッチドッグタイマー15と、論理処理部20とから構成されている。
 そして、安全保護装置10におけるこれら構成要素のうちROM、RAM、手動操作部12、入力手段13及び出力手段14は、バス19を介してCPUのアドレス空間上に配置されている。従ってCPUは、アドレス空間上の番地を指定することで、RAM、入力手段13、及び出力手段14上のデータに一意的にアクセスすることができる。
 入力手段13は、プラントに設置された様々なセンサ等から送信されるプロセス信号Tを入力して一時的に保持するものである。このプロセス信号は、元がアナログ信号であれば図示略のAD変換器によってデジタル化された後に入力手段13に入力されるもので、具体的に、温度、圧力、流量、流速、電圧、電流、弁開度、放射線量等の物理量を表す数値信号と、ポンプのオン・オフ、弁の開閉、圧力スイッチのON/OFF、手動操作信号のON/OFF等を表すブール値が含まれる。さらに、他のプロセス制御装置からの制御信号も含まれる。
 出力手段14は、後述する数値演算部11の演算結果であるブール値を一時的に保持して論理処理部20に転送するものである。
 入力手段13及び出力手段14は、バッファ機能を有し、例えばデュアルポートメモリーを用いることでCPUに負荷をかけることなく、外部からプロセス信号Tを入力し、CPUの演算結果を論理処理部20にデータ伝送することができる。
 また入力手段13は、論理処理部20が処理状態であるか非処理状態であるかを表すビットを有し、CPUはこのビットをスキャンして論理処理部20が非処理状態(FALSE)であることを確認して数値演算部11における演算処理を開始する。
 また出力手段14は、数値演算部11が処理状態であるか非処理状態であるかを表すビットを有し、非処理状態になるとCPUはこのビットの設定をTRUEからFALSEに変更し、一時保持されているブール値を論理処理部20に転送し論理処理を開始する。
 数値演算部11は、プログラムに基づく演算処理によってプロセス信号Tの正常/異常を判定したブール値を出力する。そして、このブール値は、バス19を介して出力手段14に一時記憶された後に、論理処理部20に転送される。
 この数値演算部11は、論理処理部20におけるブール値の論理処理が終了してから次に入力される一群の各種プロセス信号Tの演算処理を開始する。そして、数値演算部11は、これら複数のプロセス信号Tに対しシーケンシャルに演算処理を実行し最後に演算終了信号を出力する。
 ROM(Read Only Memory)は、数値演算を実行するプログラム及び定数が格納される不揮発性のメモリである。そして、安全保護装置10が起動すると、ROMに格納されているプラグラム及び定数はRAMに読み込まれる。
 この定数には、入力したプロセス信号に、TRUE又はFALSEのいずれのブール値を対応させるかを判断するための基準値も含まれる。そしてプログラムは、入力したプロセス信号Tとこれに対応する基準値とを対比して、TRUE信号(1)又はFALSE信号(0)のいずれかを出力させる。
 RAM(Random access memory)は、データの読み書きが自在の揮発性メモリで、ROMから読み込んで常駐させたプラグラム及び定数に従い、CPUに演算処理を実行させるとともにCPUの演算結果を一時的に記憶する。
 CPUは、このRAMに常駐するプログラムに従い、入力手段13に一時記憶されているプロセス信号Tに対し、次の数値演算を実行し、演算結果を出力手段14に保持させる。CPUはこれら一連の処理を、安全保護動作で要求される応答時間を考慮して、数十ms程度の間隔で周期的に実行する。
 次にCPUにおける演算処理について具体的に説明する。CPUは内部クロックに従って、定められた周期で処理を開始する。ここで、プロセス信号Tとして原子炉水位信号T1を取り上げ、その水位の正常/異常を判定する基準値Lとする。そして、それぞれのデータが次のアドレスに割り当てられるとする。
  原子炉水位信号T   500-501番地
  基準値L       3000-3001番地
  判定結果       2001番地の5ビット目
 そして、判定結果を導く演算処理は次のプログラムにより実行される。ここで、R0、R1はCPUのレジスタで、XレジスタはCPU内のビット処理用レジスタである。
  A1: LD R0, 500  ; 500-501番地のデータをR0にロードする
  A2: LD R1, 3000 ; 3000-3001番地のデータをR1にロードする
  A3: SUB R0, R1  ; R0 - R1 (原子炉水位 - L)
  A4: BGE A7    ; 結果が正、原子炉水位 ≧ Lなら、A7へ分岐
  A5: LDX #1    ; Xレジスタに1を入れる
  A6: BRA A8    ; A8 に分岐
  A7: LDX #0    ; Xレジスタに0を入れる
  A8: STX 2001:5  ; Xレジスタの値を2001番地の5ビット目にストア
 このプログラムは、大小関係の判定結果から出力先の番地を設定する命令(A4,A6)には分岐が含まれるが、(A1)から処理を開始し、途中繰り返し無しに必ず(A8)で処理を終了する単純な構造となっている。
 そして、複数の例えば500個のプロセス信号Tの入力信号に対して、このような比較演算処理を実行する場合は、入力信号の番地(A1のオペランド)、基準値の番地(A2のオペランド)、入力信号と基準値の大小関係(A4のオペレータ)、及び演算結果の出力先の番地(A8のオペランド)を変更した上記のプラグラムを500個並べ、シーケンシャルに処理する。
 このために、複数のプロセス信号Tを処理するためにこのプロセス信号Tの数に比例する長さのプログラムを配列させることになるが、複雑さが増すことはなく、処理時間も十分に予測可能となる。
 CPUは、数値演算部11における演算処理が終了すると、その演算結果を出力手段14に一時記憶させるとともに、CPUが処理状態であるか非処理状態あるかを表す出力手段14上のビットをFALSE(非処理状態)に設定する。これは、複数の上記プログラムが配列する最後尾に、出力手段14への書込みプログラムを用意することで実装される。
 なお、CPUは、背景技術で説明したPLCと同様に、上記プログラム以外に診断機能も有している。演算処理が上述したように単純なシーケンシャルな処理であるために、実行中におけるメモリのアクセスエラーの有無を診断機能で容易に検証することができる。
 また、本実施形態の安全保護装置10で適用されるCPUは、汎用CPUよりも要求される機能が少ないために、専用CPUの設計が容易である。
 ウォッチドッグタイマー15は、数値演算部11及び論理処理部20から独立して構成され、論理処理部20における論理処理の開始から終了までの期間、又は数値演算部11における数値演算の開始から論理処理部20における論理処理の終了までの期間が、所定時間をタイムアウトした場合にそのことを通知するものである。
 これによりCPU及び論理処理部20の作動状態を高い信頼度で診断でき、プラントの安全性の向上に寄与する。
 このウォッチドッグタイマー15は、例えば、ワンショットマルチバイブレータによって実現される。
 ウォッチドッグタイマー15は、数値演算部11又は論理処理部20における処理が開始又は終了するのに同期して初期化される。そして、ウォッチドッグタイマー15は、論理処理部20の処理周期、又は数値演算部11及び論理処理部20を併せた処理周期よりも多少長い時刻でタイムアウトするように設定される。例えば、処理周期が25msであれば、30msでタイムアウトするように設定される。
 これにより、数値演算部11又は論理処理部20の周期的な処理が停止、あるいは異常により遅延した場合は、ウォッチドッグタイマー15がタイムアウトして安全保護装置10の異常が通知される。
 なお、数値演算部11及び論理処理部20は、互いに相手の処理状態を確認してから処理を開始するため、一方が停止すると、他方も停止する。従って、CPU及び論理処理部20のいずれか一方の処理が停止しても、ウォッチドッグタイマー15により異常が通知される。
 論理処理部20は、図2(A)に示されるように、第1ORゲート21と、第2ORゲート22と、NOTゲート23と、ANDゲート24と、いった論理素子から構成されている。
 この論理処理部20は、ブール値の演算、およびブール値の時間遅延を実行するものでFPGA(Field Programmable Gate Array)で実現される。このFPGAの論理素子はプログラミングにより配線される。
 そして、論理処理部20は、出力手段14(図1)に一次保持されているブール値を入力し、論理回路に基づき処理し、プラントの安全保護動作に係る制御信号を出力させる。ここでは、論理処理部20には非常用炉心冷却装置(図示略)のポンプPを起動させる制御信号を出力するためのロジックが例示されている。
 手動起動手段12bは、プラントからのプロセス信号Tが正常を示している場合であっても、プラント運転員の手動操作によって安全保護動作を起動させるものである。
 手動停止手段12aは、起動した安全保護動作をプラント運転員の手動操作によって停止させるものである。
 これら手動起動手段12b及び手動停止手段12aの機能は、手動操作部12(図1)に組み込まれており、常時FALSEを出力し、プラント運転員の手動操作によって出力がTRUEに切り替わる。ただし、手動起動手段12b及び手動停止手段12aは、同時にTRUEになることはないようなスイッチ構造となっている。
 判定手段11a,11bは、数値演算部11において、各プロセス信号Tの正常/異常を判定する各プログラム(前記したA1~A8の命令)を機能要素として表示したものである。
 判定手段11aは、原子炉水位を検出する水位センサからのプロセス信号T1に関する判定を行う。この水位センサによって検出された原子炉水位が設定値Lより小さくなると異常と判定されTRUE、それ以外の時は正常と判定されFALSEが出力される。
 判定手段11bは、格納容器の圧力を検出する圧力センサからのプロセス信号T2に関する判定を行うものである。この圧力センサによって検出された圧力が設定値Pより大きくなると異常と判定されTRUE、それ以外の時は正常と判定されFALSEが出力される。これは原子炉圧力容器に漏洩が発生した場合、原子炉圧力容器を取り囲む格納容器の圧力が上昇するため、これを検出することを想定したものである。
 なお上述した通り、数値演算部11の演算処理が終了したことを示すビット(FALSE)が出力手段14に設定されたことをきっかけに、保持されていたブール値が論理処理部20に送信され論理演算が実行される。またこれと同時に、論理処理部20が実行中であることを示すビット(TRUE)が入力手段13に設定される。
 ここで、ブール値はTRUEとFALSEを取るものとし、通常電気信号としては、それぞれ高電位、低電位に対応するが、フェールセーフの観点から、電圧の対応を逆にすることもある。
 また安全保護装置10(図1)が、異常を察知したときに動作させる非常用炉心冷却装置(図示略)には、図2に示されるポンプP以外に数個から数十個の弁が設けられている。さらに、この非常用の非常用炉心冷却装置は多重化されているため、図2に示されるロジックは全体の一部であり、安全保護装置10の全体のロジック規模は、この数百倍に上る。
 フラッシュ型のFPGAを用いる場合、FPGAのロジックを変更するためには、通常の作動電圧よりも高電圧が必要となる。そこで、ロジックの変更を可能にするために論理処理部20は取外し可能な設計とし、取り外した後、専用のツールを用いてロジックを変更する。この様な仕組みとすることで、誤作動によってFPGAのロジックが変更されるリスクを排除することができる。
 もしくは、論理処理部20を取外し可能な設計とする代わりに、ロジック変更機能を安全保護装置10に内蔵させ、ロジック変更のための高電圧が外部から供給される設計とすることもできる。また論理処理部20は、ロジックの変更が不可能なアンチヒューズ型、SRAM型のFPGA、さらにASICを使用して実現することも可能である。
 遅延回路(図示略)は、判定手段11a,11bの後に設けられている。この遅延回路は、例えば水位センサT1で水位がL以下に下がりFALSEからTRUEにブール値が変化してもこのTRUEの出力が一定時間継続したときに、例えば30秒間続いたときに論理ゲート(ここでは第1ORゲート21)にTRUEを入力させる。
 この遅延回路は、リセット機能付きのカウンタ回路を実装し、入力信号がTRUEになった時、クロックによってカウントアップすることで容易に実現できる。ブール値の時間遅延は、回路が複雑となり論理素子を多く使用するが、使用頻度は少ない。
 ブール値の論理処理にかかる時間は、FPGA内の論理ゲートの遅延時間と配線遅延時間で決まる。フラッシュタイプのFPGAでは、二つの信号を計算するORゲートの遅延時間は1ナノ秒以下であり、配線遅延時間はこれよりも小さい。
 またFPGAで構成される論理処理部20は、同期設計され、10MHz程度のクロックで作動させた場合、図2に示される程度の組合せ回路の論理ゲートを1クロックで100段程度処理することができる。
 ただし、FPGAのクロック周波数は、信号遅延による誤動作を起こさないように考慮されるため、必ずしも1クロックでブール演算、およびブール値の遅延処理を全て実行するものではない。
 論理処理部20は、ブール演算およびブール値の遅延処理を全て終了すると、非常用炉心冷却装置(図示略)へ制御信号を出力し、論理処理部20の論理処理が終了したことを示すビット(FALSE)を入力手段13に設定する。
 第1ORゲート21は、各種のプロセス信号T1,T2に由来するブール値及び安全保護動作の手動起動手段12bに由来するブール値を入力するものである。そして、入力したブール値の全てがFALSEであるとFALSEを出力し、入力したブール値のうち少なくとも一つがTRUEになるとTRUEを出力するものである。
 なお第1ORゲート21は、図2において三つのブール値が入力されるものが例示されているが、実際は図4に示されるように図示略の他の装置の制御情報に由来するブール値K1,K2及びその他の数十から数百におよぶプロセス信号に由来するブール値T1,T2…TNを入力し、処理することもできる。
 また第1ORゲート21は、図4に示されるように、入力するブール値の数に応じた複数段のOR素子で構成され、この段数に応じて処理時間も長くなるが通常は数ナノ秒から数十ナノ秒である。
 第2ORゲート22は、第1ORゲート21が出力するブール値及びANDゲート24の出力を帰還信号として入力し、結果をANDゲート24に出力するものである。
 これにより、第2ORゲート22は、第1ORゲート21からTRUEを一旦入力するとそのままTRUEを出力するとともに、その後に第1ORゲート21からFALSEを入力することになっても、そのままTRUEを出力し続けることになる。
 NOTゲート23は、手動停止手段12aが出力するブール値を反転させるものである。よって、手動停止手段12aは常時FALSEを出力しているので、NOTゲート23は、常時TRUEをANDゲート24に出力し、手動停止手段12aが作動するとFALSEがANDゲート24に出力される。
 ANDゲート24は、入力するブール値が全てTRUEになるとTRUEを出力し、入力するブール値のうち少なくとも一つがFALSEであるとFALSEを出力するものである。これにより、ANDゲート24は、NOTゲート23から常時TRUEを入力し、第2ORゲート22からは常時FALSEを入力するために、常時FALSEを出力している。
 そして、ANDゲート24は、第2ORゲート22からの入力がTRUEに切り替わるとTRUEを出力しポンプPを起動する制御信号を出力させることになる。そして、ANDゲート24の出力したTRUEは、上述したとおり第2ORゲート22に帰還されるために、ANDゲート24は第2ORゲート22からTRUEを入力し続けることになる。
 そして、手動停止手段12aが作動して、NOTゲート23からFALSEを入力すると、ANDゲート24はFALSEを出力しポンプPを停止させる制御信号が出力される。
 図5(適宜図1参照)に基づいて第1実施形態に係る安全保護装置10の動作を説明する。
 まず、安全保護装置10を立ち上げると、ROMに格納されているプログラム及び定数(基準値)がRAMに読み込まれて起動する(S11)。そして、数値演算部11が数値処理を実行していることを示す入力手段13上のビットがTRUEに設定され(S12)、後述する数値演算処理が実行される(S13)。
 なお、数値演算処理(S13)は、論理処理(S17)がFALSEに設定されていることが確認されてから、開始される。
 次に、数値演算部11における数値処理が終了すると、入力手段13上の前記ビットがTRUEからFALSEに設定変更される(S14)。そして、論理処理部20が論理処理を実行していることを示す出力手段14上のビットがTRUEに設定され(S15)、後述する論理演算処理が実行される(S16)。
 なお、論理演算処理(S16)は、数値処理(S14)がFALSEに設定されていることが確認されてから、開始される。
 次に、論理処理部20における論理処理が終了すると、プラントの安全保護動作に係る制御信号が出力されるとともに、出力手段14上の前記ビットがTRUEからFALSEに設定変更される(S17)。
 そして、ウォッチドッグタイマー15で設定された時間が経過したところで(S18:No)、入力手段13上のビットをTRUEに設定し(S12)、数値演算部11による数値処理を実行する(S13)。これにより、ウォッチドッグタイマー15の設定時間に関連付けされた周期で、(S12)~(S17)のループが繰り返される。
 なお、このウォッチドッグタイマー15がリセットされるタイミングは、数値演算処理(S13)及び論理演算処理(S16)における開始時(TRUE設定時)及び終了時(FALSE設定時)のうちのいずれの時点でもよい。
 一方、ウォッチドッグタイマー15の設定時間内に論理処理のFALSEが設定されないとタイムアウトとなり(S18:Yes)、信号処理のエラーが出力される(S19)。
 このように、数値演算処理(S13)と論理演算処理(S15)とが同時に処理されることがないために、処理エラーが生じにくい。
 しかし、そのような処理エラーの発生が危惧されない場合は、論理処理のFALSE設定(S17)及び数値処理のFALSE設定(S14)を確認することなく、数値演算処理(S13)及び論理演算処理(S16)を進めても良い。
 図6に基づいて数値演算部11における処理動作を説明する。
 図5に示された一連の動作フローにおいて、数値演算部11における処理(S13)が開始されると、まず入力手段13に複数(N個)の各種センサからプロセス信号Tが入力され、それぞれ順番にCPUにロードされる(S21)。そしてCPUは、前記A1~A8に例示される命令を実行し(S22,S23)、ロードされたプロセス信号Tとこれに対応する基準値を対比して、正常/異常を判定したブール値(FALSE/TRUE)を出力手段14に設定する(S24,S25)。
 そして、前記A1~A8に例示される命令は、N個のプロセス信号T(T1~TN)に対し、T1からTNまで順番に実行され(S26:No)、この数値演算処理が終了する(S26:Yes)。なお、図6は記載上、S26において繰り返しループが存在するが、実際の演算プログラムでは、N個のプロセス信号Tに対応するN個の演算プログラムをシーケンシャルに構成し、プログラム上の繰り返し処理を省くこともできる。
 次に、図2(A)、図2(B)、図3(C)、図3(D)基づいて論理処理部20における処理動作(図5の全体フローの中のS16の動作フロー)を説明する。
 まず、図2(A)に示されるように、プラントに異常が無い正常運転状態では、出力手段14に格納されている各手段12a,12b,11a,11bのブール値は全てFALSEであるために、論理処理部20からはポンプPの停止命令を示すFALSEが制御信号として出力される。
 そして、図2(B)に示されるように、プラントに異常が発生して、例えば圧力センサのプラント信号T2が異常と判定されて判定手段11bのブール値がTRUEになったとする。すると、このTRUEを入力して第1ORゲート21はTRUEを出力し、このTRUEを入力して第2ORゲート22もTRUEを出力する。
 NOTゲート23は常時TRUEを出力しているので、第2ORゲート22からTRUEが出力されると、この二つのTRUEを入力したANDゲート24からは、ポンプPの起動命令を示すTRUEが制御信号として出力される。
 そして、図3(C)は、圧力センサのプラント信号T2が正常に回復して判定手段11bからFALSEが出力されるようになった状態を示している。
 しかし、ANDゲート24から出力されているTRUEが、第2ORゲート22の入力側に帰還しているので、ANDゲート24はそのままポンプPの起動命令を示すTRUEを制御信号として出力し続ける。
 そして、図3(D)は、ポンプPを停止させるためにプラント運転員の手動操作により手動停止手段12aからTRUEが出力されるようになった状態を示している。
 これにより、NOTゲート23から出力されるブール値はFALSEに切り替わり、ANDゲート24は、ポンプPの停止命令を示すFALSEを制御信号として出力することになる。
 以上説明したように本実施形態においては、数値演算を効率的に処理する数値演算部11と、論理演算を効率的に処理する論理処理部20を組合せることで、CPU単体で論理演算も処理させる場合やFPGA内に数値演算を組込み処理する場合に比べ、全体の処理が効率的に実行される。
 これに伴い、安全保護装置10を安価な部品で構成することができ、また発熱の多い高性能CPUを使用する必要が無いので、安全保護装置10の信頼性を向上させることができる。また、CPU処理が単純化され、診断機能を発揮するソフトウェアの構成を簡略化することができる。
(第2実施形態)
 図7(A)は、第2実施形態に係る安全保護装置10のブロック図を示している。なお、図7(A)に記載されている機能部のうち、図1に記載されているものと共通するものについては、同一の符号を付し前記した説明を引用して記載を省略する。
 この第2実施形態に係る安全保護装置10は、第1実施形態の場合と対比して、数値演算部11においてRAM上のプログラム及び定数のハッシュ値を演算させる機能と、出力手段14においてブール値とともにこの演算されたハッシュ値を論理処理部20に出力する機能と、この出力されたハッシュ値を保存する保存手段16と、論理処理部20においてこの保存されているハッシュ値と次回出力されたハッシュ値との同一性を判断して不一致であればエラー信号とともにアラームを発信する機能と、この発信したアラームを手動で停止させるためのアラームリセット手段17と、を備えている。
 ハッシュ値保存手段16は論理処理部20の外付けのRAMとして実現されるほか、論理処理部20の内部回路として実現することもできる。アラームリセット手段17は、例えば手動操作部12に設けられるプッシュボタンとしても実現される。
 ハッシュ値計算プログラムは、RAMに常駐しているプログラム及び定数に対してハッシュ値を計算し、その結果を出力手段14にセットする。このプログラム及び定数は、安全保護装置10の初期化が終了し、実行モードの処理に入ると変更されることはない。
 従って、ハッシュ値が変化するとすれば、それはメモリーエラー、プログラムエラー、あるいはまた悪意のある意図的な変更によるものであり、いずれにしても異常状態が発生したといえる。
 ハッシュ値の計算方法としては、SHA(アメリカ国立標準技術研究所が発行したハッシュ関数)、MD5(IETF RFC1321に公表されたハッシュ関数)が使用される。あるいはまた巡回冗長符号検査(CRC)なども使用できる。サイバーセキュリティの観点からはSHAあるいはMD5のような暗号学的ハッシュ関数が望ましい。
 論理処理部20は、論理処理を開始する周期毎に出力手段14からハッシュ値を読み出し、ハッシュ値保存手段16に記録されている前回のハッシュ値と比較すると共に、前回のハッシュ値を、新しいハッシュ値で置き換える。そして、ハッシュ値の比較の結果が一致していなければ、アラームを発生する。
 安全保護装置10の起動時は、ハッシュ値保存手段16にある前回のハッシュ値と、数値演算部11で今回演算されたハッシュ値とが一致せず、アラームが発生する。
 プラント運転員は安全保護装置10の起動時に、アラームリセット手段17によりアラームをリセットする。これによりプラント運転員は、ハッシュ値比較機能が正常に作動するか否かについて確認することができる。
 また実行モード中にアラームが発生した場合は、RAMに記憶されるプログラムあるいは定数が変化したことを認識できる。このアラームをセットしたりリセットしたりする手段は、フリップフロップによって容易に実現される。
 図7(B)は、初回のアラーム発生を防ぐこともできるアラームのリセット回路図を示している。
 このリセット回路は、出力手段14から読み出されるハッシュ値がハッシュ値保存手段16に記録されている前回のハッシュ値と一致した時にリセットされるフリップフロップ25と、このフリップフロップ25の反転出力とハッシュ値一致の反転とのANDを計算するANDゲート26とからなる。フリップフロップ25の反転出力は、ハッシュ値が少なくとも一度一致しない限りTRUEにならないため、初回のアラームは発生しない。
 図8に基づいて第2実施形態に係るプラントの安全保護装置の動作を説明する。
 ここで、第2実施形態における図8のS11からS19までのフローは、第1実施形態における図5のS11からS19までのフローと同じであるので、説明を省略する。
 第2実施形態では、論理演算処理(S16)と並行してプログラム及び定数のハッシュ値の計算が実行される(S31)。そして計算されたハッシュ値は、次の周期で数値演算処理された結果とともに出力手段14に格納される。
 そして、出力手段14に、論理処理の開始を宣言するTRUEが設定されると、今回のハッシュ値が呼び出され(S32)、ハッシュ値保存手段16に保存されている前回のハッシュ値と対比するとともにこれに上書きする。
 そして、前回ハッシュ値と今回ハッシュ値とが同一である場合は(S33:Yes)、異常なしと判定されて、(S16)~(S18:No)の動作フローを繰り返す。
 一方、前回ハッシュ値と今回ハッシュ値とが同一で無い場合は(S33:No)、異常発生と判定されてエラーが出力される(S19)。
 なお、変形例としてハッシュ値の計算(S31)を、論理演算処理(S16)と並列に実行するのではなく、数値演算処理(S13)の前又は後に直列に実行してもよい。
 また、ハッシュ値の計算(S31)は、CPUで実行する場合の他、専用のハッシュ値演算手段18を設けて実行させてもよい。
 また、特にハッシュ値の計算(S31)を実行せずに、プログラム及び定数をROMに格納されているプログラム及び定数と直接対比してもよい。
 この第2実施形態によれば、CPUの処理に必要なプログラム及び定数にエラーが発生した場合に検知が可能になる。また、悪意のある改変を確実に検知できる。
(第3実施形態)
 図9(A)は、第3実施形態に係る安全保護装置10のブロック図を示している。図9(B)は、プラント信号Tのパケット構造を示している。なお、図9(A)に記載されている機能部のうち、図1に記載されているものと共通するものについては、同一の符号を付し前記した説明を引用して記載を省略する。
 第3実施形態では、各種のプロセス信号T(T1~TN)は巡回符号とともに多重化されており、多重化されたプロセス信号Tを受信して巡回符号から誤りをチェックする受信部41と、チェックされたプロセス信号を入力手段13に所定の時間間隔で保持させるタイマー42とを備えている。
 なおこの受信部41は、FPGA又はASICを用いたハードウェアで実現することができる。
 受信部41は、図示略のリモートI/Oステーションにおいて多重化されたパケットのプロセス信号Tを受信する。パケット形式は、図9(B)に示されるように、パケットの先頭には、信号の誤りを検出するための巡回符号が含まれている。
 このヘッダの後には、各種プロセス信号T1~TNが各16ビットのデータとして格納され、終端には符号EODが設けられている。
 受信部41は、各種プロセス信号T1~TNを、内部にその数だけ用意されているレジスタに保存する。そして受信部41はこのレジスタに保存された信号から巡回符号を計算し、ヘッダに含まれている巡回符号と比較し、一致しない場合はエラーを通知する。
 タイマー42は、25ms毎に受信部41に信号を送り、巡回符号の比較でエラーがなければ、受信部41のレジスタに保存されている各種プロセス信号T1~TNを、入力手段13の予め設定されたアドレス以降に順番に書き込む。
 そして、入力手段13に書き込まれた各種プロセス信号T1~TNは、数値演算部11において演算処理が施され、その後、論理処理部20において論理処理が施される。
 この第3実施形態によれば、ケーブル削減のため、リモートI/Oステーションを使用する安全保護装置の構成においても、新たな負担が求められることなくCPUは、数値演算処理に専念できる。また、リモートI/Oステーションに異常があった場合でも、その影響を最小限にすることができる。
(第4実施形態)
 図10は、第4実施形態に係る安全保護装置10のブロック図を示している。なお、図10に記載されている機能部のうち、図1に記載されているものと共通するものについては、同一の符号を付し前記した説明を引用して記載を省略する。
 バックプレーン50は、複数の拡張基板51,52,53,54がそれぞれ挿入される複数のコネクタ(図示略)を有し、これらコネクタは相互にデータを交換することができるバス上に形成されている。
 第1拡張基板51には手動操作部12が実装され、第2拡張基板52にはバックプレーン50にデータ送信するコントローラ(図示略)及び入力手段12が実装され、第3拡張基板53には数値演算部11及び第1送受信手段55が実装され、第4拡張基板54には第2送受信手段56、論理処理部20及びウォッチドッグタイマー15が実装されている。
 入力手段13は、プロセス信号Tを入力するとバックプレーン50のバスを経由して第1基板53上の第1送受信手段55に送信する。そして、この送信されたプロセス信号Tは、RAM内の予め定められたアドレスに記録され、数値演算部11において正常/異常の判定がなされこの判定結果に対応するブール値が出力される。
 第1送受信手段55及び第2送受信手段56は、バックプレーン50のバスを介して他の拡張基板上の実装部品と相互にデータをやりとりする。
 数値演算部11で出力されたブール値は、第1送受信手段55から、バックプレーン50のバスを経由して、第2基板54の第2送受信手段56に転送される。
 第2基板54に転送されたブール値は、論理処理部20において処理されてプラントの安全保護動作に係る制御信号を出力させる。
 なお、第2送受信手段56は、論理処理部20における処理が終了したことを告げる終了信号をバックプレーン50のバス及び第1送受信手段55を介して数値演算部11に送信する。
 この終了信号は、RAMの定められたアドレスに記録され、数値演算部11における演算処理の条件として用いられる。なお、この終了信号に限らず、論理処理部20における処理結果を、送受信手段55,56を介して数値演算部11にフィードバックし、演算処理の条件として用いることができる。
 10…安全保護装置(制御装置)、11…数値演算部、11a,11b…判定手段、12…手動操作部、12a…手動停止手段、12b…手動起動手段、13…入力手段、14…出力手段、15…ウォッチドッグタイマー、16…ハッシュ値保存手段、17…アラームリセット手段、20…論理処理部、21…第1ORゲート、22…第2ORゲート、23…NOTゲート、24…ANDゲート、25…フリップフロップ、41…受信部、42…タイマー、50…バックプレーン、51,52,53,54…拡張基板、55…第1送受信手段、56…第2送受信手段、T(T1…TN)…プロセス信号。

Claims (8)

  1.  プラントから送信されるプロセス信号を入力する入力手段と、
     プログラムに基づく演算処理によって前記プロセス信号の正常/異常を判定したブール値を出力する数値演算部と、
     論理回路に基づき前記ブール値を論理処理し前記プラントの安全保護動作に係る制御信号を出力させる論理処理部と、を備えることを特徴とする制御装置。
  2.  請求項1に記載の制御装置において、
     前記数値演算部は、前記論理回路における前記論理処理が終了してから前記演算処理を開始し、
     前記論理処理部は、前記数値演算部における前記演算処理が終了してから前記論理処理を開始することを特徴とする制御装置。
  3.  請求項1に記載の制御装置において、
     前記数値演算部は、各種の前記プロセス信号に対しシーケンシャルに前記演算処理を実行し最後に演算終了信号を出力することを特徴とする制御装置。
  4.  請求項1に記載の制御装置において、
     前記論理処理部は、
     各種の前記プロセス信号に由来するブール値及び前記安全保護動作の手動起動手段に由来するブール値を入力する第1ORゲートと、
     前記安全保護動作の手動停止手段に由来する前記ブール値を入力するとともに前記制御信号を出力させるANDゲートと、
     前記第1ORゲートが出力するブール値及び前記ANDゲートの帰還信号を入力して前記ANDゲートに出力する第2ORゲートと、を備えることを特徴とする制御装置。
  5.  請求項1に記載の制御装置において、
     前記論理処理部における論理処理の開始から終了までの期間、又は前記数値演算部における数値演算の開始から前記論理処理部における論理処理の終了までの期間が、所定時間をタイムアウトしたことを通知するウォッチドッグタイマーを備えることを特徴とする制御装置。
  6.  請求項1に記載の制御装置において、
     前記数値演算部は、前記プログラム及び定数のハッシュ値を演算し、前記ブール値とともに前記ハッシュ値も出力し、
     前記論理処理部は、入力した前記ハッシュ値と前回入力されたハッシュ値との同一性を判断することを特徴とする制御装置。
  7.  請求項1に記載の制御装置において、
     各種の前記プロセス信号は巡回符号とともに多重化されており
     前記多重化されたプロセス信号を受信して前記巡回符号から誤りをチェックする受信部と、
     前記チェックされたプロセス信号を前記入力手段に所定の時間間隔で保持させるタイマーと、を備えることを特徴とする制御装置。
  8.  請求項1に記載の制御装置において、
     前記入力手段、数値演算部及び論理処理部は、それぞれ別々の拡張基板に実装され、
     それぞれの拡張基板は、コネクタを介してバスに連結されることを特徴とする制御装置。
PCT/JP2011/055052 2010-03-10 2011-03-04 制御装置 WO2011111620A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/582,202 US9256223B2 (en) 2010-03-10 2011-03-04 Safety interlock device for a plant

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2010053742A JP5422448B2 (ja) 2010-03-10 2010-03-10 制御装置
JP2010-053742 2010-03-10

Publications (1)

Publication Number Publication Date
WO2011111620A1 true WO2011111620A1 (ja) 2011-09-15

Family

ID=44563424

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2011/055052 WO2011111620A1 (ja) 2010-03-10 2011-03-04 制御装置

Country Status (3)

Country Link
US (1) US9256223B2 (ja)
JP (1) JP5422448B2 (ja)
WO (1) WO2011111620A1 (ja)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102420020A (zh) * 2011-11-08 2012-04-18 厦门大学 一种磁约束核聚变实验装置的数字化安全联锁系统
CN103605593A (zh) * 2013-12-02 2014-02-26 东软集团股份有限公司 异构系统的故障诊断、恢复方法及装置
CN110085333A (zh) * 2019-04-15 2019-08-02 中广核研究院有限公司 一种适用于小型反应堆的保护系统

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5675256B2 (ja) * 2010-10-12 2015-02-25 三菱重工業株式会社 原子力施設の制御システム
DE102013201937A1 (de) * 2013-02-06 2014-08-07 Areva Gmbh Vorrichtung und Verfahren zur Erkennung von unbefugten Manipulationen des Systemzustandes einer Steuer- und Regeleinheit einer kerntechnischen Anlage
JP6811928B2 (ja) * 2017-03-17 2021-01-13 浩二 増井 センサデバイスの動作規則の同一性を検証するための装置

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63140305A (ja) * 1986-07-04 1988-06-11 Hitachi Ltd 制御保護装置
JPH1194987A (ja) * 1997-09-19 1999-04-09 Toshiba Corp 原子力プラントの安全保護系制御装置
JP2002014703A (ja) * 2000-06-29 2002-01-18 Toshiba Corp プラント制御装置
JP2002198825A (ja) * 2000-12-22 2002-07-12 Nec Toshiba Space System Kk データ操作回路
JP2008171154A (ja) * 2007-01-10 2008-07-24 Fujitsu Ten Ltd シミュレーション装置
JP2009282751A (ja) * 2008-05-22 2009-12-03 Toyota Infotechnology Center Co Ltd プログラム検査システムおよび方法

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4843537A (en) 1986-07-04 1989-06-27 Hitachi, Ltd. Control system
JPH0254121A (ja) * 1988-08-18 1990-02-23 Toshiba Corp プラント事象認識装置
JP2964810B2 (ja) * 1993-01-06 1999-10-18 横河電機株式会社 制御装置
JPH09138703A (ja) * 1995-11-15 1997-05-27 Yokogawa Electric Corp プラントマクロ監視装置
NZ508052A (en) * 2000-11-09 2003-06-30 Derek Ward Programmable controller
JP4382300B2 (ja) * 2001-03-30 2009-12-09 セコム株式会社 車両の盗難検出装置
JP2004118265A (ja) * 2002-09-24 2004-04-15 Toshiba Corp プラント保護装置
JP4225925B2 (ja) * 2004-01-20 2009-02-18 株式会社東芝 ディジタル制御装置
JP2007283448A (ja) * 2006-04-18 2007-11-01 Nachi Fujikoshi Corp ロボット制御装置
US8402536B2 (en) * 2008-04-15 2013-03-19 Nokia Corporation Signature based authentication of the configuration of a configurable logic component

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63140305A (ja) * 1986-07-04 1988-06-11 Hitachi Ltd 制御保護装置
JPH1194987A (ja) * 1997-09-19 1999-04-09 Toshiba Corp 原子力プラントの安全保護系制御装置
JP2002014703A (ja) * 2000-06-29 2002-01-18 Toshiba Corp プラント制御装置
JP2002198825A (ja) * 2000-12-22 2002-07-12 Nec Toshiba Space System Kk データ操作回路
JP2008171154A (ja) * 2007-01-10 2008-07-24 Fujitsu Ten Ltd シミュレーション装置
JP2009282751A (ja) * 2008-05-22 2009-12-03 Toyota Infotechnology Center Co Ltd プログラム検査システムおよび方法

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102420020A (zh) * 2011-11-08 2012-04-18 厦门大学 一种磁约束核聚变实验装置的数字化安全联锁系统
CN103605593A (zh) * 2013-12-02 2014-02-26 东软集团股份有限公司 异构系统的故障诊断、恢复方法及装置
CN110085333A (zh) * 2019-04-15 2019-08-02 中广核研究院有限公司 一种适用于小型反应堆的保护系统

Also Published As

Publication number Publication date
US20120323341A1 (en) 2012-12-20
JP5422448B2 (ja) 2014-02-19
JP2011185875A (ja) 2011-09-22
US9256223B2 (en) 2016-02-09

Similar Documents

Publication Publication Date Title
JP5422448B2 (ja) 制御装置
JP4711197B2 (ja) デュアルcpuの安全システムにおける安全タイマクロスチェック診断
CN106716275B (zh) 控制和数据传输系统、网关模块、输入/输出模块和过程控制方法
US20180211734A1 (en) Reactor protection-processor-to-reactor-trip breaker interface and method for operating the same
JP5911922B2 (ja) 安全関連制御ユニットおよび自動化設備の制御方法
EP2890037A1 (en) Transmission system error detection and correction system and method
US9178757B2 (en) Serial link fault detection system and method
RU2662571C2 (ru) Система и способ отключения полевого устройства
CN111264046A (zh) 用于密码保护地监控设备或设施的至少一个组件的系统和方法
JP7202448B2 (ja) 安全性が要求されるプロセスを監視する自動化システム
WO2009155993A1 (en) A safety system for a machine
KR20120020867A (ko) 이중화 구조를 갖는 제어기 및 그 운용 방법
CN110678817B (zh) 用于参数化现场设备的方法和可参数化的现场设备
RU2647684C2 (ru) Устройство и способ обнаружения несанкционированных манипуляций системным состоянием блока управления и регулирования ядерной установки
JP2013175118A (ja) 制御装置、及びそのメモリ故障検出方法、その自己診断方法
JP5348418B2 (ja) コントローラ
JP7073285B2 (ja) 動作検証プログラム、動作同期方法及び異常検出装置
JP2009053752A (ja) ウォッチドッグ処理方法および異常検出回路
JP2013017100A (ja) データ伝送システム
JP5352815B2 (ja) 制御装置および制御方法
JP2016066344A (ja) メモリ診断回路
JP5407382B2 (ja) 出力モジュールの誤出力防止方式
JP2008267999A (ja) 制御中に自己診断できるプログラム可能な制御装置
JP2007043679A (ja) 送信装置,受信装置及び通信システム
JP2014225110A (ja) 安全コントローラ

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

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 13582202

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11753279

Country of ref document: EP

Kind code of ref document: A1