JP2012018617A - Recording method of program execution history information in electronic component mounting apparatus - Google Patents

Recording method of program execution history information in electronic component mounting apparatus Download PDF

Info

Publication number
JP2012018617A
JP2012018617A JP2010156881A JP2010156881A JP2012018617A JP 2012018617 A JP2012018617 A JP 2012018617A JP 2010156881 A JP2010156881 A JP 2010156881A JP 2010156881 A JP2010156881 A JP 2010156881A JP 2012018617 A JP2012018617 A JP 2012018617A
Authority
JP
Japan
Prior art keywords
execution history
history information
log
information
buffer memory
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2010156881A
Other languages
Japanese (ja)
Inventor
Yoshihiro Fukuda
喜弘 福田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Corp
Original Assignee
Panasonic Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Panasonic Corp filed Critical Panasonic Corp
Priority to JP2010156881A priority Critical patent/JP2012018617A/en
Publication of JP2012018617A publication Critical patent/JP2012018617A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a recording method of program execution history information in an electronic component mounting apparatus capable of ensuring content of data necessary and sufficient for a required analysis purpose while reducing the data amount of log information as small as possible so as to transmit the log information to a manufacturer of the apparatus from a customer through an ordinary mail service when a problem occurs on the apparatus.SOLUTION: In an operation control process of an electronic component mounting apparatus by an operation control section 21, a log record processing section 24 continuously stores execution history information output from a processing section 22, while associating it with time information, in a ring buffer memory 28. When storing the temporally recorded information in a storing log file 29, the execution history information and the time information written in the ring buffer memory 28 is written in the log file 29 at a timing when a certain event has occurred using an alarm signal which is output from a data output section 23 when the event has occurred as a trigger signal.

Description

本発明は、基板に電子部品を実装するために使用される電子部品実装用装置において制御プログラムの実行履歴を記録するプログラム実行履歴情報の記録方法に関するものである。   The present invention relates to a program execution history information recording method for recording an execution history of a control program in an electronic component mounting apparatus used for mounting electronic components on a board.

基板に電子部品を実装する部品実装分野においては、ウェハから半導体チップを取り出して基板に実装するダイボンディング装置など、各種の電子部品実装用装置によって構成される。これらの装置各部の作業動作や処理は、各装置が備えた制御装置であるコンピュータが、各種の制御プログラムを実行することにより行われる。このプログラムの実行過程においては、予め定められた内容の信号がプログラム実行履歴を示す実行履歴情報として出力される。そしてこの実行履歴情報を所定様式で記録することにより、異常発生時の解析用データとして利用することが行われる(例えば特許文献1)。この特許文献に示す例においては、制御プログラムを構成する各モジュールや関数の識別コードを、実行順序に従って時系列的に記憶させるようにしている。このように実行履歴情報を記憶しておくことにより、トラブル発生時には顧客(装置ユーザー)が実行履歴情報の記録を装置製造元に送信して解析を依頼することにより、問題解決を容易にすることができるという利点がある。   In the component mounting field in which electronic components are mounted on a substrate, the electronic component mounting device includes various electronic component mounting devices such as a die bonding device that takes a semiconductor chip from a wafer and mounts it on the substrate. The operation and processing of each part of these devices are performed by a computer, which is a control device included in each device, executing various control programs. In the program execution process, a signal having a predetermined content is output as execution history information indicating the program execution history. Then, by recording this execution history information in a predetermined format, it is used as analysis data when an abnormality occurs (for example, Patent Document 1). In the example shown in this patent document, the identification codes of the modules and functions constituting the control program are stored in time series according to the execution order. By storing the execution history information in this way, when a trouble occurs, the customer (device user) can send a record of the execution history information to the device manufacturer to request analysis, thereby facilitating problem solving. There is an advantage that you can.

特開2001−92691号公報JP 2001-92691 A

近年、電子部品実装用装置における機能の高度化に伴う制御内容の複雑化や、生産管理・品質管理の精緻化の要請により、プログラム実行履歴を示すシーケンスログデータを記録するためのデータ量が大幅に増大する傾向にある。そして、上述の先行技術を含め従来技術においては、プログラムの実行過程において出力される実行履歴情報を全て時系列的に記録する構成となっていたことから、記録対象となるログ情報のデータ量は膨大となる。   In recent years, the amount of data required to record sequence log data indicating the program execution history has increased significantly due to the complexity of control content accompanying the advancement of functions in electronic component mounting equipment and the demand for sophisticated production management and quality control. It tends to increase. In the prior art including the above-described prior art, since all the execution history information output in the program execution process is recorded in time series, the data amount of log information to be recorded is Become enormous.

しかしながら装置に許容される記憶容量には限界がある。また、装置にトラブルが発生し、顧客がプログラム実行履歴であるログ情報を全て装置製造元に解析依頼する際、ログ情報のデータは膨大であるため、顧客がログ情報を装置製造元に送ろうとすると通常の回線を介したメールサービスでは対応することができず、高速な通信回線や大容量のデータ保存領域(サーバ)を別途準備する必要があった。そのため、顧客は装置製造元にすぐにログ情報のデータを送ることができず、トラブル対応が遅れるという問題があった。更に従来技術においては、個々のログ情報と時刻との関係が必ずしも明確にされておらず、動作異常など実際に生じた事象と記録されたログ情報との関連を正確に把握することが困難であった。   However, the storage capacity allowed for the device is limited. Also, when trouble occurs in the device and the customer requests the device manufacturer to analyze all log information that is the program execution history, the log information data is enormous, so it is normal for the customer to send log information to the device manufacturer. The mail service via this line could not cope, and it was necessary to prepare a high-speed communication line and a large capacity data storage area (server) separately. For this reason, the customer cannot immediately send the log information data to the device manufacturer, and there is a problem that the troubleshooting is delayed. Furthermore, in the prior art, the relationship between individual log information and time is not necessarily clarified, and it is difficult to accurately grasp the relationship between recorded events and actual events such as abnormal operation. there were.

そこで本発明は、装置にトラブルが発生した際、顧客から装置製造元へログ情報を通常のメールサービスで送信することができるように、ログ情報のデータ量を極力削減しつつ求められる解析目的に必要十分なデータ内容を確保することができる電子部品実装用装置におけるプログラム実行履歴情報の記録方法を提供することを目的とする。   Therefore, the present invention is necessary for an analysis purpose that is required while reducing the data amount of log information as much as possible so that the log information can be transmitted from the customer to the device manufacturer by a normal mail service when a trouble occurs in the device. It is an object of the present invention to provide a method for recording program execution history information in an electronic component mounting apparatus capable of ensuring sufficient data contents.

