+

WO1996035980A1 - Procede et dispositif d'interpolation d'une surface de forme libre et appareil correspondant - Google Patents

Procede et dispositif d'interpolation d'une surface de forme libre et appareil correspondant Download PDF

Info

Publication number
WO1996035980A1
WO1996035980A1 PCT/JP1996/001228 JP9601228W WO9635980A1 WO 1996035980 A1 WO1996035980 A1 WO 1996035980A1 JP 9601228 W JP9601228 W JP 9601228W WO 9635980 A1 WO9635980 A1 WO 9635980A1
Authority
WO
WIPO (PCT)
Prior art keywords
parameter
interpolation
curve
amount
command
Prior art date
Application number
PCT/JP1996/001228
Other languages
English (en)
French (fr)
Inventor
Toshiaki Otsuki
Haruhiko Kozai
Yoshiyuki Wakinotani
Original Assignee
Fanuc Ltd
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 Ltd filed Critical Fanuc Ltd
Priority to EP96913710A priority Critical patent/EP0770941B1/en
Priority to DE69618900T priority patent/DE69618900T2/de
Priority to US08/765,754 priority patent/US5815401A/en
Publication of WO1996035980A1 publication Critical patent/WO1996035980A1/ja

Links

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/18Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/18Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form
    • G05B19/41Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form characterised by interpolation, e.g. the computation of intermediate points between programmed end points to define the path to be followed and the rate of travel along that path
    • G05B19/4103Digital interpolation
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/34Director, elements to supervisory
    • G05B2219/34141B-spline, NURBS non uniform rational b-spline
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/34Director, elements to supervisory
    • G05B2219/34167Coarse fine, macro microinterpolation, preprocessor
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/35Nc in input of data, input till input file format
    • G05B2219/35116RFS rotation free surfaces, needs c x y z axis, non axis symmetrical surfaces

