WO2023238221A1 - Module d'extension, procédé de changement de mode de fonctionnement et programme - Google Patents

Module d'extension, procédé de changement de mode de fonctionnement et programme Download PDF

Info

Publication number
WO2023238221A1
WO2023238221A1 PCT/JP2022/022928 JP2022022928W WO2023238221A1 WO 2023238221 A1 WO2023238221 A1 WO 2023238221A1 JP 2022022928 W JP2022022928 W JP 2022022928W WO 2023238221 A1 WO2023238221 A1 WO 2023238221A1
Authority
WO
WIPO (PCT)
Prior art keywords
communication
mode
unit
task
program
Prior art date
Application number
PCT/JP2022/022928
Other languages
English (en)
Japanese (ja)
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 PCT/JP2022/022928 priority Critical patent/WO2023238221A1/fr
Priority to JP2022575203A priority patent/JPWO2023238221A1/ja
Publication of WO2023238221A1 publication Critical patent/WO2023238221A1/fr

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

Definitions

  • the present disclosure relates to an expansion module, an operation mode switching method, and a program.
  • the safety controller of Patent Document 1 has a problem in that if the execution time of the program exceeds the response time, the user must improve the program itself, which increases the burden on the user in managing the response time.
  • the present disclosure has been made in view of the above circumstances, and aims to provide an expansion module etc. that makes it possible to easily manage response time.
  • the expansion module includes: An expansion module, a communication means for communicating with the control module; A mode for switching between a first mode in which the expansion module operates in cooperation with the control module through communication by the communication means, and a second mode in which the expansion module operates by partially or completely blocking communication by the communication means. a switching means; a trigger detection means for detecting a trigger; Equipped with The mode switching means switches from the first mode to the second mode when the trigger detection means detects the trigger.
  • response time can be easily managed.
  • a diagram showing the overall configuration of a control system according to Embodiment 1 of the present disclosure A diagram showing a functional configuration of a program creation device according to Embodiment 1 of the present disclosure
  • a diagram showing an example of a control program and tasks according to Embodiment 1 of the present disclosure A diagram showing an example of task priority and processing time according to Embodiment 1 of the present disclosure
  • a diagram showing an example of the hardware configuration of a control module and an expansion module according to Embodiment 1 of the present disclosure Flowchart illustrating an example of execution cycle determination operation by the program creation device according to Embodiment 1 of the present disclosure Flowchart illustrating an example of communication cutoff operation by the expansion module according to Embodiment 1 of the present disclosure
  • the control system 1 is installed, for example, at a production site in a factory.
  • the control system 1 includes a PLC (Programmable Logic Controller) 10, an input device 20, an output device 30, and a program creation device 40.
  • PLC Process Control Controller
  • the input device 20 includes safety input devices such as a light curtain, an emergency stop switch, and a position detection circuit.
  • the input device 20 outputs a safety control signal to the PLC 10 when a specific situation occurs.
  • the input device 20 includes an emergency stop switch, and when the worker presses the emergency stop switch, the input device 20 outputs a safety control signal indicating that the emergency stop switch has been pressed to the PLC 10.
  • the PLC 10 controls an output device 30, which will be described later, to ensure safety at the production site.
  • the output device 30 includes, for example, safety output devices such as a conductor, a drive device, and an STO (Safe Torque Off) terminal.
  • safety output devices such as a conductor, a drive device, and an STO (Safe Torque Off) terminal.
  • the output device 30 ensures the safety of the production site by controlling the PLC 10.
  • the output device 30 includes a driving device, the driving device stops operating based on the control of the PLC 10.
  • the output device 30 includes an STO terminal, the STO terminal enables the STO function of the drive device connected to the terminal based on the control of the PLC 10.
  • the PLC 10 continuously executes a control program created by a user using a program creation device 40 described below, and controls the output device 30.
  • the PLC 10 controls the output device 30 to operate normally.
  • the normal operation here is a normal operation for production at a production site.
  • the PLC 10 controls the output device 30 to ensure safety at the production site.
  • the PLC 10 includes a control module 100 and an expansion module 110. More specifically, in FIG. 1, the PLC 10 includes a control module 100, an expansion module 110 that receives a signal from an input device 20, and an expansion module 110 that outputs a signal to an output device 30. Both expansion modules 110 communicate with control module 100.
  • Control module 100 is an example of a control module according to the present disclosure.
  • Expansion module 110 is an example of an expansion module according to the present disclosure.
  • the program creation device 40 is connected to the control module 100 of the PLC 10 and transmits a control program executed by the PLC 10 and various information described below to the control module 100 of the PLC 10.
  • a user operates the program creation device 40 to create a control program to be executed by the PLC 10.
  • the program creation device 40 is, for example, a PC (Personal Computer) in which an engineering tool program is installed.
  • the program creation device 40 operates with a communication section 401, a program creation section 402, a priority setting section 403, a cycle determination section 404, a correspondence section 405, a PLC setting section 406, a screen generation section 407, a storage section 408, a display section 409, 410.
  • the communication unit 401 communicates with the control module 100 of the PLC 10.
  • the storage unit 408 stores a control program created by a program creation unit 402 (described later), information indicating priorities set by a priority setting unit 403 (described later), and information indicating priorities determined by a cycle determination unit 404 (described later). Information indicating the execution cycle is saved.
  • the display unit 409 displays a screen generated by the screen generation unit 407 based on the control of the screen generation unit 407, which will be described later.
  • the display unit 409 is, for example, a liquid crystal display.
  • the program creation unit 402 creates a control program to be executed by the PLC 10 based on input by the user via the operation unit 410.
  • the control program is, for example, as shown in FIG. 3, a program that is created in function block (FB) units and includes a plurality of control processes.
  • a task is a division of processing to the extent that the result of one processing does not affect the processing of the other. For example, in FIG. 3, the control program executes task A, task B, and task C. The control program continues to execute each task repeatedly.
  • control program is executed in units of tasks by the control module 100 of the PLC 10. Furthermore, the control module 100 executes each task by time-sharing processing. For example, the processing execution unit 102 executes all of task A, then executes only half of task B, then executes only half of task C, then executes all of task A again, and then It is conceivable to perform time-sharing processing in which the remaining half of task B is executed first, and the remaining half of task C is executed last.
  • time-sharing processing is performed is based on the priority of each task set by the priority setting unit 403 (described later) and the task priority determined by the cycle determining unit 404 (described later). Determined according to the execution cycle.
  • a priority and processing time are set for each task based on user input.
  • the priority and processing time of each task are expressed, for example, in a table shown in FIG. 4.
  • the priority of task A is high
  • the priority of task B and the priority of task C are low.
  • the user sets high priority for tasks with high importance in safety control.
  • a task with a "high" priority has the highest priority among the tasks.
  • the processing time shown in FIG. 4 is the time required from the start to the completion of a task. This processing time is used by a cycle determination unit 404, which will be described later.
  • the priority setting unit 403 divides the plurality of control processes executed by the control program into the above-mentioned task units for time-sharing processing.
  • the priority setting unit 403 sets a priority to each control process divided on a task basis.
  • the period determination unit 404 determines the execution period of the high priority task and the execution period of the entire task in the above-mentioned time-sharing process. A detailed explanation will be given below with reference to FIGS. 5 and 6. Note that the priority and processing time of each task are shown in FIG.
  • FIG. 5 shows that among high-priority tasks, the relevant task is task A, and the set response time is 5 ms, and the set response time for all tasks is 20 ms.
  • the period determination unit 404 determines the execution period of the high priority task and the execution period of the entire task so that task A, which is a high priority task, can be executed within 5 ms and the entire task can be executed within a total of 20 ms.
  • the period determining unit 404 first determines that all high-priority tasks are to be executed in one cycle of time-sharing processing.
  • the processes executed in one cycle of the time-sharing process include, for example, all the processes of task A, some or all of the processes of task B, and some or all of the processes of task C.
  • the cycle determination unit 404 determines that the total processing time of the processing executed in one cycle and the processing time of the high priority task executed in the next cycle exceeds the set response time of the high priority task. Decide on time-sharing processing for other tasks so that there is no problem.
  • the reason for considering up to the next cycle is that when a situation arises that requires a response from the high-priority task again immediately after the high-priority task in the first cycle has been executed, the next cycle is considered, not the response from the high-priority task in the first cycle. This is because it is necessary to wait for the response of the high-priority task in the cycle.
  • Processing time of high priority task + processing time per cycle of other tasks total processing time of processes executed in 1 cycle
  • Processing time Total processing time of processes executed in 1 cycle + high priority task Processing time ⁇ Setting response time of high priority task
  • the cycle determining unit 404 determines time-sharing processing for other tasks so that the relationship (iii) above holds.
  • Descriptions A, B, and C in FIG. 6 indicate tasks A, B, and C, respectively. Furthermore, the descriptions of 1/2 and 2/2 written together with tasks B and C represent the front half and rear half of the tasks. For example, as shown in FIG. 6, if task B and task C are each executed only half in one cycle, the total processing time for one cycle is 4.5 ms. This total processing time becomes the high priority task execution cycle. Then, when 0.5 ms, which is the processing time of task A, is added to this high priority task execution period, the total becomes 5 ms. This 5ms becomes the high priority task response time. Since this response time is less than or equal to the set response time for the high priority task, it is an appropriate response time. Therefore, the period determination unit 404 determines the high priority task execution period of 4.5 ms calculated above as the execution period of the high priority task.
  • the period determination unit 404 determines the execution period of the entire task so that the remaining processing for each task is executed in a time-sharing manner.
  • the entire task execution period is 9 ms
  • the entire task response time is 18 ms.
  • the period determination unit 404 executes high-priority tasks in one cycle without dividing the processing content in time-sharing processing, and executes other tasks over multiple cycles in time-sharing processing. Almost reduce response time for high-priority tasks.
  • the association unit 405 associates the control program created by the program creation unit 402, the priority set for each task by the priority setting unit 403, and the execution cycle determined by the cycle determination unit.
  • the control program, the information indicating the associated priority, and the information indicating the associated execution cycle are stored in the storage unit 408.
  • the PLC setting unit 406 sends the control program created by the program creation unit 402 to the control module of the PLC 10 via the communication unit 401 along with information indicating the associated priority and information indicating the associated execution cycle. Send to 100. By transmitting these to the control module 100, the control program and related information are set in the PLC 10.
  • the screen generation unit 407 generates a screen necessary for the user to operate and confirm information, and controls the display unit 409 to display the generated screen on the display unit 409.
  • the functional configuration of the control module 100 will be explained with reference to FIG.
  • the control module 100 includes a communication section 101 , a processing execution section 102 , a program acquisition section 103 , and a storage section 104 .
  • the communication unit 101 communicates with the expansion module 110 and the program creation device 40.
  • the storage unit 104 stores a control program that is acquired from the program creation device 40 by a program acquisition unit 103 (described later) and executed by a processing execution unit 102 (described later). Furthermore, the storage unit 104 stores information indicating the priority of tasks associated with the control program and information indicating the execution cycle.
  • the process execution unit 102 executes the control program stored in the storage unit 104 and repeatedly executes a plurality of control processes. As the processing execution unit 102 executes the control program, the safety control signal output from the input device 20 via the expansion module 110 is processed, and the output device 30 is controlled via the expansion module 110.
  • the processing execution unit 102 executes the processing on a task-by-task basis. Further, the processing execution unit 102 executes the task by time-sharing processing as described above. For example, as described above, the processing execution unit 102 executes all of task A, then executes only half of task B, then executes only half of task C, and then executes all of task A again. It is conceivable to perform time-sharing processing in which the remaining half of task B is executed, then the remaining half of task B is executed, and finally the remaining half of task C is executed.
  • how the processing execution unit 102 performs time-sharing processing is determined according to the priority of each task associated with the control program and the execution cycle of the task.
  • the processing execution unit 102 executes each task in a time-sharing process based on the execution cycle of the high-priority task and the execution cycle of the entire task.
  • the program acquisition unit 103 acquires the control program, information indicating the priority associated with the control program, and information indicating the execution cycle from the program creation device 40 via the communication unit 101, and stores the acquired information in the storage unit 104. do.
  • the control program and related information are set in the PLC 10.
  • the expansion module 110 includes a communication section 111 , a processing execution section 112 , a mode switching section 113 , a trigger detection section 114 , and a storage section 115 .
  • the communication unit 111 communicates with the control module 100, the input device 20, and the output device 30.
  • the communication unit 111 is an example of communication means according to the present disclosure.
  • the storage unit 115 stores a control program executed by the processing execution unit 112, which will be described later.
  • the processing execution unit 112 executes the control program stored in the storage unit 115. In normal times, the processing execution unit 112 performs control communication with the control module 100 and operates cooperatively with the control module 100 by executing a control program. Furthermore, by executing the control program, the processing execution unit 112 transmits a signal received from the input device 20 to the control module 100, and transmits a signal related to control of the output device 30 received from the control module 100 to the output device 30. do. Communication related to the input device 20 and output device 30 and performed with the control module 100 will be referred to as "input/output communication" below. The processing execution unit 112 performs cooperative operations based on control communication, and also executes processing related to input/output communication.
  • the processing execution unit 112 blocks part or all of the communication with the control module. At this time, the processing execution unit 112 executes processing according to the communication that has been interrupted by the expansion module 110. For example, when only control communication is cut off, the processing execution unit 112 continues to execute only processing related to input/output communication. Further, for example, when both control communication and input/output communication are cut off, the processing execution unit 112 causes the expansion module 110 to operate independently while continuing communication with the input device 20 or communication with the output device 30. Execute the process. Whether communication with the control module is partially or completely blocked may vary depending on the settings of the expansion module 110.
  • the mode switching unit 113 switches the operation mode of the expansion module 110 at the timing when a trigger detection unit 114 (described later) detects a trigger. When no trigger is detected, the expansion module 110 operates in the first mode, which is the normal operating mode. This first mode is a mode in which the expansion module 110 performs cooperative operations with the control module 100 through control communication without interrupting communication with the control module 100. Normally, the expansion module 110 operates in this first mode.
  • Mode switching unit 113 is an example of mode switching means according to the present disclosure.
  • the mode switching unit 113 switches the operation mode to a second mode in which part or all of the communication between the expansion module 110 and the control module 100 is cut off.
  • the processing execution unit 112 executes an operation corresponding to the second mode, that is, an operation corresponding to cutting off part or all of communication with the control module 100.
  • the trigger detection unit 114 detects the situation as a trigger. Specifically, the trigger detection unit 114 detects, for example, at a predetermined timing, when the control module 100 executes a predetermined program command, and when an abnormality in the control module 100 is detected. Detect at least one of them as a trigger. Trigger detection unit 114 is an example of trigger detection means according to the present disclosure.
  • FIG. 9 shows a case where only control communication is cut off
  • FIG. 10 shows a case where not only control communication but also input/output communication between the control module 100 and the expansion module 110 is cut off.
  • control communication is cut off.
  • the control module 100 and the expansion module 110 no longer execute processes that depend on control communication, which reduces the processing load and shortens the response time.
  • control communication is cut off, and input/output communication between the control module 100 and the expansion module 110 is also cut off.
  • the expansion module 110 then operates independently rather than in a cooperative manner. As a result, the control module 100 no longer executes processes that depend on communication, and the expansion module 110 no longer executes processes that depend on control communication, which reduces the processing load and shortens the response time.
  • control module 100 an example of the hardware configuration of the control module 100, the expansion module 110, and the program creation device 40 (hereinafter referred to as the control module 100, etc.) will be described with reference to FIG.
  • the control module 100 and the like shown in FIG. 11 are realized by, for example, a computer such as a personal computer or a microcontroller.
  • the control module 100 and the like include a processor 1001, a memory 1002, an interface 1003, and a secondary storage device 1004, which are connected to each other via a bus 1000.
  • the processor 1001 is, for example, a CPU (Central Processing Unit). Each function of the control module 100 and the like is realized by the processor 1001 reading an operating program stored in the secondary storage device 1004 into the memory 1002 and executing it.
  • CPU Central Processing Unit
  • the memory 1002 is a main storage device composed of, for example, RAM (Random Access Memory).
  • the memory 1002 stores an operating program read from the secondary storage device 1004 by the processor 1001. This operating program is, for example, firmware. Furthermore, the memory 1002 functions as a work memory when the processor 1001 executes an operating program.
  • the interface 1003 is an I/O (Input/Output) interface such as a serial port, a USB (Universal Serial Bus) port, or a network interface.
  • the interface 1003 realizes the functions of the communication unit 101, communication unit 111, and communication unit 401.
  • the secondary storage device 1004 is, for example, a flash memory, an HDD (Hard Disk Drive), or an SSD (Solid State Drive). Secondary storage device 1004 stores operating programs executed by processor 1001. The functions of the storage unit 104, the storage unit 115, and the storage unit 408 are realized by the secondary storage device 1004.
  • the priority setting unit 403 of the program creation device 40 sets the priority of each task (step S101).
  • the cycle determination unit 404 of the program creation device 40 sets the relationship (iii) above so that the above relationship (iii) holds. In other words, the processing time of the high-priority task x 2 + the processing time per cycle of other tasks ⁇ the set response time of the high-priority task.
  • the time-sharing processing is determined so that the following relationship holds true (step S102).
  • the cycle determining unit 404 determines the execution cycle of the high priority task and the execution cycle of the entire task based on the time sharing process determined in step S102 (step S103).
  • the association unit 405 of the program creation device 40 associates the control program with the priority set in step S101 and the execution cycle determined in step S103 (step S104). Then, the program creation device 40 ends the operation of determining the execution cycle. Note that after this, the PLC setting unit 406 of the program creation device 40 transmits the control program, information indicating the priority, and information indicating the execution cycle to the control module 100 of the PLC 10. Thereby, the processing execution unit 102 of the control module 100 can execute the control program based on the set priority and the determined execution cycle.
  • the expansion module 110 is operating in the first mode, which is the normal operation mode.
  • the trigger detection unit 114 of the expansion module 110 determines whether a trigger is detected (step S201).
  • step S201: No When no trigger is detected (step S201: No), the expansion module 110 repeats the operation of step S201.
  • step S201 When a trigger is detected (step S201: Yes), the mode switching unit 113 of the expansion module 110 switches the operation mode from the first mode to the second mode (step S202).
  • the processing execution unit 112 cuts off communication with the control module 100 in response to the operation mode being switched to the second mode (step S203). Here, depending on the settings of the expansion module, whether some or all communications with the control module 100 are blocked may change. The expansion module 110 then ends the communication cutoff operation.
  • the control system 1 has been described above.
  • the program creation device 40 determines the execution cycle so that the high-priority task can be executed within the set response time, so the response time of the high-priority task can be easily shortened. In other words, response time can be easily managed.
  • the expansion module 110 cuts off communication with the control module 100 when a trigger is detected, so there is no need to perform processing related to the communication, and the processing load is reduced. As a result, response time is reduced. In other words, response time can be easily managed.
  • the program creation device 40 displays a GUI (Graphical User Interface) as shown in FIG. 14, for example, when the user creates a control program.
  • the program creation device 40 displays the number of function blocks (FBs) that can be added while maintaining the current setting response time and the execution time of each FB in the "Number that can be added" column.
  • the program creation device 40 displays information indicating the set response time and processing time in the current control program, and the current set value and settable range for the program execution cycle. Note that the descriptions such as 0.1 ms and 0.2 ms displayed at the bottom of each FB shown in FIG. 14 indicate the execution time of each FB.
  • the program creation device 40 By displaying the GUI shown in FIG. 14 by the program creation device 40, the user can understand what kind of FB can be added while maintaining the set response time. In other words, response time can be easily managed. Furthermore, since the user can set the program execution cycle while checking the processing time, the program execution cycle can be easily changed.
  • the functional configuration of the program creation device 40 according to the second embodiment is generally the same as that shown in FIG. 2, but there is an additional feature in the function of the screen generation unit 407.
  • the screen generation unit 407 according to the second embodiment generates a screen showing the created control program.
  • the screen generation unit 407 displays the control program in units of FBs using a GUI as shown in FIG. 14, for example. Further, the screen generation unit 407 generates a display indicating the set response time, processing time, and program execution cycle on the screen. In addition, the screen generation unit 407 generates a display on the screen indicating the types of commands that can be added to the control program and the number of commands that can be added for each command within a range where the response time is within the set response time. . In FIG.
  • the types of instructions that can be added are represented by FBs.
  • the number of instructions that can be added for each FB and the execution time of the instructions are displayed.
  • the current response time of the control program is 0.5 ms, which is the sum of the execution times of each FB. Since the set response time is 5 ms, commands can be added for 4.5 ms.
  • control system 1 according to the second embodiment has been described above. According to the control system 1 according to the second embodiment, since the control program of the PLC 10 is displayed on the GUI, the user can visually recognize the control program. Further, according to the control system 1 according to the second embodiment, the user can grasp which commands and how many commands can be added within a range where the response time is within the set response time. Therefore, the user can easily manage response time when adding a new command to the control program.
  • control module 100 etc. may be configured with a dedicated circuit using an ASIC (Application Specific Integrated Circuit), FPGA (Field Programmable Gate Array), etc. good.
  • ASIC Application Specific Integrated Circuit
  • FPGA Field Programmable Gate Array
  • part of the functions of the control module 100 and the like may be realized by a dedicated circuit connected to the interface 1003, for example.
  • the programs used in the control module 100 and the like are stored and distributed in computer-readable recording media such as CD-ROMs (Compact Disc Read Only Memory), DVDs (Digital Versatile Discs), USB flash drives, memory cards, HDDs, etc. Is possible.
  • CD-ROMs Compact Disc Read Only Memory
  • DVDs Digital Versatile Discs
  • USB flash drives memory cards
  • HDDs HDDs, etc.
  • control system 10 PLC, 20 input device, 30 output device, 40 program creation device, 100 control module, 101 communication section, 102 processing execution section, 103 program acquisition section, 104 storage section, 110 expansion module, 111 communication section, 112 Process execution unit, 113 Mode switching unit, 114 Trigger detection unit, 115 Storage unit, 401 Communication unit, 402 Program creation unit, 403 Priority setting unit, 404 Period determination unit, 405 Correlation unit, 406 PLC setting unit, 407 Screen generation unit, 408 storage unit, 409 display unit, 410 operation unit, 1000 bus, 1001 processor, 1002 memory, 1003 interface, 1004 secondary storage device.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Programmable Controllers (AREA)

