WO2024089756A1 - ロボット教示操作盤及びロボット制御システム - Google Patents

ロボット教示操作盤及びロボット制御システム Download PDF

Info

Publication number
WO2024089756A1
WO2024089756A1 PCT/JP2022/039657 JP2022039657W WO2024089756A1 WO 2024089756 A1 WO2024089756 A1 WO 2024089756A1 JP 2022039657 W JP2022039657 W JP 2022039657W WO 2024089756 A1 WO2024089756 A1 WO 2024089756A1
Authority
WO
WIPO (PCT)
Prior art keywords
robot
update
unit
software
control device
Prior art date
Application number
PCT/JP2022/039657
Other languages
English (en)
French (fr)
Inventor
開 下妻
Original Assignee
ファナック株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ファナック株式会社 filed Critical ファナック株式会社
Priority to PCT/JP2022/039657 priority Critical patent/WO2024089756A1/ja
Publication of WO2024089756A1 publication Critical patent/WO2024089756A1/ja

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B25HAND TOOLS; PORTABLE POWER-DRIVEN TOOLS; MANIPULATORS
    • B25JMANIPULATORS; CHAMBERS PROVIDED WITH MANIPULATION DEVICES
    • B25J9/00Programme-controlled manipulators
    • B25J9/16Programme controls
    • B25J9/1656Programme controls characterised by programming, planning systems for manipulators
    • 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/18Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form
    • G05B19/414Structure of the control system, e.g. common controller or multiprocessor systems, interface to servo, programmable interface controller
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs

Definitions

  • An embodiment of the present invention relates to a robot teaching operation panel and a robot control system for teaching or operating a robot via a robot control device.
  • a robot teaching operation panel has been used that communicates with a robot control device that controls the operation of an industrial robot (hereinafter simply referred to as a robot) and provides a user interface for teaching the robot's operations or for operating the robot.
  • a robot control device that controls the operation of an industrial robot (hereinafter simply referred to as a robot) and provides a user interface for teaching the robot's operations or for operating the robot.
  • a robot teaching control panel is equipped with a dedicated operating system (OS), and various application programs are executed on this OS to provide functions such as accepting user input, issuing commands to a control device, and acquiring and displaying information from the control device.
  • OS operating system
  • the robot teaching pendant of the embodiment has a function of communicating only with the robot control device, and provides an interface with the user.
  • the robot teaching pendant acquires update data for the software executed by the robot itself from a network via the robot control device by an acquisition unit, and stores the data in a storage unit. Then, when the robot teaching pendant starts an update processing program for updating the software by a start unit, the robot teaching pendant updates the software based on the update data stored in the storage unit in accordance with the update processing program by an update unit.
  • the robot control system of the embodiment includes a robot control device and a robot teaching pendant that communicates only with the robot control device and provides an interface with a user.
  • the robot control device obtains update data for the software executed by the robot teaching pendant from a network using a communication control unit, and transmits the update data to the robot teaching pendant.
  • the robot teaching pendant has an acquisition unit that acquires the update data via the robot control device and stores the update data in a storage unit. Then, when an update processing program for updating the software is started by a start unit, the robot teaching pendant updates the software based on the update data stored in the storage unit in accordance with the update processing program by an update unit.
  • FIG. 2 is a block diagram showing a functional configuration of the robot control system according to the embodiment.
  • 5 is a diagram illustrating a process flow for updating an OS of a robot teaching pendant by the robot control system according to the embodiment.
  • FIG. 4 is a flowchart illustrating a software update process according to the embodiment.
  • the robot teaching pendant of this embodiment is a device that provides a user interface with a robot control device that controls the operation of the robot, and is connected for communication via wire or wirelessly to form a robot control system.
  • FIG. 1 is a block diagram showing the functional configuration of a robot control system 1 according to the present embodiment.
  • the robot control system 1 includes a robot control device 10 connected to a network, and a robot teaching pendant 20 that is communicatively connected only to the robot control device 10 .
  • the robot control device 10 controls the operation of the robot in accordance with a predetermined program and user input to the robot teaching operation panel 20, and also acquires various measurement data and the like from the robot.
  • the robot control device 10 includes a communication control unit 11 that is responsible for communication with the robot teaching operation panel 20 and communication with the network.
  • the communication control unit 11 obtains update data for the software executed by the robot teaching operation panel 20 from the network in response to a request from the robot teaching operation panel 20, and transmits it to the robot teaching operation panel 20.
  • the robot teaching operation panel 20 is an information processing device (computer) equipped with a control unit 21 (processor) and a storage unit 22 (memory), and is communicatively connected to the robot control device 10 to provide an interface between the robot control device 10 and a user.
  • the control unit 21 includes an acquisition unit 211, a startup unit 212, and an update unit 213. These functional units operate when the control unit 21 reads out and executes various software programs stored in the storage unit 22.
  • the acquisition unit 211 acquires update data for the software executed by the robot teaching pendant 20 from the network via the robot control device 10.
  • the acquired update data is stored in the storage unit 22.
  • the software to be updated that is executed by the robot teaching pendant 20 may be an OS or an application program that runs on the OS, but here, an example will be given of updating the OS.
  • the acquisition of update data may be performed, for example, in response to an instruction from a user or periodically, and the acquisition timing may be set appropriately.
  • the starting unit 212 starts an update processing program for updating software.
  • the software to be updated is the OS for normal operation (first OS)
  • the startup unit 212 starts up a second OS as an update processing program instead of the OS for normal operation.
  • the second OS is a program that is responsible only for updating the first OS, and is selectively started up, for example, by an option when the robot teaching operation panel 20 is restarted.
  • the update unit 213 updates the software (first OS) based on the update data stored in the storage unit 22 in accordance with the update processing program (second OS). Then, the update unit 213 restarts the robot teaching pendant 20 to switch to the updated first operating system.
  • the update data may be an image file of the software (first OS), in which case the update unit 213 replaces the entire software with the image file.
  • the image file may continue to be stored in the storage unit 22 after the update process in order to enable repair of software failures.
  • FIG. 2 is a diagram for explaining the flow of a process in which the robot control system 1 of this embodiment updates the OS of the robot teaching pendant 20.
  • the robot teaching pendant 20 receives an update file from an external network via the communication control unit 11 of the robot control device 10 with which it communicates, and stores the update file in a specified storage area (memory unit 22).
  • the robot teaching pendant 20 is restarted with the update OS instead of the normal OS at a predetermined timing.
  • the update OS does not provide a communication function with the robot control device 10, and after checking the update file in the storage area and updating the normal OS, the robot teaching pendant 20 is restarted. This allows the updated normal OS to run, and communication with the robot control device 10 is restored.
  • FIG. 3 is a flowchart showing the software update process of this embodiment. Here, a case is shown in which the process is started by a user's selection, and a series of steps relating to the OS update are executed successively.
  • step S1 when the user selects to update the OS, the acquisition unit 211 acquires the update file on the external network via the robot control device 10 and stores it in the memory unit 22.
  • step S2 the startup unit 212 restarts the robot teaching operation panel 20 using the image of the update OS that has been stored in advance. Note that since the update OS only has the function of updating the normal OS, the connection with the robot control device 10 is lost at this time.
  • step S3 the update unit 213 updates the normal OS using the update file saved in step S1.
  • step S4 the update unit 213 restarts the robot teaching operation panel 20 again using the normal OS updated in step S3. This restores the connection with the robot control device 10.
  • timing of saving the update file in step S1 is not limited to this, and may be performed in advance regardless of whether or not there is an instruction from the user.
  • the robot teaching pendant 20 can update the software using a pre-stored update processing program by acquiring software update data from a network via the communicable robot control device 10. Therefore, there is no need for the user to separately store update data in a storage device such as an SD card or USB memory. As a result, it is possible to reduce the risks of update failure or software failure due to operational mistakes, or rewriting by a third party, and the robot teaching operation panel 20 can easily and safely update software. In addition, the update processing program will not be leaked from the robot teaching operation panel 20, and further, by accessing a specific file on a securely managed network, the risk of rewriting by a third party is also reduced for update data.
  • the robot teaching pendant 20 may replace the entire software by storing an image file of the software as update data. This allows the robot teaching pendant 20 to be easily rewritten and restored, for example, when software fails.
  • the software to be updated may be the OS.
  • the robot teaching operation panel 20 can be restarted using the update OS to update the normal OS, and then restarted again to operate with the updated normal OS.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Manufacturing & Machinery (AREA)
  • Automation & Control Theory (AREA)
  • General Engineering & Computer Science (AREA)
  • Robotics (AREA)
  • Mechanical Engineering (AREA)
  • Numerical Control (AREA)

Abstract

実施形態によれば、ロボット教示操作盤は、ロボット制御装置とのみ通信する機能を有し、ユーザとのインタフェースを提供する。前記ロボット教示操作盤は、自装置が実行するソフトウェアの更新データを、取得部により前記ロボット制御装置を介してネットワークから取得し、記憶部に保存する。そして、前記ロボット教示操作盤は、起動部により前記ソフトウェアを更新するための更新処理プログラムを起動すると、更新部により前記更新処理プログラムに従って、前記記憶部に保存された前記更新データに基づいて、前記ソフトウェアを更新する。

Description

ロボット教示操作盤及びロボット制御システム
 本発明の実施形態は、ロボット制御装置を介してロボットに教示又はロボットを操作するためのロボット教示操作盤、及びロボット制御システムに関する。
 従来、産業用ロボット(以下、単にロボットともいう)の動作を制御するロボット制御装置と通信接続し、ロボットの動作を教示、又はロボットを操作するためのユーザインタフェースを提供するロボット教示操作盤が利用されている。
特開2006-142480号公報
 一般的に、ロボット教示操作盤には、専用のオペレーティングシステム(OS)が搭載され、このOS上で各種のアプリケーションプログラムを実行することによって、ユーザ入力の受付、制御装置への指令、制御装置からの情報取得及び表示などの機能が提供される。
 しかしながら、OS又はアプリケーションプログラムに対して、セキュリティアップデート、又はバージョンアップなどの更新が必要となった場合、ロボット教示操作盤は、ロボット制御装置とのみ接続されているため、ソフトウェアの書き換えが困難だった。例えば、USBメモリ又はSDカードなどの記憶デバイスを準備し、更新用プログラム(特別なOSイメージ又はアプリケーションプログラム)及び更新ファイルなどを格納する必要があるため、作業ミスによるソフトウェアの故障、あるいは、第三者による書き換えのリスクがあった。
 そこで、より簡単かつ安全にソフトウェアを更新する方法が望まれている。
 実施形態のロボット教示操作盤は、ロボット制御装置とのみ通信する機能を有し、ユーザとのインタフェースを提供する。
 前記ロボット教示操作盤は、自装置が実行するソフトウェアの更新データを、取得部により前記ロボット制御装置を介してネットワークから取得し、記憶部に保存する。そして、前記ロボット教示操作盤は、起動部により前記ソフトウェアを更新するための更新処理プログラムを起動すると、更新部により前記更新処理プログラムに従って、前記記憶部に保存された前記更新データに基づいて、前記ソフトウェアを更新する。
 実施形態のロボット制御システムは、ロボット制御装置、及び当該ロボット制御装置とのみ通信し、ユーザとのインタフェースを提供するロボット教示操作盤を備える。
 前記ロボット制御装置は、前記ロボット教示操作盤からの要求に応じて、通信制御部によりネットワークから前記ロボット教示操作盤が実行するソフトウェアの更新データを取得し、前記ロボット教示操作盤へ送信する。
 前記ロボット教示操作盤は、前記更新データを、取得部により前記ロボット制御装置を介して取得し、記憶部に保存する。そして、前記ロボット教示操作盤は、起動部により前記ソフトウェアを更新するための更新処理プログラムを起動すると、更新部により前記更新処理プログラムに従って、前記記憶部に保存された前記更新データに基づいて、前記ソフトウェアを更新する。