Definitions

  • the present invention relates to a free curve interpolation method for a numerical controller, and more particularly to a free curve interpolation method for a curve represented by NURBS (Non-Uniform Rational B-Spline).
  • NURBS Non-Uniform Rational B-Spline
  • NC program issued to CNC for processing workpieces with machine tools is generated by automatic programming function from the shape created by CAD (Computer Aided Design) etc.
  • CAD Computer Aided Design
  • the person designing the shape of the workpiece can freely draw various curves using the abundant functions of the CAD system.
  • NURBS In CAD systems for designing industrial products, the use of NURBS to represent the shapes of curves and curved surfaces is becoming mainstream. NURBS is used as a free-curve expression format in the IGES (Initia 1 Graphics Data Exchange Specification) standard for CAD data exchange.
  • IGES Initia 1 Graphics Data Exchange Specification
  • the CAD data expressed in NURBS generally approximates the free curve designed in the CAD system to a minute straight line, a minute arc, etc. before the CNC creates the command format. It is a target. .
  • An object of the present invention is to provide a free curve interpolation method and apparatus for a numerical control device, which can interpolate a NURBS curve by directly instructing a command for specifying a NURBS curve. It is here.
  • the interpolation command of the NURBS curve included in the NC program is recognized, and based on the speed command in the recognized interpolation command, the interpolation cycle used as the unit cycle is determined.
  • the travel distance is calculated, and then the above parameter when moving by the calculated distance from the current position specified by the current parameter value is calculated—the amount of change in the evening is calculated, and the calculated parameter value is calculated.
  • the position specified by the parameter value which is the sum of the amount of change in the current parameter value and the current parameter value, is calculated from the above NURBS curve definition equation, and the movement of each axis to move to the calculated position is calculated. Calculate the amount and output the interpolation pulse for each axis.
  • the free curve interpolation device decodes an NC program including an interpolation command of a NURBS curve represented by a function using a specific parameter as a variable, and converts the unit from the speed command in the interpolation command of the NURBS curve.
  • Preprocessing calculating means for calculating a moving amount per time and outputting a moving command; parameter changing amount calculating means for calculating a change amount of the parameter when moving by the moving amount; By substituting the value obtained by adding the change to the current value of the evening to the function of the NURBS curve, the next interpolation point Moving amount calculating means for obtaining a standard value and calculating a moving amount of each axis up to the coordinate value.
  • the CNC calculates the function of the NURBS curve based on the data given to the CNC and obtains the interpolation path. You can instruct the CNC to interpolate the NURBS curve.
  • the NC program can be simplified, the program transfer speed and the program analysis processing speed are increased, and the machining accuracy is improved.
  • FIG. 1 is a block diagram showing a schematic configuration of the present invention
  • Fig. 2 is a diagram showing the procedure for designing a shape having a NURBS curve by CAD and processing it with a machine tool.
  • Figure 3 is a diagram showing an example of the command format of the NURBS curve.
  • Figure 4 is a diagram showing the movement amount in the interpolation cycle
  • Figure 5 shows an example of the NC program for interpolation of the NURBS curve.
  • FIG. 7 is a diagram showing an interpolation path based on the NC program shown in FIG.
  • FIG. 1 is a block diagram showing a schematic configuration of the present invention.
  • N An NC program 1 including a command to interpolate a URBS (Non-Uniform Rational B-Sp 1 ine) curve has been created.
  • the shape of the NURBS curve is specified by data such as weights, and is represented by a function with the parameter t as a variable. Therefore, when the value of the parameter t at an arbitrary time is determined, the coordinate value at that time is specified by the definition formula of the NURBS curve.
  • the preprocessing operation means 2 decodes the NC program 1.
  • the preprocessing calculation means 2 calculates the distance L to move during the interpolation cycle used as the unit cycle based on the speed command in the interpolation command.
  • the distance is input to the interpolation means 3 together with other data for generating a function of the NURBS curve.
  • the interpolation means 3 comprises a parameter change value calculating means 3a and a moving amount calculating means 3b.
  • the parameter overnight change amount calculating means 3a calculates the change amount A t of the parameter t when moving by the distance L from the current position specified by the current parameter value t of the parameter t. Is calculated.
  • the movement amount calculation means 3b calculates the position when the value of the parameter “t” becomes “ti + A t” from the definition formula of the NURBS curve. Then, the movement amount of each axis for moving to that position is calculated, and the interpolation pulse ⁇ , ⁇ Y ; ⁇ ⁇ for each axis is output. The value of “ti + ⁇ ” is sent to the parameter value change amount calculating means 3a as the value of “ti + 1 ”.
  • the interpolation pulses ⁇ , ⁇ , and ⁇ Z are Input to roads 4a, 4b, 4c.
  • the axis control circuits 4a, 4b, 4c output movement commands to the servo amplifiers 5a, 5b, 5c.
  • the servo amplifiers 5a, 5b, and 5c control the rotation of the servo amplifiers 6a, 6b, and 6c according to the moving instruction.
  • the NURBS curve of the jth order (J-primary) is defined by the following equation.
  • the NURBS curve is a function with the parameter t as a variable, and is represented by a vector P (t)>.
  • the basis function N is expressed as follows.
  • the first-order basis function N i. X (t) is t)
  • N i.k (t) The k-th order basis function N i.k (t) is . (T -xi) N i k -, (t). (X i + k - t) N i + i ki (t)
  • Fig. 2 shows the procedure for designing a shape having a NURBS curve with CAD and processing it with a machining machine. That is, first, a die and the like are designed by the CAD function (step S1). At this time, a free curve is represented by a NURBS curve. Next, an NC part program is created by the function of CAM (step S2). At this time, the NURBS curve is converted into a predetermined NC program format, and a NURBS curve interpolation command is created. Next, the CNC executes the NC program including the NURBS curve interpolation, thereby causing the machine tool to process a workpiece such as a mold (step S3).
  • FIG. 3 is a diagram showing an example of a command format for a NURBS curve.
  • the NC program 20 By creating the NC program 20 in the format as shown in this figure, it is possible to instruct the CNC to interpolate the NURBS curve.
  • “G06.2” is the NURBS interpolation start command
  • “P” is the rank
  • “ ⁇ ”, “ ⁇ ”, and “ ⁇ ” are the control points
  • “ ⁇ ” is the knot
  • F as speed
  • GO 1 linear interpolation command.
  • the number of knots which is the sum of the number of control points and the rank, is necessary.In this example, the knots are also specified at the same time as the control points are specified. Knots for the number of floors are commanded by another block. If no gate is commanded, the value is assumed to be “1”. C The NURBS interpolation command is canceled by another interpolation start command such as a linear interpolation start command (GO 1).
  • the NURBS interpolation start instruction is recognized by the preprocessing calculation means in the CNC. Then, the distance to move during the interpolation cycle is obtained from the speed “F”. Furthermore, from this distance ⁇ L, the change ⁇ t in the parameter t for moving the distance at the current parameter t is calculated by the following equation.
  • the denominator I ⁇ '(t)> I is the absolute value of the derivative of P (t)> with t without the vector.
  • FIG. 4 is a diagram showing the movement amount in the interpolation cycle.
  • the current position P (t) on the commanded NURBS curve 10 is a point represented by a vector P (t)>.
  • the vector ⁇ P '(t)> is the derivative of P (t) ⁇ with respect to t.
  • a point P (t + t) represented by the vector P (t)> is located at a distance ⁇ L from the vector P (t)> along the NURBS curve 10 ⁇ move
  • the quantity calculation means 3b (shown in Fig. 1) calculates the movement amount of each axis from the point P (t)> to the point P (t + At), and outputs an interpolation pulse to each axis. As a result, interpolation can be performed on a path along the NURBS curve 10.
  • Figure 5 is a diagram showing an example of an NC program for performing interpolation of a NURBS curve.
  • six control points are specified in the NURBS curve interpolation start command (G06.2).
  • the coordinates of the first control point are (X0Z0), the coordinates of the second control point are (X300.Z100.), And the coordinates of the third control point are (X700. ),
  • the coordinates of the fourth control point are (X1300. Z—1100.),
  • the coordinates of the fifth control point are (X1700. Z—1100. .)
  • the coordinates of the sixth control point are (X 2 0 0. Z 0).
  • the knots are “0”, ⁇ 0 ”,“ 0 ”, “0”, “0.5”, “0.5”, “1.0”, “1.0”, and “1.0j” are designated.
  • a NURBS curve interpolation start command (G06.2) is issued.
  • the coordinates of the seventh control point are (X20000.Z0)
  • the coordinates of the eighth control point are (X1700.Z-1100.)
  • the coordinates of the ninth control point Is (X13300.Z-1100.)
  • the coordinates of the 10th control point are (X700.Z0100.)
  • the coordinates of the 11th control point are ( X 3 0 0 .Z 1 0 0.)
  • the coordinates of the first and second control points are (X 0 Z 0).
  • the knots are, in order, ⁇ 0 '', ⁇ 0 '', ⁇ 0 '', ⁇ 0 '', ⁇ 0.5 '', ⁇ 0.5 '', ⁇ 1.0 '', ⁇ 1.0 '', ⁇ 1. 0 "and" 1.0 "are specified.
  • the NURBS curve interpolation start command is released.
  • X is the parameter. ⁇ t x X 9 changes, but the actual change interval is x 3 ⁇ t x ⁇ 4 and x 5 ⁇ t ⁇ x 6 o
  • N 2 4 (t) - 2 0 t 3 + 1 2 t 2
  • the interpolation points are obtained one after another in the same manner.
  • Figure 6 shows the relationship between control points and NURBS curves.
  • This figure shows the NURBS curve interpolated by the first NURBS curve interpolation start command of the program shown in Fig.5.
  • the first to sixth control points are P, respectively. It is shown in ⁇ P 5. In this way, a smooth curve is formed according to the position of each control point.
  • FIG. 7 is a diagram showing an interpolation path based on the NC program shown in FIG. First control point P by first NURBS curve interpolation start command. 6 after being linear interpolation to the control point P 5 to the c control point P 6 to be interpolated from the control point P 7 from the control point P 6 of the 7 Ri by the following NURBS curve interpolation start command first 2 Is interpolated to Is found to be interpolated to the control point P 8 of the first 3 is the next NURBS curve interpolation start position, likewise interpolation is performed thereafter.