本発明の電子部品実装用装置におけるプログラム実行履歴情報の記録方法は、電子部品実装用装置において制御プログラムの実行履歴情報を記録するプログラム実行履歴情報の記録方法であって、前記電子部品実装用装置において所定の作業動作および演算処理を実行するために制御部によって実行された制御プログラムの実行履歴を時系列的に示す実行履歴情報を取得する情報取得工程と、取得された実行履歴情報を時刻情報と関連づけてリングバッファメモリに連続的に書き込むリングバッファメモリ書き込み工程と、前記リングバッファメモリに書き込まれた実行履歴情報と時刻情報を記録用のログファイルに書き込むログファイル書き込み工程と、前記ログファイル書き込み工程において、予め特定された事象の発生を示す事象発生信号をトリガ信号として当該事象が発生したタイミングにおいて前記リングバッファメモリに書き込まれている実行履歴情報と時刻情報とをログファイルに書き込む。   The recording method of the program execution history information in the electronic component mounting apparatus of the present invention is a recording method of the program execution history information for recording the execution history information of the control program in the electronic component mounting apparatus. An information acquisition step for acquiring execution history information indicating the execution history of a control program executed by the control unit in order to execute a predetermined work operation and arithmetic processing in time, and the acquired execution history information as time information Buffer buffer writing step for continuously writing to the ring buffer memory in association with the log buffer writing step, the log file writing step for writing the execution history information and time information written in the ring buffer memory to a log file for recording, and the log file writing Event occurrence indicating the occurrence of a pre-specified event in the process Writes the execution history information and the time information written to the ring buffer memory at a timing when the event has occurred as a trigger signal to a log file items.

本発明によれば、取得された実行履歴情報を時刻情報と関連づけてリングバッファメモリに連続的に書き込み、書き込まれた実行履歴情報と時刻情報を記録用のログファイルに書き込むログファイル書き込み工程において、予め特定された事象の発生を示す事象発生信号をトリガ信号として当該事象が発生したタイミングにおいてリングバッファメモリに書き込まれている実行履歴情報と時刻情報とをログファイルに書き込む方式を採用することにより、装置にトラブルが発生した際、顧客から装置製造元へログ情報を通常のメールサービスで送信することができるように、ログ情報のデータ量を極力削減しつつ求められる解析目的に必要十分なデータ内容を確保することができる。   According to the present invention, in the log file writing step of continuously writing the acquired execution history information in the ring buffer memory in association with the time information, and writing the written execution history information and time information in the log file for recording, By adopting a method of writing the execution history information and time information written in the ring buffer memory at the timing when the event has occurred using an event occurrence signal indicating the occurrence of a specified event as a trigger signal to the log file, In order to send log information from customers to the equipment manufacturer via a normal mail service when trouble occurs in the equipment, the data content necessary and sufficient for the analysis purpose required while reducing the data volume of the log information as much as possible. Can be secured.

本発明の一実施の形態の電子部品実装用装置の正面図The front view of the electronic component mounting apparatus of one embodiment of this invention 本発明の一実施の形態の電子部品実装用装置の制御系の構成を示すブロック図The block diagram which shows the structure of the control system of the apparatus for electronic component mounting of one embodiment of this invention 本発明の一実施の形態のプログラム実行履歴情報の記録方法の対象となるログデータの構成説明図Structure explanatory drawing of the log data which becomes the object of the recording method of the program execution history information of one embodiment of this invention 本発明の一実施の形態の電子部品実装用装置より出力されるトレーサビリティデータの説明図Explanatory drawing of traceability data output from the electronic component mounting apparatus of one embodiment of the present invention 本発明の一実施の形態のプログラム実行履歴情報の記録方法に用いられるリングバッファメモリの構成説明図Structure explanatory drawing of the ring buffer memory used for the recording method of the program execution history information of one embodiment of this invention 本発明の一実施の形態のプログラム実行履歴情報の記録方法におけるリングバッハメモリ書き込み処理を示すフロー図The flowchart which shows the ring bach memory write processing in the recording method of the program execution history information of one embodiment of this invention 本発明の一実施の形態のプログラム実行履歴情報の記録方法におけるリングバッハメモリ書き込み処理の説明図Explanatory drawing of the ring Bach memory writing process in the program execution history information recording method of the embodiment of the present invention 本発明の一実施の形態のプログラム実行履歴情報の記録方法におけるログファイルへの保存処理の説明図Explanatory drawing of the preservation | save process to the log file in the recording method of the program execution history information of one embodiment of this invention 本発明の一実施の形態のプログラム実行履歴情報の記録方法におけるログファイルへの保存処理の説明図Explanatory drawing of the preservation | save process to the log file in the recording method of the program execution history information of one embodiment of this invention 本発明の一実施の形態のプログラム実行履歴情報の記録方法を示すフロー図The flowchart which shows the recording method of the program execution history information of one embodiment of this invention

次に本発明の実施の形態を図面を参照して説明する。まず最初に、本発明の適用対象となる電子部品実装用装置としてのダイボンディング装置1の構成について説明する。ダイボンディング装置1は、基板に半導体チップなどの電子部品をボンディングによって実装する機能を有するものである。   Next, embodiments of the present invention will be described with reference to the drawings. First, the configuration of a die bonding apparatus 1 as an electronic component mounting apparatus to which the present invention is applied will be described. The die bonding apparatus 1 has a function of mounting an electronic component such as a semiconductor chip on a substrate by bonding.

図1において基台2上には、部品供給ステージ3、ユニット集合ステージ4および基板保持ステージ10がこれらの並び方向をY方向に合わせて配列されている。部品供給ステージ3には、複数の半導体チップ6a(以下、「チップ6a」と略記。)が配列された半導体ウェハ6が保持されている。ユニット集合ステージ4は、X軸移動機構8によってX方向に往復動する移動テーブルに載置ステージ7、部品認識カメラ9などの機能ユニットを集合的に配設した構成となっている。部品供給ステージ3においてピックアップヘッド5によって取り出されたチップ6aは、載置ステージ7に載置される。基板保持ステージ10は、基板11を保持する基板保持テーブル10aをXYテーブル機構によって水平駆動する構成となっている。   In FIG. 1, a component supply stage 3, a unit assembly stage 4, and a substrate holding stage 10 are arranged on the base 2 with their arrangement directions aligned with the Y direction. The component supply stage 3 holds a semiconductor wafer 6 on which a plurality of semiconductor chips 6a (hereinafter abbreviated as “chips 6a”) are arranged. The unit assembly stage 4 has a configuration in which functional units such as a mounting stage 7 and a component recognition camera 9 are collectively disposed on a moving table that reciprocates in the X direction by an X-axis moving mechanism 8. The chip 6 a taken out by the pickup head 5 in the component supply stage 3 is placed on the placement stage 7. The substrate holding stage 10 is configured to horizontally drive a substrate holding table 10a that holds the substrate 11 by an XY table mechanism.

基板保持ステージ10の上方には、ヘッド移動機構12によってY方向に移動する第1ヘッド13、第2ヘッド14が配設されており、第1ヘッド13、第2ヘッド14にはそれぞれ搭載ヘッド15、樹脂塗布ヘッド16が装着されている。載置ステージ7に載置されたチップ6aは、基板保持テーブル10aに保持された基板11に搭載ヘッド15によってボンディングされ、このボンディング動作に先立って、樹脂塗布ヘッド16による基板11への接着剤塗布が実行される。   A first head 13 and a second head 14 that are moved in the Y direction by a head moving mechanism 12 are disposed above the substrate holding stage 10. The first head 13 and the second head 14 each have a mounting head 15. A resin coating head 16 is mounted. The chip 6a placed on the placement stage 7 is bonded to the substrate 11 held on the substrate holding table 10a by the mounting head 15, and prior to this bonding operation, the resin application head 16 applies the adhesive to the substrate 11. Is executed.

ピックアップヘッド5による部品供給ステージ3からのチップ6aの取り出し位置、搭載ヘッド15による載置ステージ7からのチップ6aの取り出し位置、搭載ヘッド15による基板11へのチップ6aのボンディング何時の上方には、それぞれ第1カメラ17、第2カメラ18、第3カメラ19が配設されている。第1カメラ17、第2カメラ18、第3カメラ19によって取得した画像を認識処理することにより、半導体ウェハ6からのチップ6aのピックアップ動作、載置ステージ7におけるチップ6aの位置ずれ検出、基板11におけるボンディング動作の正否を判定することができる。   The pick-up head 5 picks up the chip 6a from the component supply stage 3, the pick-up head 15 picks up the chip 6a from the mounting stage 7, and the mounting head 15 bonds the chip 6a to the substrate 11 at what time. A first camera 17, a second camera 18, and a third camera 19 are provided, respectively. By recognizing the images acquired by the first camera 17, the second camera 18, and the third camera 19, the pickup operation of the chip 6 a from the semiconductor wafer 6, the positional deviation detection of the chip 6 a on the mounting stage 7, and the substrate 11 Whether the bonding operation is correct or not can be determined.

ダイボンディング装置1による作業動作の概要について説明する。部品供給ステージ3に半導体ウェハ6が新たにセットされ、さらに基板保持ステージ10に基板11が搬入されると、当該半導体ウェハ6、基板11のIDコードがそれぞれ読み取られ、ホストコンピュータにこれらの正誤を確認した後、ボンディング動作が開始される。すなわち、半導体ウェハ6からチップ6aをピックアップして基板11にボンディングする作業動作が、基板1枚分のボンディング数だけ反復して実行される。   An outline of work operation by the die bonding apparatus 1 will be described. When the semiconductor wafer 6 is newly set on the component supply stage 3 and the substrate 11 is loaded on the substrate holding stage 10, the ID codes of the semiconductor wafer 6 and the substrate 11 are read, and the correctness is confirmed in the host computer. After confirmation, the bonding operation is started. That is, the operation of picking up the chip 6a from the semiconductor wafer 6 and bonding it to the substrate 11 is repeatedly executed by the number of bondings for one substrate.

そしてボンディング作業終了後の基板搬出時には、当該基板についての作業動作履歴を示すトレーサビリティデータ33(図4参照)が出力される。このトレーサビリティデータにおいて、ボンディングミスなどのエラーが検出されている場合には、その旨を報知するアラーム信号が出力されて装置停止する。本実施の形態においては、これとともに、このアラーム信号をトリガとして、ダイボンディング装置1の各部の動作制御における制御プログラムの実行履歴情報をログファイルに書き込んで保存するようにしている。   When the substrate is unloaded after the bonding operation is completed, traceability data 33 (see FIG. 4) indicating the work operation history for the substrate is output. If an error such as a bonding error is detected in the traceability data, an alarm signal notifying that is output and the apparatus stops. In the present embodiment, along with this, the execution history information of the control program in the operation control of each part of the die bonding apparatus 1 is written and stored in the log file using this alarm signal as a trigger.

以下、ダイボンディング装置1において上述の制御プログラムの実行履歴情報の記録処理を実行するための制御系の構成について説明する。図2において、制御装置20はダイボンディング装置1の各部を制御してボンディング作業動作を実行させる機能に加えて、製品としての各基板11についてのトレーサビリティデータの作成、およびダイボンディング装置1の稼働時における制御プログラムの実行履歴情報をログファイルに記録して保存する機能を有している。   Hereinafter, a configuration of a control system for executing the above-described control program execution history information recording process in the die bonding apparatus 1 will be described. In FIG. 2, in addition to the function of controlling each part of the die bonding apparatus 1 to execute the bonding work operation, the control apparatus 20 creates traceability data for each substrate 11 as a product and operates the die bonding apparatus 1. Has a function of recording and storing the execution history information of the control program in a log file.

制御装置20は、作業制御部21、ログ記録処理部24、ログ制御部25、ログ保存処理部26および記憶部27より構成される。作業制御部21は、処理部22、データ出力部23を備えており、操作入力部30から入力される操作指令に基づき以下の処理を実行する。処理部22は、ボンディング作業動作を実行するために必要な制御処理、すなわち、ピックアップ処理22a、基板搬送処理22b、接着剤塗布処理22c、ボンディング処理22d、認識処理22eの実行に必要な制御処理を行う。さらに、処理部22は、制御処理実行過程において、各部による所定の作業動作および演算処理を実行するために処理部22(制御部)によって実行された制御プログラムの実行履歴を時系列的に示す実行履歴情報を、保存用データとして出力する機能を有している。   The control device 20 includes a work control unit 21, a log recording processing unit 24, a log control unit 25, a log storage processing unit 26 and a storage unit 27. The work control unit 21 includes a processing unit 22 and a data output unit 23, and executes the following processing based on an operation command input from the operation input unit 30. The processing unit 22 performs control processes necessary for executing the bonding operation, that is, control processes necessary for executing the pickup process 22a, the substrate transport process 22b, the adhesive application process 22c, the bonding process 22d, and the recognition process 22e. Do. Further, the processing unit 22 executes in a time-series manner the execution history of the control program executed by the processing unit 22 (control unit) in order to execute predetermined work operation and arithmetic processing by each unit in the execution process of the control process. It has a function of outputting history information as storage data.

すなわち図3に示すように、実行履歴情報であるログデータ32は、個別のログが出力された年月日時分秒を特定する時刻情報32aと、当該時刻に出力されたログの内容を示すログ出力内容32bとを対応させて構成される。これらの実行履歴情報は、記憶部27のリングバッファメモリ28に一時的に記録され、さらに必要に応じてログファイル29に保存用に書き込まれる。そして、ログファイル29に保存された実行履歴情報は、出力部31によって外部装置へ出力され、さらに必要に応じて、装置製造メーカに電子メールなどの送信手段を用いて、不具合解析用データとして送信される。   That is, as shown in FIG. 3, the log data 32 that is execution history information includes time information 32 a that specifies the year, month, day, hour, minute, and second when individual logs are output, and a log that indicates the contents of the log output at that time The output contents 32b are associated with each other. These pieces of execution history information are temporarily recorded in the ring buffer memory 28 of the storage unit 27 and further written in the log file 29 for storage as necessary. Then, the execution history information stored in the log file 29 is output to the external device by the output unit 31, and further transmitted as failure analysis data to the device manufacturer using a transmission means such as an e-mail if necessary. Is done.