Abstract

Selon l'invention, un module d'extension (110) comprend : une unité de communication (111) qui communique avec un module de commande ; une unité de changement de mode (113) qui change entre un premier mode dans lequel le module d'extension (110) fonctionne en coopération avec le module de commande par l'intermédiaire d'une communication au moyen de l'unité de communication (111) et un deuxième mode dans lequel le module d'extension (110) fonctionne tout en coupant partiellement ou entièrement la communication au moyen de l'unité de communication (111) ; et une unité de détection de déclenchement (114) qui détecte un déclenchement. L'unité de changement de mode (113) change du premier mode au deuxième mode lorsque l'unité de détection de déclenchement (114) a détecté un déclenchement.
PCT/JP2022/022928 2022-06-07 2022-06-07 Module d'extension, procédé de changement de mode de fonctionnement et programme WO2023238221A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/JP2022/022928 WO2023238221A1 (fr) 2022-06-07 2022-06-07 Module d'extension, procédé de changement de mode de fonctionnement et programme
JP2022575203A JPWO2023238221A1 (fr) 2022-06-07 2022-06-07

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/022928 WO2023238221A1 (fr) 2022-06-07 2022-06-07 Module d'extension, procédé de changement de mode de fonctionnement et programme

Publications (1)

Publication Number Publication Date
WO2023238221A1 true WO2023238221A1 (fr) 2023-12-14