Landscapes

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

Description

明 細 書
自由曲線補間方法及び装置
技 術 分 野
本発明は、 数値制御装置の自由曲線補間方式に関 し、 特に N U R B S (Non- Uniform Rational B- Spline) で表 現された曲線の 自由曲線補間方式に関する。
技 術
工作機械で被加工物を加工するために数値制御装置 ( C N C に指令される N Cプログラムは、 C A D (Computer Aided Design) 等によ り作成された形状から 自動プロ グラ ミ ング機能によ り生成されるこ とが多い。 この場合、 被加工物形状の設計を行う者は、 C A Dシ ス テムの豊富な機能を用 いて、 様々な曲線を自由 に描く こ とができ る。
と ころが、 複雑な形状を表現するための自由曲線をな め らかにつなげて表現する こ とは難しい。 そこで、 曲線 を比較的単純なセグメ ン ト と呼ばれる区間に分けて表現 する。 このよ う な曲線を定義する関数の 1つに基底スブ ライ ン (Base Spline)があ り、 一般的に B—スプライ ン と呼ばれる。 B — スプラ イ ン曲線は、 複数の制御べク ト ルで定義する こ とができる。 また、 B—スプライ ン曲線 のセグメ ン 卜のつなぎ目 に対応するパラメ一夕 をノ ヅ ト と呼び、 曲線全体の始点から終点に向かってノ ッ トの値 は増えて い く。 そ して、 ノ ッ トの増加量が不均一な B — スプラ イ ン曲線を有理化したものを N U R B S ( on- Uniform Rational B - Sp 1 i ne )曲線と いう ^
工業製品のデザィ ン等を行う C A Dシステム において は、 曲線や曲面の形状を N U R B Sで表現する こ とが主 流とな り つつある。 N U R B Sは、 自由曲線の表現形式 と して、 C A Dデ一夕交換の標準規格 I G E S ( Initia 1 Graphics Data Exchange Specification) で採用され て いる。
一方、 従来の C N Cによ り 自由曲線を補間する際には、 曲線を微小直線、 微小円弧等の微小ブロ ッ クの組み合わ せによ り実現する必要がある。 従って、 N U R B Sで表 された C A Dデ一夕 は、 C N Cが指令フォーマヅ ト を作 成する前の段階において、 C A Dシステムにおいてデザ イ ンされた自由曲線を微小直線、 微小円弧等に近似する のが一般的である。 .
しか し、 工業製品の加工精度向上を目的と した移動指 令ブロ ッ クの微小化に伴い、 さま ざまな弊害が生じてい る。 例えば、 指令ブロ ック総量の巨大化に伴う ホス ト コ ン ピュー夕 — C N C間の指令プログラム転送速度の遅延、 C N Cの指令プログラム解析処理速度の遅延等である。 このよ う に、 C A Dで作成された N U R B S曲線を数値 制御装置によ り補間させる には、 数値制御装置が処理で き るよ う な微小ブロ ッ ク に分解する必要があるため、 複 雑な処理が介在 し、 処理速度の低下を招 く 等の問題点が あった。
発 明 の 開 示 本発明の目的は、 N U R B S曲線を特定するためのデ 一夕を直接指令する こ とによ り、 N U R B S曲線の補間 を行う こ とができる、 数値制御装置の自由曲線補間方法 及び装置を提供するこ とにある。
本発明による自由曲線補間方法では、 まず、 N Cプロ グラムに含まれる N U R B S曲線の補間指令を認識し、 その認識した補間指令における速度指令に基づき、 単位 周期と して使用される補間周期の間に移動する距離を算 出 し、 次いで、 現在のパラメ一夕の値で特定される現在 位置から、 上記算出距離だけ移動する場合の上記パラメ —夕の変化量を算出 し、 その算出したパラメ一夕の変化 量を現在のパラメ一夕 に足した値のパラメ一夕で特定さ れる位置を上記 N U R B S曲線の定義式から算出し、 そ して、 その算出 した位置まで移動するための各軸の移動 量を演算し、 各軸に対する補間パルスを出力するという —連の処理を繰り返す。
また、 本発明による自由曲線補間装置では、 特定のパ ラメ一夕を変数とする関数で表された N U R B S曲線の 補間指令を含む N Cプログラムを解読し、 前記 N U R B S 曲線の補間指令における速度指令から単位時間あたり の移動量を算出 し、 移動指令を出力する前処理演算手段 と、 前記移動量だけ移動する場合の前記パラメータの変 化量を算出するパラメ一タ変化量算出手段と、 前記パラ メ一夕の現在の値に前記変化量を加えた値を前記 N U R B S曲線の関数に代入するこ とによ り次に補間すべき座 標値を獲得し、 前記座標値までの各軸の移動量を算出す る移動量算出手段とを含む。
本発明は上記構成を有することによって、 C N Cは C N Cに与えられたデータを基に N U R B S曲線の関数を 計算し補間径路を求めるよう にしたため、 プログラマは C A D等で作成された N U R B S曲線のデータを直接 C N Cに指令し、 N U R B S曲線の補間を行わせることが できる。 この結果、 N Cプログラムが簡略化でき、 ブロ グラム転送速度やプログラム解析処理速度が高速化され ると ともに、 加工精度が向上する。
図 面 の 簡 単 な 説 明
図 1 は本発明の概略構成を示すブロック図、
図 2 は N U R B S 曲線を有する形状を C A Dでデザィ ン し工作機械で加工するための手順を示す図、
図 3 は N U R B S曲線の指令フォーマッ トの例を示す 図、
図 4は補間周期における移動量を示す図、
図 5 は N U R B S曲線の補間を行うための N Cブログ ラムの例を示す図、
' 図 6 は制御点と N U R B S曲線との関係を示す図、 及 び、
図 7 は図 5 に示す N Cプログラムによる補間径路を示 す図である。
発明 を実施す るた めの最良の形態 図 1 は本発明の概略構成を示すブロック図である。 N U R B S (Non-Uniform Rational B-Sp 1 ine )曲線の補間 指令を含んだ N Cプログラム 1が作成されている。 N U R B S 曲線は、 ウェイ ト等のデ一夕 によ り 曲線形状が特 定され、 パラメ一夕 t を変数とする関数で表されている。 従って、 任意の時刻におけるパラメ一夕 tの値が決まる こ とによ り、 そのと きの座標値が、 N U R B S曲線の定 義式によ り特定される。
前処理演算手段 2 は N Cプログラム 1 を解読する。 前 処理演算手段 2 は、 N U R B S曲線の補間指令を認識す る と、 その補間指令における速度指令に基づき、 単位周 期と して使用される補間周期の間に移動する距離厶 Lを 算出する。 距離 は、 N U R B S曲線の関数を生成す るための他のデ一夕 と共に補間手段 3 に入力される。
補間手段 3 は、 パラメ一夕値変化量算出手段 3 aと移 動量演算手段 3 b とで構成されている。 パラ メ一夕値変 化量算出手段 3 aは、 現在のパラメ一夕 tの値 「 t i 」 によ り特定される現在位置から、 距離厶 Lだけ移動する 場合のパラメータ tの変化量 A t を算出する。
移動量演算手段 3 b は、 パラメ一夕 tの値が 「 t i + A t 」 となった時の位置を、 N U R B S曲線の定義式か ら算出する。 そ して、 その位置まで移動するための各軸 の移動量を演算し、 各軸に対する補間パルス Δ Χ, Δ Y; △ Ζ を出力する。 「 t i + Δ 」 の値は 「 t i + 1 」 の値 と してパラメータ値変化量算出手段 3 aに送られる。
補間パルス Δ Χ, Δ Υ, Δ Zは、 それぞれの軸制御回 路 4 a, 4 b, 4 c に入力される。 軸制御回路 4 a, 4 b, 4 c は、 サ一ボア ンプ 5 a, 5 b, 5 c に移動指令 を出力する。 サ一ボアンプ 5 a, 5 b, 5 cは、 移動指 令に従いサ一ボモ一夕 6 a, 6 b, 6 cの回転を制御す る。
このよう に して、 C A D等で作成された N U R B S曲 線を特定するためのデータを C N Cに直接指令するこ と によ り、 N U R B S 曲線の自由曲線補間を行う こ とがで さる。
次に N U R B S曲線について詳し く説明する。 なお、 数式中での符号がベク トルであるこ とを示すために、 そ の符号を " 〈 〉 " で囲むこ ととする。
j 階 ( J 一 1次) の N U R B S曲線は、 以下の式で定 義される。
Figure imgf000008_0001
このよう に、 N U R B S曲線はパラメータ t を変数と する関数であ り、 ベク トル く P ( t ) 〉 で表される。 ま た、 基底関数 Nは次のよう に表される。
1 階の基底関数 N i. x(t) は、
Figure imgf000008_0002
t )
( 2 ) k階の基底関数 N i. k(t)は、 ( t -x i )N i. k-, (t) (x i +k- t )N i + i. k-i (t)
N i. v(t) = +
X i + k - i - X i X i + k - X l + l
( 3 ) 以上 ( 1 ) 一 ( 3 ) 式で、 〈 P i〉 は制御点のべク ト ノレ ( 0 ≤ i ≤ n ) であ り、 N Cプログラムで入力された 制御点を表して いる。 はウェイ ト ( 0 ≤ i ≤ n ) で あ り、 X i は ノ ッ ト ( X i ≤ X i +i ) であ る。 ま た、 〔 x。 , X 1 , X 2 , . . . x m 〕 をノ ヅ トベク トルと する。 ただ し、 「制御点数 ( n + 1 ) +階数 ( j ) = ノ ッ ト数 ( m + 1 ) 」 の関係が成 り立つ。
N U R B S曲線を有する形状を C A Dでデザイ ン しェ 作機械で加工するための手順を示すと図 2のよう になる。 すなわち、 まず、 C A Dの機能によ り金型等をデザイ ン する (ステップ S l ) 。 この際、 N U R B S曲線によ り 自由曲線を表現する。 次ぎに、 C A Mの機能によ り N C パー トプログラムを作成する (ステヅブ S 2 ) 。 この際、 N U R B S曲線を、 予め決め られた N Cプログラムのフ . ォ 一マッ ト に変換し、 N U R B S曲線補間指令を作成す る。 次ぎに、 C N Cが N U R B S曲線補間を含む N Cブ ロ グラムを実行する こ と によ り、 金型等の被加工物加工 を工作機械に行わせる (ステップ S 3 ) 。
図 3 は N U R B S 曲線の指令フ ォーマ ヅ トの例を示す 図である。 この図に示すよ う なフォーマヅ ト で N Cプロ グラム 2 0 を作成する こ と によ り、 N U R B S曲線の補 間を C N Cに指令する こ とができる。 この例では、 「 G 0 6. 2 」 を N U R B S補間開始指 令、 「 P」 を階数、 「 Χ」 , 「 Υ」 , 「 Ζ 」 を制御点、 「 Κ」 を ノ ッ ト、 「 R」 をウ ェイ ト、 「 F 」 を速度、 「 G O 1 」 を直線補間指令とする。 これら P、 K、 Rの 値は、 式 ( 1 ) 、 ( 2 ) 及び ( 3 ) の j、 X i、 w i を 与える。 なお、 N U R B S曲線を特定するには制御点の 数に階数を加えた数のノ ッ トが必要であるため、 この例 では制御点を指令する際に同時にノ ッ ト も指令 し、 さ ら に階数分のノ ッ ト を別のブロ ックで指令している。 ゥェ ィ ト を指令していない場合は、 その値は 「 1 」 とみなす c N U R B S補間の指令は、 直線補間開始指令 ( G O 1 ) 等の他の補間開始指令によって解除される。
このよ うな N Cプロ グラムが C N Cに入力されると、 C N C内の前処理演算手段によ り N U R B S補間開始指 令が認識される。 そ して、 速度 「 F」 から、 補間周期の 間に移動する距離 が求められる。 .さ ら に、 この距離 △ Lから、 .現在のパラメ一夕 t において、 距離 移動 するためのパラメ 一夕 tの変化量 Δ tが以下の式で求め られる。
厶 ! J
Δ t = ( 4 )
I < P ' ( t ) > I
なお、 上の式で、 分母の I 〈 Ρ ' ( t ) > I はベク トル の く P ( t ) > を tで微分 したものの絶対値である。
式 ( 4 ) で求めたパラメ一夕 tの変化量 A t を、 パラ メ ータ tの現在の値に加えた値を式 ( 1 ) に代入 した際 のベク トル P ( t + Δ t ) の値が次に補間すべき点とな
-Ό o
図 4は補間周期における移動量を示す図である。 この 図において、 指令された N U R B S曲線 1 0上の現在の 位置 P ( t ) はベク トル く P ( t ) 〉 で表される点であ る。 この く P ( t ) 〉 を t で微分したものがベク トル < P ' ( t ) 〉 である。 ベク トル く P ( t ) 〉 から N U R B S 曲線 1 0 に沿って距離 Δ Lだけ離れた位置が、 ベ ク トル く P ( t ) > で表される点 P ( t +厶 t ) である < 移動量演算手段 3 b (図 1 に示す) は、 点 く P ( t ) > から点 P ( t + A t ) までの各軸の移動量を算出し、 各 軸に対し補間パルスを出力する。 これによ り、 N U R B S曲線 1 0 に沿った径路で補間を行う ことができる。
次に 4階 ( 3次) の N U R B S曲線の補間を行う場合 について具体的に説明する。
図 5 は N U R B S曲線の補間を行うための N Cブログ ラムの例を示す図である。 この N Cプログラム 2 1 にお いて、 N U R B S曲線補間開始指令 ( G 0 6. 2 ) では. 制御点を 6点指定している。 第 1 の制御点の座標は ( X 0 Z 0 ) 、 第 2の制御点の座標は ( X 3 0 0. Z 1 0 0. ) 、 第 3の制御点の座標は ( X 7 0 0. Z 1 0 0. ) 、 第 4の制御点の座標は ( X 1 3 0 0. Z— 1 0 0. ) 、 第 5の制御点の座標は ( X 1 7 0 0. Z — 1 0 0. ) 、 第 6の制御点の座標は ( X 2 0 0 0. Z 0 ) である。 ノ ッ トは、 順番に 「 0」 、 Γ 0」 、 「 0」 、 「 0 」 、 「 0. 5 」 、 「 0. 5 」 、 「 1 · 0」 、 「 1 · 0 」 、 「 1. 0 」 、 「 1. 0 j が指定されている。
次に直線補間指令 ( G 0 1 Y 1 0 0. ) の後、 さ ら に N U R B S曲線補間開始指令 ( G 0 6. 2 ) が出され て いる。 この時、 制御点を 6点指定している。 第 7の制 御点の座標は ( X 2 0 0 0. Z 0 ) 、 第 8の制御点の 座標は ( X 1 7 0 0. Z - 1 0 0. ) 、 第 9の制御点 の座標は ( X 1 3 0 0. Z - 1 0 0. ) 、 第 1 0の制 御点の座標は ( X 7 0 0. Z 1 0 0. ) 、 第 1 1の制 御点の座標は ( X 3 0 0. Z 1 0 0. ) 、 第 1 2の制 御点の座標は ( X 0 Z 0 ) である。 ノ ッ トは、 順番に 「 0」 、 「 0 」 、 「 0 」 、 「 0」 、 「 0. 5」 、 「 0· 5 」 、 「 1. 0 」 、 「 1. 0 」 、 「 1. 0 」 、 「 1. 0 」 が指定されている。
そ して、 直線補間指令 ( G 0 1 Y 1 0 0 ) によ り、
N U R B S曲線補間開始指令は解除される。
図 5 の場合、 j = 4、 n = 5であるので、 ( 1 ) 式よ り N U R B S 曲線を定義する く P (t)〉 の分母、 分子は以 下のよ う になる。
[分子 ]
N 0. 4(t) < P 0> + N;.4(t) < P i > + N 2. 4(t) < P 2> —— N 5. "t) く P 5
[分母 ]
N o. 4(t)+ N : . 4(t)+ N 2. 4(t) N 5. 4 (t) と ころがこの場合、 w iがすべて 1 であるので、 分母は 1 になる こ とが一般に知られているから、 結局、
< P (t)> = N。. 4(t) 〈 P。〉 + N 1.4(t) 〈 P 1
+ N 2. 4 (t) < P 2 > N 4(t) < P 5>
( 5 ) となる ( ただ し、 x。≤ t < x 9) o なお、 図 5 において は、 χ 0= 0. 0、 x 3 = 0. 0、 x a = 0. 0、
x 3 = 0. 0、 x 4 = 0. 5、 x 5 = 0. 5、
x 6 = 1. 0、 x 7 = 1. 0、 x 8 = 1. 0、
x 9 = 1. 0である。
パラ メ 一夕 t は X。≤ t く X 9の区間で変化するが、 実 際の変化区間は x 3≤ t く χ 4 と、 x 5≤ t < x 6 であ る o
そこで、 0 = x 3≤ t < X 4=0.5 の区間において、 ( 2 ) 式よ り 1 階の基底関数を求めると、
N 0. 1 = 0 , N 1. ! = 0 , N a . 1 = 0, N 3. ! = 1 ,
N 4. 1 = 0 , N 5. 1 = 0 , N 6. 1 = 0, N 7. ! = 0 , N 8. 1 = 0
上のデータ を ( 3 ) 式に代入 して、 ( 3 ) 式において、 k = 2, k = 3の場合を順に計算すると、 ( 5 ) 式の N 0. 4 (t), N 1. 4 (t), N 2. 4 (t) , N 5.4(t)を得る こ とができる ( なお、 この ( 3 ) 式の計算で、 右辺の第 1 または第 2項の分母が 0 になる と分子も必ず 0 になる が、 その とき 0 0 = 0 と して扱う ) 。
すなわち、
N s. 4(t)= - 8 t 3 + 1 2 t 2- 6 t + 1 N i. 4(t)= 2 4 t 3 - 2 4 t 2+ 6 t
N 2. 4(t)= - 2 0 t 3 + 1 2 t 2
N 3. 4 (t) = 4 t 3
N 4. 4 (t) = 0
N 5. 4 (t) = 0
となる。
この X 3≤ t < X 4 の区間において、 t = 0 (初期値) とおいて、 I く P ' ( 0 ) 〉 | を求め、 ( 4 ) 式よ り Δ t 】を求める。
する と、 補間点のベ ク ト ル く P (t +厶 )=
< P (Δ ti )> は ( 5 ) 式によ り、
< P (Δ ti )> = N 0. 4(Δ ti ) < P o> + N i.4(Δ ti) < P i>
+ N 2. 4 (△ t: ) 〈 P 2〉 N 5· 4 (厶 ) く P 5> となる。
この求めた補間点から I く P ' ( Δ t i ) > I を求め、 ( 4 ) 式から A t 2 を求めて、 この新たな補間点のぺク トル く P (t+Δ t-:+厶 t2)〉 = < P (Δ ti + Δ t2)> を得る。 以下同様に次々 と補間点を求める と、 これら補間点は ( 5 ) 式によ り、
< P (0)> (初期値)
< P (Δ t: )> ;
< P (Δ ti + Δ t2)> ;
く P (厶 Ϊ2 + Δ t3)> ; く P (厶 t] +厶 + Δ t3+ +厶 ti )〉
となる。
ただ し、 +厶 12 +厶 13+ +厶 の値が 0. 5 を 越える と P (0.5)とする。
X 5 ≤ t < X 6 の場合も同様に求めるこ とができる。 図 6 は制御点と N U R B S曲線との関係を示す図であ る。 この図は、 図 5 に示すプログラムの最初の N U R B S 曲線補間開始指令によ り補間される N U R B S曲線を 示している。 図では、 第 1の制御点から第 6の制御点は、 それぞれ P。 〜 P 5 で示されている。 このよう に、 各制 御点の位置に応じて、 なめらかな曲線が形成される。
図 7 は図 5 に示す N Cプログラムによる補間径路を示 す図である。 最初の N U R B S曲線補間開始指令によ り 第 1の制御点 P。 から第 6の制御点 P 5 まで補間される c 制御点 P 6 まで直線補間された後、 次の N U R B S曲線 補間開始指令によ り第 7の制御点 P 6 から第 1 2の制御 点 P 7 まで補間される。 さ らに次の N U R B S曲線補間 開始位置である第 1 3の制御点 P 8 まで補間され、 以後 同様に補間が行われる。
このよう に、 C N C に対し、 N U R B S曲線の形状を 特定するための最低限のデータを指定するとこ とによ り, N U R B S曲線補間を指令することができるため、 従来 のよう に N U R B S 曲線が実現された自由曲線を、 微小 直線、 微小円弧に分割する必要がなく な り、 N Cプログ ラムが簡略化される。 N Cプログラムが簡略化され、 そ のデータ量が少な く なるこ と によ り、 ホス ト コ ン ピュー 夕 一 C N C間のデ一夕転送を高速に行う こ とかできる。 さ ら に、 C N C における N Cプログラムの解析処理も高 速化される。
また、 自由曲線の補間径路を求める際に近似を行う必 要がな く なるため、 加工精度が向上する。

