WO2021049727A1 - Method for controlling error state of plc system - Google Patents

Method for controlling error state of plc system Download PDF

Info

Publication number
WO2021049727A1
WO2021049727A1 PCT/KR2020/003442 KR2020003442W WO2021049727A1 WO 2021049727 A1 WO2021049727 A1 WO 2021049727A1 KR 2020003442 W KR2020003442 W KR 2020003442W WO 2021049727 A1 WO2021049727 A1 WO 2021049727A1
Authority
WO
WIPO (PCT)
Prior art keywords
error
plc system
event task
processing unit
central processing
Prior art date
Application number
PCT/KR2020/003442
Other languages
French (fr)
Korean (ko)
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 JP2022516012A priority Critical patent/JP7394276B2/en
Priority to CN202080063500.3A priority patent/CN114375426A/en
Publication of WO2021049727A1 publication Critical patent/WO2021049727A1/en

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
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/05Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts
    • G05B19/058Safety, monitoring
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/10Plc systems
    • G05B2219/11Plc I-O input output
    • G05B2219/1179Safety, on error, fault, block, inhibit output
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/10Plc systems
    • G05B2219/14Plc safety
    • G05B2219/14097Display of error messages

Abstract

The present invention relates to a method for controlling an error state of a PLC system, and includes: a) a step of using a control program, executed in a computer for setting a PLC system, to create an error event task, which can be performed in a central processing unit of the PLC system and blocks or turns on or off a signal of an external module, and store the error event task in a memory of the PLC system; b) a step in which the central processing unit of the PLC system executes, in stages, the program stored in the memory; c) a step in which the central processing unit checks whether a signal for informing of the occurrence of an error is being received from the external module; and d) a step of performing the error event task to block the central processing unit from operating in an error mode, when the signal informing of the occurrence of the error is received in step c).

Description