ピックアップ処理22aは部品供給ステージ3においてピックアップヘッド5によってチップ6aをピックアップする処理であり、基板搬送処理22bは基板保持ステージ10において基板11を基板保持テーブル10aに搬入し、また基板保持テーブル10aから搬出する処理である。接着剤塗布処理22cは、樹脂塗布ヘッド16によって基板11にチップ接着用の樹脂接着剤を塗布する処理であり、ボンディング処理22dは、接着剤塗布後の基板11に搭載ヘッド15によってチップ6aボンディングする処理である。また認識処理22eは、第1カメラ17、第2カメラ18、第3カメラ19によって取得した画像を認識処理することにより、チップ6aの有無や位置ずれなどを検出する処理である。   The pickup process 22a is a process of picking up the chip 6a by the pickup head 5 in the component supply stage 3, and the substrate transfer process 22b carries the substrate 11 into the substrate holding table 10a and carries it out of the substrate holding table 10a. It is processing to do. The adhesive application process 22c is a process of applying a resin adhesive for chip bonding to the substrate 11 by the resin application head 16, and the bonding process 22d is bonding the chip 6a by the mounting head 15 to the substrate 11 after the adhesive application. It is processing. The recognition process 22e is a process for detecting the presence / absence of the chip 6a, a positional deviation, and the like by performing a recognition process on images acquired by the first camera 17, the second camera 18, and the third camera 19.

データ出力部23は、処理部22がダイボンディング装置1の各部を制御する過程において取得される信号や情報から、何らかの対処を必要とする場合に報知されるアラーム信号や、生産管理・品質管理の目的で参照データとして保存されるトレーサビリティデータなどのデータを出力する機能を有している。ここで、ダイボンディング装置1において各基板11毎に出力されるトレーサビリティデータ33の例について図4を参照して説明する。ここに示す例では、単位ボンディング動作毎に、ピックアップ対象となった半導体ウェハ6を特定するウェハID33e、半導体ウェハ6において個片のチップ6aをピックアップした位置座標および使用したノズルの種類をそれぞれ特定するウェハ内座標33c、ノズル種類33d、ボンディング動作により基板11にチップ6aをボンディングした位置座標および使用したノズルの種類をそれぞれ特定する基板内座標33a、ノズル種類33bが、トレーサビリティデータとして記録される。   The data output unit 23 is configured to output an alarm signal that is notified when a countermeasure is required from a signal or information acquired in the process in which the processing unit 22 controls each unit of the die bonding apparatus 1, or for production management / quality control. It has a function to output data such as traceability data stored as reference data for the purpose. Here, an example of the traceability data 33 output for each substrate 11 in the die bonding apparatus 1 will be described with reference to FIG. In the example shown here, for each unit bonding operation, the wafer ID 33e for specifying the semiconductor wafer 6 to be picked up, the position coordinates at which the individual chip 6a is picked up in the semiconductor wafer 6 and the type of nozzle used are specified. In-wafer coordinates 33c, nozzle type 33d, position coordinates where the chip 6a is bonded to the substrate 11 by the bonding operation, and in-substrate coordinates 33a and nozzle type 33b for specifying the type of nozzle used are recorded as traceability data.

そして1つのボンディング動作において、動作異常によりチップ6aのピックアップやボンディングが正常に実行されなかった場合には、トレーサビリティデータの各欄には0が書き込まれるとともに、データ出力部23によってその旨を示すアラーム信号が出力される。なお、ここではアラーム信号の対象例として、ボンディング動作における動作エラーの例を示したが、対象とする電子部品実装用装置における作業動作や演算処理に際して、プログラム実行履歴と関連づけるべき事象であれば、アラーム信号の対象として適宜定義することができる。   In one bonding operation, when the pickup or bonding of the chip 6a is not normally executed due to an abnormal operation, 0 is written in each column of the traceability data, and an alarm indicating the fact by the data output unit 23. A signal is output. In addition, although the example of the operation | movement error in bonding operation was shown as a target example of an alarm signal here, if it is an event which should be related with a program execution history at the time of work operation and arithmetic processing in the target electronic component mounting apparatus, It can be appropriately defined as the target of the alarm signal.

ログ記録処理部24は、処理部22によって取得され出力された実行履歴情報を、個別の制御処理ステップのそれぞれが実行された時刻を特定する時刻情報と関連づけてリングバッファメモリ28に連続的に書き込む処理を行う。すなわち、図5に示すように、リングバッファメモリ28には、アドレス28aの番号によって特定される1〜nの複数の書き込み領域(書き込み行)が設定されており、各書き込み行には、ログデータ32におけるログ出力内容32bに対応する内容のログ情報28bが書き込まれる。そしてアドレス28aの番号が1の先頭領域には、ログデータ32における時刻情報32aに対応する書き込み日時28cが書き込まれる。ここで、リングバッファメモリ28の書き込み領域サイズは、以下に説明するログ制御部25によってログ記録処理部24を制御することにより随時可変となっており、本実施の形態においては、書き込み対象となる制御プログラムの実行内容に応じて、最後尾領域を特定するアドレスの番号nを変更するようにしている。   The log recording processing unit 24 continuously writes the execution history information acquired and output by the processing unit 22 in the ring buffer memory 28 in association with time information specifying the time at which each individual control processing step is executed. Process. That is, as shown in FIG. 5, a plurality of write areas (write lines) 1 to n specified by the number of the address 28a are set in the ring buffer memory 28, and log data is stored in each write line. The log information 28b having the contents corresponding to the log output contents 32b in 32 is written. Then, the write date 28c corresponding to the time information 32a in the log data 32 is written in the head area whose address 28a is number 1. Here, the write area size of the ring buffer memory 28 is variable as needed by controlling the log recording processing unit 24 by the log control unit 25 described below. In this embodiment, the write area size becomes a write target. The address number n for specifying the tail area is changed according to the execution contents of the control program.

ログ保存処理部26は、リングバッファメモリ28に一時的に記録されたログデータをログファイル29に保存する処理を行う。これにより、リングバッファメモリ28から出力されたログデータがログファイル29に保存される。ログ記録処理部24によるログ記録処理およびログ保存処理部26によるログ保存処理は、操作入力部30から入力される操作指令に基づきログ制御部25によって制御される。すなわち、ログ制御部25が保存時間設定25aを行うことにより、ログ記録処理部24によるリングバッファメモリ28への書き込みの際の標準時間となる設定時間が決定され、ログ記録処理部24に指令される。またログ制御部25が出力操作25bを行うことにより、リングバッファメモリ28からログファイル29へのログデータの出力操作が行われる。   The log storage processing unit 26 performs processing for storing the log data temporarily recorded in the ring buffer memory 28 in the log file 29. As a result, the log data output from the ring buffer memory 28 is stored in the log file 29. Log recording processing by the log recording processing unit 24 and log storage processing by the log storage processing unit 26 are controlled by the log control unit 25 based on an operation command input from the operation input unit 30. That is, when the log control unit 25 performs the storage time setting 25a, a set time serving as a standard time for writing to the ring buffer memory 28 by the log recording processing unit 24 is determined, and the log recording processing unit 24 is instructed. The Further, when the log control unit 25 performs the output operation 25b, the log data output operation from the ring buffer memory 28 to the log file 29 is performed.

