JP5943670B2 - Encoder device and position data abnormality detection method - Google Patents
Encoder device and position data abnormality detection method Download PDFInfo
- Publication number
- JP5943670B2 JP5943670B2 JP2012072923A JP2012072923A JP5943670B2 JP 5943670 B2 JP5943670 B2 JP 5943670B2 JP 2012072923 A JP2012072923 A JP 2012072923A JP 2012072923 A JP2012072923 A JP 2012072923A JP 5943670 B2 JP5943670 B2 JP 5943670B2
- Authority
- JP
- Japan
- Prior art keywords
- processing
- position data
- difference value
- data
- post
- 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
Links
- 230000005856 abnormality Effects 0.000 title claims description 35
- 238000001514 detection method Methods 0.000 title claims description 24
- 238000012545 processing Methods 0.000 claims description 193
- 238000007781 pre-processing Methods 0.000 claims description 137
- 238000005070 sampling Methods 0.000 claims description 108
- 238000012805 post-processing Methods 0.000 claims description 92
- 238000000034 method Methods 0.000 claims description 70
- 230000002159 abnormal effect Effects 0.000 claims description 28
- 238000011156 evaluation Methods 0.000 claims description 19
- 238000006243 chemical reaction Methods 0.000 description 24
- 230000001186 cumulative effect Effects 0.000 description 11
- 238000010586 diagram Methods 0.000 description 5
- 230000001133 acceleration Effects 0.000 description 3
- 230000002411 adverse Effects 0.000 description 3
- FFBHFFJDDLITSX-UHFFFAOYSA-N benzyl N-[2-hydroxy-4-(3-oxomorpholin-4-yl)phenyl]carbamate Chemical compound OC1=C(NC(=O)OCC2=CC=CC=C2)C=CC(=C1)N1CCOCC1=O FFBHFFJDDLITSX-UHFFFAOYSA-N 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Images
Landscapes
- Transmission And Conversion Of Sensor Element Output (AREA)
Description
本発明は、回転体の回転角度等を検出するためのエンコーダ装置に関する。また、本発明は、回転体の回転角度等を検出するためのエンコーダ装置における位置データの異常検出方法に関する。 The present invention relates to an encoder device for detecting a rotation angle or the like of a rotating body. The present invention also relates to an abnormality detection method for position data in an encoder device for detecting a rotation angle or the like of a rotating body.
従来、モータの回転角度を検出するためのエンコーダと、エンコーダで検出された位置データに基づいてモータを制御するACサーボドライバとが広く利用されている。エンコーダで検出された位置データは、エンコーダからACサーボドライバへ送られる際の電磁ノイズ等の影響で、ビット誤りが生じて、誤った位置データとなることがある。ACサーボドライバへ送られる位置データが誤った位置データであると、回転中のモータの挙動が不安定になり、モータの回転ムラや振動が発生するおそれがある。 Conventionally, an encoder for detecting the rotation angle of a motor and an AC servo driver for controlling the motor based on position data detected by the encoder are widely used. The position data detected by the encoder may become erroneous position data due to a bit error due to electromagnetic noise or the like when it is sent from the encoder to the AC servo driver. If the position data sent to the AC servo driver is incorrect position data, the behavior of the rotating motor becomes unstable, and there is a possibility that the rotation unevenness and vibration of the motor may occur.
そこで、従来、エンコーダからACサーボドライバへ送られる際の電磁ノイズ等の影響で、エンコーダで検出された位置データが誤った位置データになったことを検出して(すなわち、位置データの異常を検出して)、正しい位置データを推定することが可能となる検出位置データのビット誤り検出・推定方法が提案されている(たとえば、特許文献1参照)。 Therefore, conventionally, it is detected that the position data detected by the encoder has become incorrect position data due to the influence of electromagnetic noise or the like sent from the encoder to the AC servo driver (that is, the position data is detected to be abnormal). Thus, there has been proposed a bit error detection / estimation method for detected position data that makes it possible to estimate correct position data (see, for example, Patent Document 1).
特許文献1に記載のビット誤り検出・推定方法では、使用時におけるモータの最大回転数とエンコーダ分解能Nとからサンプリング周期hの間の最大位置変化量を算出するとともに、今回のサンプリング時の位置データpos#bと前回のサンプリング時の位置データpos#aとの変化量(差分)の絶対値であるpos#s1と、エンコーダの分解能Nとpos#s1との変化量の絶対値であるpos#s2とを算出している。そして、pos#s1およびpos#s2がサンプリング周期h間の最大位置変化量を超えている場合には、pos#bの中に大きなビット誤りがあると判定している。すなわち、pos#s1およびpos#s2がサンプリング周期h間の最大位置変化量を超えているか否かを判定することで、エンコーダからACサーボドライバへ送られる際の電磁ノイズ等の影響で、位置データに異常が生じたことを検出している。
In the bit error detection / estimation method described in
また、このビット誤り検出・推定方法では、位置データに異常が生じたことが検出されると、前回のサンプリング時の位置データpos#aと、前回のサンプリング周期h間の速度Vbと、サンプリング周期hとを用いた下記の式に基づいて、正しい位置データpos#bsを推定している。
pos#bs=pos#a+Vb×h
また、ACサーボドライバは、推定された位置データpos#bsに基づいてモータを制御している。
Further, in this bit error detection / estimation method, when it is detected that an abnormality has occurred in the position data, the position data pos # a at the previous sampling, the speed Vb during the previous sampling period h, and the sampling period The correct position data pos # bs is estimated based on the following equation using h.
pos # bs = pos # a + Vb × h
The AC servo driver controls the motor based on the estimated position data pos # bs.
しかしながら、特許文献1に記載のビット誤り検出・推定方法では、位置データの変化量であるpos#s1およびpos#s2のみに基づいて、位置データに異常が生じたことが検出されているため、位置データの異常検出精度が高いとはいえない。位置データの異常検出精度が低いと、位置データに異常が生じているにもかかわらず、その異常が検出されないため、正しい位置データを推定することができず、モータを滑らかに回転させることが困難になるおそれがある。
However, in the bit error detection / estimation method described in
そこで、本発明の課題は、エンコーダが出力する処理前の位置データ(処理前位置データ)の異常検出の精度を高めることが可能なエンコーダ装置を提供することにある。また、本発明の課題は、処理前位置データの異常検出の精度を高めることが可能となる位置データの異常検出方法を提供することにある。 SUMMARY OF THE INVENTION An object of the present invention is to provide an encoder device that can improve the accuracy of abnormality detection of position data before processing (position data before processing) output from an encoder. Another object of the present invention is to provide a position data abnormality detection method capable of improving the accuracy of abnormality detection of pre-processing position data.
上記の課題を解決するため、本発明のエンコーダ装置は、エンコーダと、エンコーダが出力する処理前位置データを処理して処理後位置データを生成する位置データ処理部とを備え、位置データ処理部は、所定のサンプリング周期ごとに取得される処理前位置データの差分値である処理前1階差分値データを算出し、サンプリング周期ごとに処理前1階差分値データの差分値である2階差分値データを算出し、処理前1階差分値データが所定の第1基準範囲内にあり、かつ、2階差分値データが所定の第2基準範囲内にあるときに、処理前位置データは正常であると判定し、処理前1階差分値データが第1基準範囲から外れているとき、および/または、2階差分値データが第2基準範囲から外れているときに、処理前位置データが異常であると判定し、さらに、サンプリング周期において、前回、生成された処理後位置データと、今回、取得された処理前位置データとの差分値である処理前後1階差分値データを算出するとともに、処理前位置データが正常であると判定すると、サンプリング周期において、今回、算出された処理前後1階差分値データを用いて、今回の処理後位置データを生成し、処理前位置データが異常であると判定すると、サンプリング周期において、前回までに算出された所定個数の処理前後1階差分値データの平均値を、今回の処理前後1階差分値データと推定し、平均値を用いて、今回の処理後位置データを生成することを特徴とする。 In order to solve the above problems, an encoder apparatus according to the present invention includes an encoder, and a position data processing unit that processes post-processing position data output from the encoder and generates post-processing position data. The first floor difference value data before processing, which is the difference value of the position data before processing acquired every predetermined sampling cycle, is calculated, and the second floor difference value, which is the difference value of the first floor difference value data before processing, for each sampling cycle. When the first floor differential value data before processing is within the predetermined first reference range and the second floor differential value data is within the predetermined second reference range, the position data before processing is normal. The position data before processing is abnormal when it is determined that there is, and the first floor differential value data before processing is out of the first reference range and / or when the second floor differential value data is out of the second reference range. In Determination and, further, in the sampling period, the previous, and after the position data generated processed this time, calculates a first-order difference value data before and after the treatment is a difference value between the obtained pretreated position data pretreatment If it is determined that the position data is normal, the current post-processing position data is generated using the first-order difference data calculated before and after the current processing in the sampling period, and the pre-processing position data is determined to be abnormal. Then, in the sampling period, the average value of the first-order difference data before and after the predetermined number of processes calculated up to the previous time is estimated as the first-order difference value data before and after the current process, and the average value is used after the current process. It is characterized by generating position data .
本発明のエンコーダ装置では、位置データ処理部は、処理前1階差分値データと2階差分値データとを算出し、処理前1階差分値データが第1基準範囲から外れているとき、および/または、2階差分値データが第2基準範囲から外れているときに、処理前位置データが異常であると判定している。すなわち、本発明では、処理前位置データの差分値である処理前1階差分値データに加え、処理前1階差分値データの差分値である2階差分値データを用いて、処理前位置データの異常を検出している。そのため、本発明では、処理前1階差分値データのみを用いて処理前位置データの異常を検出する場合と比較して、処理前位置データの異常検出の精度を高めることが可能になる。 In the encoder device of the present invention, the position data processing unit calculates the first-order difference value data and the second-order difference value data before processing, and the first-order difference value data before processing is out of the first reference range; and / Or When the second-order difference value data is out of the second reference range, it is determined that the pre-processing position data is abnormal. That is, in the present invention, the pre-processing position data is used by using the second-order difference value data that is the difference value of the pre-processing first-order difference value data in addition to the pre-processing first-order difference value data that is the difference value of the pre-processing position data. An abnormality is detected. Therefore, in the present invention, it is possible to increase the accuracy of detecting the abnormality of the pre-processing position data as compared with the case of detecting the pre-processing position data abnormality using only the pre-processing first-order difference value data.
また、本発明では、位置データ処理部は、サンプリング周期において、前回、生成された処理後位置データと、今回、取得された処理前位置データとの差分値である処理前後1階差分値データを算出するとともに、処理前位置データが正常であると判定すると、サンプリング周期において、今回、算出された処理前後1階差分値データを用いて、今回の処理後位置データを生成し、処理前位置データが異常であると判定すると、サンプリング周期において、前回までに算出された所定個数の処理前後1階差分値データの平均値を、今回の処理前後1階差分値データと推定し、この平均値を用いて、今回の処理後位置データを生成している。 Further, in the present invention , the position data processing unit outputs the first and second floor difference value data before and after processing, which is a difference value between the previously generated post-processing position data and the current pre-processing position data acquired this time in the sampling period. When calculating and determining that the pre-processing position data is normal, the current post-processing position data is generated using the first-order differential value data before and after the calculation in the sampling period, and the pre-processing position data Is determined to be abnormal in the sampling period, the average value of the first-order difference data before and after the processing of the predetermined number calculated up to the previous time is estimated as the first-order difference value data before and after the current process, and this average value is This is used to generate the post-processing position data .
したがって、処理前位置データが正常であれば、今回、取得された処理前位置データに基づいて、今回の処理後位置データが生成されるため、たとえば、エンコーダによってモータの回転角度が検出される場合には、モータの回転特性に悪影響が及ぶのを防止することが可能になる。また、処理前位置データが異常であれば、前回までに算出された所定個数の処理前後1階差分値データの平均値に基づいて、今回の処理後位置データが生成されるため、たとえば、エンコーダによってモータの回転角度が検出される場合には、異常な処理前位置データに基づいて生成される処理後位置データに起因してモータの挙動が不安定になるといった現象(具体的には、モータの振れや振動等)の発生を防止することが可能になる。 Therefore, if the pre-processing position data is normal, the current post-processing position data is generated based on the pre-processing position data acquired this time. For example, when the rotation angle of the motor is detected by the encoder Therefore, it is possible to prevent the rotation characteristics of the motor from being adversely affected. Also, if the processed front position data is abnormal, on the basis of the average value of the first-order difference value data before and after processing of the calculated predetermined number up to the previous time, since the current process after the position data is generated, for example, When the rotation angle of the motor is detected by the encoder, a phenomenon that the behavior of the motor becomes unstable due to post-processing position data generated based on abnormal pre-processing position data (specifically, It is possible to prevent the occurrence of motor vibration or vibration).
本発明において、位置データ処理部は、たとえば、処理前位置データが正常であると判定すると、サンプリング周期において、今回、算出された処理前後1階差分値データと、前回までに算出された処理前後1階値差分値データとの総和を算出して、今回の処理後位置データを生成し、処理前位置データが異常であると判定すると、サンプリング周期において、前回までに算出された所定個数の処理前後1階差分値データの平均値と、前回までに算出された処理前後1階値差分値データとの総和を算出して、今回の処理後位置データを生成する。 In the present invention, for example, when the position data processing unit determines that the pre-processing position data is normal, the first-order difference value data before and after the process calculated this time and the before and after the process calculated up to the previous time in the sampling period If the sum of the first-order difference value data is calculated, the current post-processing position data is generated, and it is determined that the pre-processing position data is abnormal, the predetermined number of processes calculated up to the previous time in the sampling period The sum of the average value of the previous and subsequent first-order difference value data and the previous and subsequent first-order difference value data calculated up to the previous time is calculated, and the current post-processing position data is generated.
本発明において、位置データ処理部は、処理前位置データが正常であると判定し、かつ、処理前後1階差分値データが所定の第3基準値以内であると、サンプリング周期において、今回、算出された処理前後1階差分値データを用いて、今回の処理後位置データを生成し、処理前位置データが正常であると判定しても、処理前後1階差分値データが第3基準値を超えていると、サンプリング周期において、前回までに算出された所定個数の処理前後1階差分値データの平均値を、今回の処理前後1階差分値データと推定し、この平均値を用いて、今回の処理後位置データを生成することが好ましい。 In the present invention, the position data processing unit determines that the pre-processing position data is normal, and if the first-order difference data before and after the processing is within a predetermined third reference value, the current calculation is performed in the sampling period. Even if the post-processing position data is generated using the first and second floor difference value data before and after processing, and the pre-processing position data is determined to be normal, the first and second floor difference value data before and after processing is set to the third reference value. If it exceeds, in the sampling period, the average value of the first-order difference value data before and after the processing of the predetermined number calculated up to the previous time is estimated as the first-order difference value data before and after the current process, and using this average value, It is preferable to generate the post-processing position data.
今回算出された処理前後1階差分値データが第3基準値を超えている場合(すなわち、今回算出された処理前後1階差分値データが想定した値よりも大きくなっている場合)には、今回取得された処理前位置データが異常であることが想定されるとともに、前回生成された処理後位置データが所定個数の処理前後1階差分値データの平均値を用いて生成された推定値であると想定され、この推定された処理後位置データが正常な処理前位置データに対して大きくかけ離れた値となっていることが想定される。推定された前回のサンプリング時の処理後位置データが正常な処理前位置データに対して大きくかけ離れた値となっている場合に、推定された前回のサンプリング時の処理後位置データに基づいて算出される今回の処理前後1階差分値データに基づいて、今回の処理後位置データが生成されると、生成された今回の処理後位置データが正しい処理後位置データからさらに大きくかけ離れた値になるおそれがある。 If the first floor difference value data before and after the process calculated this time exceeds the third reference value (that is, if the first floor difference value data before and after the process calculated this time is larger than the assumed value), The pre-processing position data acquired this time is assumed to be abnormal, and the post-processing position data generated last time is an estimated value generated using the average value of the first-order difference data before and after the predetermined number of processes. It is assumed that the estimated post-processing position data is a value far from the normal pre-processing position data. Calculated based on the estimated post-processing position data at the previous sampling when the estimated post-processing position data at the previous sampling is significantly different from the normal pre-processing position data. If the current post-processing position data is generated based on the first-stage difference value data before and after the current processing, the generated current post-processing position data may become a value far from the correct post-processing position data. There is.
したがって、今回算出された処理前後1階差分値データが所定の基準値を超えている場合に、サンプリング周期において、前回までに算出された所定個数の処理前後1階差分値データの平均値を、今回の処理前後1階差分値データと推定し、この平均値を用いて、今回の処理後位置データを生成すれば、推定された今回の処理後位置データが正しい処理後位置データからさらに大きくかけ離れるのを防止することが可能になる。すなわち、推定された処理後位置データと正しい処理後位置データとの差異を抑制することが可能になる。したがって、推定された処理後位置データを正常な処理前位置データに追従させることが可能になり、推定された処理後位置データが正常な処理前位置データに対して大きくずれるのを抑制することが可能になる。その結果、たとえば、エンコーダによってモータの回転角度が検出される場合には、モータの挙動を安定させることが可能になる。 Therefore, when the first-stage difference value data before and after the processing calculated this time exceeds a predetermined reference value, the average value of the predetermined number of first-order difference value data before and after the process calculated up to the previous time in the sampling period, Estimating the first-order difference data before and after the current process, and using this average value to generate the current post-process position data, the estimated post-process position data is far from the correct post-process position data. Can be prevented. That is, the difference between the estimated post-processing position data and the correct post-processing position data can be suppressed. Accordingly, the estimated post-processing position data can be made to follow the normal pre-processing position data, and the estimated post-processing position data can be prevented from greatly deviating from the normal pre-processing position data. It becomes possible. As a result, for example, when the rotation angle of the motor is detected by the encoder, the behavior of the motor can be stabilized.
本発明において、位置データ処理部は、たとえば、処理前位置データが正常であると判定し、かつ、処理前後1階差分値データが第3基準値以内であると、サンプリング周期において、今回、算出された処理前後1階差分値データと、前回までに算出された処理前後1階値差分値データとの総和を算出して、今回の処理後位置データを生成し、処理前位置データが正常であると判定しても、処理前後1階差分値データが第3基準値を超えていると、サンプリング周期において、前回までに算出された所定個数の処理前後1階差分値データの平均値と、前回までに算出された処理前後1階値差分値データとの総和を算出して、今回の処理後位置データを生成する。 In the present invention, for example, the position data processing unit determines that the pre-processing position data is normal, and the first-order difference value data before and after processing is within the third reference value, this time in the sampling period, To calculate the sum of the first-order difference value data before and after processing and the first-order difference value data before and after processing calculated up to the previous time, and generate the current post- processing position data. Even if it is determined that there is a first-order difference value data before and after processing exceeds the third reference value, an average value of the predetermined number of first-order difference data before and after processing calculated up to the previous time in the sampling period, The sum of the difference value data before and after processing calculated up to the previous time is calculated, and the current post-processing position data is generated.
また、上記の課題を解決するため、本発明の位置データの異常検出方法は、エンコーダと、エンコーダが出力する処理前位置データを処理して処理後位置データを生成する位置データ処理部とを備えるエンコーダ装置における位置データの異常検出方法であって、所定のサンプリング周期ごとに取得される処理前位置データの差分値である処理前1階差分値データを算出する1階差分値算出ステップと、サンプリング周期ごとに処理前1階差分値データの差分値である2階差分値データを算出する2階差分値算出ステップと、処理前1階差分値データが所定の第1基準範囲内にあるか否かを評価する第1評価ステップと、2階差分値データが所定の第2基準範囲内にあるか否かを評価する第2評価ステップとを備え、第1評価ステップにおいて処理前1階差分値データが第1基準範囲内にあり、かつ、第2評価ステップにおいて2階差分値データが第2基準範囲内にあるときに、処理前位置データは正常であることを検出し、第1評価ステップにおいて処理前1階差分値データが第1基準範囲から外れているとき、および/または、第2評価ステップにおいて2階差分値データが第2基準範囲から外れているときに、処理前位置データが異常であることを検出し、さらに、サンプリング周期において、前回、生成された処理後位置データと、今回、取得された処理前位置データとの差分値である処理前後1階差分値データを算出するステップと、処理前位置データが正常であることが検出されると、サンプリング周期において、今回、算出された処理前後1階差分値データを用いて、今回の処理後位置データを生成し、処理前位置データが異常であることが検出されると、サンプリング周期において、前回までに算出された所定個数の処理前後1階差分値データの平均値を、今回の処理前後1階差分値データと推定し、平均値を用いて、今回の処理後位置データを生成するステップとを備えることを特徴とする。 In order to solve the above problems, the position data abnormality detection method of the present invention includes an encoder and a position data processing unit that processes post-processing position data output by the encoder and generates post-processing position data. A first-order difference value calculating step for calculating pre-processing first-order difference value data, which is a difference value of pre-processing position data acquired every predetermined sampling period, in a position data abnormality detection method in an encoder device; and sampling A second-order difference value calculation step for calculating second-order difference value data that is a difference value of the first-order difference value data before processing for each cycle, and whether or not the first-order difference value data before processing is within a predetermined first reference range a first evaluation step of evaluating whether, second-order difference data and a second evaluation step of evaluating whether within a predetermined second reference range, the first evaluation step odor It is detected that the pre-processing position data is normal when the pre-processing first floor differential value data is within the first reference range and the second evaluation step data is within the second reference range in the second evaluation step. When the first- stage differential value data before processing is out of the first reference range in the first evaluation step , and / or when the second-order difference value data is out of the second reference range in the second evaluation step. The pre-processing position data is detected to be abnormal , and in the sampling period, the first floor before and after the processing is the difference value between the previously generated post-processing position data and the pre-processing position data acquired this time. When the difference value data is calculated and when the pre-processing position data is detected to be normal, the first-order difference value data before and after the processing calculated this time is used in the sampling period. When the post-processing position data of this time is generated and it is detected that the pre-processing position data is abnormal, the average value of the predetermined number of first-order differential value data before and after the processing calculated up to the previous time in the sampling period, It is estimated that the first-stage differential value data before and after the current process, and using the average value, the step of generating the current post-process position data is provided .
本発明の位置データの異常検出方法では、1階差分値算出ステップにおいて、処理前1階差分値データを算出するとともに、2階差分値算出ステップにおいて、2階差分値データを算出し、処理前1階差分値データが第1基準範囲から外れているとき、および/または、2階差分値データが第2基準範囲から外れているときに、処理前位置データが異常であると判定している。すなわち、本発明では、処理前位置データの差分値である処理前1階差分値データに加え、処理前1階差分値データの差分値である2階差分値データを用いて、処理前位置データの異常を検出している。そのため、本発明では、処理前1階差分値データのみを用いて処理前位置データの異常を検出する場合と比較して、処理前位置データの異常検出の精度を高めることが可能になる。また、本発明の位置データの異常検出方法は、サンプリング周期において、前回、生成された処理後位置データと、今回、取得された処理前位置データとの差分値である処理前後1階差分値データを算出するステップと、処理前位置データが正常であることが検出されると、サンプリング周期において、今回、算出された処理前後1階差分値データを用いて、今回の処理後位置データを生成し、処理前位置データが異常であることが検出されると、サンプリング周期において、前回までに算出された所定個数の処理前後1階差分値データの平均値を、今回の処理前後1階差分値データと推定し、平均値を用いて、今回の処理後位置データを生成するステップとを備えている。したがって、処理前位置データが正常であれば、今回、取得された処理前位置データに基づいて、今回の処理後位置データが生成されるため、たとえば、エンコーダによってモータの回転角度が検出される場合には、モータの回転特性に悪影響が及ぶのを防止することが可能になる。また、処理前位置データが異常であれば、前回までに算出された所定個数の処理前後1階差分値データの平均値に基づいて、今回の処理後位置データが生成されるため、たとえば、エンコーダによってモータの回転角度が検出される場合には、異常な処理前位置データに基づいて生成される処理後位置データに起因してモータの挙動が不安定になるといった現象(具体的には、モータの振れや振動等)の発生を防止することが可能になる。 In the position data abnormality detection method of the present invention, pre-processing first-order difference value data is calculated in the first-floor difference value calculating step, and second-order difference value data is calculated in the second-floor difference value calculating step. When the first-order difference value data is out of the first reference range and / or when the second-order difference value data is out of the second reference range, it is determined that the pre-processing position data is abnormal. . That is, in the present invention, the pre-processing position data is used by using the second-order difference value data that is the difference value of the pre-processing first-order difference value data in addition to the pre-processing first-order difference value data that is the difference value of the pre-processing position data. An abnormality is detected. Therefore, in the present invention, it is possible to increase the accuracy of detecting the abnormality of the pre-processing position data as compared with the case of detecting the pre-processing position data abnormality using only the pre-processing first-order difference value data. In the position data abnormality detection method of the present invention, the first and second floor difference value data before and after processing, which is a difference value between the previously generated post-processing position data and the current pre-processing position data acquired this time in the sampling period. When the position data before processing is detected to be normal, the current post-processing position data is generated using the first-order difference value data before and after the processing that is calculated this time in the sampling period. When the pre-processing position data is detected to be abnormal, the average value of the predetermined number of first-order difference data before and after processing calculated up to the previous time in the sampling period is used as the first-order difference value data before and after the current processing. And generating the post-processing position data this time using the average value. Therefore, if the pre-processing position data is normal, the current post-processing position data is generated based on the pre-processing position data acquired this time. For example, when the rotation angle of the motor is detected by the encoder Therefore, it is possible to prevent the rotation characteristics of the motor from being adversely affected. In addition, if the pre-processing position data is abnormal, the current post-processing position data is generated based on the average value of the predetermined number of first-order differential data before and after processing calculated up to the previous time. When the rotation angle of the motor is detected by the phenomenon, the behavior of the motor becomes unstable due to the post-processing position data generated based on the abnormal pre-processing position data (specifically, the motor Occurrence of vibration and vibration).
以上のように、本発明のエンコーダ装置では、エンコーダが出力する処理前位置データの異常検出の精度を高めることが可能になる。また、本発明の位置データの異常検出方法によれば、処理前位置データの異常検出の精度を高めることが可能になる。 As described above, in the encoder device of the present invention, it is possible to improve the accuracy of detecting abnormality in the pre-processing position data output from the encoder. Further, according to the position data abnormality detection method of the present invention, it is possible to improve the accuracy of the abnormality detection of the pre-processing position data.
以下、図面を参照しながら、本発明の実施の形態を説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.
(エンコーダ装置の構成)
図1は、本発明の実施の形態にかかるエンコーダ装置1の概略構成を説明するためのブロック図である。図2は、図1に示すエンコーダ3の概略構成を説明するための図である。図3は、図1に示す位置データ処理部4の概略構成を説明するためのブロック図である。
(Configuration of encoder device)
FIG. 1 is a block diagram for explaining a schematic configuration of an
本形態のエンコーダ装置1は、回転体の回転角度(回転位置)を検出するための装置であり、具体的には、たとえば、サーボモータ2のロータの回転角度を検出するための装置である。このエンコーダ装置1は、図1に示すように、エンコーダ3と、位置データ処理部4とを備えている。位置データ処理部4は、エンコーダ3の出力側に接続されている。位置データ処理部4の出力側は、サーボモータ2を駆動制御するモータ制御部(モータドライバ)5に接続されている。
The
エンコーダ3は、アブソリュートエンコーダ(絶対値エンコーダ)である。また、本形態のエンコーダ3は、磁気式のロータリーエンコーダであり、図2に示すように、サーボモータ2のロータを構成する回転軸7等に固定されるセンサ磁石8と、センサ磁石8に対向配置される磁気抵抗素子9および2個のホール素子10とを備えている。
The encoder 3 is an absolute encoder (absolute value encoder). The encoder 3 according to the present embodiment is a magnetic rotary encoder. As shown in FIG. 2, the sensor magnet 8 fixed to the
センサ磁石8は、円板状に形成された永久磁石である。センサ磁石8の、磁気抵抗素子9およびホール素子10との対向面には、その周方向において、N極とS極とが1極ずつ形成されている。磁気抵抗素子9は、回転軸7の軸方向から見たときにセンサ磁石8の中心と磁気抵抗素子9の中心とが略一致するように配置されている。磁気抵抗素子9には、互いに略直交する方向に配置される磁気抵抗パターンが形成されている。2個のホール素子10は、回転軸7の軸方向から見たときに、センサ磁石8の中心に対して互いに90°ずれた位置に配置されている。
The sensor magnet 8 is a permanent magnet formed in a disk shape. On the surface of the sensor magnet 8 facing the
エンコーダ3は、磁気抵抗素子9での検出結果に基づいて、回転体(ロータ)の1回転(360°)の範囲内の回転角度を示す位置データ(1回転データ)を生成して、この位置データを位置データ処理部4に向かって出力する。また、エンコーダ3は、ホール素子10での検出結果に基づいて、所定の原点位置から回転体が何回転しているのかを示す多回転データを生成して、この多回転データを位置データ処理部4に向かって出力する。さらに、エンコーダ3は、エンコーダ3のエラー状態を示すエラー状態データを位置データ処理部4に向かって出力する。たとえば、エンコーダ3から出力されるべき位置データ等が出力されないときに、エンコーダ3は、エラー状態データを出力する。また、エンコーダ3は、位置データ処理部4と一定のサンプリング周期で通信を行う。すなわち、位置データ処理部4は、一定のサンプリング周期で、位置データや多回転データ等を取得する。
Based on the detection result of the
位置データ処理部4は、マイクロプロセッサ(MPU)である。この位置データ処理部4は、エンコーダ3が出力する処理前の位置データ(1回転データ)に所定の処理を行って処理後の位置データ(機械角)を生成する。すなわち、位置データ処理部4は、エンコーダ3が出力する処理前位置データを処理して処理後位置データを生成する。この位置データ処理部4は、図3に示すように、処理前位置データが入力されるスケーリング部15を備えている。スケーリング部15は、処理前位置データをスケーリングする。
The position data processing unit 4 is a microprocessor (MPU). The position data processing unit 4 performs a predetermined process on the position data (one rotation data) before processing output from the encoder 3 to generate position data (mechanical angle) after processing. That is, the position data processing unit 4 processes the pre-processing position data output from the encoder 3 to generate post-processing position data. As shown in FIG. 3, the position data processing unit 4 includes a
スケーリング部15の出力側には、一定のサンプリング周期ごとに取得されるスケーリング後の処理前位置データの差分値である処理前1階差分値データを算出する1階差分値算出部16が接続されている。1階差分値算出部16は、サンプリング周期において、今回取得された処理前位置データと、前回取得された処理前位置データとの差分(すなわち、今回のサンプリング時の処理前位置データと、前回のサンプリング時の処理前位置データとの差分)を取る後退差分によって処理前1階差分値データを算出する。すなわち、1階差分値算出部16は、処理前1階差分値データを一定のサンプリング周期で算出する。処理前1階差分値データは、今回のサンプリング時の回転体の回転速度に相当するデータである。1階差分値算出部16の出力側には、処理前1階差分値データを値域変換する値域変換部17が接続されている。
Connected to the output side of the
値域変換部17の出力側には、処理前1階差分値データが所定の基準範囲(第1基準範囲)内にあるか否かを評価するためのリミッタ部18が接続されている。リミッタ部18の出力側には、論理和回路19が接続されている。リミッタ部18は、処理前1階差分値データが第1基準範囲から外れている場合に、論理和回路19へ信号を出力し、処理前1階差分値データが第1基準範囲内である場合には、論理和回路19へ信号を出力しない。第1基準範囲の上限値は、サーボモータ2の最高回転速度(最高回転数)よりも高い値であり、経験的に設定される値である。また、第1基準範囲の上限値および下限値は、通常のサーボモータ2の回転時には生じえない値である。
On the output side of the
また、値域変換部17の出力側には、サンプリング周期ごとに処理前1階差分値データの差分値である2階差分値データを算出する2階差分値算出部20が接続されている。2階差分値算出部20は、サンプリング周期において、今回算出された処理前1階差分値データと、前回算出された処理前1階差分値データとの差分(すなわち、今回のサンプリング時の処理前1階差分値データと、前回のサンプリング時の処理前1階差分値データとの差分)を取る後退差分によって2階差分値データを算出する。すなわち、2階差分値算出部20は、2階差分値データを一定のサンプリング周期で算出する。2階差分値データは、今回のサンプリング時の回転体の加速度に相当するデータである。
In addition, a second-order difference
2階差分値算出部20の出力側には、2階差分値データが所定の基準範囲(第2基準範囲)内にあるか否かを評価するためのリミッタ部21が接続されている。リミッタ部21の出力側には、論理和回路19が接続されている。リミッタ部21は、2階差分値データが第2基準範囲から外れている場合に、論理和回路19へ信号を出力し、2階差分値データが第2基準範囲内である場合には、論理和回路19へ信号を出力しない。第2基準範囲の上限値は、サーボモータ2の最大加速度よりも高い値であり、経験的に設定される値である。また、第2基準範囲の上限値および下限値は、通常のサーボモータ2の回転時には生じえない値である。
A limiter unit 21 for evaluating whether or not the second-order difference value data is within a predetermined reference range (second reference range) is connected to the output side of the second-order difference
論理和回路19の出力側には、論理和回路22が接続されている。論理和回路19は、リミッタ部18およびリミッタ部21の少なくともいずれか一方から信号が入力されると、論理和回路22に向かって信号を出力する。
A
また、スケーリング部15の出力側には、サンプリング周期において、今回取得されたスケーリング後の処理前位置データと、前回生成された処理後位置データとの差分値(すなわち、今回のサンプリング時の処理前位置データと、前回のサンプリング時に生成された処理後位置データとの差分値)である処理前後1階差分値データを算出する1階差分値算出部25が接続されている。1階差分値算出部25は、処理前後1階差分値データを一定のサンプリング周期で算出する。1階差分値算出部25の出力側には、処理前後1階差分値データを値域変換する値域変換部26が接続されている。
Further, on the output side of the
値域変換部26の出力側には、値域変換後の処理前後1階差分値データが所定の基準値(第3基準値)を超えているか否かを評価するためのリミッタ部27が接続されている。また、値域変換部26の出力側には、データ切替部28が接続されている。
Connected to the output side of the
リミッタ部27の出力側には、論理和回路22が接続されている。リミッタ部27は、処理前後1階差分値データが第3基準値を超えている場合に、論理和回路22へ信号を出力し、処理前後1階差分値データが第3基準値以内である場合には、論理和回路22へ信号を出力しない。第3基準値は、サーボモータ2の最高回転速度(最高回転数)よりも高い値であり、経験的に設定される値である。また、第3基準値は、通常のサーボモータ2の回転時には生じえない値である。なお、本形態の第3基準値は、第1基準範囲の上限値と同じ値であるが、第3基準値は、第1基準範囲の上限値と異なっていても良い。
An OR
また、リミッタ部27の出力側には、データ切替部28およびローパスフィルタ29が接続されている。リミッタ部27は、処理前後1階差分値データが第3基準値を超えている場合に、第3基準値のデータを処理前後1階差分値データとして、データ切替部28およびローパスフィルタ29へ出力する。すなわち、リミッタ部27は、飽和処理を行って、飽和処理後の処理前後1階差分値データをデータ切替部28およびローパスフィルタ29へ出力する。また、リミッタ部27は、処理前後1階差分値データが第3基準値以内である場合には、データ切替部28およびローパスフィルタ29へ処理前後1階差分値データを出力しない。ローパスフィルタ29の出力側には、データ切替部28が接続されている。ローパスフィルタ29は、リミッタ部27から出力された飽和処理後の処理前後1階差分値データから高周波成分を除去し、高周波成分除去後の処理前後1階差分値データを出力する。
A
データ切替部28の出力側には、データ切替部30が接続されている。データ切替部28は、値域変換部26から出力される処理前後1階差分値データ、リミッタ部27から出力される処理前後1階差分値データ、および、ローパスフィルタ29から出力される処理前後1階差分値データの中からいずれかの処理前後1階差分値データを、所定の条件に応じて選択して、データ切替部30へ出力する。
A
論理和回路22の出力側には、論理和回路31が接続されている。論理和回路22は、論理和回路19およびリミッタ部27の少なくともいずれか一方から信号が入力されると、論理和回路31に向かって信号を出力する。また、論理和回路19およびリミッタ部27の少なくともいずれか一方から論理和回路22に信号が入力されると、データ異常信号が位置データ処理部4から出力される。
A
論理和回路31には、エンコーダ3が出力するエラー状態データが入力可能となっている。論理和回路31は、論理和回路22からの信号およびエンコーダ3からのエラー状態データの少なくともいずれか一方が入力されると、データ切替部30に向かって信号を出力する。
Error state data output from the encoder 3 can be input to the
データ切替部30は、論理和回路31から信号が入力されると、前回のサンプリング時までに算出された所定個数の処理前後1階差分値データの平均値(すなわち、前回のサンプリング時までに算出された処理前後1階差分値データの移動平均値)を今回の処理前後1階差分値データと推定し、この平均値を今回の処理前後1階差分値データとして出力する。すなわち、本形態では、処理前1階差分値データが第1基準範囲から外れている状況、2階差分値データが第2基準範囲から外れている状況、処理前後1階差分値データが第3基準値を超えている状況、および、エンコーダ3からエラー状態データが出力された状況の少なくともいずれか1つの状況が発生している場合に、前回のサンプリング時までに算出された処理前後1階差分値データの移動平均値がデータ切替部30から出力される今回の処理前後1階差分値データとなる。
When a signal is input from the
また、データ切替部30は、論理和回路31から信号が入力されない場合には、データ切替部28から出力された処理前後1階差分値データを今回の処理前後1階差分値データとして出力する。ここで、処理前後1階差分値データが第3基準値以内である場合には、論理和回路31からデータ切替部30に信号は入力されない。また、リミッタ部27は、処理前後1階差分値データが第3基準値以内である場合には、データ切替部28およびローパスフィルタ29へ飽和処理後の処理前後1階差分値データを出力しない。そのため、論理和回路31からデータ切替部30に信号が入力されない場合には、データ切替部30は、値域変換部26から出力される処理前後1階差分値データを今回の処理前後1階差分値データとして出力する。すなわち、本形態では、論理和回路31からデータ切替部30に信号が入力されない場合、今回のサンプリング時に算出された処理前後1階差分値データがデータ切替部30から出力される今回の処理前後1階差分値データとなる。
In addition, when no signal is input from the
データ切替部30から出力される今回の処理前後1階差分値データは、位置データ処理部4から機械角差分値データとして出力される。
The first-stage difference value data before and after the current process output from the
データ切替部30の出力側には、累積加算部35が接続されている。累積加算部35は、データ切替部30から出力された今回の処理前後1階差分値データと、前回のサンプリング時までに算出された処理前後1階値差分値データとの総和を算出して総和値のデータを出力する。この総和値のデータは、位置データ処理部4から機械角積算値データとして出力される。
A
また、データ切替部30の出力側には、累積加算部36が接続されている。累積加算部36の出力側には、値域変換部37が接続されている。累積加算部36は、データ切替部30から出力された今回の処理前後1階差分値データと、前回のサンプリング時までに算出された処理前後1階値差分値データとの総和を算出し、値域変換部37は、この総和を値域変換する。値域変換部37から出力されるデータは、位置データ処理部4によって生成される処理後位置データである。この処理後位置データは、位置データ処理部4から機械角データとして出力される。値域変換部37の出力側には、1階差分値算出部25が接続されており、値域変換部37で生成された処理後位置データは、1階差分値算出部25に入力される。
In addition, a
また、データ切替部30の出力側には、処理前後1階差分値データの移動平均値を算出する移動平均値算出部38が接続されている。本形態の移動平均値算出部38は、単純移動平均によって、処理前後1階差分値データの移動平均値を算出する。移動平均値算出部38で算出された移動平均値は、データ切替部30に入力される。論理和回路31からデータ切替部30へ信号が入力されると、前回のサンプリング時に移動平均値算出部38で算出された移動平均値がデータ切替部30から今回の処理前後1階差分値データとして出力される。
In addition, a moving average
値域変換部37の出力側および移動平均値算出部38の出力側には、機械角を電気角へ変換する電気角変換部39が接続されている。電気角変換部39は、正規化された電気角データおよび電気角データを生成して出力する。電気角変換部39で生成されたこれらのデータは、位置データ処理部4から出力される。
An electrical
(処理前位置データの異常検出方法)
図4は、図3に示す位置データ処理部4における処理前位置データの異常検出方法を説明するためのフローチャートである。
(Pre-processing position data error detection method)
FIG. 4 is a flowchart for explaining a method for detecting an abnormality in position data before processing in the position data processing unit 4 shown in FIG.
位置データ処理部4に入力される処理前位置データは、エンコーダ3から位置データ処理部4へ送られる際の電磁ノイズ等の影響で、ビット誤りが生じて、誤った処理前位置データとなることがある。すなわち、エンコーダ3から位置データ処理部4へ送られる際の電磁ノイズ等の影響で、位置データ処理部4に入力される処理前位置データに異常が生じることがある。また、本形態のエンコーダ3は、磁気式のエンコーダであるため、電磁ノイズの影響を受けやすく、ノイズが重畳した誤った処理前位置データがエンコーダ3から出力されることがある。すなわち、エンコーダ3の内部で、位置データ処理部4に入力される処理前位置データに異常が生じることもある。 The pre-processing position data input to the position data processing unit 4 becomes erroneous pre-processing position data due to a bit error due to electromagnetic noise or the like when it is sent from the encoder 3 to the position data processing unit 4. There is. That is, the pre-processing position data input to the position data processing unit 4 may be abnormal due to the influence of electromagnetic noise or the like when being sent from the encoder 3 to the position data processing unit 4. Moreover, since the encoder 3 of this embodiment is a magnetic encoder, it is easily affected by electromagnetic noise, and erroneous pre-processing position data with superimposed noise may be output from the encoder 3. That is, an abnormality may occur in the pre-processing position data input to the position data processing unit 4 inside the encoder 3.
本形態の位置データ処理部4では、以下のように、位置データ処理部4に入力される処理前位置データの異常を検出している。すなわち、一定のサンプリング周期で、位置データ処理部4が処理前位置データを取得すると、1階差分値算出部16は、処理前1階差分値データを算出し(ステップS1)、2階差分値算出部20は、2階差分値データを算出する(ステップS2)。その後、位置データ処理部4は、リミッタ部18を用いて、処理前1階差分値データが第1基準範囲内にあるか否かを評価し(ステップS3)、リミッタ部21を用いて、2階差分値データが第2基準範囲内にあるか否かを評価する(ステップS4)。
The position data processing unit 4 of this embodiment detects an abnormality in the position data before processing input to the position data processing unit 4 as follows. That is, when the position data processing unit 4 acquires the pre-processing position data at a constant sampling period, the first-floor difference
処理前1階差分値データが第1基準範囲内にあり、かつ、2階差分値データが第2基準範囲内にある場合(ステップS3において“Yes”であり、かつ、ステップS4において“Yes”である場合)には、想定内の処理前位置データが今回のサンプリング時に取得されていると推定されるため、位置データ処理部4は、今回のサンプリング時の処理前位置データは正常であると判定する(ステップS5)。 When the first floor differential value data before processing is in the first reference range and the second floor differential value data is in the second reference range (“Yes” in step S3 and “Yes” in step S4) In this case, since it is estimated that the pre-processing position data within the assumption is acquired at the time of the current sampling, the position data processing unit 4 determines that the position data before the processing at the time of the current sampling is normal. Determine (step S5).
一方、処理前1階差分値データが第1基準範囲から外れている場合(ステップS3で“No”である場合)、または、2階差分値データが第2基準範囲から外れている場合(ステップS4で“No”である場合)には、想定外の処理前位置データが今回のサンプリング時に取得されていると推定されるため、位置データ処理部4は、今回のサンプリング時の処理前位置データは異常であると判定する(ステップS6)。すなわち、位置データ処理部4は、処理前1階差分値データが第1基準範囲から外れているとき、または、2階差分値データが第2基準範囲から外れているときに、今回のサンプリング時の処理前位置データが異常であることを検出する。 On the other hand, when the pre-processing first floor difference value data is out of the first reference range (if “No” in step S3), or when the second floor difference value data is out of the second reference range (step In the case of “No” in S4), since it is estimated that unexpected pre-processing position data is acquired at the time of the current sampling, the position data processing unit 4 performs the pre-processing position data at the time of the current sampling. Is determined to be abnormal (step S6). That is, the position data processing unit 4 performs the sampling at this time when the pre-processing first-order difference value data is out of the first reference range or when the second-order difference value data is out of the second reference range. It is detected that the pre-processing position data is abnormal.
本形態のステップS1は、所定のサンプリング周期ごとに取得される処理前位置データの差分値である処理前1階差分値データを算出する1階差分値算出ステップであり、ステップS2は、サンプリング周期ごとに処理前1階差分値データの差分値である2階差分値データを算出する2階差分値算出ステップである。また、ステップS3は、処理前1階差分値データが所定の第1基準範囲内にあるか否かを評価する第1評価ステップであり、ステップS4は、2階差分値データが所定の第2基準範囲内にあるか否かを評価する第2評価ステップである。 Step S1 of the present embodiment is a first-order difference value calculation step for calculating pre-processing first-order difference value data, which is a difference value of pre-processing position data acquired every predetermined sampling period, and step S2 is a sampling period. This is a second-order difference value calculation step for calculating second-order difference value data, which is the difference value of the first-order difference value data before processing. Step S3 is a first evaluation step for evaluating whether or not the first floor difference value data before processing is within a predetermined first reference range, and step S4 is a second step where the second floor difference value data is a predetermined second value. It is a 2nd evaluation step which evaluates whether it is in a standard range.
(処理後位置データの生成方法)
図5は、図3に示す位置データ処理部4における処理後位置データの生成方法を説明するためのフローチャートである。
(Method for generating post-processing position data)
FIG. 5 is a flowchart for explaining a method of generating post-processing position data in the position data processing unit 4 shown in FIG.
位置データ処理部4では、以下のように、処理後位置データを生成している。すなわち、一定のサンプリング周期で、位置データ処理部4が処理前位置データを取得すると、1階差分値算出部25は、処理前後1階差分値データを算出する(ステップS11)。その後、位置データ処理部4は、リミッタ部27を用いて、処理前後1階差分値データが第3基準値以内であるか否かを評価する(ステップS12)。
The position data processing unit 4 generates post-process position data as follows. That is, when the position data processing unit 4 acquires the pre-processing position data at a constant sampling cycle, the first-floor difference
処理前後1階差分値データが第3基準値以内である場合(ステップS12で“Yes”である場合)には、位置データ処理部4は、上述の処理前位置データの異常検出処理で、今回のサンプリング時の処理前位置データが正常であると判定されたか否かを判定する(ステップS13)。処理前後1階差分値データが第3基準値以内であり、かつ、今回のサンプリング時の処理前位置データが正常であると判定される場合(ステップS13で“Yes”である場合)には、論理和回路31からデータ切替部30に信号が入力されないため、今回のサンプリング時に算出された処理前後1階差分値データが今回の処理前後1階差分値データとして、データ切替部30から出力される(ステップS14)。
If the difference data of the first floor before and after the processing is within the third reference value (if “Yes” in step S12), the position data processing unit 4 performs the above-described abnormality detection processing of the position data before processing. It is determined whether or not the pre-processing position data at the time of sampling is determined to be normal (step S13). When it is determined that the first floor difference value data before and after the processing is within the third reference value and the pre-processing position data at the time of this sampling is normal (in the case of “Yes” in step S13), Since no signal is input from the
一方、処理前後1階差分値データが第3基準値を超える場合(ステップS12で“No”である場合)、あるいは、今回のサンプリング時の処理前位置データが異常であると判定される場合(ステップS13で“No”である場合)には、論理和回路31からデータ切替部30に信号が入力されるため、前回のサンプリング時までに算出された処理前後1階差分値データの移動平均値が今回の処理前後1階差分値データと推定され、この平均値が今回の処理前後1階差分値データとして、データ切替部30から出力される(ステップS15)。
On the other hand, when the difference data before and after the processing exceeds the third reference value (when “No” in step S12), or when it is determined that the pre-processing position data at the time of the current sampling is abnormal ( In the case of “No” in step S13), since a signal is input from the
その後、累積加算部36および値域変換部37は、累積加算等を行って、処理後位置データを生成する(ステップS16)。ステップS16では、今回のサンプリング時に算出された処理前後1階差分値データが今回の処理前後1階差分値データとしてデータ切替部30から出力される場合には、累積加算部36および値域変換部37は、今回のサンプリング時に算出された処理前後1階差分値データを用いて、今回の処理後位置データを生成する。具体的には、累積加算部36および値域変換部37は、今回のサンプリング時に算出された処理前後1階差分値データと、前回までに算出された処理前後1階値差分値データとの総和を算出して、今回の処理後位置データを生成する。この場合には、位置データ処理部4は、今回のサンプリング時にエンコーダ3から入力された実際の処理前位置データに基づく処理前後1階値差分値データに基づいて算出された処理後位置データをモータ制御部5へ出力し、モータ制御部5は、この処理後位置データに基づいてサーボモータ2を制御する。
Thereafter, the
また、ステップS16では、前回のサンプリング時までに算出された処理前後1階差分値データの移動平均値が今回の処理前後1階差分値データとして、データ切替部30から出力される場合には、累積加算部36および値域変換部37は、前回のサンプリング時までに算出された処理前後1階差分値データの移動平均値を用いて、今回の処理後位置データを生成する。具体的には、累積加算部36および値域変換部37は、前回のサンプリング時までに算出された処理前後1階差分値データの移動平均値と、前回までに算出された処理前後1階値差分値データとの総和を算出して、今回の処理後位置データを生成する。この場合には、位置データ処理部4は、前回のサンプリング時までに算出された処理前後1階差分値データの移動平均値(すなわち、処理前後1階値差分値データの推定値)に基づいて算出された処理後位置データをモータ制御部5へ出力し、モータ制御部5は、この処理後位置データに基づいてサーボモータ2を制御する。
Further, in step S16, when the moving average value of the first floor difference value data before and after the process calculated up to the previous sampling is output from the
(本形態の主な効果)
以上説明したように、本形態では、位置データ処理部4は、処理前1階差分値データと2階差分値データとを算出し、処理前1階差分値データが第1基準範囲から外れているとき、または、2階差分値データが第2基準範囲から外れているときに、処理前位置データが異常であると判定しており、処理前位置データの差分値である処理前1階差分値データに加え、処理前1階差分値データの差分値である2階差分値データを用いて、処理前位置データの異常を検出している。すなわち、本形態では、処理前位置データに基づいて算出される回転体の回転速度に急激な変化がある場合だけでなく、処理前位置データに基づいて算出される回転体の加速度に急激な変化がある場合にも、処理前位置データの異常を検出している。そのため、本形態では、処理前1階差分値データのみを用いて処理前位置データの異常を検出する場合と比較して、処理前位置データの異常検出の精度を高めることが可能になる。
(Main effects of this form)
As described above, in this embodiment, the position data processing unit 4 calculates the first floor difference value data and the second floor difference value data before processing, and the first floor difference value data before processing deviates from the first reference range. Or when the second-order difference value data is out of the second reference range, it is determined that the pre-processing position data is abnormal, and the pre-processing first-order difference that is the difference value of the pre-processing position data In addition to the value data, an abnormality in the pre-processing position data is detected by using the second-order difference value data that is the difference value of the pre-processing first-order difference value data. That is, in this embodiment, not only when there is a sudden change in the rotation speed of the rotating body calculated based on the pre-processing position data, but also a sudden change in the acceleration of the rotating body calculated based on the pre-processing position data. Even when there is, an abnormality in the position data before processing is detected. For this reason, in this embodiment, it is possible to improve the accuracy of detecting the abnormality of the pre-processing position data as compared with the case of detecting the pre-processing position data abnormality using only the pre-processing first-order difference value data.
本形態では、位置データ処理部4は、今回のサンプリング時の処理前位置データが正常であると判定すると、今回のサンプリング時に算出された処理前後1階差分値データを用いて、今回の処理後位置データを生成している。そのため、本形態では、正常な処理前位置データに基づいて生成された処理後位置データによってサーボモータ2を制御することが可能になり、サーボモータ2の回転特性に悪影響が及ぶのを防止することが可能になる。また、本形態では、位置データ処理部4は、今回のサンプリング時の処理前位置データが異常であると判定すると、前回のサンプリング時までに算出された処理前後1階差分値データの移動平均値を用いて、今回の処理後位置データを生成している。そのため、本形態では、異常な処理前位置データに基づいて生成される処理後位置データに起因してサーボモータ2の挙動が不安定になるといった現象の発生を防止することが可能になる。
In this embodiment, when the position data processing unit 4 determines that the pre-processing position data at the time of the current sampling is normal, the position data processing unit 4 uses the first-order difference value data before and after the processing calculated at the time of the current sampling, Position data is generated. Therefore, in this embodiment, the
本形態では、1階差分値算出部25で算出された処理前後1階差分値データが第3基準値を超えていると、位置データ処理部4は、前回のサンプリング時までに算出された処理前後1階差分値データの移動平均値を用いて、処理後位置データを生成している。1階差分値算出部25で算出された処理前後1階差分値データが第3基準値を超えている場合には、今回のサンプリング時に取得された処理前位置データが異常であることが想定されるとともに、前回生成された処理後位置データが処理前後1階差分値データの移動平均値を用いて生成された推定値であると想定され、この推定された処理後位置データが正常な処理前位置データに対して大きくかけ離れた値となっていることが想定される。推定された前回のサンプリング時の処理後位置データが正常な処理前位置データに対して大きくかけ離れた値となっている場合に、推定された前回のサンプリング時の処理後位置データに基づいて算出される今回の処理前後1階差分値データに基づいて、今回の処理後位置データが生成されると、生成された今回の処理後位置データが正しい処理後位置データからさらに大きくかけ離れた値になるおそれがある。
In the present embodiment, if the first and second floor difference value data calculated by the first floor difference
しかしながら、本形態では、1階差分値算出部25で算出された処理前後1階差分値データが第3基準値を超えている場合に、位置データ処理部4が、前回のサンプリング時までに算出された処理前後1階差分値データの移動平均値を用いて、処理後位置データを生成しているため、推定された今回の処理後位置データが正しい処理後位置データからさらに大きくかけ離れるのを防止することが可能になる。すなわち、本形態では、推定された今回の処理後位置データと正しい処理後位置データとの差異を抑制することが可能になる。したがって、推定された処理後位置データを正常な処理前位置データに追従させることが可能になり、推定された処理後位置データが正常な処理前位置データに対して大きくずれるのを抑制することが可能になる。その結果、本形態では、処理後位置データに基づいて制御されるサーボモータ2の挙動を安定させることが可能になる。
However, in this embodiment, when the first and second floor difference value data calculated by the first floor difference
(他の実施の形態)
上述した形態は、本発明の好適な形態の一例ではあるが、これに限定されるものではなく本発明の要旨を変更しない範囲において種々変形実施が可能である。
(Other embodiments)
The above-described embodiment is an example of a preferred embodiment of the present invention, but is not limited to this, and various modifications can be made without departing from the scope of the present invention.
上述した形態では、処理前後1階差分値データが第3基準値を超える場合に、前回のサンプリング時までに算出された処理前後1階差分値データの移動平均値を今回の処理前後1階差分値データと推定して、この平均値をデータ切替部30から出力している。この他にもたとえば、処理前後1階差分値データが第3基準値を超える場合に、今回のサンプリング時に算出された処理前後1階差分値データを今回の処理前後1階差分値データとして、データ切替部30から出力しても良い。
In the above-described form, when the first floor difference value data before and after processing exceeds the third reference value, the moving average value of the first floor difference value data before and after processing calculated up to the previous sampling is used as the first floor difference before and after the current processing. It is estimated as value data, and this average value is output from the
上述した形態では、図4のフローチャートに示すように、位置データ処理部4は、処理前1階差分値データが第1基準範囲内にあるか否かを評価した後に、2階差分値データが第2基準範囲内にあるか否かを評価している。この他にもたとえば、位置データ処理部4は、2階差分値データが第2基準範囲内にあるか否かを評価した後に、処理前1階差分値データが第1基準範囲内にあるか否かを評価しても良いし、処理前1階差分値データが第1基準範囲内にあるか否かの評価と2階差分値データが第2基準範囲内にあるか否かの評価とを同時に行っても良い。 In the above-described form, as shown in the flowchart of FIG. 4, the position data processing unit 4 evaluates whether or not the pre-processing first-order difference value data is within the first reference range, and then the second-order difference value data is It is evaluated whether or not it is within the second reference range. In addition to this, for example, the position data processing unit 4 evaluates whether or not the second-order difference value data is within the second reference range, and then determines whether or not the first-order difference value data before processing is within the first reference range. Evaluation of whether or not the first-stage difference value data before processing is within the first reference range and evaluation of whether or not the second-order difference value data is within the second reference range May be performed simultaneously.
上述した形態では、位置データ処理部4は、処理前後1階差分値データが第3基準値以内であるか否かを評価した後に、今回のサンプリング時の処理前位置データが正常であると判定されたか否かを判定している。この他にもたとえば、位置データ処理部4は、今回のサンプリング時の処理前位置データが正常であると判定されたか否かを判定した後に、処理前後1階差分値データが第3基準値以内であるか否かを評価しても良いし、処理前後1階差分値データが第3基準値以内であるか否かの評価と、今回のサンプリング時の処理前位置データが正常であると判定されたか否かの判定とを同時に行っても良い。 In the above-described form, the position data processing unit 4 determines that the pre-processing position data at the time of this sampling is normal after evaluating whether or not the first-order difference data before and after the processing is within the third reference value. It is determined whether or not it has been done. In addition to this, for example, after the position data processing unit 4 determines whether or not the pre-processing position data at the time of the current sampling is determined to be normal, the first-order difference data before and after the processing is within the third reference value. It is possible to evaluate whether or not the first-order difference data before and after processing is within the third reference value, and determine that the pre-processing position data at the time of sampling is normal. The determination of whether or not it has been performed may be performed simultaneously.
上述した形態では、エンコーダ3は、アブソリュートエンコーダであるが、エンコーダ3は、インクリメンタルエンコーダであっても良い。また、上述した形態では、エンコーダ3は、磁気式のエンコーダであるが、エンコーダ3は、たとえば、発光素子および受光素子と、発光素子からの光を受光素子へ透過するスリットが形成されたスリット板とを備える光電式のエンコーダであっても良い。また、エンコーダ3は、磁気式または光電式以外の他の形式のエンコーダであっても良い。また、上述した形態では、エンコーダ3は、ロータリーエンコーダであるが、エンコーダ3は、リニアエンコーダであっても良い。 In the embodiment described above, the encoder 3 is an absolute encoder, but the encoder 3 may be an incremental encoder. In the embodiment described above, the encoder 3 is a magnetic encoder. The encoder 3 is, for example, a slit plate in which a light emitting element and a light receiving element and a slit that transmits light from the light emitting element to the light receiving element are formed. May be a photoelectric encoder. Further, the encoder 3 may be an encoder other than a magnetic type or a photoelectric type. Moreover, in the form mentioned above, although the encoder 3 is a rotary encoder, the encoder 3 may be a linear encoder.
1 エンコーダ装置
3 エンコーダ
4 位置データ処理部
S1 1階差分値算出ステップ
S2 2階差分値算出ステップ
S3 第1評価ステップ
S4 第2評価ステップ
DESCRIPTION OF
Claims (5)
前記位置データ処理部は、
所定のサンプリング周期ごとに取得される前記処理前位置データの差分値である処理前1階差分値データを算出し、
前記サンプリング周期ごとに前記処理前1階差分値データの差分値である2階差分値データを算出し、
前記処理前1階差分値データが所定の第1基準範囲内にあり、かつ、前記2階差分値データが所定の第2基準範囲内にあるときに、前記処理前位置データは正常であると判定し、
前記処理前1階差分値データが前記第1基準範囲から外れているとき、および/または、前記2階差分値データが前記第2基準範囲から外れているときに、前記処理前位置データが異常であると判定し、
さらに、前記サンプリング周期において、前回、生成された前記処理後位置データと、今回、取得された前記処理前位置データとの差分値である処理前後1階差分値データを算出するとともに、
前記処理前位置データが正常であると判定すると、前記サンプリング周期において、今回、算出された前記処理前後1階差分値データを用いて、今回の前記処理後位置データを生成し、
前記処理前位置データが異常であると判定すると、前記サンプリング周期において、前回までに算出された所定個数の前記処理前後1階差分値データの平均値を、今回の前記処理前後1階差分値データと推定し、前記平均値を用いて、今回の前記処理後位置データを生成することを特徴とするエンコーダ装置。 An encoder, and a position data processing unit that processes post-processing position data output by the encoder and generates post-processing position data;
The position data processing unit
Calculating pre-processing first-order difference value data that is a difference value of the pre-processing position data acquired at each predetermined sampling period;
Calculating second-order difference value data that is a difference value of the first-order difference value data before processing for each sampling period;
When the pre-processing first floor difference value data is within a predetermined first reference range and the second floor difference value data is within a predetermined second reference range, the pre-processing position data is normal. Judgment,
The position data before processing is abnormal when the first floor difference value data before processing is out of the first reference range and / or when the second floor difference value data is out of the second reference range. It is determined that
Furthermore, in the sampling period, before and after the first-stage difference value data before and after processing, which is a difference value between the post-processing position data generated last time and the pre-processing position data acquired this time,
When it is determined that the pre-processing position data is normal, the post-processing position data of this time is generated using the first-order difference value data before and after the processing calculated this time in the sampling period,
If it is determined that the pre-processing position data is abnormal, the average value of the predetermined number of first- and second-stage difference value data calculated up to the previous time in the sampling period is calculated as the first-stage difference value data before and after the current process. The encoder apparatus is characterized in that the post-processing position data of this time is generated using the average value .
前記処理前位置データが正常であると判定すると、前記サンプリング周期において、今回、算出された前記処理前後1階差分値データと、前回までに算出された前記処理前後1階値差分値データとの総和を算出して、今回の前記処理後位置データを生成し、
前記処理前位置データが異常であると判定すると、前記サンプリング周期において、前回までに算出された所定個数の前記処理前後1階差分値データの平均値と、前回までに算出された前記処理前後1階値差分値データとの総和を算出して、今回の前記処理後位置データを生成することを特徴とする請求項1記載のエンコーダ装置。 The position data processing unit
When it is determined that the pre-processing position data is normal, in the sampling period, the first-order difference value data before and after the processing calculated this time and the first-order difference value data before and after the processing calculated up to the previous time Calculate the sum, generate the post-processing position data for this time,
If it is determined that the pre-processing position data is abnormal, in the sampling period, the average value of the predetermined number of first- and post-processing first-order difference data calculated up to the previous time and the pre-processing and post-processing 1 calculated up to the previous time It calculates the sum of the Kaichi differential value data, the encoder apparatus according to claim 1, wherein generating a current of the processed position data.
前記処理前位置データが正常であると判定し、かつ、前記処理前後1階差分値データが所定の第3基準値以内であると、前記サンプリング周期において、今回、算出された前記処理前後1階差分値データを用いて、今回の前記処理後位置データを生成し、
前記処理前位置データが正常であると判定しても、前記処理前後1階差分値データが前記第3基準値を超えていると、前記サンプリング周期において、前回までに算出された所定個数の前記処理前後1階差分値データの平均値を、今回の前記処理前後1階差分値データと推定し、前記平均値を用いて、今回の前記処理後位置データを生成することを特徴とする請求項1または2記載のエンコーダ装置。 The position data processing unit
If it is determined that the pre-processing position data is normal and the first- and second-stage difference value data before and after the processing is within a predetermined third reference value, the first floor before and after the processing calculated this time in the sampling period Using the difference value data, generate the post-processing position data of this time,
Even if it is determined that the pre-processing position data is normal, if the first-order differential value data before and after the processing exceeds the third reference value, the predetermined number of the calculated pieces up to the previous time in the sampling period The average value of the first floor difference value data before and after the processing is estimated as the first floor difference value data before and after the current processing, and the current post-processing position data is generated using the average value. The encoder device according to 1 or 2 .
前記処理前位置データが正常であると判定し、かつ、前記処理前後1階差分値データが前記第3基準値以内であると、前記サンプリング周期において、今回、算出された前記処理前後1階差分値データと、前回までに算出された前記処理前後1階値差分値データとの総和を算出して、今回の前記処理後位置データを生成し、
前記処理前位置データが正常であると判定しても、前記処理前後1階差分値データが前記第3基準値を超えていると、前記サンプリング周期において、前回までに算出された所定個数の前記処理前後1階差分値データの平均値と、前回までに算出された前記処理前後1階値差分値データとの総和を算出して、今回の前記処理後位置データを生成することを特徴とする請求項3記載のエンコーダ装置。 The position data processing unit
If it is determined that the pre-processing position data is normal and the pre- processing and post-processing first-order difference value data is within the third reference value, the currently calculated pre-processing and post-processing first-order difference is calculated in the sampling period. Calculating the sum of the value data and the first-order difference value data before and after the processing calculated up to the previous time, and generating the post-processing position data of this time,
Even if it is determined that the pre-processing position data is normal, if the first-order differential value data before and after the processing exceeds the third reference value, the predetermined number of the calculated pieces up to the previous time in the sampling period Calculating the sum of the average value of the first floor difference value data before and after processing and the first floor difference value data before and after processing calculated up to the previous time, and generating the post-processing position data of this time The encoder device according to claim 3 .
所定のサンプリング周期ごとに取得される前記処理前位置データの差分値である処理前1階差分値データを算出する1階差分値算出ステップと、
前記サンプリング周期ごとに前記処理前1階差分値データの差分値である2階差分値データを算出する2階差分値算出ステップと、
前記処理前1階差分値データが所定の第1基準範囲内にあるか否かを評価する第1評価ステップと、
前記2階差分値データが所定の第2基準範囲内にあるか否かを評価する第2評価ステップとを備え、
前記第1評価ステップにおいて前記処理前1階差分値データが前記第1基準範囲内にあり、かつ、前記第2評価ステップにおいて前記2階差分値データが前記第2基準範囲内にあるときに、前記処理前位置データは正常であることを検出し、
前記第1評価ステップにおいて前記処理前1階差分値データが前記第1基準範囲から外れているとき、および/または、前記第2評価ステップにおいて前記2階差分値データが前記第2基準範囲から外れているときに、前記処理前位置データが異常であることを検出し、
さらに、前記サンプリング周期において、前回、生成された前記処理後位置データと、今回、取得された前記処理前位置データとの差分値である処理前後1階差分値データを算出するステップと、
前記処理前位置データが正常であることが検出されると、前記サンプリング周期において、今回、算出された前記処理前後1階差分値データを用いて、今回の前記処理後位置データを生成し、前記処理前位置データが異常であることが検出されると、前記サンプリング周期において、前回までに算出された所定個数の前記処理前後1階差分値データの平均値を、今回の前記処理前後1階差分値データと推定し、前記平均値を用いて、今回の前記処理後位置データを生成するステップとを備えることを特徴とする位置データの異常検出方法。 A position data abnormality detection method in an encoder device comprising an encoder and a position data processing unit that processes post-processing position data output by the encoder and generates post-processing position data,
A first-order difference value calculating step of calculating pre-processing first-order difference value data, which is a difference value of the pre-processing position data acquired every predetermined sampling period;
A second-order difference value calculating step of calculating second-order difference value data that is a difference value of the pre-processing first-order difference value data for each sampling period;
A first evaluation step for evaluating whether or not the pre-processing first floor difference value data is within a predetermined first reference range;
A second evaluation step for evaluating whether the second-order difference value data is within a predetermined second reference range;
When the first floor differential value data before processing is within the first reference range in the first evaluation step, and the second floor differential value data is within the second reference range in the second evaluation step, Detecting that the pre-processing position data is normal;
When the first- stage differential value data before processing is out of the first reference range in the first evaluation step and / or, the second-order difference value data is out of the second reference range in the second evaluation step. And detecting that the pre-processing position data is abnormal ,
Further, in the sampling period, calculating first-order differential value data before and after processing that is a difference value between the post-processing position data generated last time and the pre-processing position data acquired this time;
When it is detected that the pre-processing position data is normal, the post-processing position data of this time is generated using the first-order differential value data before and after the processing calculated this time in the sampling period, When it is detected that the pre-processing position data is abnormal, the average value of the predetermined number of first- and second-stage difference value data calculated up to the previous time in the sampling period is calculated as the first-stage difference before and after the current process. A position data anomaly detection method comprising: estimating the value data and generating the post-processing position data of this time using the average value .
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012072923A JP5943670B2 (en) | 2012-03-28 | 2012-03-28 | Encoder device and position data abnormality detection method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012072923A JP5943670B2 (en) | 2012-03-28 | 2012-03-28 | Encoder device and position data abnormality detection method |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2013205143A JP2013205143A (en) | 2013-10-07 |
JP5943670B2 true JP5943670B2 (en) | 2016-07-05 |
Family
ID=49524378
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012072923A Active JP5943670B2 (en) | 2012-03-28 | 2012-03-28 | Encoder device and position data abnormality detection method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5943670B2 (en) |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH08327396A (en) * | 1995-05-31 | 1996-12-13 | Sony Magnescale Inc | Device for detecting amount of displacement |
JP3370845B2 (en) * | 1996-04-30 | 2003-01-27 | 山洋電気株式会社 | Absolute encoder |
JP4101714B2 (en) * | 2003-08-29 | 2008-06-18 | 月島テクノメンテサービス株式会社 | Rotating equipment state diagnosis support apparatus and program thereof, recording medium storing the program, and state diagnosis support method |
-
2012
- 2012-03-28 JP JP2012072923A patent/JP5943670B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2013205143A (en) | 2013-10-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5172998B2 (en) | Control device for detecting whether or not irreversible demagnetization of permanent magnet of permanent magnet synchronous motor has occurred | |
JP5943671B2 (en) | Encoder device and position data generation method | |
CN109309466A (en) | Control device of electric motor | |
JP2015055567A5 (en) | ||
KR102158482B1 (en) | Detecting extended current method for controlling three-phase motor in event of emergency brake | |
KR101883530B1 (en) | Method and device for determining the rotor position and speed of a rotating field machine | |
JP2019115094A (en) | Semiconductor device and rotational abnormality detection method therefor | |
JP6730377B2 (en) | Motor controller | |
JP6006069B2 (en) | Encoder and encoder error detection method | |
JP5832509B2 (en) | Motor control device having function of detecting abnormality of power transmission unit between motor and main shaft | |
JP5943670B2 (en) | Encoder device and position data abnormality detection method | |
JP5584634B2 (en) | Angular velocity detection device and angular velocity error detection method | |
JP3903478B2 (en) | Control device for permanent magnet type synchronous motor | |
JP6112832B2 (en) | Angle correction device and rotation angle sensor | |
Ki et al. | Fault-tolerant control of EMB systems | |
JP2010169556A (en) | Speed monitoring device | |
JP6293972B2 (en) | Method for measuring position and / or position change of hydraulic pump of automobile brake system and automobile brake system | |
US20180375450A1 (en) | Operation of a rotating electric machine having two position sensors | |
US10101396B2 (en) | Detection of current sensor malfunction | |
TW200401880A (en) | Method of detecting/estimating bit error of encoder detection position data | |
JP2006300699A (en) | Speed detector, and abnormal speed detecting method therefor | |
JP5983636B2 (en) | Electric motor control device | |
JP2014135860A (en) | Motor speed controller | |
WO2014010063A1 (en) | Motor controller | |
JP2018057061A (en) | Motor controller |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20150204 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20151111 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20151113 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160106 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20160513 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160524 |
|
R150 | Certificate of patent (=grant) or registration of utility model |
Ref document number: 5943670 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |