WO2024023936A1 - Virtual machine generation device and virtual machine generation program - Google Patents

Virtual machine generation device and virtual machine generation program Download PDF

Info

Publication number
WO2024023936A1
WO2024023936A1 PCT/JP2022/028815 JP2022028815W WO2024023936A1 WO 2024023936 A1 WO2024023936 A1 WO 2024023936A1 JP 2022028815 W JP2022028815 W JP 2022028815W WO 2024023936 A1 WO2024023936 A1 WO 2024023936A1
Authority
WO
WIPO (PCT)
Prior art keywords
input
virtual
virtual machine
command
output
Prior art date
Application number
PCT/JP2022/028815
Other languages
French (fr)
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/028815 priority Critical patent/WO2024023936A1/en
Publication of WO2024023936A1 publication Critical patent/WO2024023936A1/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

Definitions

  • Embodiments of the present invention relate to a virtual machine generation device and a virtual machine generation program that reproduce the operation of an industrial machine on a virtual environment.
  • a control program to be implemented in a control device such as a CNC or PLC is simulated in a virtual environment and its operation is simulated. Verification is being carried out. Furthermore, a technique has been proposed for reproducing, in a virtual environment, the operation of an industrial machine according to a simulation of a control program.
  • the virtual machine generation device of the embodiment acquires input/output information to the industrial machine from virtual input/output data in a simulation environment of a control program, and defines variables for adding the input/output information to a predetermined block programming tool. , and an input/output command block associated with a code for accessing the virtual input/output data.
  • the virtual machine generation device receives an operation input for configuring an algorithm including the variable definition and the input/output command block using the block programming tool, and executes the configured algorithm to generate the virtual input/output data. Create a virtual machine that includes an interface with.
  • the virtual machine generation program of the embodiment is for causing a computer to function as the virtual machine generation device.
  • FIG. 1 is a block diagram showing the functional configuration of a virtual PLC system according to an embodiment.
  • FIG. 3 is a diagram illustrating virtual input/output data managed by the virtual IO unit of the embodiment.
  • FIG. 3 is a diagram illustrating an input/output command block according to the embodiment.
  • FIG. 3 is a diagram illustrating a definition file of an input/output command block according to the embodiment.
  • FIG. 3 is a diagram illustrating a procedure executed by the input/output command block of the embodiment.
  • FIG. 3 is a diagram illustrating a starting block including an event command according to an embodiment. It is a figure which illustrates the stop position designated in the sequence program of embodiment.
  • FIG. 3 is a diagram illustrating a temporary stop command block according to the embodiment.
  • FIG. 2 is a first diagram illustrating a block program including blocks related to machine operation commands according to the embodiment.
  • FIG. 2 is a second diagram illustrating a block program including blocks related to machine operation commands according to the embodiment.
  • This embodiment shows a system that provides a virtual machine that is equipped with an interface to virtual IO signals (input/output data) when a control program for an industrial machine (hereinafter also simply referred to as a machine) is run in simulation.
  • the control program is a sequence program of a Programmable Logic Controller (PLC), and is a virtual PLC device that simulates the sequence program, and a virtual machine generation device that operates a virtual machine that cooperates with this virtual PLC device.
  • PLC Programmable Logic Controller
  • FIG. 1 is a block diagram showing the functional configuration of a virtual PLC system 1 of this embodiment.
  • the virtual PLC system 1 includes a virtual PLC device 11 and a virtual machine generation device 12.
  • the virtual PLC device 11 is an information processing device (computer) equipped with a control section (processor) and a storage section (memory), and is communicatively connected to the virtual machine generation device 12 through the same housing or via a network.
  • the virtual PLC device 11 includes a sequence program analysis section 111, a sequence program execution section 112, a virtual IO section 113, a sequence program suspension section 114, and a sequence program restart section 115. These functional units are realized by the control unit reading and executing various software stored in the storage unit.
  • the sequence program analysis unit 111 reads the sequence program stored in the storage unit, and outputs variable information and signal information used in the sequence program to the virtual IO unit 113.
  • the sequence program execution unit 112 executes the sequence program and simulates the control state of the machine and peripheral devices.
  • the virtual IO unit 113 manages variable information and signal information that are virtual input/output data of the sequence program executed by the sequence program execution unit 112.
  • the virtual IO unit 113 outputs this virtual input/output data to the input/output information of the virtual machine generation device 12, and writes data output from the virtual machine operating in the virtual machine generation device 12 to variable information and signal information.
  • the sequence program temporary stop unit 114 receives a temporary stop request from a virtual machine running in the virtual machine generation device 12, and performs a stop process on the sequence program execution unit 112. This stopping process may be immediate, or any position provided in advance in the sequence program may be specified.
  • the sequence program restart unit 115 performs restart processing on the sequence program execution unit 112 in response to an operation input from the user indicating a restart request.
  • the virtual machine generation device 12 is an information processing device (computer) that includes a control section (processor), a storage section (memory), a display section 20, a speaker 30, etc., and is installed in the same housing as the virtual PLC device 11, or Communication is connected via a network.
  • a control section processor
  • a storage section memory
  • a display section 20 a speaker 30, etc.
  • Communication is connected via a network.
  • the virtual machine generation device 12 includes an input/output information acquisition unit 121 , an input/output command generation unit 122 , an event command generation unit 123 , a position information acquisition unit 124 , a temporary stop command generation unit 125 , and a parts information acquisition unit 126 , a machine operation command generation section 127 , and an execution section 128 . These functional units are realized by the control unit reading and executing various software stored in the storage unit.
  • the input/output information acquisition unit 121 acquires variables as input/output information to a virtual machine that simulates an industrial machine from virtual input/output data managed by the virtual IO unit 113 of the virtual PLC device 11, which is a simulation environment for a sequence program. Obtain information and signal information. Note that the input/output information acquisition unit 121 may directly receive input/output information from the virtual IO unit 113, but may also capture the input/output information in various data formats such as CSV, json, or XML, and store it as input/output information.
  • the input/output information acquisition unit 121 serves as an interface with the virtual IO unit 113, and manages program codes for the virtual machine to access virtual input/output data as a library.
  • FIG. 2 is a diagram illustrating virtual input/output data managed by the virtual IO unit 113 of this embodiment.
  • a variable for example, RED_LAMP
  • an IO signal indicated by an address for example, %Y1.0
  • signals to which no variables are assigned and which are directly specified by addresses during the sequence program for example, %X1.2 are also included in the virtual input/output data.
  • the input/output command generation unit 122 defines variables to be added to a predetermined block programming tool and accesses virtual input/output data of the virtual IO unit 113 from the input/output information acquired by the input/output information acquisition unit 121. Generates an input/output command block associated with the code.
  • the block programming tool is a tool for visual programming that configures a program by combining various blocks that are program parts, and for example, Scratch may be adopted, but the tool is not limited to this.
  • FIG. 3 is a diagram illustrating an input/output command block of this embodiment.
  • the input/output command block is a program component that assigns a value to a signal or a variable assigned to a signal.
  • the illustrated block associates this value with the virtual IO unit 113 by assigning the value specified in the second blank to the signal or variable specified in the first blank. .
  • FIG. 4 is a diagram illustrating the definition file of the input/output command block of this embodiment.
  • the block definition file is described as metadata such as json or XML.
  • the displayed text and two arguments are defined as the display format of the input/output command block in Figure 3, and a procedure (for example, signal_input) that specifies the behavior when the block is used is specified. There is.
  • FIG. 5 is a diagram illustrating a procedure executed by the input/output command block of this embodiment.
  • the procedure includes program code managed as a library by the input/output information acquisition unit 121 in order to access virtual input/output data of the virtual PLC device 11, and defines the operation of the virtual machine to rewrite specified signals or variables. are doing.
  • the event command generation unit 123 generates a definition of an event command according to a change in virtual input/output data of the virtual PLC device 11 from the input/output information acquired by the input/output information acquisition unit 121.
  • the definition of an event command indicates a component that constitutes a starting block of a program, and detects a change in the value of a variable or signal as a trigger for starting a program.
  • the event command generation unit 123 may further define, as the event command, an operation event from the user to the virtual machine that does not depend on variables or signals.
  • FIG. 6 is a diagram illustrating a start block including an event command according to this embodiment.
  • a general-purpose start block is illustrated in which an event command related to rewriting a variable such as "RED_LAMP is TRUE" is selectively input. Note that each event command may be generated as a dedicated start block.
  • the position information acquisition unit 124 acquires position information for specifying a temporary stop position from the sequence program executed by the virtual PLC device 11.
  • FIG. 7 is a diagram illustrating stop positions specified in the sequence program of this embodiment.
  • the stop position is specified by a program line number in text format, a ladder net number, or the like, and a breakpoint indicating an arbitrary stop position is written.
  • the label of this breakpoint (for example, point_1) is acquired as position information.
  • the pause command generation unit 125 generates a pause command block associated with a code for temporarily stopping the sequence program at any of the acquired position information.
  • FIG. 8 is a diagram illustrating a temporary stop command block of this embodiment.
  • the temporary stop command block is acquired by the position information acquisition unit 124, for example, to stop the program "immediately”, to stop the program at net number "4", to stop the program at breakpoint "point_1", etc.
  • This is a program component that allows you to select or directly input location information.
  • FIG. 9 is a diagram illustrating the definition file of the temporary stop command block and the procedure to be executed in this embodiment.
  • This example is a definition file for a block that stops the program "immediately", and defines the text to be displayed and an argument with "immediately” specified as the default.
  • a procedure (send_break) that defines the operation when this block is used issues a pause request to the sequence program pause unit 114 of the virtual PLC device 11 according to an argument.
  • FIG. 10 is a diagram illustrating a block program including an event command and a temporary stop command block according to the present embodiment.
  • the sequence program is temporarily stopped at the breakpoint "%L4".
  • the component information acquisition unit 126 extracts identification information of a component from the machine design data, and acquires at least one of image data or audio data regarding the operation of this component.
  • the design data is, for example, mechanical design CAD data or electrical design CAD data, from which a parts list including manufacturer and model number information is extracted.
  • the parts information acquisition unit 126 extracts the corresponding image data and audio data from a predetermined database based on the manufacturer and model number information.
  • the machine motion command generation unit 127 generates a stencil definition including a machine motion command for presenting the acquired image data or audio data. For example, when a tower lamp is extracted as a part, image data corresponding to each operation of the tower lamp, such as blinking a red LED and lighting a blue LED, is defined as a stencil (for example, Scratch's costume). Furthermore, various alarm sounds and the like are defined as selectable audio data.
  • FIG. 11 is a first diagram illustrating a block program including blocks related to machine operation commands according to the present embodiment.
  • the event command "RED_LAMP is TRUE” which changes the virtual input/output data, is used as a trigger to change the image of the tower lamp to "flashing red LED” and display it on the display unit 20, and to emit “alarm sound 1".
  • An algorithm for outputting to the speaker 30 is configured.
  • FIG. 12 is a second diagram illustrating a block program including blocks related to machine operation commands according to the present embodiment.
  • the virtual input/output data is referenced, and if the variable "BLUE_LAMP" is TRUE, "turn on the blue LED" is executed as the machine operation command, and then the input/output command block is used to signal the virtual input/output data.
  • An algorithm is configured to write TRUE to "%X1.2".
  • the execution unit 128 receives operation input for configuring an algorithm including variable definitions and input/output command blocks using the block programming tool, and executes the configured algorithm to create virtual input/output data of the virtual PLC device 11. Create a virtual machine that includes an interface with.
  • the execution unit 128 may operate the virtual machine in accordance with the event command by accepting an operation input for configuring an algorithm including a program start block containing the event command.
  • the execution unit 128 may suspend the sequence program in accordance with the event command by accepting an operation input for configuring an algorithm including a program start block including the event command and a pause command block. .
  • execution unit 128 may accept operation input for configuring an algorithm including machine operation commands, and may present image data or audio data to clearly indicate the operation of the virtual machine to the user.
  • the virtual machine generation device 12 has an interface with virtual input/output data of a sequence program being simulated in the virtual PLC device 11, and creates program parts for this interface in a block programming tool. Provided for. Thereby, the virtual machine generation device 12 can easily construct, on the virtual environment, the operation of the machine in conjunction with the simulation of the sequence program by the virtual PLC device 11.
  • the virtual machine generation device 12 can easily incorporate changes in variables or signals according to the simulation execution of the sequence program in the virtual PLC device 11 as a trigger for the operation of the virtual machine, using a program component that defines an event command. can. Furthermore, the virtual machine generation device 12 can operate the virtual machine more appropriately by defining an operation corresponding to an operation input to the machine as an event command.
  • the virtual machine generation device 12 can pause the simulation of the sequence program in conjunction with the event command block by providing a pause command block that specifies a position extracted from the sequence program as a program component. . Therefore, the virtual machine generation device 12 can provide a debugging environment using program execution resumption, step execution, or the like.
  • the virtual machine generation device 12 can present images (animation) and audio expressing machine motion using program components that define machine motion commands.
  • the virtual PLC device 11 and the virtual machine generation device 12 of the virtual PLC system 1 have been described as independent information processing devices, but the present invention is not limited to this.
  • the virtual machine generation device 12 may be incorporated into the virtual PLC device 11, or may be configured by a plurality of information processing devices.
  • the virtual machine generation method by the virtual machine generation device 12 is realized by software.
  • programs constituting this software are installed on the computer. Furthermore, these programs may be recorded on removable media and distributed to users, or may be distributed by being downloaded to users' computers via a network.

Abstract

According to an embodiment, a virtual machine generation device acquires, from virtual input/output data in a simulation environment for a control program, input/output information to an industrial machine, and generates, from the input/output information, variable definitions to be added to a prescribed block programming tool, and an input/output command block associated with a code for accessing the virtual input/output data. The virtual machine generation device receives an operation input for configuring an algorithm including the variable definitions and the input/output command block using the block programming tool, and executes the configured algorithm to generate a virtual machine including an interface with the virtual input/output data.

Description

仮想機械生成装置及び仮想機械生成プログラムVirtual machine generation device and virtual machine generation program
 本発明の実施形態は、仮想環境上で産業機械の動作を再現する仮想機械生成装置及び仮想機械生成プログラムに関する。 Embodiments of the present invention relate to a virtual machine generation device and a virtual machine generation program that reproduce the operation of an industrial machine on a virtual environment.
 工作機械又はロボット等の産業機械に対して、制御プログラムを効率的に開発するために、例えば、CNC又はPLC等の制御装置に実装するための制御プログラムを仮想環境上でシミュレーションし、その動作を検証することが行われている。
 さらに、制御プログラムのシミュレーションに応じた産業機械の動作を、仮想環境上で再現する技術が提案されている。
In order to efficiently develop control programs for industrial machines such as machine tools or robots, for example, a control program to be implemented in a control device such as a CNC or PLC is simulated in a virtual environment and its operation is simulated. Verification is being carried out.
Furthermore, a technique has been proposed for reproducing, in a virtual environment, the operation of an industrial machine according to a simulation of a control program.
特開2021-182207号公報JP 2021-182207 Publication 特開平08-063207号公報Japanese Patent Application Publication No. 08-063207 国際公開第2020/009128号International Publication No. 2020/009128
 しかしながら、産業機械の動作を再現するためには、高級プログラミング言語の習得、及び膨大な量の信号状態の変化パターンを定義する作業等、ユーザに大きな負担が強いられていた。
 そこで、制御プログラムのシミュレーションと連動した、産業機械の動作を仮想環境上で容易に構築できるシステムが望まれている。
However, in order to reproduce the operations of industrial machines, users are forced to learn a high-level programming language and to define a huge amount of signal state change patterns.
Therefore, there is a need for a system that can easily construct the operation of industrial machinery in a virtual environment in conjunction with control program simulation.
 実施形態の仮想機械生成装置は、産業機械への入出力情報を、制御プログラムのシミュレーション環境における仮想入出力データから取得し、前記入出力情報から、所定のブロックプログラミングツールに追加するための変数定義、及び前記仮想入出力データへアクセスするためのコードと対応付けた入出力指令ブロックを生成する。仮想機械生成装置は、前記ブロックプログラミングツールにより、前記変数定義及び前記入出力指令ブロックを含んだアルゴリズムを構成するための操作入力を受け付け、構成されたアルゴリズムを実行することにより、前記仮想入出力データとのインタフェースを含む仮想機械を生成する。 The virtual machine generation device of the embodiment acquires input/output information to the industrial machine from virtual input/output data in a simulation environment of a control program, and defines variables for adding the input/output information to a predetermined block programming tool. , and an input/output command block associated with a code for accessing the virtual input/output data. The virtual machine generation device receives an operation input for configuring an algorithm including the variable definition and the input/output command block using the block programming tool, and executes the configured algorithm to generate the virtual input/output data. Create a virtual machine that includes an interface with.
 実施形態の仮想機械生成プログラムは、前記仮想機械生成装置としてコンピュータを機能させるためのものである。 The virtual machine generation program of the embodiment is for causing a computer to function as the virtual machine generation device.
実施形態の仮想PLCシステムの機能構成を示すブロック図である。FIG. 1 is a block diagram showing the functional configuration of a virtual PLC system according to an embodiment. 実施形態の仮想IO部で管理される仮想入出力データを例示する図である。FIG. 3 is a diagram illustrating virtual input/output data managed by the virtual IO unit of the embodiment. 実施形態の入出力指令ブロックを例示する図である。FIG. 3 is a diagram illustrating an input/output command block according to the embodiment. 実施形態の入出力指令ブロックの定義ファイルを例示する図である。FIG. 3 is a diagram illustrating a definition file of an input/output command block according to the embodiment. 実施形態の入出力指令ブロックにより実行されるプロシージャを例示する図である。FIG. 3 is a diagram illustrating a procedure executed by the input/output command block of the embodiment. 実施形態のイベント指令を含んだ開始ブロックを例示する図である。FIG. 3 is a diagram illustrating a starting block including an event command according to an embodiment. 実施形態のシーケンスプログラムにおいて指定された停止位置を例示する図である。It is a figure which illustrates the stop position designated in the sequence program of embodiment. 実施形態の一時停止指令ブロックを例示する図である。FIG. 3 is a diagram illustrating a temporary stop command block according to the embodiment. 実施形態の一時停止指令ブロックの定義ファイル、及び実行されるプロシージャを例示する図である。It is a figure which illustrates the definition file of the temporary stop command block of embodiment, and the procedure to be executed. 実施形態のイベント指令及び一時停止指令ブロックを含んで構成されたブロックプログラムを例示する図である。It is a figure which illustrates the block program comprised including the event command and temporary stop command block of embodiment. 実施形態の機械動作指令に関するブロックを含んで構成されたブロックプログラムを例示する第1の図である。FIG. 2 is a first diagram illustrating a block program including blocks related to machine operation commands according to the embodiment. 実施形態の機械動作指令に関するブロックを含んで構成されたブロックプログラムを例示する第2の図である。FIG. 2 is a second diagram illustrating a block program including blocks related to machine operation commands according to the embodiment.
 以下、本発明の実施形態の一例について説明する。
 本実施形態では、産業機械(以下、単に機械ともいう)の制御プログラムをシミュレーション動作させる際に、その仮想IO信号(入出力データ)へのインタフェースを備えた仮想機械を提供するシステムを示す。
 ここで、制御プログラムは、Programmable Logic Controller(PLC)のシーケンスプログラムとし、シーケンスプログラムのシミュレーションを行う仮想PLC装置と、この仮想PLC装置と連携する仮想機械を動作させる仮想機械生成装置とを備えた仮想PLCシステムを例示する。
An example of an embodiment of the present invention will be described below.
This embodiment shows a system that provides a virtual machine that is equipped with an interface to virtual IO signals (input/output data) when a control program for an industrial machine (hereinafter also simply referred to as a machine) is run in simulation.
Here, the control program is a sequence program of a Programmable Logic Controller (PLC), and is a virtual PLC device that simulates the sequence program, and a virtual machine generation device that operates a virtual machine that cooperates with this virtual PLC device. A PLC system is illustrated.
 図1は、本実施形態の仮想PLCシステム1の機能構成を示すブロック図である。
 仮想PLCシステム1は、仮想PLC装置11と、仮想機械生成装置12とを備える。
FIG. 1 is a block diagram showing the functional configuration of a virtual PLC system 1 of this embodiment.
The virtual PLC system 1 includes a virtual PLC device 11 and a virtual machine generation device 12.
 仮想PLC装置11は、制御部(プロセッサ)及び記憶部(メモリ)を備えた情報処理装置(コンピュータ)であり、仮想機械生成装置12と同一筐体、又はネットワークを介して通信接続されている。 The virtual PLC device 11 is an information processing device (computer) equipped with a control section (processor) and a storage section (memory), and is communicatively connected to the virtual machine generation device 12 through the same housing or via a network.
 仮想PLC装置11は、シーケンスプログラム解析部111と、シーケンスプログラム実行部112と、仮想IO部113と、シーケンスプログラム一時停止部114と、シーケンスプログラム再開部115とを備える。これらの機能部は、記憶部に格納された各種ソフトウェアを制御部が読み出し実行することにより実現される。 The virtual PLC device 11 includes a sequence program analysis section 111, a sequence program execution section 112, a virtual IO section 113, a sequence program suspension section 114, and a sequence program restart section 115. These functional units are realized by the control unit reading and executing various software stored in the storage unit.
 シーケンスプログラム解析部111は、記憶部に記憶されたシーケンスプログラムを読み出し、シーケンスプログラムで使用される変数情報及び信号情報を仮想IO部113に出力する。 The sequence program analysis unit 111 reads the sequence program stored in the storage unit, and outputs variable information and signal information used in the sequence program to the virtual IO unit 113.
 シーケンスプログラム実行部112は、シーケンスプログラムを実行し、機械及び周辺機器に対する制御状態をシミュレーションする。 The sequence program execution unit 112 executes the sequence program and simulates the control state of the machine and peripheral devices.
 仮想IO部113は、シーケンスプログラム実行部112で実行されるシーケンスプログラムの仮想入出力データである変数情報及び信号情報を管理する。仮想IO部113は、この仮想入出力データを仮想機械生成装置12の入出力情報へ出力すると共に、仮想機械生成装置12において動作する仮想機械から出力されるデータを変数情報及び信号情報に書き込み、シーケンスプログラム実行部112へ提供する。 The virtual IO unit 113 manages variable information and signal information that are virtual input/output data of the sequence program executed by the sequence program execution unit 112. The virtual IO unit 113 outputs this virtual input/output data to the input/output information of the virtual machine generation device 12, and writes data output from the virtual machine operating in the virtual machine generation device 12 to variable information and signal information. Provided to the sequence program execution unit 112.
 シーケンスプログラム一時停止部114は、仮想機械生成装置12において動作する仮想機械からの一時停止要求を受け付け、シーケンスプログラム実行部112に対して停止処理を行う。この停止処理は、即時であってもよいし、シーケンスプログラム中に予め設けられた位置のいずれかが指定されてもよい。 The sequence program temporary stop unit 114 receives a temporary stop request from a virtual machine running in the virtual machine generation device 12, and performs a stop process on the sequence program execution unit 112. This stopping process may be immediate, or any position provided in advance in the sequence program may be specified.
 シーケンスプログラム再開部115は、ユーザからの再開要求を示す操作入力に応じて、シーケンスプログラム実行部112に対して再開処理を行う。 The sequence program restart unit 115 performs restart processing on the sequence program execution unit 112 in response to an operation input from the user indicating a restart request.
 仮想機械生成装置12は、制御部(プロセッサ)及び記憶部(メモリ)の他、表示部20及びスピーカ30等を備えた情報処理装置(コンピュータ)であり、仮想PLC装置11と同一筐体、又はネットワークを介して通信接続されている。 The virtual machine generation device 12 is an information processing device (computer) that includes a control section (processor), a storage section (memory), a display section 20, a speaker 30, etc., and is installed in the same housing as the virtual PLC device 11, or Communication is connected via a network.
 仮想機械生成装置12は、入出力情報取得部121と、入出力指令生成部122と、イベント指令生成部123と、位置情報取得部124と、一時停止指令生成部125と、部品情報取得部126と、機械動作指令生成部127と、実行部128とを備える。これらの機能部は、記憶部に格納された各種ソフトウェアを制御部が読み出し実行することにより実現される。 The virtual machine generation device 12 includes an input/output information acquisition unit 121 , an input/output command generation unit 122 , an event command generation unit 123 , a position information acquisition unit 124 , a temporary stop command generation unit 125 , and a parts information acquisition unit 126 , a machine operation command generation section 127 , and an execution section 128 . These functional units are realized by the control unit reading and executing various software stored in the storage unit.
 入出力情報取得部121は、シーケンスプログラムのシミュレーション環境である仮想PLC装置11の仮想IO部113で管理されている仮想入出力データから、産業機械をシミュレーションする仮想機械への入出力情報として、変数情報及び信号情報を取得する。
 なお、入出力情報取得部121は、仮想IO部113から入出力情報を直接受け取ってもよいが、CSV、json、XML等の各種データ形式で取り込み、入出力情報として記憶してもよい。
The input/output information acquisition unit 121 acquires variables as input/output information to a virtual machine that simulates an industrial machine from virtual input/output data managed by the virtual IO unit 113 of the virtual PLC device 11, which is a simulation environment for a sequence program. Obtain information and signal information.
Note that the input/output information acquisition unit 121 may directly receive input/output information from the virtual IO unit 113, but may also capture the input/output information in various data formats such as CSV, json, or XML, and store it as input/output information.
 また、入出力情報取得部121は、仮想IO部113とのインタフェースを担い、仮想機械が仮想入出力データへアクセスするためのプログラムコードをライブラリとして管理する。 Further, the input/output information acquisition unit 121 serves as an interface with the virtual IO unit 113, and manages program codes for the virtual machine to access virtual input/output data as a library.
 図2は、本実施形態の仮想IO部113で管理される仮想入出力データを例示する図である。
 シーケンスプログラムにおいて、アドレス(例えば、%Y1.0)で示されるIO信号に対しては、変数(例えば、RED_LAMP)を割り当てることができる。
 また、変数が割り当てられず、シーケンスプログラム中に直接アドレスで指定される信号(例えば、%X1.2)も、仮想入出力データに含まれる。
FIG. 2 is a diagram illustrating virtual input/output data managed by the virtual IO unit 113 of this embodiment.
In a sequence program, a variable (for example, RED_LAMP) can be assigned to an IO signal indicated by an address (for example, %Y1.0).
Furthermore, signals to which no variables are assigned and which are directly specified by addresses during the sequence program (for example, %X1.2) are also included in the virtual input/output data.
 入出力指令生成部122は、入出力情報取得部121により取得された入出力情報から、所定のブロックプログラミングツールに追加するための変数定義、及び仮想IO部113の仮想入出力データへアクセスするためのコードと対応付けた入出力指令ブロックを生成する。 The input/output command generation unit 122 defines variables to be added to a predetermined block programming tool and accesses virtual input/output data of the virtual IO unit 113 from the input/output information acquired by the input/output information acquisition unit 121. Generates an input/output command block associated with the code.
 ここで、ブロックプログラミングツールは、プログラム部品である各種のブロックを組み合わせてプログラムを構成するビジュアルプログラミングのためのツールであり、例えば、Scrachが採用されてよいが、これには限られない。 Here, the block programming tool is a tool for visual programming that configures a program by combining various blocks that are program parts, and for example, Scratch may be adopted, but the tool is not limited to this.
 図3は、本実施形態の入出力指令ブロックを例示する図である。
 入出力指令ブロックは、信号、又は信号に割り当てられた変数に対して、値を代入するプログラム部品である。
 例示したブロックは、一つ目の空欄に指定された信号又は変数に対して、二つ目の空欄に指定された値を代入することにより、この値を仮想IO部113に連携するものである。
FIG. 3 is a diagram illustrating an input/output command block of this embodiment.
The input/output command block is a program component that assigns a value to a signal or a variable assigned to a signal.
The illustrated block associates this value with the virtual IO unit 113 by assigning the value specified in the second blank to the signal or variable specified in the first blank. .
 図4は、本実施形態の入出力指令ブロックの定義ファイルを例示する図である。
 ブロック定義ファイルは、json又はXML等のメタデータとして記述される。この例では、図3の入出力指令ブロックの表示形式として、表示されるテキスト、及び二つの引数が定義され、ブロックが使用された際の動作を規定するプロシージャ(例えば、signal_input)が指定されている。
FIG. 4 is a diagram illustrating the definition file of the input/output command block of this embodiment.
The block definition file is described as metadata such as json or XML. In this example, the displayed text and two arguments are defined as the display format of the input/output command block in Figure 3, and a procedure (for example, signal_input) that specifies the behavior when the block is used is specified. There is.
 図5は、本実施形態の入出力指令ブロックにより実行されるプロシージャを例示する図である。
 プロシージャは、仮想PLC装置11の仮想入出力データにアクセスするために、入出力情報取得部121によりライブラリとして管理されているプログラムコードを含み、指定された信号又は変数を書き換える仮想機械の動作を規定している。
FIG. 5 is a diagram illustrating a procedure executed by the input/output command block of this embodiment.
The procedure includes program code managed as a library by the input/output information acquisition unit 121 in order to access virtual input/output data of the virtual PLC device 11, and defines the operation of the virtual machine to rewrite specified signals or variables. are doing.
 イベント指令生成部123は、入出力情報取得部121により取得された入出力情報から、仮想PLC装置11の仮想入出力データの変化に応じたイベント指令の定義を生成する。
 イベント指令の定義は、プログラムの開始ブロックを構成する部品を示し、変数又は信号の値が変化したことをプログラム開始のトリガーとして検知するものである。
The event command generation unit 123 generates a definition of an event command according to a change in virtual input/output data of the virtual PLC device 11 from the input/output information acquired by the input/output information acquisition unit 121.
The definition of an event command indicates a component that constitutes a starting block of a program, and detects a change in the value of a variable or signal as a trigger for starting a program.
 また、イベント指令生成部123は、イベント指令として、変数又は信号によらない仮想機械に対するユーザからの操作イベントをさらに定義してもよい。 Furthermore, the event command generation unit 123 may further define, as the event command, an operation event from the user to the virtual machine that does not depend on variables or signals.
 図6は、本実施形態のイベント指令を含んだ開始ブロックを例示する図である。
 ここでは、「RED_LAMPがTRUE」等の変数の書き換えに関するイベント指令が選択入力された、汎用の開始ブロックを例示している。
 なお、イベント指令は、それぞれ専用の開始ブロックとして生成されてもよい。
FIG. 6 is a diagram illustrating a start block including an event command according to this embodiment.
Here, a general-purpose start block is illustrated in which an event command related to rewriting a variable such as "RED_LAMP is TRUE" is selectively input.
Note that each event command may be generated as a dedicated start block.
 位置情報取得部124は、仮想PLC装置11で実行されるシーケンスプログラムから、一時停止位置を指定するための位置情報を取得する。 The position information acquisition unit 124 acquires position information for specifying a temporary stop position from the sequence program executed by the virtual PLC device 11.
 図7は、本実施形態のシーケンスプログラムにおいて指定された停止位置を例示する図である。
 停止位置は、テキスト形式のプログラム行番号、又はラダーのネット番号等で指定される他、任意の停止位置を示すブレークポイントが記述される。
 このブレークポイントのラベル(例えば、point_1)が位置情報として取得される。
FIG. 7 is a diagram illustrating stop positions specified in the sequence program of this embodiment.
The stop position is specified by a program line number in text format, a ladder net number, or the like, and a breakpoint indicating an arbitrary stop position is written.
The label of this breakpoint (for example, point_1) is acquired as position information.
 一時停止指令生成部125は、取得された位置情報のいずれかでシーケンスプログラムを一時停止させるためのコードと対応付けた一時停止指令ブロックを生成する。 The pause command generation unit 125 generates a pause command block associated with a code for temporarily stopping the sequence program at any of the acquired position information.
 図8は、本実施形態の一時停止指令ブロックを例示する図である。
 一時停止指令ブロックは、例えば、「すぐに」プログラムを停止する、ネット番号「4」でプログラムを停止する、ブレークポイント「point_1」でプログラムを停止する、のように位置情報取得部124により取得された位置情報若しくは即時を選択、又は直接入力可能なプログラム部品である。
FIG. 8 is a diagram illustrating a temporary stop command block of this embodiment.
The temporary stop command block is acquired by the position information acquisition unit 124, for example, to stop the program "immediately", to stop the program at net number "4", to stop the program at breakpoint "point_1", etc. This is a program component that allows you to select or directly input location information.
 図9は、本実施形態の一時停止指令ブロックの定義ファイル、及び実行されるプロシージャを例示する図である。
 この例は、「すぐに」プログラムを停止させるブロックの定義ファイルであり、表示されるテキスト、及び「すぐに」がデフォルトとして指定された引数が定義されている。
 このブロックが使用された際の動作を規定するプロシージャ(send_break)は、仮想PLC装置11のシーケンスプログラム一時停止部114に対して、引数に応じた一時停止要求を行う。
FIG. 9 is a diagram illustrating the definition file of the temporary stop command block and the procedure to be executed in this embodiment.
This example is a definition file for a block that stops the program "immediately", and defines the text to be displayed and an argument with "immediately" specified as the default.
A procedure (send_break) that defines the operation when this block is used issues a pause request to the sequence program pause unit 114 of the virtual PLC device 11 according to an argument.
 図10は、本実施形態のイベント指令及び一時停止指令ブロックを含んで構成されたブロックプログラムを例示する図である。
 この例では、仮想機械上で「ドアオープン」の操作がされると、ブレークポイント「%L4」でシーケンスプログラムが一時停止される。
FIG. 10 is a diagram illustrating a block program including an event command and a temporary stop command block according to the present embodiment.
In this example, when the "door open" operation is performed on the virtual machine, the sequence program is temporarily stopped at the breakpoint "%L4".
 部品情報取得部126は、機械の設計データから部品の識別情報を抽出し、この部品の動作に関する画像データ又は音声データの少なくとも一方を取得する。
 設計データは、例えば、機械設計CADデータ、又は電気設計CADデータ等であり、これらからメーカ及び型番情報を含む部品表が抽出される。部品情報取得部126は、このメーカ及び型番情報に基づいて、該当する画像データ及び音声データを、所定のデータベースから抽出する。
The component information acquisition unit 126 extracts identification information of a component from the machine design data, and acquires at least one of image data or audio data regarding the operation of this component.
The design data is, for example, mechanical design CAD data or electrical design CAD data, from which a parts list including manufacturer and model number information is extracted. The parts information acquisition unit 126 extracts the corresponding image data and audio data from a predetermined database based on the manufacturer and model number information.
 機械動作指令生成部127は、取得した画像データ又は音声データを提示するための機械動作指令を含むステンシル定義を生成する。
 例えば、部品としてタワーランプが抽出された場合、このタワーランプの赤色LED点滅、青色LED点灯、といった各動作に対応した画像データがステンシル(例えば、Scrachのコスチューム)として定義される。
 また、各種の警報音等が選択可能な音声データとして定義される。
The machine motion command generation unit 127 generates a stencil definition including a machine motion command for presenting the acquired image data or audio data.
For example, when a tower lamp is extracted as a part, image data corresponding to each operation of the tower lamp, such as blinking a red LED and lighting a blue LED, is defined as a stencil (for example, Scratch's costume).
Furthermore, various alarm sounds and the like are defined as selectable audio data.
 図11は、本実施形態の機械動作指令に関するブロックを含んで構成されたブロックプログラムを例示する第1の図である。
 この例では、仮想入出力データが変化する「RED_LAMPがTRUE」というイベント指令をトリガーとして、タワーランプの画像を「赤色LED点滅」に変更して表示部20に表示し、「警報音1」をスピーカ30に出力するアルゴリズムが構成されている。
FIG. 11 is a first diagram illustrating a block program including blocks related to machine operation commands according to the present embodiment.
In this example, the event command "RED_LAMP is TRUE", which changes the virtual input/output data, is used as a trigger to change the image of the tower lamp to "flashing red LED" and display it on the display unit 20, and to emit "alarm sound 1". An algorithm for outputting to the speaker 30 is configured.
 図12は、本実施形態の機械動作指令に関するブロックを含んで構成されたブロックプログラムを例示する第2の図である。
 この例では、仮想入出力データを参照し、変数「BLUE_LAMP」がTRUEであれば、機械動作指令として「青色LED点灯」を実行し、続いて、入出力指令ブロックにより、仮想入出力データの信号「%X1.2」にTRUEを書き込むアルゴリズムが構成されている。
FIG. 12 is a second diagram illustrating a block program including blocks related to machine operation commands according to the present embodiment.
In this example, the virtual input/output data is referenced, and if the variable "BLUE_LAMP" is TRUE, "turn on the blue LED" is executed as the machine operation command, and then the input/output command block is used to signal the virtual input/output data. An algorithm is configured to write TRUE to "%X1.2".
 実行部128は、ブロックプログラミングツールにより、変数定義及び入出力指令ブロックを含んだアルゴリズムを構成するための操作入力を受け付け、構成されたアルゴリズムを実行することにより、仮想PLC装置11の仮想入出力データとのインタフェースを含む仮想機械を生成する。 The execution unit 128 receives operation input for configuring an algorithm including variable definitions and input/output command blocks using the block programming tool, and executes the configured algorithm to create virtual input/output data of the virtual PLC device 11. Create a virtual machine that includes an interface with.
 また、実行部128は、イベント指令を含むプログラム開始ブロックを含んだアルゴリズムを構成するための操作入力を受け付けることで、イベント指令に応じて仮想機械を動作させてもよい。 Furthermore, the execution unit 128 may operate the virtual machine in accordance with the event command by accepting an operation input for configuring an algorithm including a program start block containing the event command.
 また、実行部128は、イベント指令を含むプログラム開始ブロック、及び一時停止指令ブロックを含んだアルゴリズムを構成するための操作入力を受け付けることで、イベント指令に応じてシーケンスプログラムを一時停止させてもよい。 Furthermore, the execution unit 128 may suspend the sequence program in accordance with the event command by accepting an operation input for configuring an algorithm including a program start block including the event command and a pause command block. .
 また、実行部128は、機械動作指令を含んだアルゴリズムを構成するための操作入力を受け付け、仮想機械の動作をユーザに明示するために画像データ又は音声データを提示してもよい。 Furthermore, the execution unit 128 may accept operation input for configuring an algorithm including machine operation commands, and may present image data or audio data to clearly indicate the operation of the virtual machine to the user.
 本実施形態によれば、仮想機械生成装置12は、仮想PLC装置11においてシミュレーション実行されているシーケンスプログラムの仮想入出力データとのインタフェースを有し、このインタフェースのためのプログラム部品をブロックプログラミングツールに対して提供する。これにより、仮想機械生成装置12は、仮想PLC装置11によるシーケンスプログラムのシミュレーションと連携した機械の動作を、仮想環境上で容易に構築できる。 According to this embodiment, the virtual machine generation device 12 has an interface with virtual input/output data of a sequence program being simulated in the virtual PLC device 11, and creates program parts for this interface in a block programming tool. Provided for. Thereby, the virtual machine generation device 12 can easily construct, on the virtual environment, the operation of the machine in conjunction with the simulation of the sequence program by the virtual PLC device 11.
 また、仮想機械生成装置12は、イベント指令を定義したプログラム部品により、仮想PLC装置11におけるシーケンスプログラムのシミュレーション実行に応じた変数又は信号の変化を、仮想機械の動作のトリガーとして容易に組み込むことができる。
 さらに、仮想機械生成装置12は、機械への操作入力に応じた動作についてもイベント指令として定義することにより、仮想機械をより適切に動作させることができる。
Further, the virtual machine generation device 12 can easily incorporate changes in variables or signals according to the simulation execution of the sequence program in the virtual PLC device 11 as a trigger for the operation of the virtual machine, using a program component that defines an event command. can.
Furthermore, the virtual machine generation device 12 can operate the virtual machine more appropriately by defining an operation corresponding to an operation input to the machine as an event command.
 また、仮想機械生成装置12は、プログラム部品として、シーケンスプログラムから抽出された位置を指定する一時停止指令ブロックを提供することにより、イベント指令のブロックと連動して、シーケンスプログラムのシミュレーションを一時停止できる。したがって、仮想機械生成装置12は、プログラムの実行再開、又はステップ実行等を利用したデバッグ環境を提供できる。 In addition, the virtual machine generation device 12 can pause the simulation of the sequence program in conjunction with the event command block by providing a pause command block that specifies a position extracted from the sequence program as a program component. . Therefore, the virtual machine generation device 12 can provide a debugging environment using program execution resumption, step execution, or the like.
 また、仮想機械生成装置12は、機械動作指令を定義したプログラム部品により、機械動作を表現した画像(アニメーション)及び音声を提示することができる。 Additionally, the virtual machine generation device 12 can present images (animation) and audio expressing machine motion using program components that define machine motion commands.
 以上、本発明の実施形態について詳述したが、本発明は上述した個々の実施形態に限定されるものではない。これらの実施形態は、発明の要旨を逸脱しない範囲で、又は特許請求の範囲に記載された内容とその均等物から導き出される本発明の思想及び趣旨を逸脱しない範囲で、種々の追加、置き換え、変更、部分的削除等が可能である。例えば、上述した実施形態において、各動作の順序や各処理の順序は、一例として示したものであり、これらに限定されるものではない。 Although the embodiments of the present invention have been described in detail above, the present invention is not limited to the individual embodiments described above. These embodiments may be modified by various additions, substitutions, It is possible to change, partially delete, etc. For example, in the embodiments described above, the order of each operation and the order of each process are shown as examples, and are not limited to these.
 本実施形態では、仮想PLCシステム1の仮想PLC装置11及び仮想機械生成装置12は、独立した情報処理装置として説明したが、これには限られない。
 例えば、仮想機械生成装置12は、仮想PLC装置11に組み込まれてもよいし、複数の情報処理装置により構成されてもよい。
In this embodiment, the virtual PLC device 11 and the virtual machine generation device 12 of the virtual PLC system 1 have been described as independent information processing devices, but the present invention is not limited to this.
For example, the virtual machine generation device 12 may be incorporated into the virtual PLC device 11, or may be configured by a plurality of information processing devices.
 仮想機械生成装置12による仮想機械生成方法は、ソフトウェアにより実現される。ソフトウェアによって実現される場合には、このソフトウェアを構成するプログラムが、コンピュータにインストールされる。また、これらのプログラムは、リムーバブルメディアに記録されてユーザに配布されてもよいし、ネットワークを介してユーザのコンピュータにダウンロードされることにより配布されてもよい。 The virtual machine generation method by the virtual machine generation device 12 is realized by software. When realized by software, programs constituting this software are installed on the computer. Furthermore, these programs may be recorded on removable media and distributed to users, or may be distributed by being downloaded to users' computers via a network.
 1 仮想PLCシステム
 11 仮想PLC装置
 12 仮想機械生成装置
 20 表示部
 30 スピーカ
 111 シーケンスプログラム解析部
 112 シーケンスプログラム実行部
 113 仮想IO部
 114 シーケンスプログラム一時停止部
 115 シーケンスプログラム再開部
 121 入出力情報取得部
 122 入出力指令生成部
 123 イベント指令生成部
 124 位置情報取得部
 125 一時停止指令生成部
 126 部品情報取得部
 127 機械動作指令生成部
 128 実行部
1 Virtual PLC system 11 Virtual PLC device 12 Virtual machine generation device 20 Display section 30 Speaker 111 Sequence program analysis section 112 Sequence program execution section 113 Virtual IO section 114 Sequence program temporary stop section 115 Sequence program restart section 121 Input/output information acquisition section 122 Input/output command generation unit 123 Event command generation unit 124 Position information acquisition unit 125 Pause command generation unit 126 Parts information acquisition unit 127 Machine operation command generation unit 128 Execution unit

Claims (6)

  1.  産業機械への入出力情報を、制御プログラムのシミュレーション環境における仮想入出力データから取得する入出力情報取得部と、
     前記入出力情報から、所定のブロックプログラミングツールに追加するための変数定義、及び前記仮想入出力データへアクセスするためのコードと対応付けた入出力指令ブロックを生成する入出力指令生成部と、
     前記ブロックプログラミングツールにより、前記変数定義及び前記入出力指令ブロックを含んだアルゴリズムを構成するための操作入力を受け付け、構成されたアルゴリズムを実行することにより、前記仮想入出力データとのインタフェースを含む仮想機械を生成する実行部と、を備える仮想機械生成装置。
    an input/output information acquisition unit that acquires input/output information to the industrial machine from virtual input/output data in a simulation environment of the control program;
    an input/output command generation unit that generates an input/output command block associated with a variable definition to be added to a predetermined block programming tool and a code for accessing the virtual input/output data from the input/output information;
    The block programming tool accepts an operation input for configuring an algorithm including the variable definition and the input/output command block, and executes the configured algorithm to create a virtual program including an interface with the virtual input/output data. A virtual machine generation device comprising: an execution unit that generates a machine.
  2.  前記入出力情報から、前記仮想入出力データの変化に応じたイベント指令の定義を生成するイベント指令生成部を備え、
     前記実行部は、前記ブロックプログラミングツールにより、前記イベント指令を含むプログラム開始ブロックを含んだアルゴリズムを構成するための操作入力を受け付け、構成されたアルゴリズムを実行することにより、前記イベント指令に応じて前記仮想機械を動作させる請求項1に記載の仮想機械生成装置。
    an event command generation unit that generates a definition of an event command according to a change in the virtual input/output data from the input/output information;
    The execution unit receives, from the block programming tool, an operation input for configuring an algorithm including a program start block including the event instruction, and executes the configured algorithm to execute the operation input according to the event instruction. The virtual machine generation device according to claim 1, which operates a virtual machine.
  3.  前記イベント指令生成部は、前記イベント指令として、前記仮想機械に対する操作イベントをさらに定義する請求項2に記載の仮想機械生成装置。 The virtual machine generation device according to claim 2, wherein the event command generation unit further defines an operation event for the virtual machine as the event command.
  4.  前記制御プログラムから、一時停止位置を指定するための位置情報を取得する位置情報取得部と、
     前記位置情報のいずれかで前記制御プログラムを一時停止させるためのコードと対応付けた一時停止指令ブロックを生成する一時停止指令生成部を備え、
     前記実行部は、前記ブロックプログラミングツールにより、前記イベント指令を含むプログラム開始ブロック、及び前記一時停止指令ブロックを含んだアルゴリズムを構成するための操作入力を受け付け、構成されたアルゴリズムを実行することにより、前記イベント指令に応じて前記制御プログラムを一時停止させる請求項3に記載の仮想機械生成装置。
    a position information acquisition unit that acquires position information for specifying a temporary stop position from the control program;
    comprising a pause command generation unit that generates a pause command block associated with a code for temporarily stopping the control program based on any of the position information,
    The execution unit receives an operation input from the block programming tool to configure a program start block including the event command and an algorithm including the pause command block, and executes the configured algorithm. The virtual machine generation device according to claim 3, wherein the control program is temporarily stopped in response to the event command.
  5.  前記産業機械の設計データから部品の識別情報を抽出し、当該部品の動作に関する画像データ又は音声データの少なくとも一方を取得する部品情報取得部と、
     前記画像データ又は前記音声データを提示するための機械動作指令を含むステンシル定義を生成する機械動作指令生成部と、を備え、
     前記実行部は、前記ブロックプログラミングツールにより、前記機械動作指令を含んだアルゴリズムを構成するための操作入力を受け付け、構成されたアルゴリズムを実行することにより、前記画像データ又は前記音声データを提示する請求項1から請求項4のいずれかに記載の仮想機械生成装置。
    a parts information acquisition unit that extracts identification information of parts from the design data of the industrial machine and acquires at least one of image data or audio data regarding the operation of the part;
    a machine motion command generation unit that generates a stencil definition including a machine motion command for presenting the image data or the audio data,
    The execution unit receives an operation input for configuring an algorithm including the machine operation command through the block programming tool, and presents the image data or the audio data by executing the configured algorithm. A virtual machine generation device according to any one of claims 1 to 4.
  6.  請求項1から請求項4のいずれかに記載の仮想機械生成装置としてコンピュータを機能させるための仮想機械生成プログラム。 A virtual machine generation program for causing a computer to function as the virtual machine generation device according to any one of claims 1 to 4.
PCT/JP2022/028815 2022-07-26 2022-07-26 Virtual machine generation device and virtual machine generation program WO2024023936A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/028815 WO2024023936A1 (en) 2022-07-26 2022-07-26 Virtual machine generation device and virtual machine generation program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/028815 WO2024023936A1 (en) 2022-07-26 2022-07-26 Virtual machine generation device and virtual machine generation program

Publications (1)

Publication Number Publication Date
WO2024023936A1 true WO2024023936A1 (en) 2024-02-01

Family

ID=89705646

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/028815 WO2024023936A1 (en) 2022-07-26 2022-07-26 Virtual machine generation device and virtual machine generation program

Country Status (1)

Country Link
WO (1) WO2024023936A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013534331A (en) * 2010-06-30 2013-09-02 サーモ エレクトロン サイエンティフィック インストルメンツ リミテッド ライアビリティ カンパニー Intelligent multi-function macro language for analytical measurement
CN111475155A (en) * 2020-03-26 2020-07-31 哈尔滨工业大学 Graphic block-based graphical programming method for robot interaction
KR20210090873A (en) * 2020-01-13 2021-07-21 한국전자통신연구원 Robot and the interface Method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013534331A (en) * 2010-06-30 2013-09-02 サーモ エレクトロン サイエンティフィック インストルメンツ リミテッド ライアビリティ カンパニー Intelligent multi-function macro language for analytical measurement
KR20210090873A (en) * 2020-01-13 2021-07-21 한국전자통신연구원 Robot and the interface Method
CN111475155A (en) * 2020-03-26 2020-07-31 哈尔滨工业大学 Graphic block-based graphical programming method for robot interaction

Similar Documents

Publication Publication Date Title
CN105467858B (en) A kind of graphical Integrated Development Environment of robot control program
CN104067186A (en) Support device, recording medium having support program recorded thereon, and method for generating executable program
WO2020039900A1 (en) Information processing apparatus and program
EP4073626B1 (en) Method and system for generating engineering diagrams in an engineering system
JP6362821B2 (en) Control device, control method and instruction set
WO2024023936A1 (en) Virtual machine generation device and virtual machine generation program
JP2007086921A (en) Machinery control program execution system
WO2021140176A1 (en) Method and system for managing engineering workflow in a cloud computing environment
CN116438492A (en) Enhancement of human-machine interface (HMI) for controlling robots
EP3734379A1 (en) Method and system for generating control programs in a cloud computing environment
CN116859850A (en) Modularized industrial digital twin system
KR100642182B1 (en) CNC system utilizing a central processing unit
WO2001097035A1 (en) Automatic evaluation method and automatic evaluation system and storage medium storing automatic evaluation program
WO2022249713A1 (en) Control system, system program, and debugging method
JP4609655B2 (en) Attached data generator for program parts
EP4113282A1 (en) Method and system for generating programs for an automation system by code-similarity based approach
CN110235131A (en) The method and system of robot program for simulating industry robot
US20240037016A1 (en) Computer readable storage medium, debugging support device, debugging support method, and machine learning device
CN111813702B (en) Debugging system, debugging method, device, and computer-readable storage medium
CN106200445B (en) The adjustment method of logic controller
JP2003044277A (en) Program development support device, program development support program and recording medium having the same program recorded thereon
CN109483552B (en) Method and equipment for debugging software and hardware of substrate carrying robot system
US20230237249A1 (en) Method and system for generating an automation engineering project in a technical installation using multidisciplinary approach
JP2003044105A (en) Editor device, editor program, and recording medium where the same is recorded
US20230161566A1 (en) Method and system for generating engineering designs in an engineering system

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

Country of ref document: EP

Kind code of ref document: A1