さらに出力モード切替25cを行うことにより、リングバッファメモリ28から出力されてログファイル29に書き込まれるログデータの出力モードを、以下に説明する2種類のうちから1つを選択して切り換えることができる。この出力モードの1つにおいては、データ出力部23から出力される前述のアラーム信号をトリガ信号として、ログファイル29へのログデータの書き込みを行うようにしている。なお、ここではアラーム信号の例として、図4に示すボンディング動作における動作異常の例を示したが、部品実装用装置の作業制御において予め特定された事象の発生を示す事象発生信号であれば、本実施の形態におけるアラーム信号に該当する。   Further, by performing the output mode switching 25c, the output mode of the log data output from the ring buffer memory 28 and written in the log file 29 can be switched by selecting one of the two types described below. . In one of the output modes, log data is written to the log file 29 using the alarm signal output from the data output unit 23 as a trigger signal. Here, as an example of the alarm signal, the example of the operation abnormality in the bonding operation shown in FIG. 4 is shown, but if it is an event occurrence signal indicating the occurrence of an event specified in advance in the work control of the component mounting apparatus, This corresponds to the alarm signal in the present embodiment.

次に、リングバッファメモリ書き込み処理について、図6、図7を参照して説明する。図6において、まず処理部22から出力されるログを、リングバッファメモリ28の先頭領域に時刻情報とともに書き込む(ST1)。すなわち、図7に示すように、アドレス28a(1)と、当該ログ情報28b(aaaa・・・)に対応する書き込み日時28c(t1)を先頭領域、すなわちアドレス28aの番号が1の書き込み行に書き込む。同様に、処理部22から出力されるログを、リングバッファメモリ28の後続の書き込み行に順次書き込む(ST2)。そして、この書き込み過程において、書き込み対象が最後尾領域、すなわちアドレス28aの番号がnの書き込み行に到達したか否かを判断する(ST3)。   Next, the ring buffer memory writing process will be described with reference to FIGS. In FIG. 6, the log output from the processing unit 22 is first written in the head area of the ring buffer memory 28 together with time information (ST1). That is, as shown in FIG. 7, the address 28a (1) and the write date / time 28c (t1) corresponding to the log information 28b (aaaa...) Are assigned to the head area, that is, the write line with the address 28a number 1. Write. Similarly, the log output from the processing unit 22 is sequentially written to the subsequent write lines in the ring buffer memory 28 (ST2). Then, in this writing process, it is determined whether or not the write target has reached the last area, that is, the write row with address 28a number n (ST3).

ここで、未だ到達していなければ(ST2)に戻って同様にリングバッファメモリ28への書き込みを行い、(ST3)にて最後尾領域に書き込む。そして最後尾領域に到達したことが確認されたならば、再び先頭領域に戻り(破線矢印参照)、後続の書き込み行へのログ情報の書き込みを継続するとともに、その時点での時刻t2と、アドレス28aの番号が1の先頭領域に書き込みを開始した時刻t1との時間差(t2−t1)を求める(ST4)。   Here, if it has not yet reached, the process returns to (ST2) and similarly writes to the ring buffer memory 28, and writes to the last area in (ST3). If it is confirmed that the tail area has been reached, the process returns to the head area again (see the broken line arrow), continues writing log information to the subsequent write line, and at that time t2 and address A time difference (t2−t1) from the time t1 at which writing is started in the head area whose number 28a is 1 is obtained (ST4).

次いで、求められた時間差(t2−t1)と予め設定された設定時間Tとに基づいて、リングバッファメモリ28のメモリ領域サイズを変更する(ST5)。このメモリ領域サイズの変更は、最後尾領域番号のアドレスを規定するnを、以下に示す数式によって新たn*に変更することによって行われる。すなわち、本実施の形態においては、変更後のメモリ領域サイズを規定する数値n*を、下記の数式
n*=n×T/(t2−t1)・・・(数1)
によって算出するようにしている。この(数1)によるメモリ領域サイズの変更は、以下のような技術的意義を有している。すなわち、部品実装用装置各部の制御では、実行される作業動作や演算処理の内容に応じて制御密度が異なってステップ数が増減することから、処理部22から単位時間当たりに出力される情報数が異なる。
Next, the memory area size of the ring buffer memory 28 is changed based on the obtained time difference (t2−t1) and a preset set time T (ST5). The memory area size is changed by changing n defining the address of the last area number to a new n * by the following formula. That is, in the present embodiment, the numerical value n * that defines the memory area size after the change is expressed by the following equation: n * = n × T / (t2−t1) (Equation 1)
It is made to calculate by. The change of the memory area size according to (Equation 1) has the following technical significance. That is, in the control of each part of the component mounting apparatus, the number of steps output increases or decreases from the processing unit 22 because the control density varies depending on the work operation to be performed and the content of the arithmetic processing, and the number of steps increases or decreases. Is different.

このため、リングバッファメモリ28のメモリ領域サイズが固定である場合には、複雑な制御を要する作業や処理が実行されているときにはデータ記録の対象時間が短くなり、また制御が容易な作業や処理が実行されているときには、データ記録の対象時間が長くなる。この結果、プログラム実行履歴情報の主目的である異常発生時に原因解明のために参照する解析用データとしての有用度が保証されない場合があった。   For this reason, when the memory area size of the ring buffer memory 28 is fixed, the time required for data recording is shortened when work or processing requiring complicated control is being executed, and work or processing that is easy to control. When is being executed, the data recording target time becomes longer. As a result, there are cases where the usefulness as analysis data to be referred to for elucidation of the cause when an abnormality occurs, which is the main purpose of the program execution history information, is not guaranteed.

これに対し、本実施の形態に示すリングバッファメモリ28への書き込み処理においては、実行される作業動作や演算処理の内容に応じて1サイクルの作業動作毎に、解析用データを収集するために必要十分と考えられる記録時間を決めて設定時間Tとして予め操作入力部30より入力しておき、ログ制御部25はこの設定時間Tに基づいて、リングバッファメモリ28のメモリ領域サイズを動的に変更する。ここで設定時間Tは、一律に固定的に設定されるものではなく、実行される作業動作や演算処理の制御内容に応じて適宜決定される。   On the other hand, in the write processing to the ring buffer memory 28 shown in the present embodiment, in order to collect analysis data for each work operation of one cycle according to the work operation to be executed and the contents of the arithmetic processing. A recording time which is considered to be necessary and sufficient is determined and input as a set time T from the operation input unit 30 in advance, and the log control unit 25 dynamically sets the memory area size of the ring buffer memory 28 based on the set time T. change. Here, the set time T is not uniformly fixed, but is appropriately determined according to the work operation to be executed and the control content of the arithmetic processing.