피엘씨 시스템의 오류 상태 제어방법How to control the error state of the PLC system
본 발명은 피엘씨 시스템의 오류 상태 제어방법에 관한 것으로, 더 상세하게는 디버깅 처리를 최소화할 수 있는 피엘씨 시스템의 오류 상태 제어방법에 관한 것이다.The present invention relates to a method of controlling an error state of a PLC system, and more particularly, to a method of controlling an error state of a PLC system capable of minimizing debugging processing.
일반적으로 PLC(Programmable Logic Controller)는 공장 자동화를 위한 무접점 순차 제어 회로 시스템에 주로 사용되며, 계전기, 타이머, 카운터 등의 요소를 하드웨어적으로 연결하여 제어 시스템을 구성하거나, 프로그램을 변경할 수 있는 무접점 시퀀스의 제어에 사용된다.In general, PLC (Programmable Logic Controller) is mainly used in a non-contact sequential control circuit system for factory automation, and it is possible to configure a control system or change a program by connecting elements such as relays, timers, and counters in hardware. It is used to control the contact sequence.
PLC의 장점은 고속, 내환경성, 취급용이성, 경제성의 장점이 있으며, 단순한 순차 제어기가 아닌 수많은 제어 요소를 갖추고 프로그램이 가능한 실시간 복합 제어가 가능하다는 점에 있다.The advantage of PLC is that it has the advantages of high speed, environmental resistance, ease of handling, and economy, and is capable of real-time complex control that can be programmed with numerous control elements rather than a simple sequential controller.
통상 PLC는 다수의 센서에 연결되는 입력회로, 모터 등 제어 대상에 연결되는 출력회로, 입력에 따른 처리를 수행하기 위한 프로그램을 저장하는 내부 및 외부 메모리, 입력회로를 통해 입력된 신호를 프로그램에 따라 처리하여 출력회로를 통해 출력할 수 있도록 처리하는 중앙처리장치를 포함한다.In general, PLC is an input circuit connected to a plurality of sensors, an output circuit connected to a control object such as a motor, internal and external memories that store programs for processing according to the input, and signals input through the input circuit according to the program. It includes a central processing unit that processes so that it can be processed and output through an output circuit.
PLC의 신뢰성을 높이기 위해서는 시스템 자체의 안정성이 중요한 요소이지만, 시스템의 운영 중 발생되는 정의되지 않은 오류로 인해 이상이 발생한 경우 이를 효과적으로 처리할 수 있는지도 중요한 요소이다.In order to increase the reliability of PLC, the stability of the system itself is an important factor, but it is also an important factor to be able to effectively deal with abnormalities caused by undefined errors that occur during system operation.
종래 PLC 시스템은 예기치 않은 오류가 발생하여, 제어 동작에 이상이 발생한 경우, 자체적으로 오류 모드(Error Mode)로 진입하도록 설계 된다. The conventional PLC system is designed to enter an error mode by itself when an unexpected error occurs and an abnormality occurs in a control operation.
이를 위하여 PLC의 중앙처리장치는 자기진단 기능을 포함하고 있으나 중앙처리장치가 검출할 수 없는 입출력 제어부분에 대해서는 별도의 세이프 회로를 구현해야 하는 문제점이 있었다.To this end, the central processing unit of the PLC includes a self-diagnosis function, but there is a problem in that a separate safe circuit must be implemented for the input/output control part that the central processing unit cannot detect.
통상 오류 모드로의 동작시 출력을 모두 오프시키고, 경고를 발생시키도록 구현되어 있으며, 경우에 따라서는 파라미터 설정에 의해 모든 출력을 현상태로 유지하거나 오프시키는 방식을 사용하기도 한다.In general, when operating in error mode, all outputs are turned off and a warning is generated. In some cases, all outputs are maintained or turned off by parameter setting.
이와 같은 종래 PLC 시스템의 오류 상태 제어방법을 첨부한 도면을 참조하여 설명하면 다음과 같다.A method of controlling the error state of such a conventional PLC system will be described with reference to the accompanying drawings.
도 1은 종래 PLC 시스템의 스캔 순서도이다.1 is a scanning flow chart of a conventional PLC system.
도 1을 참조하면 종래 PLC 시스템은, 초기화 처리단계(S11)와, 입력 이미지 영역 리프레시단계(S12), 프로그램 연산처리단계(S13), 출력 이미지 영역 리프레시단계(S14), 종료 처리단계(S15), 오류 발생 판단단계(S16)와, 오류가 발생한 경우 동작상태에서 오류 모드로 진입하는 오류 모드 진입단계(S17)를 포함한다.Referring to FIG. 1, in a conventional PLC system, an initialization processing step (S11), an input image area refreshing step (S12), a program operation processing step (S13), an output image area refreshing step (S14), and an end processing step (S15). , An error occurrence determination step (S16), and when an error occurs, an error mode entry step (S17) of entering an error mode in an operating state.
PLC 시스템에서 스캔(SCAN)이라 함은, PLC의 기본적인 프로그램 수행 방식으로 작성된 프로그램을 처음부터 마지막까지 반복적으로 연산 수행되는 과정을 뜻한다.In the PLC system, SCAN refers to a process in which a program written in the basic program execution method of PLC is repeatedly operated from the beginning to the end.
먼저, S11 단계에서는 전원의 켜짐 동작 또는 전원의 리셋 동작에 의해 PLC가 처음으로 구동되는 단계로, 데이터의 초기화 및 각 모듈의 초기화 작업이 수행된다.First, in step S11, the PLC is driven for the first time by a power-on operation or a power reset operation, and data initialization and initialization of each module are performed.
그 다음, S12단계에서는 입력 모듈들의 상태를 읽어 메모리에 저장한다. 이때의 입력 모듈들은 각종 센서를 뜻하며, 센서들의 상태 값을 읽어 초기 데이터로서 PLC의 내부 메모리에 저장한다. Then, in step S12, the states of the input modules are read and stored in the memory. The input modules at this time mean various sensors, and they read the status values of the sensors and store them in the internal memory of the PLC as initial data.
그 다음, S13단계와 같이 PLC의 중앙처리장치는 내부 메모리 또는 외부 메모리에 저장된 프로그램을 수행하며, 이때 상기 메모리에 저장된 데이터를 프로그램의 수행에 이용한다.Then, as in step S13, the central processing unit of the PLC executes a program stored in an internal memory or an external memory, and at this time, the data stored in the memory is used to execute the program.
프로그램의 수행은 작성된 프로그램의 시작부터 끝까지 연속적으로 연산된다.The execution of the program is continuously operated from the start to the end of the created program.
도 2에는 PLC의 중앙처리장치에서 연산 처리하는 프로그램의 예시도이다.Fig. 2 is an exemplary diagram of a program that is operated and processed by a central processing unit of a PLC.
도 2에 도시한 바와 같이 프로그램은 다수의 처리 프로그램을 포함하는 스캔 프로그램(100)과 사용자 프로그램에 추가된 이벤트 태스크(200)를 포함할 수 있다.As shown in FIG. 2, the program may include a scan program 100 including a plurality of processing programs and an event task 200 added to a user program.
이벤트 태스크는 주기, 디바이스 조건 등에 따라 다양한 수행이 가능하도록 추가될 수 있다.Event tasks may be added to enable various executions according to periods, device conditions, and the like.
그 다음, S14단계와 같이 프로그램 연산이 종료된 상태에서 그 연산의 결과물인 출력 값은 출력 이미지 영역에 저장되고, 저장된 데이터를 출력 모듈로 출력한다. 이때의 출력 모듈은 각종 외부 디바이스이며 대표적으로 전동기일 수 있다.Then, in a state in which the program operation is finished as in step S14, the output value, which is the result of the operation, is stored in the output image area, and the stored data is output to the output module. The output module at this time is a variety of external devices and may be representatively an electric motor.
이와 같이 주어진 사용자 프로그램에 따라 연산을 수행한 후 다시 처음으로 되돌아가기 위하여 S15단계와 같이 종료 처리를 수행한다. 이때의 종료 처리는 중앙처리장치에 포함된 자기 진단 모듈을 통한 자기 진단 및 사용자 이벤트가 있는지 확인하는 과정이다.In order to return to the beginning after performing the operation according to the given user program as described above, the end process is performed as in step S15. The end processing at this time is a process of checking whether there is a self-diagnosis and a user event through the self-diagnosis module included in the central processing unit.
사용자 이벤트는 매우 다양하게 발생할 수 있는데, 스캔 프로그램의 변경이나 특정한 입력 모듈 또는 출력 모듈의 분리, 새로운 연결 등 물리적인 환경 변화를 포함할 수 있다.User events can occur in a wide variety of ways, and may include changes in the physical environment such as a change in a scan program, separation of a specific input module or output module, or a new connection.
그 다음, S16단계와 같이 입력 모듈과 출력 모듈을 포함하는 외부 기기로부터 고장 오류가 발생했는지 확인한다.Then, as in step S16, it is checked whether a fault error has occurred from an external device including an input module and an output module.
이때의 고장 오류는 센서 등의 입력 모듈과 전동기 등의 출력 모듈을 포함하는 외부 기기 자체에서 고장 발생시 PLC의 중앙처리장치로 보내는 고장 진단신호의 유무에 근거하여 판단한다.The fault error at this time is determined based on the presence or absence of a fault diagnosis signal sent to the central processing unit of the PLC when a fault occurs in an external device including an input module such as a sensor and an output module such as a motor.
상기 S16단계에서 외부 기기로부터 고장 진단신호가 입력되지 않은 것으로 판단되면, 상기 S11단계를 다시 수행한다.If it is determined that the fault diagnosis signal has not been input from the external device in step S16, the step S11 is performed again.
반면, 외부 기기로부터 고장 진단신호가 입력된 것으로 판단되면, S17단계의 오류 모드로 진입한다.On the other hand, if it is determined that a fault diagnosis signal has been input from an external device, the error mode of step S17 is entered.
여기서 오류 모드는 PLC의 중앙처리장치가 동작상태(Run)가 아닌 정지상태에 있는 것으로, 사용자가 PADT(Programmable Debugging Tool)을 사용하여 오류 상태를 해결 또는 강제 해제하고 다시 리셋을 해야 PLC의 중앙처리장치가 동작상태로 동작하게 된다.Here, the error mode is that the central processing unit of the PLC is in the stopped state, not in the running state, and the central processing of the PLC must be reset after the user resolves or forcibly releases the error state by using a programmable debugging tool (PADT). The device operates in an operating state.
이때 PLC에 의해 연결된 입력 모듈 및 출력 모듈들의 수는 시스템에 따라 그 수에 차이는 있으나 공장 자동화에 적용되는 경우 매우 많은 외부 기기들과 연결된다.At this time, the number of input modules and output modules connected by PLC varies depending on the system, but when applied to factory automation, a large number of external devices are connected.
종래에는 모든 외부 기기들의 고장 진단신호에 따라 PLC의 중앙처리장치가 반응하여 고장 진단신호가 입력되면, 오류 모드로 진입하기 때문에 PLC의 동작상태가 잦은 확률로 정지되며, 리셋을 위해서는 사용자가 직접 오류 모드를 해제해야 하기 때문에 유지보수에 시간이 많이 소요되며, 비용이 증가하게 되는 문제점이 있었다.Conventionally, the PLC's central processing unit reacts according to the fault diagnosis signals of all external devices, and when the fault diagnosis signal is input, it enters the error mode, so the operation status of the PLC is stopped with frequent probability. Since the mode must be released, maintenance takes a lot of time, and there is a problem in that the cost increases.
상기와 같은 문제점을 감안한 본 발명이 해결하고자 하는 과제는, 오류 모드 진입의 빈도를 줄일 수 있는 피엘씨 시스템의 오류 상태 제어방법을 제공함에 있다.In view of the above problems, an object to be solved by the present invention is to provide a method for controlling an error state of a PLC system capable of reducing the frequency of entering an error mode.
또한, 본 발명이 해결하고자 하는 다른 과제는, PLC 시스템의 유연성을 향상시키고, 사용자의 개입을 줄일 수 있는 피엘씨 시스템의 오류 상태 제어방법을 제공함에 있다.In addition, another problem to be solved by the present invention is to provide a method for controlling an error state of a PLC system that can improve the flexibility of a PLC system and reduce user intervention.
상기와 같은 기술적 과제를 해결하기 위한 본 발명 피엘씨 시스템의 오류 상태 제어방법은, a) 피엘씨 시스템 설정을 위한 컴퓨터에서 수행되는 제어프로그램을 이용하여, 피엘씨 시스템의 중앙처리장치에서 수행 가능하며, 외부 모듈의 신호를 온, 오프 또는 차단시키는 오류 이벤트 태스크를 작성하여, 피엘씨 시스템의 메모리에 저장하는 단계와, b) 상기 피엘씨 시스템의 중앙처리장치에서 메모리에 저장된 프로그램을 단계적으로 수행하는 단계와, c) 상기 중앙처리장치에서 상기 외부 모듈로부터 오류 발생을 알리는 신호가 수신되는지 확인하는 단계와, d) 상기 c) 단계에서 오류 발생을 알리는 신호가 수신된 경우, 오류 이벤트 태스크를 수행하여 상기 중앙처리장치가 오류 모드로 동작하는 것을 차단하는 단계를 포함한다.The method for controlling an error state of the PLC system according to the present invention for solving the above technical problems may be performed in the central processing unit of the PLC system by using a control program executed in a computer for setting the PLC system, and , Creating an error event task for turning on, off, or blocking the signal of the external module and storing it in the memory of the PLC system; b) Stepwise executing the program stored in the memory in the central processing unit of the PLC system. Steps and, c) checking whether a signal notifying the occurrence of an error is received from the external module in the central processing unit; and d) performing an error event task when a signal notifying the occurrence of an error is received in step c). And blocking the central processing unit from operating in an error mode.
본 발명의 실시예에서, 상기 d) 단계는, 상기 오류 발생을 알리는 신호가 수신된 경우, 외부 모듈에 대한 오류 이벤트 태스크가 있는지 확인하는 단계를 포함하여, 오류 이벤트 태스크가 없는 경우 중앙처리장치가 오류 모드로 동작할 수 있다.In an embodiment of the present invention, the step d) comprises the step of checking whether there is an error event task for an external module when a signal notifying the occurrence of the error is received, and when there is no error event task, the central processing unit is It can operate in error mode.
본 발명의 실시예에서, 상기 d) 단계는, 오류가 발생한 외부 모듈에 대한 오류 이벤트 태스크가 있을 때, 오류 이벤트 태스크의 수행 횟수가 설정된 횟수 미만인 경우 오류 이벤트 태스크를 수행하고, 오류 이벤트 태스크의 수행 횟수가 설정된 횟수 이상인 경우 중앙처리장치가 오류 모드로 동작할 수 있다.In an embodiment of the present invention, step d) is, when there is an error event task for an external module in which an error has occurred, and when the number of times the error event task is performed is less than a set number, the error event task is performed, and the error event task is performed. If the number is greater than or equal to the set number, the central processing unit may operate in an error mode.
본 발명의 실시예에서, 상기 설정된 횟수는 상기 외부 모듈에 따라 각기 다르게 설정될 수 있다.In an embodiment of the present invention, the set number may be set differently according to the external module.
본 발명의 실시예에서, 상기 c) 단계의 확인 결과 오류 발생을 알리는 신호가 수신되지 않았으면, 상기 b) 단계를 재수행 할 수 있다.In an embodiment of the present invention, if a signal indicating an error occurrence is not received as a result of the confirmation in step c), step b) may be performed again.
본 발명의 실시예에서, 상기 오류 이벤트 태스크의 수행 횟수의 확인은, 상기 오류 이벤트 태스크의 수행 전 또는 후에 실시할 수 있다.In an embodiment of the present invention, the confirmation of the number of times the error event task is performed may be performed before or after the error event task is performed.
본 발명의 실시예에서, 상기 a) 단계는, 상기 컴퓨터는 이벤트 태스크 등록화면에서 사용자가 태스크를 선택하고, 태스크의 속성을 오류 발생시로 선택하여 오류 이벤트 태스크를 설정할 수 있도록 모니터에 표시할 수 있다.In an embodiment of the present invention, in step a), the computer may display on a monitor so that the user selects a task on the event task registration screen, and selects the task attribute as when an error occurs, so that an error event task can be set. .
본 발명의 실시예에서, 상기 컴퓨터는 사용자가 태스크의 속성을 오류 발생시로 선택하면, 오류 리스트를 모니터에 표시하여, 사용자가 오류를 선택할 수 있도록 제공할 수 있다.In an embodiment of the present invention, when the user selects a task attribute as when an error occurs, the computer may display an error list on a monitor and provide the user to select an error.
본 발명은 오류가 발생한 외부 기기가 전체 PLC 시스템에 미치는 영향에 따라 오류가 발생시 정상동작 또는 오류 모드 동작을 선택적으로 수행하도록 제어함으로써, 오류 모드 진입의 빈도를 줄여 유지 및 보수에 소요되는 시간을 줄일 수 있으며, 비용을 절감할 수 있는 효과가 있다.The present invention controls to selectively perform normal operation or error mode operation when an error occurs according to the influence of an error-occurring external device on the entire PLC system, thereby reducing the frequency of entering the error mode and reducing the time required for maintenance and repair. It can be, and there is an effect that can reduce the cost.
또한, 본 발명은 특정 외부 기기의 오류 발생이 주기적 또는 반복적인지 확인하여, 설정된 수까지의 오류 발생에 대해서는 오류 모드 진입 없이 정상동작을 수행하고, 설정된 수를 초과하는 오류의 발생에 대해서는 오류 모드에 진입하는 등 시스템의 설계를 사용자가 임의로 변경할 수 있게 함으로써, PLC 시스템의 제어 유연성을 향상시킴과 아울러 사용자의 개입을 줄여 관리가 용이하도록 하는 효과가 있다.In addition, the present invention checks whether the occurrence of an error of a specific external device is periodic or repetitive, and performs normal operation without entering the error mode for occurrences of errors up to a set number, and to the error mode for occurrences of errors exceeding the set number. By allowing the user to arbitrarily change the design of the system, such as entering, there is an effect of improving the control flexibility of the PLC system and reducing user intervention to facilitate management.
도 1은 종래 PLC 시스템의 스캔 동작 순서도이다.1 is a flowchart of a scan operation of a conventional PLC system.
도 2는 PLC 시스템에서 처리되는 프로그램의 예시도이다.2 is an exemplary diagram of a program processed in a PLC system.
도 3은 본 발명의 바람직한 실시예에 따른 PLC 시스템의 오류 상태 제어방법의 순서도이다.3 is a flowchart of a method for controlling an error state of a PLC system according to a preferred embodiment of the present invention.
도 4는 오류 이벤트 태스크를 등록하는 화면의 예시도이다.4 is an exemplary diagram of a screen for registering an error event task.
도 5는 등록되는 이벤트 태스크의 예시도이다.5 is an exemplary diagram of a registered event task.
본 발명의 구성 및 효과를 충분히 이해하기 위하여, 첨부한 도면을 참조하여 본 발명의 바람직한 실시예들을 설명한다. 그러나 본 발명은 이하에서 개시되는 실시예에 한정되는 것이 아니라, 여러가지 형태로 구현될 수 있고 다양한 변경을 가할 수 있다. 단지, 본 실시예에 대한 설명은 본 발명의 개시가 완전하도록 하며, 본 발명이 속하는 기술분야의 통상의 지식을 가진 자에게 발명의 범주를 완전하게 알려주기 위하여 제공되는 것이다. 첨부된 도면에서 구성요소는 설명의 편의를 위하여 그 크기를 실제보다 확대하여 도시한 것이며, 각 구성요소의 비율은 과장되거나 축소될 수 있다.In order to fully understand the configuration and effects of the present invention, preferred embodiments of the present invention will be described with reference to the accompanying drawings. However, the present invention is not limited to the embodiments disclosed below, but may be implemented in various forms and various modifications may be made. However, the description of the present embodiment is provided to complete the disclosure of the present invention, and to fully inform the scope of the invention to those of ordinary skill in the art to which the present invention pertains. In the accompanying drawings, for convenience of explanation, the size of the components is enlarged compared to the actual one, and the ratio of each component may be exaggerated or reduced.
'제1', '제2' 등의 용어는 다양한 구성요소를 설명하는데 사용될 수 있지만, 상기 구성요소는 위 용어에 의해 한정되어서는 안 된다. 위 용어는 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용될 수 있다. 예를 들어, 본 발명의 권리범위를 벗어나지 않으면서 '제1구성요소'는 '제2구성요소'로 명명될 수 있고, 유사하게 '제2구성요소'도 '제1구성요소'로 명명될 수 있다. 또한, 단수의 표현은 문맥상 명백하게 다르게 표현하지 않는 한, 복수의 표현을 포함한다. 본 발명의 실시예에서 사용되는 용어는 다르게 정의되지 않는 한, 해당 기술분야에서 통상의 지식을 가진 자에게 통상적으로 알려진 의미로 해석될 수 있다.Terms such as'first' and'second' may be used to describe various elements, but the elements should not be limited by the above terms. The above terms can be used only for the purpose of distinguishing one component from another component. For example, without departing from the scope of the present invention, the'first element' may be named as the'second element', and similarly, the'second element' may also be named as the'first element'. I can. In addition, expressions in the singular include plural expressions unless clearly expressed otherwise in the context. Terms used in the embodiments of the present invention may be interpreted as meanings commonly known to those of ordinary skill in the art, unless otherwise defined.
본 발명은 '제어방법'에 관한 것으로, 특정한 단계들로 이루어지는 제어방법의 동작 주체는 PLC 시스템을 이루는 구체적인 하드웨어들이며, 특히 프로그램의 연산처리와 태스크의 처리는 특별한 설명이 없더라도 PLC 시스템의 중앙처리장치에서 이루어지는 것으로 한다.The present invention relates to a'control method', and the operation subject of the control method consisting of specific steps is specific hardware constituting the PLC system, and in particular, the operation processing of the program and the processing of the task are the central processing unit of the PLC system even if there is no special description. It shall be made from.
이하에서는, 도면을 참조하여 본 발명의 일실시예에 따른 PLC 시스템의 오류 상태 제어방법에 대하여 상세히 설명한다.Hereinafter, a method of controlling an error state of a PLC system according to an embodiment of the present invention will be described in detail with reference to the drawings.
도 3은 본 발명의 바람직한 실시예에 따른 PLC 시스템의 오류 상태 제어방법의 순서도이다.3 is a flowchart of a method for controlling an error state of a PLC system according to a preferred embodiment of the present invention.
도 3을 참조하면 본 발명의 바람직한 실시예에 따른 PLC 시스템의 오류 상태 제어방법은, 초기화 처리단계(S301)와, 입력 이미지 영역 리프레시단계(S302), 프로그램 연산처리단계(S303), 출력 이미지 영역 리프레시단계(S304), 종료 처리단계(S305), 오류 발생 판단단계(S306)와, 오류가 발생한 외부 기기에 대한 오류 이벤트 태스크가 있는지 확인하는 단계(S307)와, 오류 이벤트 태스크가 있으면 오류 이벤트 태스크를 수행하는 단계(S308)와, 상기 오류 이벤트 태스크를 수행한 후, PLC의 오류 모드 진입여부를 확인하는 오류 모드 진입 확인단계(S309)와, 상기 S307 단계의 판단결과 오류 이벤트 태스크가 없거나, 상기 S309 단계의 판단결과 오류 모드 동작이 필요한 경우 PLC의 동작상태를 오류 모드로 전환하는 오류 모드 진입단계(S310)를 포함한다.3, a method for controlling an error state of a PLC system according to a preferred embodiment of the present invention includes an initialization processing step (S301), an input image area refresh step (S302), a program operation processing step (S303), and an output image area. The refresh step (S304), the end processing step (S305), the error occurrence determination step (S306), the step of checking whether there is an error event task for the external device in which the error occurred (S307), and the error event task if there is an error event task A step of performing (S308) and, after performing the error event task, an error mode entry confirmation step (S309) of checking whether or not the PLC enters the error mode, and as a result of the determination of step S307, there is no error event task, or the As a result of the determination in step S309, if the error mode operation is required, an error mode entry step (S310) of converting the operation state of the PLC to the error mode is included.
이하, 상기와 같이 구성되는 본 발명의 바람직한 실시예에 따른 PLC 시스템의 오류 상태 제어방법의 구성과 작용에 대하여 보다 상세히 설명한다.Hereinafter, the configuration and operation of a method for controlling an error state of a PLC system according to a preferred embodiment of the present invention configured as described above will be described in more detail.
PLC 시스템은 중앙처리장치와, 중앙처리장치에 센서 등의 입력 모듈의 신호를 입력하는 입력회로, 연산결과를 전동기 등의 외부 모듈에 출력하는 출력회로와, 데이터의 저장을 위한 내부 또는 외부 메모리를 포함한다.The PLC system includes a central processing unit, an input circuit that inputs signals from input modules such as sensors to the central processing unit, an output circuit that outputs calculation results to an external module such as an electric motor, and an internal or external memory for storing data. Includes.
중앙처리장치는 알려진 바와 같이 자기진단이 가능한 것으로 할 수 있다.As is known, the central processing unit may be capable of self-diagnosis.
본 발명은 PLC의 스캔 전에 사용자가 오류 이벤트 태스크(Error Event Task)를 등록한다. In the present invention, a user registers an Error Event Task before scanning the PLC.
이때 오류 이벤트 태스크는 앞서 설명한 도 2의 프로그램 구조에서와 같이 이벤트 태스크 영역에 등록되는 것으로 한다.In this case, it is assumed that the error event task is registered in the event task area as in the program structure of FIG. 2 described above.
도 4는 오류 이벤트 태스크를 등록하는 화면의 예시도이고, 도 5는 등록되는 이벤트 태스크의 예시도이다.4 is an exemplary diagram of a screen for registering an error event task, and FIG. 5 is an exemplary diagram of a registered event task.
도 4와 도 5를 각각 참조하면 사용자는 모니터에 표시된 오류 이벤트 태스크 등록 화면(40)에서 설정을 수행하여, 이벤트 태스크를 등록할 수 있으며 특히 이벤트의 종류를 오류 발생시 메뉴(41)를 선택하여 구체화할 수 있다.Referring to FIGS. 4 and 5, respectively, a user can register an event task by performing settings on the error event task registration screen 40 displayed on the monitor, and in particular, specify the type of event by selecting the menu 41 when an error occurs. can do.
사용자의 편의를 위하여 제어 프로그램 내에 오류 리스트를 미리 등록한 것일 수 있으며, 사용자는 오류 리스트 선택창(42)을 통해 오류 리스트를 선택할 수 있다.For the user's convenience, an error list may be previously registered in the control program, and the user may select an error list through the error list selection window 42.
이때 오류 리스트는 외부기기 진단신호(ACK)의 수신, 연산 오류, I/O 모듈 오류, 부동 소수점 오류 등이 돌 수 있다. At this time, the error list may include reception of external device diagnostic signals (ACK), operation errors, I/O module errors, and floating point errors.
이러한 제어 프로그램을 이용하여 사용자는 외부 모듈에 대한 오류 이벤트 태스크를 등록할 수 있다.Using such a control program, a user can register an error event task for an external module.
오류 이벤트 태스크의 설정은 매우 다양하게 설정할 수 있으며, 외부 모듈이 전체 시스템에 미치는 영향에 따라서 설정을 변경할 수 있다.The setting of the error event task can be set in a wide variety, and the setting can be changed according to the effect of the external module on the entire system.
예를 들어 시스템에 중요한 영향을 미치는 외부 모듈에 대해서는 오류 이벤트 태스크를 등록하지 않음으로써, 오류 모드로 동작하도록 할 수 있다.For example, by not registering an error event task for an external module that has an important influence on the system, it is possible to operate in the error mode.
또한, 특정 외부 모듈의 오류가 시스템 전체에 미치는 영향을 고려하여, 오류 이벤트 태스크의 수행 횟수를 설정할 수 있다. 만약 시스템 전체에 미치는 영향이 매우 작은 외부 모듈에서 발생되는 오류가 계속 반복되더라도 오류 모드로 동작하는 것을 차단할 수 있으며, 중요도에 따라 오류 반복 발생 횟수가 10번, 5번, 3번까지는 오류 모드 동작 없이 수행하고, 그 이상의 오류 반복이 있는 경우에는 오류 모드 동작을 수행하도록 설정할 수 있다.In addition, it is possible to set the number of times the error event task is performed in consideration of the effect of an error of a specific external module on the entire system. Even if an error that occurs in an external module with a very small effect on the system is repeated continuously, operation in the error mode can be blocked. Depending on the importance, the number of error repetitions is up to 10, 5, and 3 without error mode operation. If there is more error repetition, it can be set to perform the error mode operation.
오류 반복 발생 횟수의 설정 또한 각 외부 모듈에 따라 다르게 설정할 수 있다. 이때, 시스템 전체에 미치는 영향이 더 작은 외부 모듈일수록 반복 횟수를 더 큰 값으로 설정할 수 있다. The number of times of error repetition can be set differently for each external module. In this case, the number of repetitions can be set to a larger value as the external module has a smaller effect on the entire system.
이와 같은 설정 후에, 도 3에 도시한 바와 같이 S301 단계에서는 전원의 켜짐 동작 또는 전원의 리셋 동작에 의해 PLC가 처음으로 구동되는 단계 또는 한 주기의 프로그램 연산이 완료된 상태로서, 데이터의 초기화 및 외부 기기의 초기화 작업을 수행한다.After such a setting, as shown in FIG. 3, in step S301, a step in which the PLC is driven for the first time by a power-on operation or a power reset operation or a program operation of one cycle has been completed. Initialization of
그 다음, S302단계에서는, 입력 모듈들의 상태를 읽어 메모리에 저장한다. 이때의 입력 모듈들은 각종 센서를 뜻하며, 센서들의 상태 값을 읽어 초기 데이터로서 PLC의 내부 메모리에 저장한다. Then, in step S302, the states of the input modules are read and stored in the memory. The input modules at this time mean various sensors, and they read the status values of the sensors and store them in the internal memory of the PLC as initial data.
그 다음, S303단계와 같이 PLC의 중앙처리장치는 내부 메모리 또는 외부 메모리에 저장된 프로그램을 수행하며, 이때 상기 메모리에 저장된 데이터를 프로그램의 수행에 이용한다.Then, as in step S303, the CPU of the PLC executes the program stored in the internal memory or the external memory, and at this time, the data stored in the memory is used to execute the program.
프로그램의 수행은 작성된 프로그램의 시작부터 끝까지 연속적으로 연산된다.The execution of the program is continuously operated from the start to the end of the created program.
그 다음, S304단계와 같이 프로그램 연산이 종료된 상태에서 그 연산의 결과물인 출력 값은 출력 이미지 영역에 저장되고, 저장된 데이터를 출력 모듈로 출력한다. 이때의 출력 모듈은 각종 외부 디바이스이며 대표적으로 전동기일 수 있다.Then, in the state in which the program operation is finished as in step S304, the output value, which is the result of the operation, is stored in the output image area, and the stored data is output to the output module. The output module at this time is a variety of external devices and may be representatively an electric motor.
이와 같이 주어진 사용자 프로그램에 따라 연산을 수행한 후 다시 처음으로 되돌아가기 위하여 S305단계와 같이 종료 처리를 수행한다. 이때의 종료 처리는 중앙처리장치에 포함된 자기 진단 모듈을 통한 자기 진단 및 사용자 이벤트가 있는지 확인하는 과정이다.In order to return to the beginning after performing the operation according to the given user program as described above, the end process is performed as in step S305. The end processing at this time is a process of checking whether there is a self-diagnosis and a user event through the self-diagnosis module included in the central processing unit.
사용자 이벤트는 매우 다양하게 발생할 수 있는데, 스캔 프로그램의 변경이나 특정한 입력 모듈 또는 출력 모듈의 분리, 새로운 연결 등 물리적인 환경 변화를 포함할 수 있다.User events can occur in a wide variety of ways, and may include changes in the physical environment such as a change in a scan program, separation of a specific input module or output module, or a new connection.
그 다음, S306단계와 같이 입력 모듈과 출력 모듈을 포함하는 외부 모듈로부터 고장 오류가 발생했는지 확인한다.Then, as in step S306, it is checked whether a fault error has occurred from an external module including an input module and an output module.
이때의 고장 오류는 센서 등의 입력 모듈과 전동기 등의 출력 모듈을 포함하는 외부 모듈 자체에서 고장 발생시 PLC의 중앙처리장치로 보내는 고장 진단신호(ACK)의 유무에 근거하여 판단한다.The fault error at this time is determined based on the presence or absence of a fault diagnosis signal (ACK) sent to the central processing unit of the PLC when a fault occurs in the external module itself including an input module such as a sensor and an output module such as a motor.
상기 S306단계에서 외부 모듈로부터 고장 진단신호가 입력되지 않은 것으로 판단되면, 상기 S301단계를 다시 수행한다.If it is determined that the fault diagnosis signal has not been input from the external module in step S306, the step S301 is performed again.
상기 S306단계에서 외부 모듈로부터 고장 진단신호(ACK)가 있으면, PLC의 중앙처리장치는 S307단계와 같이 프로그램에 해당 외부 모듈의 오류 이벤트 태스크가 등록되어 있는지 확인한다.If there is a fault diagnosis signal (ACK) from the external module in step S306, the central processing unit of the PLC checks whether the error event task of the external module is registered in the program as in step S307.
S307단계의 확인 결과 등록된 오류 이벤트 태스크가 없으면, S310단계의 오류 모드 진입을 실행한다. 이때 오류 모드 진입은 앞서 설명한 바와 같이, 오류 모드는 PLC의 중앙처리장치가 동작상태(Run)가 아닌 정지상태에 있는 것이며, 사용자가 PADT(Programmable Debugging Tool)을 사용하여 오류 상태를 해결 또는 강제 해제하고 다시 리셋을 해야 PLC의 중앙처리장치가 동작상태로 만들 수 있다.If there is no registered error event task as a result of checking in step S307, the error mode is entered in step S310. At this time, entering the error mode is as described above, in the error mode, the central processing unit of the PLC is in a stopped state, not in a running state, and the user resolves or forcibly releases the error state using PADT (Programmable Debugging Tool). Then, the PLC's central processing unit can be put into operation only when it is reset again.
상기 S307단계의 확인 결과 등록된 오류 이벤트 태스크가 있는 것으로 판단되면, PLC의 중앙처리장치는 해당 오류 이벤트 태스크를 수행한다.If it is determined that there is a registered error event task as a result of the check in step S307, the central processing unit of the PLC performs the corresponding error event task.
앞서 언급한 바와 같이 오류 이벤트 태스크는 오류 발생시 이를 무시하여 오류 모드 진입을 차단하고, 그대로 스캔 과정을 진행할 수 있도록 할 수 있다.As mentioned above, when an error occurs, the error event task can block the entry of the error mode by ignoring it and allow the scanning process to proceed as it is.
좀 더 구체적으로, 외부 모듈에서 오류 신호가 입력되면, 오류 이벤트 태스크의 설정에 따라 외부 모듈 신호를 ON, OFF 또는 차단하는 것으로 설정할 수 있다.More specifically, when an error signal is input from an external module, the external module signal may be set to ON, OFF, or block according to the setting of the error event task.
즉, 외부 모듈이 고장인 경우 MOVE 명령어를 통해 실제로는 연결되어 있는 외부 모듈의 신호를 OFF시켜, 시스템에 장착되지 않은 것으로 처리함으로써, 오류 모드 진입을 방지할 수 있다.In other words, if the external module is malfunctioning, the signal of the external module that is actually connected is turned off through the MOVE command and processed as not installed in the system, thereby preventing entry into the error mode.
그 다음, S309단계와 같이 다시 오류 모드 진입 여부를 확인한다.Then, as in step S309, it is checked whether to enter the error mode again.
S309단계에서는 동일한 외부 모듈에서의 오류 발생이 설정된 수에 도달했는지 판단하는 것일 수 있으며, 설정된 수에 도달하지 않았으면 오류 모드 진입을 차단하고 상기 S301단계를 수행한다. In step S309, it may be determined whether the occurrence of errors in the same external module has reached a set number. If the set number has not been reached, entry into the error mode is blocked and step S301 is performed.
설정된 수에 도달한 경우 S310단계의 오류 모드 진입을 수행한다.When the set number is reached, the error mode is entered in step S310.
상기 S309단계와 S308단계는 그 순서를 변경할 수도 있다.The order of steps S309 and S308 may be changed.
이는 설정된 반복 수의 초과 여부에 따라 오류 모드 진입 여부를 결정하는 다양한 설정 방식에 의해 자유롭게 변경할 수 있다.This can be freely changed by various setting methods that determine whether to enter the error mode according to whether or not the set number of repetitions is exceeded.
이처럼, 본 발명은 PLC 동작 중 오류가 발생했을 때 전체 프로그램의 수행이 정지되고 오류 모드에 진입하는 방식을 사용하지 않고, 오류가 발생된 외부 모듈이 전체 시스템에 미치는 영향을 고려하여 그 영향이 적은 외부 모듈의 오류 발생에 대해서는 오류 모드 진입을 차단함으로써, 과도하게 빈번한 오류 모드 진입을 방지하여, 사용자 자유도를 높이며, PLC 시스템의 유연성을 높일 수 있다.As such, the present invention does not use a method of stopping the execution of the entire program and entering the error mode when an error occurs during PLC operation, and has a small effect in consideration of the effect of the external module in which the error occurs on the entire system. When an error occurs in an external module, the error mode entry is blocked, thereby preventing excessively frequent error mode entry, increasing user freedom, and increasing the flexibility of the PLC system.
이상에서 본 발명에 따른 실시예들이 설명되었으나, 이는 예시적인 것에 불과하며, 당해 분야에서 통상적 지식을 가진 자라면 이로부터 다양한 변형 및 균등한 범위의 실시예가 가능하다는 점을 이해할 것이다. 따라서, 본 발명의 진정한 기술적 보호 범위는 다음의 청구범위에 의해서 정해져야 할 것이다.Although the embodiments according to the present invention have been described above, these are merely exemplary, and those of ordinary skill in the art will understand that various modifications and equivalent ranges of embodiments are possible therefrom. Therefore, the true technical protection scope of the present invention should be determined by the following claims.
본 발명은 공장자동화 등에 사용되는 PLC 시스템에 관한 것으로, PLC의 외부기기 오류 상태를 통신을 통해 확인하고, 동작 모드를 결정하는 것으로, 산업상 이용 가능성이 있다.The present invention relates to a PLC system used for factory automation, etc., by checking an error state of an external device of the PLC through communication and determining an operation mode, which has industrial potential.