実施形態のロボット制御システムの機能構成を示すブロック図である。 実施形態のロボット制御システムによりロボット教示操作盤のOSが更新される処理の流れを説明する図である。 実施形態のソフトウェア更新処理を示すフローチャートである。
 以下、本発明の実施形態の一例について説明する。
 本実施形態のロボット教示操作盤は、ロボットの動作を制御するロボット制御装置とのユーザインタフェースを提供するデバイスであり、有線又は無線で通信接続され、ロボット制御システムを構成する。
 図1は、本実施形態のロボット制御システム1の機能構成を示すブロック図である。
 ロボット制御システム1は、ネットワークに接続されたロボット制御装置10と、このロボット制御装置10とのみ通信接続されたロボット教示操作盤20とを備える。
 ロボット制御装置10は、所定のプログラム及びロボット教示操作盤20へのユーザ入力に従って、ロボットの動作を制御すると共に、ロボットから各種の測定データなどを取得する。
 この他、ロボット制御装置10は、ロボット教示操作盤20との通信、及びネットワークとの通信を担う通信制御部11を備える。
 本実施形態において、通信制御部11は、ロボット教示操作盤20からの要求に応じて、ネットワークからロボット教示操作盤20が実行するソフトウェアの更新データを取得し、ロボット教示操作盤20へ送信する。
 ロボット教示操作盤20は、制御部21(プロセッサ)及び記憶部22(メモリ)を備えた情報処理装置(コンピュータ)であり、ロボット制御装置10と通信接続され、ロボット制御装置10とユーザとのインタフェースを提供する。
 制御部21は、取得部211と、起動部212と、更新部213とを備え、これらの機能部は、制御部21が記憶部22に格納された各種ソフトウェアを読み出し実行することにより動作する。
 取得部211は、ロボット教示操作盤20が実行するソフトウェアの更新データを、ロボット制御装置10を介してネットワークから取得する。取得した更新データは、記憶部22に保存される。
 ロボット教示操作盤20が実行する更新対象のソフトウェアは、OS又はその上で動作するアプリケーションプログラムであってよいが、ここでは、OSを更新する場合を例示する。
 なお、更新データの取得は、例えば、ユーザからの指示に応じて、あるいは、定期的に行われてよく、取得タイミングは適宜設定されてよい。
 起動部212は、ソフトウェアを更新するための更新処理プログラムを起動する。
 更新対象のソフトウェアが通常動作用のOS(第1のOS)の場合、起動部212は、この通常動作用のOSに代えて、更新処理プログラムとしての第2のOSを起動する。第2のOSは、第1のOSの更新のみを担うプログラムであり、例えば、ロボット教示操作盤20の再起動時のオプションにより、選択的に起動される。
 更新部213は、更新処理プログラム(第2のOS)に従って、記憶部22に保存されている更新データに基づいて、ソフトウェア(第1のOS)を更新する。
 そして、更新部213は、ロボット教示操作盤20を再起動することにより、更新後の第1のオペレーティングシステムに切り替える。
 更新データは、ソフトウェア(第1のOS)のイメージファイルであってよく、この場合、更新部213は、イメージファイルにより、ソフトウェアの全体を入れ替える。
 例えば、ソフトウェアの故障を修復可能とするため、イメージファイルは、更新処理後も引き続き記憶部22に保持されてもよい。
 図2は、本実施形態のロボット制御システム1によりロボット教示操作盤20のOSが更新される処理の流れを説明する図である。
 ロボット教示操作盤20は、通常OSにより動作中に、通信先のロボット制御装置10の通信制御部11を介して外部ネットワークから、更新ファイルを受信して所定の保存領域(記憶部22)に保存する。
 その後、ロボット教示操作盤20は、所定のタイミングで、通常OSに代えて更新用のOSにより再起動する。
 更新用のOSは、ロボット制御装置10との通信機能を提供せず、保存領域の更新ファイルを確認し通常OSを更新すると、ロボット教示操作盤20を再起動させる。
 これにより、更新後の通常OSが動作し、ロボット制御装置10との通信が復活する。
 図3は、本実施形態のソフトウェア更新処理を示すフローチャートである。
 ここでは、ユーザの選択により処理が開始され、OSの更新に関する一連の手順が連続して実行される場合を示す。
 ステップS1において、ユーザからOSの更新が選択されると、取得部211は、ロボット制御装置10を介して、外部ネットワーク上にある更新ファイルを取得し、記憶部22に保存する。
 ステップS2において、起動部212は、予め格納されている更新用OSのイメージを用いてロボット教示操作盤20を再起動する。なお、更新用OSは、通常OSを更新する機能のみが実装されているため、このとき、ロボット制御装置10との接続は失われている。
 ステップS3において、更新部213は、ステップS1で保存された更新ファイルを用いて、通常OSを更新する。
 ステップS4において、更新部213は、ステップS3で更新された通常OSを用いて、再度、ロボット教示操作盤20を再起動する。これにより、ロボット制御装置10との接続が回復する。
 なお、ステップS1の更新ファイルの保存は、このタイミングには限られず、また、ユーザからの指示の有無によらず、予め実行されていてもよい。
 本実施形態によれば、ロボット教示操作盤20は、通信可能なロボット制御装置10を介してソフトウェアの更新データをネットワークから取得することにより、予め格納されている更新処理プログラムを用いてソフトウェアの更新を可能とする。したがって、SDカード又はUSBメモリなどの記憶デバイスに別途、ユーザ作業により更新データなどを格納する必要がない。
 この結果、作業ミスによる更新失敗又はソフトウェアの故障、あるいは第三者による書き換えなどのリスクを抑制でき、ロボット教示操作盤20は、簡単かつ安全にソフトウェアを更新できる。また、更新処理プログラムは、ロボット教示操作盤20から漏洩することがなく、さらに、更新データについても、安全に管理されたネットワーク上の特定のファイルにアクセスすることで、第三者による書き換えのリスクが抑制される。
 また、ロボット教示操作盤20は、更新データとしてソフトウェアのイメージファイルを保存することにより、ソフトウェアの全体を入れ替えてもよい。
 これにより、ロボット教示操作盤20は、例えば、ソフトウェアが故障した際に、容易に書き換えて復旧させることができる。
 更新対象のソフトウェアは、OSであってもよく、この場合、ロボット教示操作盤20は、更新用OSを用いて再起動することにより通常OSを更新し、再度、再起動により更新後の通常OSで動作できる。
 以上、本発明の実施形態について詳述したが、本発明は上述した個々の実施形態に限定されるものではない。これらの実施形態は、発明の要旨を逸脱しない範囲で、又は特許請求の範囲に記載された内容とその均等物から導き出される本発明の思想及び趣旨を逸脱しない範囲で、種々の追加、置き換え、変更、部分的削除等が可能である。例えば、上述した実施形態において、各動作の順序や各処理の順序は、一例として示したものであり、これらに限定されるものではない。
 1 ロボット制御システム
 10 ロボット制御装置
 11 通信制御部
 20 ロボット教示操作盤
 21 制御部
 22 記憶部
 211 取得部
 212 起動部
 213 更新部