次に、ログ制御部25が出力モード切替25cを実行することにより行われる出力モードの切り換えについて、図8,図9を参照して説明する。本実施の形態においては、リングバッファメモリ28に記録されたログデータをログファイル29に保存するに際し、2種類の異なる出力モードが予め設定されている。そして操作入力部30からの操作入力によって、これらの出力モードを必要に応じて切り換えることができるようになっている。   Next, output mode switching performed by the log control unit 25 executing the output mode switching 25c will be described with reference to FIGS. In the present embodiment, when the log data recorded in the ring buffer memory 28 is stored in the log file 29, two different output modes are set in advance. These output modes can be switched as required by an operation input from the operation input unit 30.

まず図8は、処理部22から出力されるログデータを、全て記録して保存する場合に用いられる全量保存モードの例を示している。この全量保存モードは、ダイボンディング装置1の稼働状態において処理部22から出力されるプログラム実行履歴情報を全て保存する必要がある場合に選択されるものである。図8において、アドレス28aのmは、その時点における最終ログ書き込みが行われた書き込み行を示しており、ログ保存処理においては、書き込み行mの次の書き込み行m+1以降のログデータが、ログファイル29に転送されて保存される。すなわち矢印(イ)に示す範囲のログデータが転送された後、矢印(ロ)に示す書き込み行1から最終の書き込み行mまでのログデータが、ログファイル29に転送されて保存される。   First, FIG. 8 shows an example of the total amount storage mode used when all log data output from the processing unit 22 is recorded and stored. This total amount storage mode is selected when it is necessary to store all program execution history information output from the processing unit 22 in the operating state of the die bonding apparatus 1. In FIG. 8, m at address 28a indicates the write line where the last log write was performed at that time, and in the log saving process, the log data after the write line m + 1 after the write line m is the log file. It is transferred to 29 and saved. That is, after the log data in the range indicated by the arrow (A) is transferred, the log data from the write line 1 to the final write line m indicated by the arrow (B) is transferred to the log file 29 and stored.

これにより、1回のログ保存処理によって、その時点においてリングバッファメモリ28に一時的に記録されているログ情報が時系列に並び換えられて、1つの単位制御処理におけるログ情報の集合を示すログデータLDとしてログファイル29に保存される。そしてログ保存処理が反復して実行される度に、リングバッファメモリ28に一時的に記録された個別のログ情報は、ログファイル29に第2ログデータLD2、第3ログデータLD3・・として順次格納され、処理部22から出力されるログデータは、全て省略されることなく時系列的に連続した形で保存される。   Thereby, the log information temporarily recorded in the ring buffer memory 28 at that time is rearranged in time series by one log storage process, and the log indicating a set of log information in one unit control process It is stored in the log file 29 as data LD. Each time the log saving process is repeatedly executed, the individual log information temporarily recorded in the ring buffer memory 28 is sequentially stored in the log file 29 as the second log data LD2, the third log data LD3,. All the log data stored and output from the processing unit 22 are saved in a time-series continuous form without being omitted.

次に、図9を参照して、処理部22から出力されるログデータを、データ出力部23から出力されるアラーム信号をトリガ信号として、抜き取り的に記録して保存する場合に用いられる抜き取り保存モードの例を説明する。この抜き取り保存モードは、動作異常などの原因解明を依頼する際に、装置ユーザから装置製造メーカにプログラム実行履歴情報を送信するために用いられる電子メールなど、データ容量に制約があって、保存されるデータ量を極力小さくする必要がある場合に選択される。すなわちダイボンディング装置1の稼働状態において、制御プログラムの不具合などの要因によって生じる動作異常が検出され、アラーム信号として出力された場合にのみ、処理部22から出力されるプログラム実行履歴情報を保存するようにしたものである。   Next, referring to FIG. 9, the sampling data used when the log data output from the processing unit 22 is sampled and stored using the alarm signal output from the data output unit 23 as a trigger signal is stored. An example of the mode will be described. This sampling / save mode is saved due to restrictions on data capacity, such as e-mail used to send program execution history information from the device user to the device manufacturer when requesting the cause of the abnormal operation. This is selected when it is necessary to minimize the amount of data to be stored. That is, the program execution history information output from the processing unit 22 is stored only when an operation abnormality caused by a factor such as a malfunction of the control program is detected and output as an alarm signal in the operating state of the die bonding apparatus 1. It is a thing.

図9において、アドレス28aのaは、データ出力部23からのアラーム信号の出力が検出された時刻(タイミング)taに対応するログ情報が書き込まれた書き込み行である。前述のように、アラーム信号は、対象とする電子部品実装用装置における作業動作や演算処理に際して、プログラム実行履歴と関連づけるべき事象として特定された事象の発生が検出されたことを報知する信号であり、この抜き取り保存モードでは、このアラーム信号をトリガ信号として、時刻taから予め設定された遡及時間Ta(所定時間)だけ遡及した時間範囲に属するログ情報を保存する。   In FIG. 9, a at address 28a is a write line in which log information corresponding to the time (timing) ta at which the output of the alarm signal from the data output unit 23 is detected is written. As described above, the alarm signal is a signal for informing that the occurrence of an event specified as an event to be associated with the program execution history is detected during a work operation or arithmetic processing in the target electronic component mounting apparatus. In this sampling / save mode, log information belonging to a time range retroactive by a preset retroactive time Ta (predetermined time) from time ta is stored using this alarm signal as a trigger signal.

ここで、遡及時間Taは、当該アラーム信号が示す動作異常などの不具合内容に応じ、原因解析に必要十分と考えられる情報量を確保する観点から経験的に決定される。もちろん、遡及時間Taを設定せず、その時点でリングバッファメモリ28に記録されているログ情報の全てを保存対象とするようにしてもよいが、不具合解析を目的として保存される情報量を極力少なくする必要がある場合には、遡及時間Taの設定を適切に行うことが望ましい。   Here, the retroactive time Ta is determined empirically from the viewpoint of securing an amount of information considered necessary and sufficient for cause analysis according to the contents of the malfunction such as an operation abnormality indicated by the alarm signal. Of course, the retroactive time Ta may not be set, and all log information recorded in the ring buffer memory 28 at that time may be saved, but the amount of information saved for the purpose of failure analysis is minimized. When it is necessary to reduce the time, it is desirable to appropriately set the retroactive time Ta.