Claims (9)

  1. a) 피엘씨 시스템 설정을 위한 컴퓨터에서 수행되는 제어프로그램을 이용하여, 피엘씨 시스템의 중앙처리장치에서 수행 가능하며, 외부 모듈의 신호를 온, 오프 또는 차단시키는 오류 이벤트 태스크를 작성하여, 피엘씨 시스템의 메모리에 저장하는 단계;a) By using a control program executed in a computer for setting up a PLC system, it can be executed in the central processing unit of the PLC system, and by creating an error event task that turns on, off, or blocks the signal of an external module, Storing in the system's memory;
    b) 상기 피엘씨 시스템의 중앙처리장치에서 상기 메모리에 저장된 프로그램을 단계적으로 수행하는 단계;b) step-by-step executing a program stored in the memory by a central processing unit of the PLC system;
    c) 상기 중앙처리장치에서 상기 외부 모듈로부터 오류 발생을 알리는 신호가 수신되는지 확인하는 단계; 및c) checking whether a signal indicating an error occurrence is received from the external module in the central processing unit; And
    d) 상기 c) 단계에서 오류 발생을 알리는 신호가 수신된 경우, 오류 이벤트 태스크를 수행하여 상기 중앙처리장치가 오류 모드로 동작하는 것을 차단하는 단계를 포함하는 피엘씨 시스템의 오류 상태 제어방법.d) blocking the operation of the central processing unit in an error mode by performing an error event task when a signal indicating the occurrence of an error is received in step c).
  2. 제1항에 있어서,The method of claim 1,
    상기 d) 단계는,Step d),
    오류가 발생한 외부 모듈에 대한 오류 이벤트 태스크가 있을 때,When there is an error event task for the external module in which the error occurred,
    오류 이벤트 태스크의 수행 횟수가 설정된 횟수 미만인 경우 오류 이벤트 태스크를 수행하고,If the number of times the error event task is executed is less than the set number, the error event task is executed,
    오류 이벤트 태스크의 수행 횟수가 설정된 횟수 이상인 경우 중앙처리장치가 오류 모드로 동작하는 피엘씨 시스템의 오류 상태 제어방법.Error state control method of the PLC system in which the central processing unit operates in error mode when the number of times the task is executed is more than the set number.
  3. 제1항에 있어서,The method of claim 1,
    상기 d) 단계는, Step d),
    상기 오류 발생을 알리는 신호가 수신된 경우, 외부 모듈에 대한 오류 이벤트 태스크가 있는지 확인하는 단계를 포함하여, Including the step of checking whether there is an error event task for an external module when a signal indicating the occurrence of the error is received,
    오류 이벤트 태스크가 없는 경우 중앙처리장치가 오류 모드로 동작하는 피엘씨 시스템의 오류 상태 제어방법.A method of controlling the error status of the PLC system in which the central processing unit operates in error mode when there is no error event task.
  4. 제3항에 있어서,The method of claim 3,
    상기 d) 단계는,Step d),
    오류가 발생한 외부 모듈에 대한 오류 이벤트 태스크가 있을 때,When there is an error event task for the external module in which the error occurred,
    오류 이벤트 태스크의 수행 횟수가 설정된 횟수 미만인 경우 오류 이벤트 태스크를 수행하고,If the number of times the error event task is executed is less than the set number, the error event task is executed,
    오류 이벤트 태스크의 수행 횟수가 설정된 횟수 이상인 경우 중앙처리장치가 오류 모드로 동작하는 피엘씨 시스템의 오류 상태 제어방법.Error status control method of the PLC system in which the central processing unit operates in error mode when the number of times of execution of the error event task is more than the set number.
  5. 제2항에 있어서,The method of claim 2,
    상기 설정된 횟수는,The set number of times,
    상기 외부 모듈에 따라 각기 다르게 설정될 수 있는 것을 특징으로 하는 피엘씨 시스템의 오류 상태 제어방법.An error state control method of a PLC system, characterized in that it can be set differently according to the external module.
  6. 제2항에 있어서,The method of claim 2,
    상기 c) 단계의 확인 결과 오류 발생을 알리는 신호가 수신되지 않았으면, 상기 b) 단계를 재수행하는 피엘씨 시스템의 오류 상태 제어방법.If a signal indicating the occurrence of an error is not received as a result of the confirmation in step c), the error state control method of the PLC system performs step b) again.
  7. 제2항에 있어서,The method of claim 2,
    상기 오류 이벤트 태스크의 수행 횟수의 확인은, Checking the number of times the error event task is performed,
    상기 오류 이벤트 태스크의 수행 전 또는 후에 실시하는 피엘씨 시스템의 오류 상태 제어방법.A method of controlling an error state of a PLC system performed before or after the error event task is performed.
  8. 제2항에 있어서,The method of claim 2,
    상기 a) 단계는,The step a),
    상기 컴퓨터는 이벤트 태스크 등록화면에서 사용자가 태스크를 선택하고, 태스크의 속성을 오류 발생시로 선택하여 오류 이벤트 태스크를 설정할 수 있도록 모니터에 표시하는 피엘씨 시스템의 오류 상태 제어방법.The method of controlling the error state of the PLC system, wherein the computer displays on a monitor so that a user selects a task on the event task registration screen, selects a task attribute as when an error occurs, and sets an error event task.
  9. 제8항에 있어서,The method of claim 8,
    상기 컴퓨터는 사용자가 태스크의 속성을 오류 발생시로 선택하면,When the user selects the attribute of the task as when an error occurs, the computer
    오류 리스트를 모니터에 표시하여, 사용자가 오류를 선택할 수 있도록 제공하는 것을 특징으로 하는 피엘씨 시스템의 오류 상태 제어방법.Error status control method of a PLC system, characterized in that by displaying an error list on a monitor, and providing a user to select an error.