Claims

請 求 の 範 囲
1. (1) N Cプログラム に含まれた N U R B S (Nonuniform Rational B - Spline)曲線の補間指令を認識 し、
(2) 認識 した補間指令における速度指令に基づき、 単位周期と して使用される補間周期の間に移動する距 離を算出 し、
(3) 現在のパラ メ 一夕の値で特定される現在位置か ら、 ステップ(2) で算出 した距離だけ移動する場合の 上記パラメ 一夕の変化量を算出 し、
(4) 上記ステップ(3) の現在のパラメ一夕 に同じ く ステ ヅブ( 3 ) のパラ メ一夕の変化量を足した値のパラ メータで特定される位置を上記 N U R B S曲線の定義 式から算出 し、
(5) 上記ステップ(4) の位置まで移動するための各 軸の移動量を演算し、 各軸に対する補間パルスを出力 する、 そ して、
(6) 上記ステップ(4) の位置を 「現在値」 と してス テツプ(3) 以下の処理を繰り返す、
自由曲線補間方法。
2. (1) C A D機能によ り、 自由曲線を N U R B S曲線 によ り表現する こ と によって被加工物をデザイ ン し、 (2) C A M機能によ り、 上記 N U R B S曲線の補間 を C N Cに指令する こ とができるよう なフォーマヅ ト でも って N Cプロ グラムを作成 し、
(3) 上記 N Cプロ グラムを C N Cに入力 し、 そ して C N Cは、
(3-1) N U R B S曲線の補間開始指令を認識し、 (3-2) 上記 N Cプログラム中の速度指令から、 補 間周期の間に移動する距離を求め、
(3-3) 上記(3-2) で求めた距離から、 上記 N U R
B S 曲線を表す関数の変数と してのパラメ一夕の値に よ り特定される現在の位置からその距離だけ移動する ためのそのパラメータの変化量を算出し、
(3-4) かく算出 したパラメータの変化量に上記(3 -3) のパラメ一夕の値を加算した値のパラメ一夕を上 記 N U R B S曲線を表す関数に代入したときに特定さ れる位置を (次に補間すべき点と して) 算出するこ と によって、 上記 N U R B S曲線上の現在の位置からこ の N U R B S 曲線に沿って上記(3-2) で求めた距離だ け離れた次の位置を求め、 そして、
(3-5) 上記現在位置から上記次の位置までの各軸 成分の移動量を算出 し、 各軸駆動手段に対してその移 動量に対応した数の補間パルスを出力するこ とによ り, N U R B S 曲線に沿った経路で補間をするよう にした, 自由曲線補間方法。
3. 各種機械の移動軸を制御する数値制御装置の自由曲 線補間システムにおいて、
特定のパラメ一タを変数とする関数で表された N U R B S曲線の補間指令を含む N Cプログラムを解読し. 前記 N U R B S曲線の補間指令における速度指令から 単位時間あた り の移動量を算出 し、 移動指令を出力す る前処理手段と、
前記移動量だけ移動する場合の前記パラメ 一夕の変 化量を算出するパラ メ一夕変化量算出手段と、
前記パラ メ ータの現在の値に前記変化量を加えた値 を前記 N U R B S 曲線の関数に代入する こ と によ り次 に補間すべき座標値を獲得 し、 前記座標値までの各軸 の移動量を算出する移動量算出手段と、
を含む前記シス テム。
4. 前記前処理演算手段は、 前記 N Cプログラムによつ て複数の制御点、 前記制御点と同 じ数のウエイ ト、 及 び前記制御点の数に曲線の階数を加えた数のノ ッ トが デ一夕 と して指令される こ とによ り補間すべき N U R B S曲線を認識する こ とを特徴とする請求の範囲第 3 項記載の自由曲線補間シ ス テム。
5. 前記前処理演算手段は、 前記ウェイ トが省略された 場合には、 予め定め られた任意の値と して認識するこ とを特徴とする請求の範囲第 3項記載の自由曲線補間 シス テム。
PCT/JP1996/001228 1995-05-09 1996-05-09 Procede et dispositif d'interpolation d'une surface de forme libre et appareil correspondant WO1996035980A1 (fr)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP96913710A EP0770941B1 (en) 1995-05-09 1996-05-09 Method and device for interpolating free-form surface
DE69618900T DE69618900T2 (de) 1995-05-09 1996-05-09 Verfahren und vorrichtung zur interpolation einer formfreien oberfläche
US08/765,754 US5815401A (en) 1995-05-09 1996-05-09 Free-form curve interpolation method and apparatus

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP7110673A JP2933119B2 (ja) 1995-05-09 1995-05-09 数値制御装置
JP7/110673 1995-05-09