Claims (4)

  1.  ロボット制御装置とのみ通信し、ユーザとのインタフェースを提供するロボット教示操作盤であって、
     当該ロボット教示操作盤が実行するソフトウェアの更新データを、前記ロボット制御装置を介してネットワークから取得する取得部と、
     前記更新データを保存する記憶部と、
     前記ソフトウェアを更新するための更新処理プログラムを起動する起動部と、
     前記更新処理プログラムに従って、前記記憶部に保存された前記更新データに基づいて、前記ソフトウェアを更新する更新部と、を備えるロボット教示操作盤。
  2.  前記記憶部は、前記更新データとして前記ソフトウェアのイメージファイルを保存し、
     前記更新部は、前記イメージファイルにより、前記ソフトウェアの全体を入れ替える請求項1に記載のロボット教示操作盤。
  3.  前記ソフトウェアは、通常動作用の第1のオペレーティングシステムであり、
     前記起動部は、前記第1のオペレーティングシステムに代えて、前記更新処理プログラムとしての第2のオペレーティングシステムを起動し、
     前記更新部は、前記第1のオペレーティングシステムを更新した後、再起動により当該更新後の第1のオペレーティングシステムに切り替える請求項1又は請求項2に記載のロボット教示操作盤。
  4.  ロボット制御装置、及び当該ロボット制御装置とのみ通信し、ユーザとのインタフェースを提供するロボット教示操作盤を備えたロボット制御システムであって、
     前記ロボット制御装置は、
      前記ロボット教示操作盤からの要求に応じて、ネットワークから前記ロボット教示操作盤が実行するソフトウェアの更新データを取得し、前記ロボット教示操作盤へ送信する通信制御部を備え、
     前記ロボット教示操作盤は、
      前記更新データを、前記ロボット制御装置を介して取得する取得部と、
     前記更新データを保存する記憶部と、
     前記ソフトウェアを更新するための更新処理プログラムを起動する起動部と、
     前記更新処理プログラムに従って、前記記憶部に保存された前記更新データに基づいて、前記ソフトウェアを更新する更新部と、を備えるロボット制御システム。