PCT/KR2020/003442 2019-09-11 2020-03-12 Method for controlling error state of plc system WO2021049727A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2022516012A JP7394276B2 (en) 2019-09-11 2020-03-12 PLC system error state control method
CN202080063500.3A CN114375426A (en) 2019-09-11 2020-03-12 Error state control method of PLC system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2019-0112567 2019-09-11
KR1020190112567A KR102219387B1 (en) 2019-09-11 2019-09-11 Control method for error status of PLC system

Publications (1)

Publication Number Publication Date
WO2021049727A1 true WO2021049727A1 (en) 2021-03-18

Family

ID=74688234

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2020/003442 WO2021049727A1 (en) 2019-09-11 2020-03-12 Method for controlling error state of plc system

Country Status (4)

Country Link
JP (1) JP7394276B2 (en)
KR (1) KR102219387B1 (en)
CN (1) CN114375426A (en)
WO (1) WO2021049727A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20130023190A (en) * 2011-07-28 2013-03-07 미쓰비시덴키 가부시키가이샤 Communication apparatus
KR20130084833A (en) * 2012-01-18 2013-07-26 엘에스산전 주식회사 Apparatus and method for power controlling
KR20130129566A (en) * 2012-05-21 2013-11-29 엘에스산전 주식회사 Apparatus and method for monitoring for plc system
JP2015201132A (en) * 2014-04-10 2015-11-12 株式会社ジェイテクト Device for assisting creation of program for programmable logic controller and method for assisting creation of program for programmable logic controller
JP2018060365A (en) * 2016-10-05 2018-04-12 株式会社東芝 Input module and controller

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04233852A (en) * 1990-12-28 1992-08-21 Omron Corp Communication fault discrimination system for programmable controller
JPH06161503A (en) * 1992-06-10 1994-06-07 Yaskawa Electric Corp Programmable controller
JP3711820B2 (en) * 1999-11-25 2005-11-02 豊田工機株式会社 PLC operation panel and abnormality display method on the operation panel
JP4233852B2 (en) 2002-11-22 2009-03-04 株式会社博報堂 Vehicle license plate cover
US7272453B2 (en) * 2004-11-30 2007-09-18 Air Products And Chemicals, Inc. Method and apparatus for utilizing a sequence interpreter approach to control logic of a programmable logic controller
US7752511B2 (en) 2006-08-08 2010-07-06 Siemens Industry, Inc. Devices, systems, and methods regarding a PLC system fault
JP2012226680A (en) * 2011-04-22 2012-11-15 Internatl Business Mach Corp <Ibm> Management system, management method and management program for managing industrial control system
CN102419567A (en) * 2011-12-16 2012-04-18 深圳市合信自动化技术有限公司 Programmable logic controller and early warning method thereof
KR20150019836A (en) * 2013-08-16 2015-02-25 현대모비스 주식회사 Multimedia device with error detection function while boot time and method thereof
JP6161503B2 (en) 2013-10-10 2017-07-12 富士フイルム株式会社 Image search device, image search method, server, client, color palette, color palette creation device, color palette creation method, program, and recording medium
CN109491368B (en) * 2018-11-30 2021-09-24 邯郸市邯钢集团信达科技有限公司 Method for diagnosing PLC system input signal fault by using counter

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20130023190A (en) * 2011-07-28 2013-03-07 미쓰비시덴키 가부시키가이샤 Communication apparatus
KR20130084833A (en) * 2012-01-18 2013-07-26 엘에스산전 주식회사 Apparatus and method for power controlling
KR20130129566A (en) * 2012-05-21 2013-11-29 엘에스산전 주식회사 Apparatus and method for monitoring for plc system
JP2015201132A (en) * 2014-04-10 2015-11-12 株式会社ジェイテクト Device for assisting creation of program for programmable logic controller and method for assisting creation of program for programmable logic controller
JP2018060365A (en) * 2016-10-05 2018-04-12 株式会社東芝 Input module and controller

