WO2022259474A1 - Scadaウェブhmiシステム - Google Patents

Scadaウェブhmiシステム Download PDF

Info

Publication number
WO2022259474A1
WO2022259474A1 PCT/JP2021/022153 JP2021022153W WO2022259474A1 WO 2022259474 A1 WO2022259474 A1 WO 2022259474A1 JP 2021022153 W JP2021022153 W JP 2021022153W WO 2022259474 A1 WO2022259474 A1 WO 2022259474A1
Authority
WO
WIPO (PCT)
Prior art keywords
input
screen
hmi
web browser
output signals
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/JP2021/022153
Other languages
English (en)
French (fr)
Japanese (ja)
Inventor
亮 清水
章 野島
伸夫 清水
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Mitsubishi Electric Industrial Systems Corp
Original Assignee
Toshiba Mitsubishi Electric Industrial Systems Corp
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 Toshiba Mitsubishi Electric Industrial Systems Corp filed Critical Toshiba Mitsubishi Electric Industrial Systems Corp
Priority to PCT/JP2021/022153 priority Critical patent/WO2022259474A1/ja
Priority to PH1/2023/550073A priority patent/PH12023550073A1/en
Priority to CN202180047318.3A priority patent/CN115812184B/zh
Priority to JP2023526765A priority patent/JP7464196B2/ja
Priority to US18/003,920 priority patent/US20230342184A1/en
Priority to TW111110861A priority patent/TWI803253B/zh
Publication of WO2022259474A1 publication Critical patent/WO2022259474A1/ja
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

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/00Program-control systems
    • G05B19/02Program-control systems electric
    • G05B19/04Program control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/05Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/465Distributed object oriented systems
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Program-control systems
    • G05B19/02Program-control systems electric
    • G05B19/04Program control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/042Program control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • 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
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Definitions

  • the present invention relates to a SCADA web HMI system, and more particularly to technology for reducing the processing load in large-scale systems.
  • SCADA Supervisory Control And Data Acquisition
  • Social infrastructure systems include steel rolling systems, power transmission and transformation systems, water and sewage treatment systems, building management systems, and road systems.
  • SCADA is a type of industrial control system that performs system monitoring, process control, and data collection by computer. SCADA requires responsiveness (real-time capability) matching the processing performance of the system.
  • SCADA generally consists of the following subsystems.
  • HMI Human Machine Interface
  • An HMI is a mechanism that presents monitored device data to an operator and allows the operator to monitor and control the monitored device.
  • Supervisory Control System The supervisory control system is composed of a Programmable Logic Controller (PLC) or the like. The supervisory control system collects data of monitored devices and sends control commands to the monitored devices.
  • PLC Programmable Logic Controller
  • RIO Remote Input Output
  • the remote input/output device connects to a sensor installed in the monitoring target device, converts the signal of the sensor into digital data, and sends the digital data to the supervisory control system.
  • Communication infrastructure The communication infrastructure connects the supervisory control system and remote input/output devices.
  • Patent Document 1 discloses a system comprising an HMI client machine and an HMI server machine.
  • the HMI server machine transmits the data (input/output signal, alarm signal) received from the PLC to the HMI client machine, and accumulates all collected data as history data.
  • the input/output signal is a signal relating to a monitored device (a group of field devices that constitute an industrial plant), and includes actuator control signals and sensor detection signals.
  • the HMI subsystem may combine a large number of signals, 200,000 or more points, with the PLC.
  • a conventional HMI server machine which is responsible for both supervisory control and data collection, requires a high-performance processor and large-capacity memory in order to process many signals in real time. Therefore, it is desired that an HMI subsystem that can be applied to a large-scale system can be realized at low cost.
  • the inventor of the present application has developed a browser-based SCADA HMI subsystem. This makes it possible to implement an HMI screen as a web application that runs on a web browser.
  • HMI server machine can specialize in the real-time monitoring function by separating the function related to the history which is part of the SCADA function and entrusting it to the online data collector. In order to process a large number of signals in a low cost HMI server machine, it is desirable to reduce the processing load of input/output signals (including actuator control signals and sensor detection signals).
  • the present invention has been made to solve the above problems, and aims to provide a SCADA web HMI system that can reduce the input/output signal processing load in a large-scale system.
  • the first aspect relates to the SCADA Web HMI system.
  • the SCADA web HMI system comprises a programmable logic controller (hereinafter referred to as PLC), an HMI client machine and an HMI server machine, which are connected via a computer network.
  • the PLC periodically transmits to the computer network block data containing a set of input/output signals relating to field devices that constitute an industrial plant.
  • the HMI client machine a monitor displaying a web browser; a client processor configured to execute the web browser displaying a screen on which display parts are arranged.
  • the web browser changes the display state of the display part according to the input/output signal received from the HMI server machine when the screen currently displayed on the web browser is a monitoring screen.
  • the HMI server machine comprises a server processor configured to perform a reception process, a first filtering process, a second filtering process, a third filtering process, and a transmission process.
  • the receiving process periodically receives the block data transmitted from the PLC.
  • the first filtering process extracts the set of input/output signals from the received block data when the received block data corresponds to the screen currently displayed on the web browser.
  • the second filtering process extracts the input/output signals whose values have changed from the previous value from the set of the input/output signals extracted by the first filtering process.
  • the third filtering process extracts the input/output signals corresponding to the display parts arranged on the screen currently displayed on the web browser from the input/output signals extracted by the second filtering process. do.
  • the transmission process transmits the input/output signal extracted by the third filtering process to the web browser displayed on the monitor.
  • the second aspect further has the following features in addition to the first aspect.
  • the HMI server machine further comprises a server memory in which static information and dynamic information are stored.
  • the static information includes information that predetermines the correspondence between the screen name of the screen and the block number of the block data.
  • Dynamic information includes information defining the relationship between the block number and the reference count.
  • the server processor is further configured to perform a reference count update process.
  • the reference count update process receives the changed display state of the screen from the HMI client device and retrieves the block number corresponding to the screen from the static information.
  • the reference count update process increments the reference count corresponding to the retrieved block number when the display state is open.
  • Reference count update processing decrements the reference count corresponding to the block number when the display state is closed.
  • the first filtering process determines whether the reference count corresponding to the block number of the received block data is greater than 0 based on the dynamic information.
  • the first filtering process extracts the set of input/output signals from the received block data when the reference count is greater than zero.
  • the first filtering process discards the received block data when the reference count is 0 or less.
  • the third aspect further has the following features in addition to the first or second aspect.
  • the block data is periodically transmitted from the PLC by multicast or broadcast.
  • the fourth aspect further has the following features in addition to any of the third aspect.
  • the SCADA Web HMI system further comprises an online data collector.
  • the online data collector periodically receives the block data from the PLC and accumulates historical data for all signals contained in the block data.
  • the online data collector transmits the historical data in response to requests from the web browser.
  • the web browser requests the history data from the online data collector if the screen currently displayed in the web browser is a history screen.
  • the web browser displays the history data received from the online data collector on the history screen.
  • unnecessary data (data unrelated to the currently displayed screen) is discarded by three-step filtering to reduce the subsequent processing load and minimize the amount of data sent to the web browser. can be suppressed to
  • the first filtering process can be realized at high speed by managing the reference count.
  • devices added to the computer network can receive block data without affecting existing devices.
  • history data of all signals can be accumulated by the online data collector, and the web browser of the HMI client machine can obtain the history data from the online data collector. Therefore, the HMI server machine needs to process only the data required for real-time monitoring, so the processing load on the HMI server machine can be reduced.
  • FIG. 1 is a diagram for explaining a configuration example of a SCADA web HMI system according to an embodiment of the present invention
  • FIG. FIG. 2 is a block diagram illustrating an outline of functions possessed by the HMI server machine according to the embodiment of the present invention
  • FIG. 2 is a block diagram illustrating an outline of functions possessed by the HMI server machine according to the embodiment of the present invention
  • FIG. 4 is a flowchart for explaining reference count update processing according to the embodiment of the present invention
  • 4 is a flowchart for explaining first filtering processing and second filtering processing according to the embodiment of the present invention
  • FIG. 5 is a diagram for explaining specific examples of first filtering processing and second filtering processing according to the embodiment of the present invention
  • 9 is a flowchart for explaining third filtering processing according to the embodiment of the present invention
  • It is a figure for demonstrating the specific example of the 3rd filtering process which concerns on embodiment of this invention.
  • 2 is a block diagram showing an example hardware configuration of an HMI server machine, an HMI client machine, and an online data collector
  • FIG. 1 is a diagram for explaining a configuration example of a SCADA Web HMI system according to an embodiment.
  • the SCADA web HMI system shown in FIG. 1 includes a PLC 1, an HMI server machine 2, an HMI client machine 3, and an online data gathering machine 4 (ODG: Online Data Gathering), which are interconnected via a computer network 5.
  • the computer network 5 is, for example, Ethernet (registered trademark).
  • the PLC 1 connects to a group of field devices (including actuators and sensors) that make up an industrial plant via a control network (not shown). PLC 1 periodically transmits packets containing block data to computer network 5 by multicast or broadcast.
  • Block data is a set of PLC signals.
  • One block data includes tens to hundreds of PLC signals.
  • Types of PLC signals include input/output signals (including actuator control signals and sensor detection signals) and alarm signals.
  • Block data is transmitted periodically regardless of whether the value of the PLC signal has changed from the previous value. Therefore, even if a packet containing transmitted block data is lost, it will be retransmitted in the next transmission cycle, and the latest state will be reflected in the HMI server machine 2 and the online data collector 4 .
  • the HMI client machine 3 comprises a processor 71, a memory 72, and a monitor 75 shown in FIG. 9 which will be described later.
  • the processor 71 By executing the program stored in the memory 72 by the processor 71, the processor 71 is configured to execute the web browser 30 that displays the screen 31 on which the display parts are arranged.
  • a monitor 75 displays the web browser 30 .
  • the web browser 30 can switch the connection destination (HMI server machine 2, online data collector 4) according to the URL and acquire various information of the HTML document related to the screen 31 from the web server specified by the URL.
  • the screen 31 includes a monitoring screen 32 that requires real-time performance and a history screen 33 that displays history data.
  • the web browser 30 changes the display state of the display parts according to the input/output signal received from the HMI server machine 2. Changes in display state are, for example, changes in numerical values, characters, colors, and shapes.
  • the web browser 30 requests history data from the online data collector 4 when the screen 31 currently displayed on the web browser 30 is the history screen.
  • Web browser 30 displays history data received from online data collector 4 on history screen 33 .
  • the online data collector 4 includes a processor 81 and a memory 82 shown in FIG. 9, which will be described later.
  • the processor 81 is configured to execute a web server process and a history data management process by executing a program stored in the memory 82 .
  • the online data collector 4 periodically receives block data from the PLC 1.
  • the historical data management process of the on-line data collector 4 accumulates in memory 82 (including a database) historical data for all signals contained in the received block data.
  • the web server processing of the online data collector 4 transmits history data in response to requests from the web browser 30 .
  • FIGS. 2 and 3 are block diagrams illustrating an overview of the functions of the HMI server machine 2 according to the embodiment.
  • the HMI server machine 2 includes a processor 61 that executes various processes shown in FIG. 9, which will be described later, and a memory 62 that stores various information.
  • the processor 61 executes the programs stored in the memory 62
  • the processor 61 executes the input/output management process 6, the HMI server process 7, the alarm management process 8, and the like.
  • the input/output management process 6, the HMI server process 7, and the alarm management process 8 can mutually exchange data through inter-process communication.
  • the I/O manager process 6 runs in parallel a reference count update thread 6a, a multicast receiver thread 6b and an alarm generation thread 6c.
  • the input/output management process 6 executes reference count update processing 10 , reception processing 16 , first filtering processing 17 and second filtering processing 18 .
  • the reference count update process 10 manages first filtering information for specifying block data corresponding to the screen 31 currently displayed on the web browser 30 .
  • the first filtering information includes static information 13 and dynamic information 14 and is stored in memory 62 .
  • the static information 13 (ScreenToBlkNoMap) is information that predetermines the correspondence between screen names and block numbers.
  • the dynamic information 14 (BlkNoRefCountTable) is information that defines the relationship between block numbers and reference counts.
  • the reception processing 16 periodically receives block data transmitted from the PLC 2 .
  • the period is, for example, several milliseconds to several hundred milliseconds.
  • the first filtering process 17 extracts a set of input/output signals from the received block data when the received block data corresponds to the screen 31 currently displayed on the web browser 30 .
  • the second filtering process 18 extracts input/output signals whose values have changed from the previous value from the set of input/output signals extracted by the first filtering process 17 .
  • the HMI server process 7 shown in FIG. 3 executes web server processing, browser monitoring processing 24 , third filtering processing 27 , and transmission processing 29 .
  • the browser monitoring process 24 monitors the state of the web browser 30 running on the HMI client machine 3 and records it in the browser state information 25.
  • the browser state information 25 includes information defining the correspondence between the name of the web browser 30 and the name of the screen 31 currently displayed on the web browser 30 , and is stored in the memory 62 .
  • the browser monitoring process 24 also sends to the input/output management process 6 a screen open/close signal including the screen name and display status (open or closed) of the screen 31 whose display status has been changed on the web browser 30 .
  • the third filtering process 27 extracts, from the input/output signals extracted by the second filtering process 18, input/output signals corresponding to the display parts arranged on the screen 31 currently displayed on the web browser 30.
  • the transmission process 29 transmits the input/output signal extracted by the third filtering process 27 to the web browser 30 displayed on the monitor 75 (FIG. 9).
  • FIG. 4 is a flow chart for explaining the reference count update processing 10 (FIG. 2).
  • the flow shown in FIG. 4 is repeatedly executed for each constant cycle.
  • a screen 31 (screen name “G1”) is newly displayed on the web browser 30 of the HMI client machine 3 .
  • the browser monitoring process 24 sends a screen open/close signal containing the screen name "G1” and the display state "open” to the input/output management process 6 (reference count update process 10).
  • step S100 the reference count update process 10 receives a screen open/close signal including the screen name and display state from the HMI server process 7 (browser monitor process 24).
  • the reference count update process 10 receives the screen name "G1" and the display state "open".
  • step S110 the reference count update process 10 retrieves the block number corresponding to the screen name from the static information 13 described above. For example, assume that the static information 13 predetermines the correspondence between the screen name "G1" and the block number "PLC/BLK 1". In this case, the reference count update process 10 searches for "PLC/BLK 1" as the block number of the block data associated with the screen name "G1".
  • step S120 the reference count update process 10 determines whether the display state of the screen open/close signal is open or closed. If the display state is open, the process of step S130 is executed. If the display state is closed, the process of step S140 is executed.
  • step S130 the reference count update process 10 increments the reference count of the dynamic information 14 corresponding to the retrieved block number.
  • the reference count corresponding to the block number "PLC/BLK 1" is incremented and changed from “0" to "1".
  • step S140 the reference count update process 10 decrements the reference count of the dynamic information 14 corresponding to the retrieved block number.
  • the reference count is It is incremented and changes from “1" to "2".
  • FIG. 5 is a flowchart for explaining the first filtering process 17 and the second filtering process 18.
  • FIG. 6 is a diagram for explaining specific examples of the first filtering process 17 and the second filtering process 18. As shown in FIG. The flow shown in FIG. 5 is repeatedly executed at fixed cycles.
  • step S ⁇ b>200 the reception processing 16 periodically receives block data transmitted from the PLC 2 .
  • the reception process 16 receives block data (block number "PLC/BLK 1") in the first cycle, and receives block data (block number "PLC/BLK 2") in the second cycle. receive.
  • step S210 the first filtering process 17 determines whether the reference count n corresponding to the block number of the received block data is greater than 0 based on the dynamic information 14. As a result, only block data whose reference count n is greater than 0 is extracted. If the reference count n is greater than 0, the process of step S220 is performed on the received block data. On the other hand, if the reference count n is 0 or less, the received block data is discarded and this flow ends. If the determination condition in step S210 is not satisfied, the input/output signal included in the block data is not displayed in any of the web browsers 30, so the block data can be discarded and the subsequent processing load can be reduced. In the example shown in FIG.
  • step S220 is next executed for the block data.
  • the reference count n for block data (block number "PLC/BLK 2") is 0, the block data is discarded, and reception of the next block data is awaited.
  • step S220 the first filtering process 17 unpacks the received block data and extracts a set of input/output signals from the block data.
  • the value types of input/output signals include bit type, integer type, and floating point type (FIG. 2).
  • block data block number “PLC/BLK 1”
  • P1_1, P1_2, P2_1, P2_2 bit-type input/output signals
  • step S230 the second filtering process 18 extracts only input/output signals whose values have changed from the previous value from the set of input/output signals extracted by the first filtering process 17 based on the second filtering information. do.
  • the second filtering information includes the previous value of each input/output signal included in the block data, and is stored in memory 62 . If the previous value of the input/output signal differs from the current value (latest value), it must be reflected on the currently displayed screen 31 . Therefore, it is necessary to send the changed input/output signal to the HMI server process 7 .
  • step S240 the second filtering process 18 sends to the HMI server process 7 the input/output signal whose value has changed from the previous value.
  • the HMI server process 7 the input/output signal whose value has changed from the previous value.
  • two input/output signals (P1_1, P1_2) are sent to the HMI server process 7.
  • P1_1, P1_2) are sent to the HMI server process 7.
  • FIG. 7 is a flowchart for explaining the third filtering process 27.
  • FIG. 8 is a diagram for explaining a specific example of the third filtering process 27. As shown in FIG. The flow shown in FIG. 7 is repeatedly executed at fixed cycles.
  • step S ⁇ b>300 the HMI server process 7 receives input/output signals extracted by the second filtering process 18 of the input/output management process 6 .
  • the HMI server process 7 receives input/output signals extracted by the second filtering process 18 of the input/output management process 6 .
  • two input/output signals P1_1, P1_2) are input.
  • the third filtering process 27 is executed.
  • Third filtering information is used for the third filtering process 27 .
  • the third filtering information includes browser state information 25 and screen information 28 and is stored in memory 62 .
  • the browser state information 25 includes information defining a correspondence relationship between the name of the web browser 30 and the name of the screen 31 currently displayed on the web browser 30 .
  • the screen information 28 includes, for all screens, the screen name of the screen 31, the part names of the display parts arranged on the screen 31, and the input/output signal names of the input/output signals that change the state of the display parts. Contains associated information. Note that the display part name and the input/output signal name may be the same.
  • the third filtering process 27 searches for display part names and screen names corresponding to the input/output signals extracted by the second filtering process 18 based on the screen information 28 . Furthermore, the third filtering process 27 searches for the web browser name corresponding to the searched screen name based on the browser state information 25 . Based on these search results, the third filtering process 27 selects input/output signals corresponding to display parts arranged on the screen 31 currently displayed on the web browser 30 from the input/output signals extracted by the second filtering process 18 . Extract the output signal. In the example shown in FIG. 8, the display part name corresponding to the input/output signal name "P1_1" is "G1_1", and the screen name is "G1".
  • the display part name corresponding to the input/output signal "P2_1” is “G2_1", and the screen name is "G2”.
  • the browser state information 25 registers that the screen 31 (screen name “G1") is currently displayed on the web browser 30 (web browser name "A1"). Therefore, only the input/output signal (input/output signal name "P1_1") corresponding to the display part (display part name "G1_1") arranged on the screen 31 (screen name "G1”) is information necessary for display.
  • an input/output signal (input/output signal name "P2_1”) unrelated to the currently displayed screen 31 (screen name "G1”) is not displayed in any of the web browsers 30, so that input/output signal is discarded. can reduce the subsequent processing load.
  • step S320 the transmission processing 29 transmits the input/output signal extracted by the third filtering processing 27 to the web browser 30 displayed on the monitor 75 (FIG. 9).
  • an input/output signal (input/output signal name "P1_1") is transmitted.
  • the HMI server machine 2 executes the three filtering processes described above before displaying the input/output signal on the screen 31 of the web browser 30 .
  • the first filtering process only block data related to the screen 31 currently displayed in the web browser 30 can be extracted. Since unnecessary block data can be discarded at the reception stage, the effect of reducing the processing load is particularly large in large-scale systems.
  • the second filtering process it is possible to extract only input/output signals that have changed from the previous value.
  • the third filtering process only the input/output signals corresponding to the display parts arranged on the screen 31 currently displayed on the web browser 30 can be extracted. Therefore, in each filtering process, unnecessary data (data unrelated to the currently displayed screen) can be discarded to reduce the subsequent processing load and reduce the amount of data transmitted to the web browser.
  • the online data collector 4 can accumulate history data of all signals, and the web browser 30 of the HMI client machine 3 can acquire the history data from the online data collector 4. Therefore, the HMI server machine 2 only needs to process data necessary for real-time monitoring, so the processing load on the HMI server machine can be reduced.
  • FIG. 9 is a block diagram showing a hardware configuration example of the HMI server machine 2, the HMI client machine 3, and the online data collector 4. As shown in FIG.
  • Each process of the HMI server machine 2 described above is realized by a processing circuit.
  • the processing circuit is configured by connecting a processor 61 , a memory 62 and a network interface 63 .
  • the processor 61 implements each function of the HMI server machine 2 by executing various programs stored in the memory 62 .
  • Memory 62 includes a main memory and an auxiliary memory.
  • the processing circuit comprises a processor 71 , a memory 72 , a network interface 73 , an input interface 74 and at least one monitor 75 connected together.
  • the processor 71 implements each function of the HMI client machine 3 by executing various programs stored in the memory 72 .
  • Memory 72 includes a main memory and an auxiliary memory.
  • the input interface 74 is an input device such as a keyboard, mouse, touch panel, or the like. A plurality of monitors 75 may be provided.
  • Each process of the online data collector 4 described above is realized by a processing circuit.
  • the processing circuit is configured by connecting a processor 81 , a memory 82 and a network interface 83 .
  • the processor 81 implements each function of the online data collector 4 by executing various programs stored in the memory 82 .
  • Memory 82 includes a main memory and an auxiliary memory.
  • programmable logic controller PLC
  • HMI server machine 3 HMI client machine 4 online data collector 5 computer network 6 input/output management process 6a reference count update thread 6b multicast receiver thread 6c alarm generation thread 7 HMI server process 8 alarm management process 10 reference count update process 13 static information 14 dynamic information 16 reception processing 17 first filtering processing 18 second filtering processing 24 browser monitoring processing 25 browser state information 27 third filtering processing 28 screen information 29 transmission processing 30 web browser 31 screen 32 monitoring screen 33 history screen 61, 71, 81 processors 62, 72, 82 memories 63, 73, 83 network interface 74 input interface 75 monitor
  • PLC programmable logic controller

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Business, Economics & Management (AREA)
  • Operations Research (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Quality & Reliability (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Testing And Monitoring For Control Systems (AREA)
  • Information Transfer Between Computers (AREA)
  • Programmable Controllers (AREA)
  • Debugging And Monitoring (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Medicines Containing Plant Substances (AREA)
  • Pharmaceuticals Containing Other Organic And Inorganic Compounds (AREA)
  • User Interface Of Digital Computer (AREA)
PCT/JP2021/022153 2021-06-10 2021-06-10 Scadaウェブhmiシステム Ceased WO2022259474A1 (ja)

Priority Applications (6)

Application Number Priority Date Filing Date Title
PCT/JP2021/022153 WO2022259474A1 (ja) 2021-06-10 2021-06-10 Scadaウェブhmiシステム
PH1/2023/550073A PH12023550073A1 (en) 2021-06-10 2021-06-10 Scada web hmi system
CN202180047318.3A CN115812184B (zh) 2021-06-10 2021-06-10 Scada网页hmi系统
JP2023526765A JP7464196B2 (ja) 2021-06-10 2021-06-10 Scadaウェブhmiシステム
US18/003,920 US20230342184A1 (en) 2021-06-10 2021-06-10 Scada web hmi system
TW111110861A TWI803253B (zh) 2021-06-10 2022-03-23 Scada網路人機介面系統

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2021/022153 WO2022259474A1 (ja) 2021-06-10 2021-06-10 Scadaウェブhmiシステム

Publications (1)

Publication Number Publication Date
WO2022259474A1 true WO2022259474A1 (ja) 2022-12-15

Family

ID=84425781

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2021/022153 Ceased WO2022259474A1 (ja) 2021-06-10 2021-06-10 Scadaウェブhmiシステム

Country Status (6)

Country Link
US (1) US20230342184A1 (https=)
JP (1) JP7464196B2 (https=)
CN (1) CN115812184B (https=)
PH (1) PH12023550073A1 (https=)
TW (1) TWI803253B (https=)
WO (1) WO2022259474A1 (https=)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024189793A1 (ja) * 2023-03-14 2024-09-19 東芝三菱電機産業システム株式会社 Scadaウェブhmiシステム

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003177818A (ja) * 2001-12-12 2003-06-27 Daicel Chem Ind Ltd プラント制御監視装置
JP2006072442A (ja) * 2004-08-31 2006-03-16 Digital Electronics Corp 制御システム
WO2018087864A1 (ja) * 2016-11-10 2018-05-17 三菱電機株式会社 情報表示装置及び情報表示システム並びに表示画面制御方法
WO2021015024A1 (ja) * 2019-07-25 2021-01-28 東芝三菱電機産業システム株式会社 Scadaウェブhmiサーバおよびscadaウェブhmiシステム
WO2021015022A1 (ja) * 2019-07-25 2021-01-28 東芝三菱電機産業システム株式会社 Scadaウェブhmiサーバ装置

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5481042A (en) * 1977-12-12 1979-06-28 Fujitsu Ltd Transmission and reception system for time information
FR2784489B1 (fr) * 1998-10-13 2000-11-24 Thomson Multimedia Sa Procede d'affichage de donnees sur un afficheur matriciel
US6754885B1 (en) * 1999-05-17 2004-06-22 Invensys Systems, Inc. Methods and apparatus for controlling object appearance in a process control configuration system
US20020029097A1 (en) * 2000-04-07 2002-03-07 Pionzio Dino J. Wind farm control system
TWI401580B (zh) * 2004-11-30 2013-07-11 尼康股份有限公司 A component processing system, an information display method, and a recorded recording medium, an exposure apparatus, a measurement and inspection apparatus
DE112006000785T5 (de) * 2005-04-01 2008-02-14 Abb Research Ltd. Verfahren und System für das Liefern einer Benutzerschnittstelle
JP2009288353A (ja) * 2008-05-27 2009-12-10 Canon Inc 画像形成装置及びその制御方法
JP5656912B2 (ja) * 2012-05-07 2015-01-21 三菱電機株式会社 監視制御システム表示装置および監視制御システム
JP5928286B2 (ja) * 2012-10-05 2016-06-01 富士ゼロックス株式会社 情報処理装置及びプログラム
CN102932469B (zh) * 2012-11-09 2017-04-12 北京奇虎科技有限公司 一种实现客户端浏览器的方法和客户端浏览器
CN106202410A (zh) * 2016-07-12 2016-12-07 成都优谱德信息技术有限公司 一种基于移动终端控制的智能计数系统与方法
KR102454725B1 (ko) * 2016-09-09 2022-10-13 엘에스일렉트릭(주) 그래픽 객체 편집 장치
CN106789395B (zh) * 2016-11-22 2019-10-11 盐城工学院 一种基于Web的分布式PDM系统数据传输监控方法
US10917320B2 (en) * 2018-09-10 2021-02-09 Aveva Software, Llc Edge HMI module server system and method
CN110704397A (zh) * 2019-09-27 2020-01-17 宁波和利时智能科技有限公司 一种基于ElasticSearch的数据查询方法及装置
US11567468B2 (en) * 2020-10-02 2023-01-31 Sentry Valve Company, Inc. Systems, methods, and apparatus to monitor and control an aquatic facility
JP2023545702A (ja) * 2020-10-04 2023-10-31 ストロング フォース アイオーティ ポートフォリオ 2016,エルエルシー エグゼクティブ、アドバイザリー、及びオペレーションのメッセージングと可視化の階層を有する産業用デジタルツインシステム及び方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003177818A (ja) * 2001-12-12 2003-06-27 Daicel Chem Ind Ltd プラント制御監視装置
JP2006072442A (ja) * 2004-08-31 2006-03-16 Digital Electronics Corp 制御システム
WO2018087864A1 (ja) * 2016-11-10 2018-05-17 三菱電機株式会社 情報表示装置及び情報表示システム並びに表示画面制御方法
WO2021015024A1 (ja) * 2019-07-25 2021-01-28 東芝三菱電機産業システム株式会社 Scadaウェブhmiサーバおよびscadaウェブhmiシステム
WO2021015022A1 (ja) * 2019-07-25 2021-01-28 東芝三菱電機産業システム株式会社 Scadaウェブhmiサーバ装置

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024189793A1 (ja) * 2023-03-14 2024-09-19 東芝三菱電機産業システム株式会社 Scadaウェブhmiシステム
JPWO2024189793A1 (https=) * 2023-03-14 2024-09-19
JP7729491B2 (ja) 2023-03-14 2025-08-26 株式会社Tmeic Scadaウェブhmiシステム

Also Published As

Publication number Publication date
TW202248839A (zh) 2022-12-16
CN115812184B (zh) 2025-10-17
JP7464196B2 (ja) 2024-04-09
PH12023550073A1 (en) 2024-03-18
CN115812184A (zh) 2023-03-17
US20230342184A1 (en) 2023-10-26
JPWO2022259474A1 (https=) 2022-12-15
TWI803253B (zh) 2023-05-21

Similar Documents

Publication Publication Date Title
JP4197652B2 (ja) プラントの集中監視制御装置および方法
JP7148000B2 (ja) Scadaウェブhmiシステムおよびhmiクライアント
JP7245742B2 (ja) Scadaウェブhmiサーバ装置
TWI853271B (zh) Scada web hmi用戶裝置及scada web hmi系統
JP7464196B2 (ja) Scadaウェブhmiシステム
JP4932634B2 (ja) 広域データ連携システム
US11556115B2 (en) Point value change notification
JP7464195B2 (ja) Scadaウェブhmiシステム
US20040205197A1 (en) Automation system and system visualization method
JP2005346161A (ja) 制御機器管理システム
JP7444335B1 (ja) Scadaウェブhmiシステム
TWI890205B (zh) Scada web hmi系統
WO2023188162A1 (ja) Scadaウェブhmiクライアント装置およびscadaウェブhmiシステム
TWI885571B (zh) Scada web hmi系統
EP3719598A1 (en) Data distribution method for a process automation and internet of things system

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 202317001140

Country of ref document: IN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21945148

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2023526765

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

Country of ref document: EP

Kind code of ref document: A1

WWG Wipo information: grant in national office

Ref document number: 202317001140

Country of ref document: IN

WWG Wipo information: grant in national office

Ref document number: 202180047318.3

Country of ref document: CN