Family

ID=89118037

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/022928 WO2023238221A1 (fr) 2022-06-07 2022-06-07 Module d'extension, procédé de changement de mode de fonctionnement et programme

Country Status (2)

Country Link
JP (1) JPWO2023238221A1 (fr)
WO (1) WO2023238221A1 (fr)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007018503A (ja) * 2005-06-07 2007-01-25 Omron Corp プログラマブル・コントローラ・システム
JP2018518780A (ja) * 2015-06-26 2018-07-12 アップ・ファースト・コンストラクション・システムズ・プロプライアタリ・リミテッド 制御システム
JP2019054514A (ja) * 2017-09-13 2019-04-04 フィッシャー−ローズマウント システムズ,インコーポレイテッド 拡張型モジュール式コントローラのポート間通信のためのシステム及び方法
JP2021082027A (ja) * 2019-11-19 2021-05-27 株式会社キーエンス 安全コントローラ
JP2022011810A (ja) * 2020-06-30 2022-01-17 横河電機株式会社 拡張モジュール、cpuモジュール、システム、及び通信方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007018503A (ja) * 2005-06-07 2007-01-25 Omron Corp プログラマブル・コントローラ・システム
JP2018518780A (ja) * 2015-06-26 2018-07-12 アップ・ファースト・コンストラクション・システムズ・プロプライアタリ・リミテッド 制御システム
JP2019054514A (ja) * 2017-09-13 2019-04-04 フィッシャー−ローズマウント システムズ,インコーポレイテッド 拡張型モジュール式コントローラのポート間通信のためのシステム及び方法
JP2021082027A (ja) * 2019-11-19 2021-05-27 株式会社キーエンス 安全コントローラ
JP2022011810A (ja) * 2020-06-30 2022-01-17 横河電機株式会社 拡張モジュール、cpuモジュール、システム、及び通信方法