すなわち、データ出力部23から出力されるアラーム信号をログ保存処理部26が受信したならば、ログ保存処理部26は遡及時間Taの範囲のログ情報を時系列的に集合させたログデータLDを、ログファイル29に転送して保存する。そしてこの後、リングバッファメモリ28には連続的にログ情報の書き込みが行われるが、データ出力部23からアラーム信号が再度出力されるまでの間は、ログファイル29にはログデータの保存は行われない。そしてこの後、アラーム信号が時刻tbにて再度出力されると、ログファイル29には同様に、遡及時間Taに対応するログデータLDが格納される。   That is, when the log storage processing unit 26 receives an alarm signal output from the data output unit 23, the log storage processing unit 26 collects log data LD in which log information in the range of the retroactive time Ta is collected in time series. , Transfer to log file 29 and save. Thereafter, log information is continuously written to the ring buffer memory 28, but log data is not stored in the log file 29 until the alarm signal is output again from the data output unit 23. I will not. Thereafter, when the alarm signal is output again at time tb, the log file 29 similarly stores log data LD corresponding to the retroactive time Ta.

次に図10を参照して、上述の制御装置20の構成によるプログラム実行履歴情報の記録処理について説明する。図10において、まず制御プログラムの実行履歴を示す実行履歴情報を取得する(情報取得工程)(ST11)。次に、実行履歴情報を時刻情報と関連づけて、リングバッファメモリ28に書き込む(リングバッファメモリ書き込み工程)(ST12)。この書き込みを反復する過程において、データ出力部23からのアラーム信号の出力を監視する(ST13)。   Next, the program execution history information recording process by the configuration of the control device 20 will be described with reference to FIG. In FIG. 10, first, execution history information indicating the execution history of the control program is acquired (information acquisition step) (ST11). Next, the execution history information is associated with the time information and written to the ring buffer memory 28 (ring buffer memory writing step) (ST12). In the process of repeating this writing, the output of the alarm signal from the data output unit 23 is monitored (ST13).

ここで、アラーム信号が出力されていないならば、(ST12)に戻って次の書き込み行への書き込みを行う(ログファイル書き込み工程)。また(ST13)にてアラーム信号が出力されている場合には、このアラーム信号をトリガ信号として、図9にて説明したように、当該タイミングにてリングバッファメモリ28に書き込まれているログ情報28b(実行履歴情報)と書き込み日時28c(時刻情報)とを、ログファイル29に書き込んで保存する(ログファイル書き込み工程)(ST14)。   If no alarm signal is output, the process returns to (ST12) to write to the next writing line (log file writing step). If an alarm signal is output in (ST13), the log information 28b written in the ring buffer memory 28 at this timing as described with reference to FIG. 9 using this alarm signal as a trigger signal. The (execution history information) and the writing date and time 28c (time information) are written and stored in the log file 29 (log file writing step) (ST14).

そしてこのログファイル書き込み工程においては、予め特定された事象の発生を示す事象発生信号であるアラーム信号をトリガ信号として、当該事象が発生したタイミングにおいてリングバッファメモリ28に書き込まれているログ情報28bと書き込み日時28cとをログファイル29に書き込む。さらにログファイル書き込み工程においては、当該事象が発生したタイミングtaにおいてリングバッファメモリ28に書き込まれているログ情報28bと書き込み日時28cのうち、当該事象が発生したタイミングtaから遡及時間Ta(所定時間)だけ遡及した部分のみをログファイル29に書き込むようにしている。   In this log file writing step, log information 28b written in the ring buffer memory 28 at the timing when the event occurs, using an alarm signal, which is an event occurrence signal indicating the occurrence of an event specified in advance, as a trigger signal; The write date and time 28c is written in the log file 29. Further, in the log file writing step, the retroactive time Ta (predetermined time) from the timing ta at which the event occurs, out of the log information 28b and the write date 28c written in the ring buffer memory 28 at the timing ta at which the event has occurred. Only the retroactive part is written in the log file 29.

またこのようにログ情報のリングバッファメモリ28への書き込みを反復して実行する過程において、リングバッファメモリ28の最後尾領域から先頭領域に戻る度に、図7に示す例にしたがってリングバッファメモリ28の最後尾領域を示すアドレス番号nを更新する。これにより、処理部22から出力される単位時間当たりの情報数が多いほどリングバッファメモリ28のメモリ領域サイズが大きく設定されることとなる。すなわちここでは、リングバッファメモリ28のメモリ領域サイズを、対象となる電子部品実装用装置の作業動作および演算処理における制御内容に応じて変更する(ST15)。   In the process of repeatedly writing log information to the ring buffer memory 28 as described above, every time the head returns from the tail area of the ring buffer memory 28 to the head area, the ring buffer memory 28 is operated according to the example shown in FIG. The address number n indicating the rearmost area of is updated. As a result, the larger the number of pieces of information per unit time output from the processing unit 22, the larger the memory area size of the ring buffer memory 28 is set. That is, here, the memory area size of the ring buffer memory 28 is changed in accordance with the operation of the target electronic component mounting apparatus and the control contents in the arithmetic processing (ST15).

上記説明したように、本実施の形態に示す電子部品実装用装置におけるプログラム実行履歴情報の記録方法は、取得された実行履歴情報を時刻情報と関連づけてリングバッファメモリ28に一時的に記録された実行履歴情報と時刻情報を記録保存用のログファイルに書き込むログファイル書き込み工程において、予め特定された事象の発生を示すアラーム信号をトリガ信号として、当該事象が発生したタイミングにおいてリングバッファメモリ28に記録されている実行履歴情報と時刻情報とをログファイル29に保存するようにしたものである。   As described above, the program execution history information recording method in the electronic component mounting apparatus shown in the present embodiment is temporarily recorded in the ring buffer memory 28 in association with the acquired execution history information. In the log file writing step of writing execution history information and time information to a log file for recording and saving, an alarm signal indicating the occurrence of an event specified in advance is recorded as a trigger signal in the ring buffer memory 28 at the timing when the event occurs. The executed execution history information and time information are stored in the log file 29.

これにより、ログファイル29に記憶される情報を、特定事象の発生時点に関連する特定の時間帯において取得されたログ情報についてのもののみに限定することができる。したがって、ログ情報のデータ量を極力削減しつつ求められる解析目的に必要十分なデータ内容を確保することができる。したがって、電子部品実装用装置に動作異常などのトラブルが発生して、顧客から装置製造元へトラブル原因解析のためにログ情報を送信する必要がある場合にあっても、大容量の専用通信回線を必要とすることなく、通常の電子メールサービスで送信することができる。   Thereby, the information memorize | stored in the log file 29 can be limited only to the thing about the log information acquired in the specific time slot | zone relevant to the generation | occurrence | production time of a specific event. Therefore, it is possible to secure the data content necessary and sufficient for the analysis purpose required while reducing the data amount of the log information as much as possible. Therefore, even if trouble such as abnormal operation occurs in the electronic component mounting device and log information needs to be sent from the customer to the device manufacturer for analysis of the cause of the trouble, a large-capacity dedicated communication line is required. It can be sent by a normal e-mail service without need.

