JP6517706B2 - Numerical control system for efficient exchange of numerical control data - Google Patents

Numerical control system for efficient exchange of numerical control data Download PDF

Info

Publication number
JP6517706B2
JP6517706B2 JP2016011592A JP2016011592A JP6517706B2 JP 6517706 B2 JP6517706 B2 JP 6517706B2 JP 2016011592 A JP2016011592 A JP 2016011592A JP 2016011592 A JP2016011592 A JP 2016011592A JP 6517706 B2 JP6517706 B2 JP 6517706B2
Authority
JP
Japan
Prior art keywords
data
numerical control
buffer
unit
priority
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.)
Active
Application number
JP2016011592A
Other languages
Japanese (ja)
Other versions
JP2017134459A (en
Inventor
和生 佐藤
和生 佐藤
英朗 前田
英朗 前田
巧 大橋
巧 大橋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
FANUC Corp
Original Assignee
FANUC 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 FANUC Corp filed Critical FANUC Corp
Priority to JP2016011592A priority Critical patent/JP6517706B2/en
Publication of JP2017134459A publication Critical patent/JP2017134459A/en
Application granted granted Critical
Publication of JP6517706B2 publication Critical patent/JP6517706B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Numerical Control (AREA)

Description

本発明は、数値制御システムに関し、特に効率的に数値制御データの受け渡しをする数値制御システムに関する。   The present invention relates to a numerical control system, and more particularly to a numerical control system that exchanges numerical control data efficiently.

多くの数値制御装置(CNC)には、PCなどのデータ処理装置が接続されており、これらを含めて数値制御システムを構成している(例えば、特許文献1)。数値制御システムにおいては、PCなどのデータ処理装置(以下、パソコン部とする)は、数値制御装置が機械の制御を行っている際に得られたデータに基づいて機械制御の支援をするためのデータ処理や、ユーザが対話型でデータの入出力を行う各種ユーザインタフェースを提供している。
このように、パソコン部を有する数値制御システムでは、数値制御装置が機械を制御するのに必要なデータは数値制御装置内のメモリ等で保持されていた。そして、パソコン部から数値制御装置内のデータに対しては、自由にアクセスすることができる。
Many numerical control devices (CNC) are connected to a data processing device such as a PC, and are included to constitute a numerical control system (for example, Patent Document 1). In the numerical control system, a data processing apparatus such as a PC (hereinafter referred to as a personal computer section) is for supporting machine control based on data obtained when the numerical control apparatus is controlling a machine. It provides data processing and various user interfaces that allow the user to input and output data interactively.
As described above, in a numerical control system having a personal computer unit, data necessary for the numerical control device to control a machine is held in a memory or the like in the numerical control device. The personal computer section can freely access data in the numerical control device.

図6は、従来の数値制御システムの概略構成図である。図において数値制御装置1とパソコン部2とは、それぞれバッファ10,20を介してPCI−Expressなどのバス3に接続されている。このバッファ10,20は、数値制御装置1からパソコン部2へ数値制御データ(CNCデータ)を受け渡すために用いられ、例えばメモリなどで構成される。
数値制御装置1が備えるデータセット処理部11は、数値制御装置1がプログラムを解析して得られたデータや、制御対象となる機械の動作データなどを含む数値制御データを、直接バッファ10に、またはバス3を介してバッファ20にデータセット(書き込み)する。一方で、パソコン部2の上で動作しているアプリケーション21は、ユーザからのデータ処理や画面表示などの指令に基づいてAPI(アプリケーションプログラマブルインタフェース)22を呼び出して、データ処理や画面表示に必要な数値制御データを、バス3を介してバッファ10から、または直接バッファ20からデータリード(読み出し)する。
FIG. 6 is a schematic block diagram of a conventional numerical control system. In the figure, the numerical controller 1 and the personal computer 2 are connected to a bus 3 such as PCI-Express via buffers 10 and 20, respectively. The buffers 10 and 20 are used to transfer numerical control data (CNC data) from the numerical control device 1 to the personal computer unit 2, and are constituted by, for example, a memory.
The data set processing unit 11 included in the numerical control device 1 directly receives, into the buffer 10, numerical control data including data obtained by the numerical control device 1 analyzing a program, operation data of a machine to be controlled, etc. Alternatively, data is set (written) to the buffer 20 via the bus 3. On the other hand, the application 21 operating on the personal computer section 2 calls an API (application programmable interface) 22 based on an instruction such as data processing or screen display from the user, and is necessary for data processing or screen display. Numerical control data is read (read) from the buffer 10 via the bus 3 or directly from the buffer 20.

特開平08−161021号公報Japanese Patent Application Publication No. 08-161021

一般に、PCI−Express等の昨今用いられているバスは、小容量のデータ転送に時間が長くかかるため、バスを越えてデータにアクセスすると高い負荷がかかる。図6を例にとると、データセット処理部11からバッファ10に対するデータセットは負荷が小さく、データセット処理部11からバス3を介したバッファ20に対するデータセットには大きな負荷が掛かる。また、アプリケーション21からバス3を介したバッファ10からのデータリードは大きな負荷が掛かり、アプリケーション21からバッファ20に対するデータリードは負荷が小さい。そのため、数値制御装置1がパソコン部2に対して受け渡す数値制御データを数値制御装置1のバッファ10に偏って記憶するようにした場合はアプリケーション21によるデータリードの負荷が増加するためパソコン部2のパフォーマンスが低下し、逆に数値制御データをパソコン部2のバッファ20に偏って記憶するようにした場合はデータセット処理部11によるデータセットの負荷が増加するため数値制御装置1の加工制御に影響するという問題がある。   In general, recently used buses such as PCI-Express take a long time to transfer small-capacity data, and therefore, accessing data across the bus imposes a high load. Taking FIG. 6 as an example, the data set from the data set processing unit 11 to the buffer 10 is lightly loaded, and the data set processing unit 11 to the buffer 20 via the bus 3 is heavily loaded. Further, the data read from the buffer 10 from the application 21 through the bus 3 is heavily loaded, and the data read from the application 21 to the buffer 20 is small. Therefore, when the numerical control data transferred from the numerical control device 1 to the personal computer unit 2 is stored in a biased manner in the buffer 10 of the numerical control device 1, the load of data reading by the application 21 increases. In the case where the numerical control data is stored in the buffer 20 of the personal computer 2 in a biased manner, the load on the data set by the data set processing unit 11 increases and processing control of the numerical control device 1 is caused. There is a problem of affecting.

そこで本発明の目的は、数値制御装置の動作状況に応じて数値制御データの受け渡しに掛かる負荷を調節することが可能な数値制御システムを提供することである。   SUMMARY OF THE INVENTION An object of the present invention is to provide a numerical control system capable of adjusting the load applied to the transfer of numerical control data according to the operating condition of the numerical control device.

本発明の数値制御システムでは、数値制御装置の負荷状況に応じて、数値制御装置からパソコン部への数値制御データの受け渡しに用いるバッファの使用状況をダイナミックに切換える。より具体的には、数値制御装置の負荷が高い時には数値制御装置側に設けられているバッファを優先的に使用するようにし、数値制御装置の負荷が低い時にはパソコン部側に設けられているバッファを優先的に使用する。   In the numerical control system according to the present invention, the use state of the buffer used for transferring numerical control data from the numerical control device to the personal computer unit is dynamically switched according to the load condition of the numerical control device. More specifically, when the load on the numerical control device is high, the buffer provided on the numerical control device side is preferentially used, and when the load on the numerical control device is low, the buffer provided on the personal computer unit side Use preferentially.

そして、本願の請求項1に係る発明は、機械の制御に係るデータである数値制御データを記憶可能な第1のバッファを備えた数値制御装置と、前記数値制御装置とバスを介して接続され、前記数値制御データを記憶可能な第2のバッファを備えたパソコン部と、を有する数値制御システムにおいて、前記数値制御装置は、前記数値制御データのデータ種類毎の優先順位を示すデータ優先順位情報が記憶されたデータ優先順位情報記憶部と、前記数値制御装置の負荷状態に基づいて、前記第2のバッファに対して前記数値制御データをセット処理に許容される時間であるデータセット許容時間を算出する許容時間算出部と、前記データ優先順位情報記憶部に記憶されるデータ優先順位情報と、前記許容時間算出部が算出したデータセット許容時間とに基づいて、前記データセット許容時間内にデータセットすることができるように前記数値制御データのデータセット先となるバッファをデータ種類毎に決定するバッファ決定部と、前記バッファ決定部が決定した前記数値制御データのデータ種類毎のデータセット先となるバッファの情報である使用中バッファ情報を前記パソコン部へと送信する使用中バッファ情報設定部とを備え、前記パソコン部は、前記数値制御データのデータ種類毎の優先順位を示すデータ優先順位情報を前記データ優先順位情報記憶部へと設定する優先順位設定部とを備え、前記パソコン部の上で動作するアプリケーションは、前記使用中バッファ情報設定部から受信した前記使用中バッファ情報に基づいて、前記第1のバッファまたは前記第2のバッファの少なくともいずれか一方から前記数値制御データを取得する、ことを特徴とする数値制御システムである。   The invention according to claim 1 of the present application is connected to a numerical control device having a first buffer capable of storing numerical control data, which is data related to control of a machine, and the numerical control device via a bus. In the numerical control system having a personal computer unit provided with a second buffer capable of storing the numerical control data, the numerical control device is data priority information indicating priority for each data type of the numerical control data. A data set allowable time which is a time allowed to set the numerical control data to the second buffer based on the stored data priority information storage unit and the load state of the numerical control device The allowable time calculation unit to calculate, the data priority order information stored in the data priority order information storage unit, and the data set allowable time calculated by the allowable time calculation unit And a buffer determination unit that determines, for each data type, a buffer as a data set destination of the numerical control data so that data can be set within the data set allowable time, and the buffer determination unit determines An in-use buffer information setting unit for transmitting to the PC unit an in-use buffer information which is information on a buffer serving as a data setting destination for each data type of the numerical control data, the personal computer unit further comprising: And a priority setting unit configured to set data priority information indicating the priority for each data type to the data priority information storage unit, and an application operating on the personal computer unit sets the buffer information in use. Of the first buffer or the second buffer based on the in-use buffer information received from the Obtaining the numerical control data from one even without a numerical control system, characterized in that.

本願の請求項2に係る発明は、前記データ優先順位情報は、前記数値制御データのデータ種類毎のデータセット処理に必要となる処理時間である必要データセット時間と、当該データ種類毎のアクセス頻度とを関連付けたものである、ことを特徴とする請求項1に記載の数値制御システムである。   In the invention according to claim 2 of the present application, the data priority order information includes a necessary data setting time which is a processing time required for data setting processing for each data type of the numerical control data, and an access frequency for each data type The numerical control system according to claim 1, characterized in that

本願の請求項3に係る発明は、前記バッファ決定部は、前記数値制御データのデータ種類の内でアクセス頻度が高いデータ種類の数値制御データを優先して第2のバッファへとデータセットするように決定する、ことを特徴とする請求項2に記載の数値制御システムである。   In the invention according to claim 3 of the present application, the buffer determination unit preferentially sets numerical control data of a data type having a high access frequency among data types of the numerical control data to the second buffer. The numerical control system according to claim 2, characterized in that:

本発明により、数値制御装置のCPU負荷を一定以下に保ちつつ、その下でパソコン部で実行されるアプリケーションのパフォーマンスを最大化することができる。   According to the present invention, it is possible to maximize the performance of the application executed by the personal computer unit while keeping the CPU load of the numerical control device below a certain level.

本発明の一実施形態による数値制御システムの概略構成図である。It is a schematic block diagram of the numerical control system by one embodiment of the present invention. データ優先順位情報を例示する図である。It is a figure which illustrates data priority information. 使用中バッファ情報を例示する図である。It is a figure which illustrates buffer information in use. 許容時間算出部上で実行される処理の概略フローチャートである。It is a schematic flowchart of the process performed on an allowance time calculation part. バッファ決定部上で実行される処理の概略フローチャートである。It is a schematic flowchart of the process performed on a buffer determination part. 従来技術による数値制御システムの概略構成図である。It is a schematic block diagram of the numerical control system by a prior art.

以下、本発明の実施形態を図面と共に説明する。なお、従来技術と同一または類似する構成は同じ符号を用いて説明する。
図1は、本発明の一実施形態による数値制御システムの概略構成図である。本実施形態の数値制御システム100は、従来技術の数値制御システムと同様に数値制御装置1とパソコン部2とがバス3を介して接続されて構成される。数値制御装置1が備えるデータセット処理部11は、数値制御データを、直接バッファ10に、またはバス3を介してバッファ20にデータセットし、また、パソコン部2の上で動作しているアプリケーション21は、ユーザからのデータ処理や画面表示などの指令に基づいてAPI22を呼び出して、データ処理や画面表示に必要な数値制御データを、バス3を介してバッファ10から、または直接バッファ20からデータリードする。なお、データセット処理部11によるデータセット処理は、数値制御装置1の処理周期毎に実行される。
本実施形態の数値制御装置1は、更に許容時間算出部12を備え、また、データセット処理部11は、バッファ決定部13、使用中バッファ情報設定部14を備える。また、本実施形態のパソコン部2は、優先順位設定部23を備える。
Hereinafter, embodiments of the present invention will be described with reference to the drawings. The same or similar configuration as the prior art will be described using the same reference numerals.
FIG. 1 is a schematic block diagram of a numerical control system according to an embodiment of the present invention. The numerical control system 100 of the present embodiment is configured by connecting the numerical control device 1 and the personal computer unit 2 via the bus 3 in the same manner as the numerical control system of the prior art. The data set processing unit 11 included in the numerical control device 1 sets numerical control data directly to the buffer 10 or to the buffer 20 via the bus 3, and an application 21 operating on the personal computer unit 2. Calls API 22 based on an instruction such as data processing or screen display from the user, and reads numerical control data necessary for data processing or screen display from buffer 10 via bus 3 or directly from buffer 20 Do. The data set processing by the data set processing unit 11 is executed every processing cycle of the numerical control device 1.
The numerical control device 1 of the present embodiment further includes an allowable time calculation unit 12, and the data set processing unit 11 includes a buffer determination unit 13 and an in-use buffer information setting unit 14. Further, the personal computer unit 2 of the present embodiment includes the priority setting unit 23.

許容時間算出部12は、数値制御装置1の負荷を測定し、データセット処理部11によるデータセット処理に許容される時間であるデータセット許容時間を算出する機能手段である。許容時間算出部12が測定する数値制御装置1の負荷としては、例えば、ある単位時間当たりのサーボの補間制御に要した時間を測定するようにすればよい。許容時間算出部12は、測定した数値制御装置1の負荷に基づいて、例えば以下に示す数1式を用いてデータセット処理の許容時間を算出して決定する。数1式において、データセット許容基準時間は運転を行っていない状態におけるデータセットに割ける最大時間を、サーボ補間基準時間は運転を行っていない状態におけるサーボ補間時間を、それぞれ指しており、これら値は予め実験などにより算出しておく。   The allowable time calculation unit 12 is a functional unit that measures the load of the numerical control device 1 and calculates a data set allowable time, which is a time allowed for data set processing by the data set processing unit 11. As a load of the numerical control device 1 measured by the allowable time calculation unit 12, for example, the time required for servo interpolation control per unit time may be measured. The allowable time calculation unit 12 calculates and determines the allowable time of the data set processing based on the measured load of the numerical control device 1 using, for example, Equation 1 shown below. In the equation (1), the data set allowable reference time indicates the maximum time to be divided into the data set in the non-operation state, and the servo interpolation reference time indicates the servo interpolation time in the non-operation state. The values are calculated in advance by experiments and the like.

Figure 0006517706
Figure 0006517706

許容時間算出部12は、決定したデータセット許容時間をメモリ上に設けられたデータセット許容時間記憶部15へと保存する。ここで、数値制御装置1の負荷を測定してデータセット許容時間を算出した際に、データセット許容時間記憶部15に前回算出したデータセット許容時間が既に記憶されている場合には、今回算出したデータセット許容時間とデータセット許容時間記憶部15に記憶されている前回算出したデータセット許容時間との差分を計算し、その差分があらかじめ定めておいた閾値Dよりも大きい場合に、データセット許容時間記憶部15に記憶されているデータセット許容時間を更新する。このようにすることで、数値制御装置1の負荷が小さい幅で変動する場合であっても、その影響を受けずに安定したデータセット許容時間を用いることができる。   The allowable time calculation unit 12 stores the determined data set allowable time in the data set allowable time storage unit 15 provided on the memory. Here, when the data set allowable time is calculated by measuring the load of the numerical control device 1, if the data set allowable time previously calculated is already stored in the data set allowable time storage unit 15, the current calculation is performed. The difference between the calculated data set allowable time and the previously calculated data set allowable time stored in the data set allowable time storage unit 15 is calculated, and when the difference is larger than a predetermined threshold D, the data set The data set allowance time stored in the allowance time storage unit 15 is updated. By doing this, even when the load of the numerical controller 1 fluctuates in a small range, it is possible to use a stable data set allowable time without being affected by the fluctuation.

パソコン部2が備える優先順位設定部23は、アプリケーション21からの呼び出しに基づいて、データ優先順位情報を数値制御装置1内のメモリ上に設けられたデータ優先順位情報記憶部16に対してデータセットする。
図2は、データ優先順位情報の例を示す図である。図2に示すように、データ優先順位情報は、数値制御データの種類ごとに、数値制御装置1のデータセット処理部11がパソコン部2のバッファ20に対して当該数値制御データをデータセットするのに必要な時間である必要データセット時間と、アプリケーション21からの当該数値制御データへのアクセス頻度とを関連付けた情報である。各数値制御データの種類ごとの必要データセット時間の初期値は、あらかじめ実験などを行って計測した値を登録する。また、各数値制御データの種類ごとのアクセス頻度の初期値は0としておく。
優先順位設定部23は、アプリケーション21がAPI22を介して通知した各数値制御データの種類ごとのアクセス頻度をデータ優先順位情報としてデータセットするようにしてもよい。また、アプリケーション21によるAPI22を介した数値制御データに対する過去の所定時間内のアクセスを監視して統計処理することで各数値制御データの種類ごとのアクセス頻度を求め、データ優先順位情報としてデータセットするようにしてもよい。また、これらを組み合わせるようにしてもよい。なお、アプリケーション21が複数動作している場合には、それぞれのアプリケーション21のアクセス頻度の合計値をデータ優先順位情報としてデータセットするようにすればよい。
The priority setting unit 23 included in the personal computer unit 2 sets data priority information to the data priority information storage unit 16 provided on the memory in the numerical control device 1 based on a call from the application 21. Do.
FIG. 2 is a diagram illustrating an example of data priority order information. As shown in FIG. 2, in the data priority order information, the data set processing unit 11 of the numerical control device 1 sets the numerical control data in the buffer 20 of the personal computer unit 2 for each type of numerical control data. It is the information which associated the required data set time which is the time required for and the frequency of access to the numerical control data from the application 21. As the initial value of the required data setting time for each type of numerical control data, a value measured by conducting experiments beforehand is registered. Also, the initial value of the access frequency for each type of numerical control data is set to 0.
The priority setting unit 23 may set the access frequency for each type of numerical control data notified by the application 21 through the API 22 as data priority information. In addition, the access frequency for each type of numerical control data is determined by monitoring and statistically accessing the numerical control data in the past within a predetermined time through the API 22 by the application 21 and setting the data as data priority information You may do so. Also, these may be combined. When a plurality of applications 21 are operating, the total value of the access frequency of each application 21 may be set as data priority information.

数値制御装置1が備えるバッファ決定部13は、データセット許容時間記憶部15に記憶されているデータセット許容時間と、データ優先順位情報記憶部16に記憶されているデータ優先順位情報とを読み出し、読み出したデータセット許容時間とデータ優先順位情報とに基づいて、数値制御装置1に設けられたバッファ10とパソコン部2に設けられたバッファ20とでどちらのバッファに対していずれの数値制御データをデータセットするのかを決定する。
バッファの決定方法の一例としては、データ優先順位情報で示されるアクセス頻度の高いデータ種類の数値制御データから順にデータ種類の組み合わせを考え、組み合わせたデータ種類の必要データセット時間を加算し、加算した必要データセット時間がデータセット許容時間を越えない範囲でアクセス頻度の高いデータ種類の数値制御データをバッファ20に対してデータセットするものとして決定し、それ以外のデータ種類の数値制御データをバッファ10に対してデータセットする方法が考えられる。この方法により、図2下に示した優先順位データが設定されている場合であってデータセット許容時間が100μsecである場合におけるそれぞれのデータ種類の数値制御データのデータセット先を決定すると、アクセス頻度の高い順序(優先順)はA→C→B→Dであり、この順で優先的な(すなわち、トータルで最もアクセス頻度が多くなる)データ種類の組み合わせを考えていくと[A,B,C]、[A,C]、[A,B]、[A]、[B,C]、[B],[C](Dはアクセス頻度が0なので除外する)という順序が考えられる。それぞれの組み合わせについて必要データセット時間を加算し、データセット許容時間内に収まる最も優先的なデータ種類の組み合わせを探索する。例えば、[A,B,C]の組み合わせでは150μsec、[A,C]の組合せでは110μsecとなっていずれもデータセット許容時間を越えてしまうが、[A,B]の組み合わせでは90μsecとなり、データセット許容時間を越えないので、データ種類がAとBの数値制御データをパソコン部2が備えるバッファ20へとデータセットし、残りのデータ種類がCとDの数値制御データを数値制御装置1が備えるバッファ10へとデータセットすると決定できる。
The buffer determination unit 13 included in the numerical control device 1 reads the data set allowable time stored in the data set allowable time storage unit 15 and the data priority order information stored in the data priority order information storage unit 16, The buffer 10 provided in the numerical control device 1 and the buffer 20 provided in the personal computer unit 2 set either numerical control data for either buffer based on the read data set allowance time and the data priority order information. Decide if you want to set data.
As an example of the method of determining the buffer, the combination of data types is considered in order from the numerical control data of the data types with high access frequency indicated by the data priority information, and the necessary data set time of the combined data types is added and added It is determined that numerical control data of a data type with a high access frequency is to be set in the buffer 20 as long as the required data set time does not exceed the data set allowable time, and the numerical control data of other data types is It is conceivable to set data against If the data set destination of the numerical control data of each data type is determined by this method when the priority data shown in the lower part of FIG. 2 is set and the data set allowable time is 100 μsec, the access frequency is determined. The highest order (priority order) is A → C → B → D. Considering the combination of data types that are prioritized in this order (that is, the access frequency is the highest in total) [A, B, The order of C], [A, C], [A, B], [A], [B, C], [B], [C] (D is excluded because the access frequency is 0) can be considered. The required data set time is added for each combination, and the most preferred data type combination that fits within the data set tolerance time is searched. For example, the combination of [A, B, C] is 150 μsec, and the combination of [A, C] is 110 μsec, which exceeds the allowable data set time, but the combination of [A, B] is 90 μsec. Since the set allowable time does not exceed, the numerical control data of data types A and B are set in the buffer 20 provided in the personal computer section 2 and the remaining data types are C and D of numerical control data. It can be decided to set data in the buffer 10 provided.

使用中バッファ情報設定部14は、バッファ決定部13が決定した各数値制御データのデータセット先に係る情報である使用中バッファ情報を、パソコン部2が備えるメモリ上に設けられた使用中バッファ情報記憶部24へとデータセットする。
図3は、使用中バッファ情報の例を示す図である。図3に示すように、使用中バッファ情報は、数値制御データのデータ種類に対して当該データ種類の数値制御データが数値制御装置1が備えるバッファ10とパソコン部2が備えるバッファ20とのいずれに記憶されているのか(いずれを使用しているのか)を示す情報を関連付けた情報である。図3に例示する使用中バッファ情報は、データ種類がAとBの数値制御データはパソコン部2が備えるバッファ20に、データ種類がCとDの数値制御データは数値制御装置1が備えるバッファ10に、それぞれ記憶されていることを示している。
The in-use buffer information setting unit 14 uses the in-use buffer information provided in the memory of the personal computer unit 2 as the in-use buffer information relating to the data setting destination of each numerical control data determined by the buffer determination unit 13. Data is set in the storage unit 24.
FIG. 3 is a diagram showing an example of in-use buffer information. As shown in FIG. 3, the in-use buffer information corresponds to the data type of the numerical control data in any of the buffer 10 of the numerical control device 1 and the buffer 20 of the personal computer unit 2 of the numerical control data of the data type. It is information associated with information indicating which is stored (which one is being used). The in-use buffer information illustrated in FIG. 3 includes numerical control data of data types A and B in the buffer 20 included in the personal computer 2, and numerical control data of data types C and D in the numerical control device 1. Show that they are stored respectively.

そして、データセット処理部11は、このようにしてバッファ決定部13がデータ種類ごとに決定した数値制御データのデータセット先に(バッファ10、バッファ20)に従って、それぞれの数値データセットをデータセットする。データセット処理部11によるデータセット処理は、上記したように数値制御装置1の処理周期毎に実行されるので、バッファ決定部13による数値制御データの各データ種類毎のデータセット先となるバッファの決定は処理周期毎に反映されることになる。
パソコン部2のAPI22は、このような使用中バッファ情報を参照して、アプリケーション21が要求する数値制御データがバッファ10に記憶されているのか、バッファ20に記憶されているのかを特定する。そして、特定したバッファへとアクセスすることでアプリケーション21が要求する数値制御データをデータリードして取得し、取得した数値制御データをアプリケーション21へと引き渡す。
Then, the data set processing unit 11 sets each numerical data set according to (buffer 10, buffer 20) to the data set destination of the numerical control data determined by the buffer determination unit 13 for each data type in this manner. . Since the data set processing by the data set processing unit 11 is executed for each processing cycle of the numerical control device 1 as described above, the buffer of the data set destination for each data type of the numerical control data by the buffer determination unit 13 The decision will be reflected every processing cycle.
The API 22 of the personal computer unit 2 refers to such in-use buffer information to specify whether numerical control data requested by the application 21 is stored in the buffer 10 or in the buffer 20. Then, the numerical control data requested by the application 21 is read and acquired by accessing the specified buffer, and the acquired numerical control data is handed over to the application 21.

図4は、上記した許容時間算出部12が実行する処理の概略フローチャートである。
●[ステップSA01]許容時間算出部12は、数値制御装置1の負荷を測定する。
●[ステップSA02]許容時間算出部12は、ステップSA01で測定された数値制御装置1の負荷に基づいて、データセット処理に許容される時間であるデータセット許容時間を算出する。
FIG. 4 is a schematic flowchart of the process performed by the above-described allowable time calculation unit 12.
[Step SA01] The allowable time calculation unit 12 measures the load of the numerical control device 1.
[Step SA02] Based on the load of the numerical control device 1 measured in step SA01, the allowable time calculation unit 12 calculates a data set allowable time which is an allowable time for data set processing.

●[ステップSA03]許容時間算出部12は、ステップSA02で算出したデータセット許容時間とデータセット許容時間記憶部15に既に記憶されている前回算出したデータセット許容時間との差分が予め定められた閾値Dよりも大きいか否かを判定する。閾値Dよりも大きい場合にはステップSA04へ処理を移行し、閾値D以下である場合には本処理を終了する。
●[ステップSA04]許容時間算出部12は、ステップSA02で算出されたデータセット許容時間をデータセット許容時間記憶部15へと上書きして記憶する。
[Step SA03] The allowable time calculation unit 12 determines in advance the difference between the data set allowable time calculated in step SA02 and the previously calculated data set allowable time already stored in the data set allowable time storage unit 15. It is determined whether it is larger than the threshold D. If the threshold value D is larger than the threshold value D, the process proceeds to step SA04. If the threshold value D is equal to or less than the threshold value D, the present process ends.
[Step SA04] The allowable time calculation unit 12 overwrites and stores the data set allowable time calculated in step SA02 in the data set allowable time storage unit 15.

図5は、上記したバッファ決定部13が実行する処理の概略フローチャートである。
●[ステップSB01]バッファ決定部13は、アクセス頻度の最も高いデータ種類を優先したデータ種類の組み合わせを作成する。
●[ステップSB02]バッファ決定部13は、ステップSB01で作成したそれぞれのデータ種類の組み合わせについて、優先的な順(すなわち、トータルで最もアクセス頻度が多くなる順)でステップSB03〜ステップSB05を繰り返す。
●[ステップSB03]バッファ決定部13は、データ種類の組み合わせに含まれる各データ種類の必要データセット時間を加算する。
FIG. 5 is a schematic flowchart of the process performed by the above-described buffer determination unit 13.
[Step SB01] The buffer determination unit 13 creates a combination of data types in which the data type with the highest access frequency is prioritized.
[Step SB02] The buffer determination unit 13 repeats Steps SB03 to SB05 in the priority order (that is, the order in which the access frequency is the highest in total) for the combination of each data type created in Step SB01.
[Step SB03] The buffer determination unit 13 adds the required data set time of each data type included in the combination of data types.

●[ステップSB04]バッファ決定部13は、ステップSB03で加算した必要データセット時間が、データセット許容時間を越えているか否かを判定する。越えている場合には次のデータ種類の組み合わせに対してステップSB03からの処理を繰り返し、越えていない場合にはステップSB05へと処理を移行する。
●[ステップSB05]バッファ決定部13は、ステップSB04で判定したデータ種類の組み合わせに含まれるデータ種類をパソコン部2のバッファ20へ保存するデータ種類として決定し、本処理を終了する。
●[ステップSB06]バッファ決定部13は、パソコン側のバッファへ保存するデータ種類は無いと決定し、本処理を終了する。
[Step SB04] The buffer determination unit 13 determines whether the required data set time added in Step SB03 exceeds the data set allowable time. If it exceeds, the process from step SB03 is repeated for the next combination of data types, and if it does not exceed, the process moves to step SB05.
[Step SB05] The buffer determination unit 13 determines the data type included in the combination of data types determined in step SB04 as the data type to be stored in the buffer 20 of the PC unit 2, and ends this processing.
[Step SB06] The buffer determination unit 13 determines that there is no data type to be stored in the buffer on the personal computer side, and ends this processing.

上記構成を備えた数値制御システムにより、数値制御装置のCPU負荷を一定以下に保ちつつ、パソコン部で実行されるアプリケーションのパフォーマンスを最大化することができる。   By the numerical control system having the above configuration, it is possible to maximize the performance of the application executed in the personal computer unit while keeping the CPU load of the numerical control device below a certain level.

以上、本発明の実施の形態について説明したが、本発明は上述した実施の形態の例にのみ限定されるものでなく、適宜の変更を加えることにより様々な態様で実施することができる。
例えば、上記した実施形態では、バッファ決定部13は単純にアクセス頻度が多いものを優先順位が高いデータ種類とした処理を行っているが、データ種類ごとにアクセス頻度と必要データセット時間を乗算した値に基づいて優先順位を決めるようにしてもよい。必要データセット時間は専ら当該データ種類のデータ量に依存して大きくなるので、アクセス頻度と必要データセット時間を乗算した値に基づいた優先順位はパソコン部2が数値制御装置1から取得している実質的なデータ量に依存した数値となるので、より実態に即した優先順位として用いることができる。
As mentioned above, although embodiment of this invention was described, this invention is not limited only to the example of embodiment mentioned above, It can implement in a various aspect by adding an appropriate change.
For example, in the above-described embodiment, the buffer determination unit 13 simply performs processing in which data having a high access frequency is regarded as a data type having a high priority, but the access frequency is multiplied by the necessary data setting time for each data type. The priority may be determined based on the value. Since the necessary data set time is increased depending only on the amount of data of the data type, the PC unit 2 acquires the priority based on the value obtained by multiplying the access frequency and the required data set time from the numerical control device 1 Since the values depend on the substantial amount of data, they can be used as priorities that are more realistic.

1 数値制御装置
2 パソコン部
3 バス
10,20 バッファ
11 データセット処理部
12 許容時間算出部
13 バッファ決定部
14 使用中バッファ情報設定部
15 データセット許容時間記憶部
16 データ優先順位情報記憶部
20 アプリケーション
21 アプリケーション
22 API
23 優先順位設定部
24 使用中バッファ情報記憶部
100 数値制御システム
DESCRIPTION OF SYMBOLS 1 numerical control device 2 personal computer 3 bus 10, 20 buffer 11 data set processing unit 12 permissible time calculation unit 13 buffer decision unit 14 in-use buffer information setting unit 15 data set permissible time storage unit 16 data priority information storage unit 20 application 21 Application 22 API
23 Priority setting unit 24 In-use buffer information storage unit 100 Numerical control system

Claims (3)

機械の制御に係るデータである数値制御データを記憶可能な第1のバッファを備えた数値制御装置と、前記数値制御装置とバスを介して接続され、前記数値制御データを記憶可能な第2のバッファを備えたパソコン部と、を有する数値制御システムにおいて、
前記数値制御装置は、
前記数値制御データのデータ種類毎の優先順位を示すデータ優先順位情報が記憶されたデータ優先順位情報記憶部と、
前記数値制御装置の負荷状態に基づいて、前記第2のバッファに対して前記数値制御データをセット処理に許容される時間であるデータセット許容時間を算出する許容時間算出部と、
前記データ優先順位情報記憶部に記憶されるデータ優先順位情報と、前記許容時間算出部が算出したデータセット許容時間とに基づいて、前記データセット許容時間内にデータセットすることができるように前記数値制御データのデータセット先となるバッファをデータ種類毎に決定するバッファ決定部と、
前記バッファ決定部が決定した前記数値制御データのデータ種類毎のデータセット先となるバッファの情報である使用中バッファ情報を前記パソコン部へと送信する使用中バッファ情報設定部と
を備え、
前記パソコン部は、
前記数値制御データのデータ種類毎の優先順位を示すデータ優先順位情報を前記データ優先順位情報記憶部へと設定する優先順位設定部と
を備え、
前記パソコン部の上で動作するアプリケーションは、前記使用中バッファ情報設定部から受信した前記使用中バッファ情報に基づいて、前記第1のバッファまたは前記第2のバッファの少なくともいずれか一方から前記数値制御データを取得する、
ことを特徴とする数値制御システム。
A numerical control device provided with a first buffer capable of storing numerical control data, which is data related to control of a machine, and the numerical control device are connected to the numerical control device via a bus and a second one capable of storing the numerical control data In a numerical control system having a personal computer unit provided with a buffer,
The numerical controller is
A data priority information storage unit storing data priority information indicating priority of each data type of the numerical control data;
An allowable time calculating unit that calculates a data set allowable time which is an allowable time for setting processing of the numerical control data to the second buffer based on a load state of the numerical control device;
The data can be set within the data set allowable time based on the data priority order information stored in the data priority order information storage unit and the data set allowable time calculated by the allowable time calculation unit. A buffer determination unit that determines, for each data type, a buffer to which data control data is to be set;
An in-use buffer information setting unit for transmitting, to the personal computer unit, in-use buffer information which is information on a buffer serving as a data setting destination for each data type of the numerical control data determined by the buffer determination unit;
The personal computer unit is
A priority setting unit configured to set, in the data priority information storage unit, data priority information indicating a priority for each data type of the numerical control data;
An application operating on the personal computer unit performs the numerical control from at least one of the first buffer and the second buffer based on the in-use buffer information received from the in-use buffer information setting unit. Get data,
A numerical control system characterized by
前記データ優先順位情報は、前記数値制御データのデータ種類毎のデータセット処理に必要となる処理時間である必要データセット時間と、当該データ種類毎のアクセス頻度とを関連付けたものである、
ことを特徴とする請求項1に記載の数値制御システム。
The data priority order information is obtained by associating a required data set time, which is a processing time required for data set processing for each data type of the numerical control data, with an access frequency for each data type.
The numerical control system according to claim 1, characterized in that:
前記バッファ決定部は、前記数値制御データのデータ種類の内でアクセス頻度が高いデータ種類の数値制御データを優先して第2のバッファへとデータセットするように決定する、
ことを特徴とする請求項2に記載の数値制御システム。
Among the data types of the numerical control data, the buffer determination unit determines to preferentially set numerical control data of a data type having a high access frequency to the second buffer.
The numerical control system according to claim 2, characterized in that:
JP2016011592A 2016-01-25 2016-01-25 Numerical control system for efficient exchange of numerical control data Active JP6517706B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016011592A JP6517706B2 (en) 2016-01-25 2016-01-25 Numerical control system for efficient exchange of numerical control data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016011592A JP6517706B2 (en) 2016-01-25 2016-01-25 Numerical control system for efficient exchange of numerical control data

Publications (2)

Publication Number Publication Date
JP2017134459A JP2017134459A (en) 2017-08-03
JP6517706B2 true JP6517706B2 (en) 2019-05-22

Family

ID=59502614

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016011592A Active JP6517706B2 (en) 2016-01-25 2016-01-25 Numerical control system for efficient exchange of numerical control data

Country Status (1)

Country Link
JP (1) JP6517706B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE112021000842T5 (en) 2020-02-05 2022-11-17 Fanuc Corporation Machine learning device, computing device, control system and machine learning method

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7207960B2 (en) * 2018-11-09 2023-01-18 ファナック株式会社 Monitoring device and monitoring method
US20230061169A1 (en) 2020-02-27 2023-03-02 Fanuc Corporation Information processing device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6093513A (en) * 1983-10-27 1985-05-25 Fanuc Ltd Data input and output device for application system of numerical controller
JPS60231211A (en) * 1984-05-02 1985-11-16 Fanuc Ltd Interface device between numerical control device and high power control circuit

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE112021000842T5 (en) 2020-02-05 2022-11-17 Fanuc Corporation Machine learning device, computing device, control system and machine learning method

Also Published As

Publication number Publication date
JP2017134459A (en) 2017-08-03

Similar Documents

Publication Publication Date Title
EP3355163B1 (en) Adaptive power control loop
JP6517706B2 (en) Numerical control system for efficient exchange of numerical control data
JP2012079124A (en) Job distribution processing system, information processor, and program
US20230068058A1 (en) Machine learning device, computer device, control system, and machine learning method
JP6050634B2 (en) Machining time prediction device taking into account the processing capacity of the numerical controller
JP6193923B2 (en) Numerical control device that can update the screen even under high load
JP6502908B2 (en) Slave device
JP2005092780A (en) Real time processor system and control method
US9618988B2 (en) Method and apparatus for managing a thermal budget of at least a part of a processing system
KR20090116184A (en) Data processing device and method for controlling the operating period thereof
CN113886746A (en) Page loading method, device, equipment and medium
JP6163926B2 (en) Virtual machine management apparatus, virtual machine management method, and program
CN103905687B (en) Image processing apparatus and image processing method
JP7381711B2 (en) information processing equipment
TWI599873B (en) Electronic device and methods for processing temperature values of an electronic device
JP2016099720A (en) Numerical controller with high-speed response control
JP7124023B2 (en) controller
EP4456072A2 (en) Memory access latency estimation method and memory access latency estimation system for estimating an access latency of a memory according to a plurality of coefficients and a plurality of indexes
WO2021085081A1 (en) Approximate data generation device and approximate data generation method
JP4999932B2 (en) Virtual computer system, virtual computer weighting setting processing method, and virtual computer weighting setting processing program
JP2012247906A (en) Image processing system, image processing control program and non-temporal storing medium
JP4851932B2 (en) Log analysis execution method and program
JP2017062721A (en) Resource allocation changing apparatus, resource allocation changing method, and program
JP2006172229A (en) Operation control method for task, operation control system for task and program
WO2017013872A1 (en) Resource allocation system, resource allocation method, and computer-readable recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180618

TRDD Decision of grant or rejection written
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190313

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190319

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190418

R150 Certificate of patent or registration of utility model

Ref document number: 6517706

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150