Publications (1)

Publication Number Publication Date
WO1996035980A1 true WO1996035980A1 (fr) 1996-11-14

Family

ID=14541565

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP1996/001228 WO1996035980A1 (fr) 1995-05-09 1996-05-09 Procede et dispositif d'interpolation d'une surface de forme libre et appareil correspondant

Country Status (6)

Country Link
US (1) US5815401A (ja)
EP (1) EP0770941B1 (ja)
JP (1) JP2933119B2 (ja)
KR (1) KR100217524B1 (ja)
DE (1) DE69618900T2 (ja)
WO (1) WO1996035980A1 (ja)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2933119B2 (ja) 1995-05-09 1999-08-09 ファナック株式会社 数値制御装置
JP2933305B2 (ja) 1994-12-15 1999-08-09 ファナック株式会社 ロボット用教示操作盤
US6609045B1 (en) 1998-05-28 2003-08-19 Mitsubishi Denki Kabushiki Kaisha File conversion apparatus for machining program of numerical control system and computer readable recording medium for storing program for computer to execute file conversion process

Families Citing this family (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5615572A (en) * 1995-01-12 1997-04-01 Hunjohn, Inc. Hydraulic tube bender
JPH10254526A (ja) * 1997-03-13 1998-09-25 Toshiba Mach Co Ltd 数値制御装置
JP3610485B2 (ja) * 1999-09-20 2005-01-12 株式会社日立製作所 数値制御曲面加工装置
US6675061B2 (en) 2001-02-26 2004-01-06 Hitachi, Ltd. Numerically controlled curved surface machining unit
US6934601B2 (en) * 1999-09-20 2005-08-23 Hitachi, Ltd. Numerically controlled curved surface machining unit
US6922606B1 (en) 1999-11-19 2005-07-26 Siemens Energy & Automation, Inc. Apparatus and method for smooth cornering in a motion control system
US6996505B1 (en) 2000-06-21 2006-02-07 Raindrop Geomagic, Inc. Methods, apparatus and computer program products for automatically generating nurbs models of triangulated surfaces using homeomorphisms
JP4560191B2 (ja) * 2000-09-20 2010-10-13 東芝機械株式会社 数値制御装置
US6853373B2 (en) 2001-04-25 2005-02-08 Raindrop Geomagic, Inc. Methods, apparatus and computer program products for modeling three-dimensional colored objects
DE10330846B4 (de) * 2003-07-08 2006-03-30 Mtu Aero Engines Gmbh Verfahren und Vorrichtung zum Fräsen von Freiformflächen
DE10357650B4 (de) * 2003-12-10 2019-04-25 Dr. Johannes Heidenhain Gmbh Verfahren zur Glättung von Polygonzügen in NC-Programmen
JP4891528B2 (ja) * 2004-04-07 2012-03-07 オークマ株式会社 加工時間算出装置
US8280789B2 (en) * 2007-02-15 2012-10-02 Siemens Aktiengesellschaft Method of billing a client for using a computerized numerical control machine
KR100880734B1 (ko) * 2007-05-31 2009-02-02 정융호 기계 동작특성에 근거한 5축 밀링가공의 속도향상을 위한 보간길이의 최적화 방법
JP4673346B2 (ja) * 2007-07-02 2011-04-20 三菱電機株式会社 数値制御装置
CN102067110B (zh) * 2008-06-20 2015-01-07 澳大利亚国家Ict有限公司 反射光谱的简洁表示
JP5236026B2 (ja) * 2011-01-20 2013-07-17 三菱電機株式会社 数値制御方法
JP5967946B2 (ja) * 2012-01-23 2016-08-10 株式会社アドテックエンジニアリング 露光描画装置、露光描画システム、プログラム及び露光描画方法
WO2013116859A1 (en) * 2012-02-02 2013-08-08 Gehry Technologies, Inc. Computer process for determining best-fitting materials for constructing architectural surfaces
US9152743B2 (en) 2012-02-02 2015-10-06 Gehry Technologies, Inc. Computer process for determining best-fitting materials for constructing architectural surfaces
CN102707671A (zh) * 2012-05-29 2012-10-03 苏州新代数控设备有限公司 应用于工具机的加工路径最佳化方法
US9513623B2 (en) 2014-01-21 2016-12-06 Mitsubishi Electric Research Laboratories, Inc. Method for generating trajectory for numerical control process
CN104020717B (zh) * 2014-05-28 2016-08-24 上海工程技术大学 基于参数同步的五轴等距双nurbs刀具路径插补方法
EP3125055A1 (de) 2015-07-31 2017-02-01 Siemens Aktiengesellschaft Werkzeugführungsverfahren für aneinandergrenzende flächen
JP6386511B2 (ja) * 2016-10-28 2018-09-05 ファナック株式会社 工具経路生成装置、工具経路生成方法及び工具経路生成プログラム
CN109416529B (zh) * 2017-12-19 2021-12-07 深圳配天智能技术研究院有限公司 数控系统、具有存储功能的装置及nurbs曲线插补方法
JP6795553B2 (ja) * 2018-07-06 2020-12-02 ファナック株式会社 数値制御装置、数値制御方法及び数値制御プログラム
JP7041660B2 (ja) 2019-12-13 2022-03-24 株式会社牧野フライス製作所 工具経路生成方法、工具経路生成装置および工作機械の制御装置

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63106011A (ja) * 1986-05-12 1988-05-11 Matsushita Electric Ind Co Ltd ロボットの制御装置

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2804829B2 (ja) * 1990-06-27 1998-09-30 株式会社日立製作所 曲面加工方法
JP2718260B2 (ja) * 1990-11-08 1998-02-25 三菱電機株式会社 数値制御装置
US5627949A (en) * 1991-12-19 1997-05-06 Letcher, Jr.; John S. System of relational entities for object-oriented computer-aided geometric design
US5453934A (en) * 1993-03-26 1995-09-26 Cray Research, Inc. Method for use in designing an arbitrarily shaped object
DE4310126A1 (de) * 1993-03-29 1994-10-06 Ibh Bernhard Hilpert Ingenieur Verfahren und Vorrichtung zur numerischen Bahnsteuerung von Werkzeugmaschinen
US5510995A (en) * 1993-08-13 1996-04-23 Iowa State University Research Foundation, Inc. Sculptured surface synthesis based on functional design constraints
JP2933119B2 (ja) 1995-05-09 1999-08-09 ファナック株式会社 数値制御装置

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63106011A (ja) * 1986-05-12 1988-05-11 Matsushita Electric Ind Co Ltd ロボットの制御装置

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP0770941A4 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2933305B2 (ja) 1994-12-15 1999-08-09 ファナック株式会社 ロボット用教示操作盤
JP2933119B2 (ja) 1995-05-09 1999-08-09 ファナック株式会社 数値制御装置
US6609045B1 (en) 1998-05-28 2003-08-19 Mitsubishi Denki Kabushiki Kaisha File conversion apparatus for machining program of numerical control system and computer readable recording medium for storing program for computer to execute file conversion process

Also Published As

Publication number Publication date
JPH08305430A (ja) 1996-11-22
DE69618900D1 (de) 2002-03-14
KR100217524B1 (ko) 1999-09-01
US5815401A (en) 1998-09-29
DE69618900T2 (de) 2002-11-14
JP2933119B2 (ja) 1999-08-09
EP0770941B1 (en) 2002-01-30
EP0770941A4 (en) 1997-08-20
EP0770941A1 (en) 1997-05-02
KR960042282A (ko) 1996-12-21

Similar Documents

Publication Publication Date Title
WO1996035980A1 (fr) Procede et dispositif d&#39;interpolation d&#39;une surface de forme libre et appareil correspondant
Lin Real-time surface interpolator for 3-D parametric surface machining on 3-axis machine tools
Pateloup et al. Bspline approximation of circle arc and straight line for pocket machining
JP4233147B2 (ja) 工作機械用に適応可能なフィードレートを決定する方法
US5396160A (en) Method of real-time machine path planning from a math model
JP5323280B1 (ja) 数値制御装置
JP4199103B2 (ja) 数値制御装置及び数値制御方法
JP2800861B2 (ja) 三次元加工方法
JP6012560B2 (ja) 数値制御装置
Baek et al. Fast and precision NURBS interpolator for CNC systems
Müller et al. High accuracy spline interpolation for 5-axis machining
Lin et al. Real-time interpolators for multi-axis CNC machine tools
JP2790643B2 (ja) 数値制御装置
Cheng et al. Feedrate control for non-uniform rational B-spline motion command generation
JPH06170763A (ja) 力制御を用いた研磨方法
Li et al. Short line segment interpolation by using velocity blending technology with high overlapping time
Kaewsaiha et al. A combined linear and circular-arc approximation of curves for feedrate smoothing of CNC machining
JP4560191B2 (ja) 数値制御装置
JPH01147610A (ja) 数値制御装置
JP2021086181A (ja) 軌道生成装置、自動位置制御装置および軌道生成方法
JP3236579B2 (ja) 数値制御装置および曲線経路補間方法
JP3902353B2 (ja) 数値制御装置
Cheng et al. Real-time variable feedrate parametric interpolator for CNC machining
Li et al. The research of dual NURBS curves interpolation algorithm for high-speed five-axis machining
Yang et al. A new high precision fitting approach for NURBS tool paths generation

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): US

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE

WWE Wipo information: entry into national phase

Ref document number: 08765754

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 1996913710

Country of ref document: EP

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWP Wipo information: published in national office

Ref document number: 1996913710

Country of ref document: EP

WWG Wipo information: grant in national office

Ref document number: 1996913710

Country of ref document: EP

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载