本発明の電子部品実装用装置におけるプログラム実行履歴情報の記録方法は、装置にトラブルが発生した際、顧客から装置製造元へログ情報を通常のメールサービスで送信することができるように、ログ情報のデータ量を極力削減しつつ求められる解析目的に必要十分なデータ内容を確保することができるという特徴を有し、ダイボンディング装置などの電子部品実装分野において有用である。   The recording method of the program execution history information in the electronic component mounting apparatus of the present invention is such that when a trouble occurs in the apparatus, the log information can be transmitted from the customer to the apparatus manufacturer by a normal mail service. It has a feature that data contents necessary and sufficient for analysis purposes required while reducing the data amount as much as possible can be secured, and is useful in the field of mounting electronic components such as die bonding apparatuses.

1 ダイボンディング装置
6 半導体ウェハ
6a チップ
11 基板
T 設定時間
Ta 遡及時間(所定時間)
LD ログデータ
DESCRIPTION OF SYMBOLS 1 Die bonding apparatus 6 Semiconductor wafer 6a Chip 11 Substrate T Set time Ta Retroactive time (predetermined time)
LD log data

Claims (3)

電子部品実装用装置において制御プログラムの実行履歴情報を記録するプログラム実行履歴情報の記録方法であって、
前記電子部品実装用装置において所定の作業動作および演算処理を実行するために制御部によって実行された制御プログラムの実行履歴を時系列的に示す実行履歴情報を取得する情報取得工程と、
取得された実行履歴情報を時刻情報と関連づけてリングバッファメモリに連続的に書き込むリングバッファメモリ書き込み工程と、
前記リングバッファメモリに書き込まれた実行履歴情報と時刻情報を記録用のログファイルに書き込むログファイル書き込み工程と、
前記ログファイル書き込み工程において、予め特定された事象の発生を示す事象発生信号をトリガ信号として当該事象が発生したタイミングにおいて前記リングバッファメモリに書き込まれている実行履歴情報と時刻情報とをログファイルに書き込むことを特徴とする電子部品実装用装置におけるプログラム実行履歴情報の記録方法。
A method of recording program execution history information for recording control program execution history information in an electronic component mounting apparatus,
An information acquisition step of acquiring execution history information indicating in a time series the execution history of a control program executed by the control unit in order to execute a predetermined work operation and arithmetic processing in the electronic component mounting apparatus;
A ring buffer memory writing step of continuously writing the acquired execution history information in association with time information into the ring buffer memory;
A log file writing step of writing execution history information and time information written in the ring buffer memory to a log file for recording;
In the log file writing step, an event occurrence signal indicating the occurrence of a specified event is used as a trigger signal, and the execution history information and time information written in the ring buffer memory at the timing when the event occurs are stored in the log file. A method for recording program execution history information in an electronic component mounting apparatus, wherein:
前記リングバッファメモリのメモリ領域サイズを、対象となる電子部品実装用装置の作業動作および演算処理における制御内容に応じて変更することを特徴とする請求項1記載の電子部品実装用装置におけるプログラム実行履歴情報の記録方法。   2. The program execution in the electronic component mounting apparatus according to claim 1, wherein the memory area size of the ring buffer memory is changed in accordance with a work operation of the target electronic component mounting apparatus and a control content in arithmetic processing. How to record history information. 前記ログファイル書き込み工程において、当該事象が発生したタイミングにおいて前記リングバッファメモリに書き込まれている実行履歴情報と時刻情報のうち、当該事象が発生したタイミングから所定時間だけ遡及した部分のみをログファイルに書き込むことを特徴とする請求項2記載の電子部品実装用装置におけるプログラム実行履歴情報の記録方法。   In the log file writing step, only the portion of the execution history information and time information written in the ring buffer memory at the timing when the event occurs, retroactive for a predetermined time from the timing when the event occurred is stored in the log file. 3. The method for recording program execution history information in the electronic component mounting apparatus according to claim 2, wherein the writing is performed.
JP2010156881A 2010-07-09 2010-07-09 Recording method of program execution history information in electronic component mounting apparatus Pending JP2012018617A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010156881A JP2012018617A (en) 2010-07-09 2010-07-09 Recording method of program execution history information in electronic component mounting apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010156881A JP2012018617A (en) 2010-07-09 2010-07-09 Recording method of program execution history information in electronic component mounting apparatus

Publications (1)

Publication Number Publication Date
JP2012018617A true JP2012018617A (en) 2012-01-26

Family

ID=45603810

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010156881A Pending JP2012018617A (en) 2010-07-09 2010-07-09 Recording method of program execution history information in electronic component mounting apparatus

Country Status (1)

Country Link
JP (1) JP2012018617A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103902434A (en) * 2012-12-29 2014-07-02 北京谊安医疗系统股份有限公司 Alarm log management method and system
JP2015228104A (en) * 2014-05-30 2015-12-17 株式会社東芝 Medical image diagnostic device
JP2016095652A (en) * 2014-11-13 2016-05-26 富士通株式会社 Data storage method, and information processing device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103902434A (en) * 2012-12-29 2014-07-02 北京谊安医疗系统股份有限公司 Alarm log management method and system
JP2015228104A (en) * 2014-05-30 2015-12-17 株式会社東芝 Medical image diagnostic device
JP2016095652A (en) * 2014-11-13 2016-05-26 富士通株式会社 Data storage method, and information processing device

Similar Documents

Publication Publication Date Title
US9807920B2 (en) Electronic component mounting system
US10058020B2 (en) Electronic component mounting system
TW201234505A (en) Tool Management Method of Die Bonder and Die Bonder
CN106814714A (en) production management device and production system
CN104770081A (en) Substrate production state monitoring device
CN102081573A (en) Device and method for recording equipment restart reason
JP2012018617A (en) Recording method of program execution history information in electronic component mounting apparatus
JP5860357B2 (en) Component mounting system
JP2011243892A (en) Production system and production management method of the same
JP2007042934A (en) Gang printed substrate and production history control method thereof
EP3370200B1 (en) Unit-specific information management system
JP6076046B2 (en) Electronic component mounting apparatus, arithmetic device and mounting method
JP6792393B2 (en) Emergency stop system in the event of an earthquake on the component mounting line
JP6746788B2 (en) Head for component mounting machine
US11360444B2 (en) Automated power controls for cooling management
JP4356796B2 (en) Electronic component mounting method
US20180107411A1 (en) Storing log snapshots in an automated data storage library
JP2004355534A (en) Machining information storage device and machining information tracking system
JP5753031B2 (en) Production management apparatus and production management method for component mounting line
CN101741600A (en) Server system, recording equipment and management method thereof
EP3553611B1 (en) Service system and server
JP2005183939A (en) Producing method and system of circuit board
JP2015146418A (en) Discrete component backward traceability and semiconductor device forward traceability
JP2020035783A (en) Production information management system and production information management method
WO2023037693A1 (en) Production management method, production management device, and program