Also Published As

Publication number Publication date
JPWO2023238221A1 (fr) 2023-12-14

Similar Documents

Publication Publication Date Title
TWI477970B (zh) 電子裝置的模式切換方法與相關的電子裝置
JP2010170536A (ja) プログラマブル・コントローラ
JP2012123673A (ja) 給電切替装置、給電切替装置制御方法、及び給電制御プログラム
JP2017187992A (ja) 制御装置、制御方法およびプログラム
EP2733613B1 (fr) Dispositif de commande et programme
US9582369B2 (en) Monitoring method, monitoring device, and information processing system
WO2023238221A1 (fr) Module d'extension, procédé de changement de mode de fonctionnement et programme
WO2023238220A1 (fr) Dispositif de création de programme, procédé de création de programme et programme
US20160266808A1 (en) Information processing device, information processing method, and recording medium
US20150149821A1 (en) Electrical installation having an uninterruptible power supply
CN114326507A (zh) 机台控制方法、装置、电子设备及计算机可读存储介质
JP5365875B2 (ja) 産業用コントローラ
US20210187742A1 (en) Control device and control method
WO2022259374A1 (fr) Contrôleur programmable, dispositif terminal, système et procédé de gestion de programmes et programme
KR101981910B1 (ko) 프로그래머블 표시기
KR20220075652A (ko) Plc 프로그램의 데이터 관리 방법, 장치 및 그 plc 시스템
JP6191625B2 (ja) インバータ制御装置およびその周辺装置
JP2002006944A (ja) 制御機能付き表示器
JPWO2014188764A1 (ja) 機能安全制御装置
WO2024062548A1 (fr) Dispositif d'aide au réglage, système de commande, procédé d'aide au réglage et programme
JP7399372B1 (ja) 通信システム、通信方法、プログラム及び通信装置
US11770395B2 (en) Information processing apparatus, computer program product, and information processing system
JP5277217B2 (ja) 情報処理装置およびコンピュータープログラム
JP6574389B2 (ja) Kvmスイッチ
JP2009032060A (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: 22945730

Country of ref document: EP

Kind code of ref document: A1