PCT/JP2022/039657 2022-10-25 2022-10-25 ロボット教示操作盤及びロボット制御システム WO2024089756A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/039657 WO2024089756A1 (ja) 2022-10-25 2022-10-25 ロボット教示操作盤及びロボット制御システム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/039657 WO2024089756A1 (ja) 2022-10-25 2022-10-25 ロボット教示操作盤及びロボット制御システム

Publications (1)

Publication Number Publication Date
WO2024089756A1 true WO2024089756A1 (ja) 2024-05-02

Family

ID=90830230

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/039657 WO2024089756A1 (ja) 2022-10-25 2022-10-25 ロボット教示操作盤及びロボット制御システム

Country Status (1)

Country Link
WO (1) WO2024089756A1 (ja)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003114806A (ja) * 2001-10-04 2003-04-18 Hitachi Ltd Os更新方法及びセキュリティ制御方法並びにその実施装置
WO2005098560A1 (ja) * 2004-03-31 2005-10-20 Matsushita Electric Industrial Co., Ltd. 産業用ロボット
JP2014050951A (ja) * 2012-09-07 2014-03-20 Fanuc Robotics America Inc ロボット関連情報を監視/分析してスマートデバイス上に表示するシステム
JP2016059982A (ja) * 2014-09-16 2016-04-25 セイコーエプソン株式会社 画像処理装置、及びロボットシステム

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003114806A (ja) * 2001-10-04 2003-04-18 Hitachi Ltd Os更新方法及びセキュリティ制御方法並びにその実施装置
WO2005098560A1 (ja) * 2004-03-31 2005-10-20 Matsushita Electric Industrial Co., Ltd. 産業用ロボット
JP2014050951A (ja) * 2012-09-07 2014-03-20 Fanuc Robotics America Inc ロボット関連情報を監視/分析してスマートデバイス上に表示するシステム
JP2016059982A (ja) * 2014-09-16 2016-04-25 セイコーエプソン株式会社 画像処理装置、及びロボットシステム

Similar Documents

Publication Publication Date Title
US7750676B2 (en) Embedded system and control method therefor
US9959125B2 (en) Field update of boot loader using regular device firmware update procedure
WO2016062146A1 (zh) 序列号信息的更新方法、装置及终端
JP2009169524A (ja) 宅内設備機器用のネットワークシステム
US20200394144A1 (en) Information processing system, information processing device, bios updating method for information processing device, and bios updating program for information processing device
JP2001331327A (ja) 電子機器
US11403113B2 (en) Server with system setting data synchronization function
WO2024089756A1 (ja) ロボット教示操作盤及びロボット制御システム
CN106484442B (zh) 服务器系统及更新开机映像档的方法
JPWO2019207729A1 (ja) 産業用コンピュータ、産業用コンピュータシステム、オペレーティングシステム更新方法及びプログラム
JP4190789B2 (ja) コンピュータシステムにおけるpci拡張カードの自動隠蔽方法、およびそのシステム
JP5084853B2 (ja) ファームウエア更新装置、通信装置、電子機器、ファームウエア更新システム、ファームウエア更新方法及びプログラム
JPH10307726A (ja) 起動エラー時におけるファームウェアリカバリ方式
US20230132494A1 (en) Information processing apparatus, method of controlling the same, and storage medium
EP1835398A1 (en) Frequency converter controller, peripheral device, method and program
JP2017062537A (ja) 情報処理装置、情報処理装置の制御方法、及びプログラム
CN111552498B (zh) 一种实现显示屏的屏参升级的方法及系统
CN106611124B (zh) 计算机装置及其开机方法
EP3945417A1 (en) Software update device, update control method, non-transitory storage medium, and server
JP6582438B2 (ja) 情報処理装置、システム設定方法、及び、コンピュータ・プログラム
US20200334029A1 (en) Update system
CN114237722A (zh) 一种系统的启动方法、装置、设备及工程车辆
JP2003228490A (ja) ネットワークに接続される端末装置およびこれを用いたネットワークシステム
CN110647343A (zh) 一种OpenPower服务器及其系统部署方法
CN107247642B (zh) 用于系统开机时确定可执行映像文件的方法及装置