Also Published As

Publication number Publication date
KR102219387B1 (en) 2021-02-23
CN114375426A (en) 2022-04-19
JP7394276B2 (en) 2023-12-08
JP2022548014A (en) 2022-11-16

Similar Documents

Publication Publication Date Title
CN102402477B (en) Chip with computer system environment information monitoring module and computer system
WO2019146849A1 (en) Equipment diagnosis method using equipment diagnosis system
WO2021049727A1 (en) Method for controlling error state of plc system
Chande et al. Modular TMR multiprocessor system
JPH08241111A (en) Driving control system
KR101376387B1 (en) Appartus and method for real-time diagnosis network 0f in redundant plc system
JPS6232510A (en) Abnormality diagnostic device for sequencer
JPH1115661A (en) Self-diagnosis method for cpu
WO2020213853A1 (en) Plc system, and method for controlling input/output refresh period thereof
WO2021101131A1 (en) Motor control device and fault diagnosis method using same
JPH0273451A (en) Controller
JPH10228395A (en) Abnormality diagnostic device for controller
JPH06266420A (en) Programmable controller
JPS6151578A (en) Fault diagnostic system of electronic circuit device
JPH05250222A (en) Cpu monitoring device
JPH03246638A (en) Program runaway detecting system
SU1357957A1 (en) Device for diagnostics of multiprocessor system
SU1411693A1 (en) Wiring checking device
KR950009871B1 (en) Power supply control device
SU1337901A1 (en) Device for checking program pass and restart of computer
CN113885401A (en) Analog quantity output method, device and medium
JPS61233841A (en) Personal computer with self-diagnostic function
JPS62188453A (en) Communication control equipment
JPH0436841A (en) Microcomputer
JPH05338945A (en) Elevator maintenance device

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

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2022516012

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20862522

Country of ref document: EP

Kind code of ref document: A1