Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP2765752B2 - Numerical control unit - Google Patents
[go: Go Back, main page]

JP2765752B2 - Numerical control unit - Google Patents

Numerical control unit

Info

Publication number
JP2765752B2
JP2765752B2 JP2256713A JP25671390A JP2765752B2 JP 2765752 B2 JP2765752 B2 JP 2765752B2 JP 2256713 A JP2256713 A JP 2256713A JP 25671390 A JP25671390 A JP 25671390A JP 2765752 B2 JP2765752 B2 JP 2765752B2
Authority
JP
Japan
Prior art keywords
turret
turning
command
clamp
unit
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.)
Expired - Lifetime
Application number
JP2256713A
Other languages
Japanese (ja)
Other versions
JPH04135142A (en
Inventor
明夫 林
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
OOKUMA KK
Original Assignee
OOKUMA KK
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 OOKUMA KK filed Critical OOKUMA KK
Priority to JP2256713A priority Critical patent/JP2765752B2/en
Publication of JPH04135142A publication Critical patent/JPH04135142A/en
Application granted granted Critical
Publication of JP2765752B2 publication Critical patent/JP2765752B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Machine Tool Positioning Apparatuses (AREA)
  • Numerical Control (AREA)

Description

【発明の詳細な説明】 (産業上の利用分野) 工具の割出し可能なタレットを有する数値制御工作機
械を制御する数値制御装置に関する。
The present invention relates to a numerical control device for controlling a numerically controlled machine tool having a turret capable of indexing a tool.

(従来の技術) 第3図は工具の割出し可能なタレットを有する数値制
御旋盤の一例を示す概略斜視図である。刃物台2に支持
されているタレットの各ステーションは工具取付可能な
構造になっており、被加工物3を加工する際に使用する
工具をタレット1を旋回させることで切削位置へ割出す
ことができる。
(Prior Art) FIG. 3 is a schematic perspective view showing an example of a numerically controlled lathe having a turret capable of indexing a tool. Each station of the turret supported by the tool post 2 has a structure in which a tool can be mounted, and a tool used for processing the workpiece 3 can be indexed to a cutting position by rotating the turret 1. it can.

第4図は工具割出し指令時のタレット動作シーケンス
を示す図である。工具割出し指令があった場合、タレッ
ト1はアンクランプしてタレット1の割出し位置決め歯
4を刃物台2の割出し位置決め歯5から外し、旋回可能
な状態になる(アンクランプシーケンスS1)。次に、タ
レット1は指令工具が切削位置にくる様に旋回する(旋
回シーケンスS2)。最後に、タレット1はクランプして
タレット1の割出し位置決め歯4を刃物台2の割出し位
置決め歯5にかみ合せ(クランプシーケンスS3)、工具
割出し完了となる。
FIG. 4 is a diagram showing a turret operation sequence at the time of a tool indexing command. When a tool indexing command is issued, the turret 1 is unclamped, the indexing positioning teeth 4 of the turret 1 are removed from the indexing positioning teeth 5 of the tool rest 2, and the turret 1 can be turned (unclamping sequence S1). Next, the turret 1 turns so that the command tool comes to the cutting position (turning sequence S2). Finally, the turret 1 is clamped to engage the indexing positioning teeth 4 of the turret 1 with the indexing positioning teeth 5 of the tool post 2 (clamp sequence S3), and the tool indexing is completed.

第5図は上述したタレット動作シーケンスを制御する
従来の数値制御装置の一例を示すブロック図である。各
プログラムに工具割出し指令があった場合、加工プログ
ラム解析部100は工具割出しコマンドCIDを生成して工具
割出し制御部200内の工具割出しシーケンス制御部210へ
送出する。
FIG. 5 is a block diagram showing an example of a conventional numerical control device for controlling the turret operation sequence described above. When each program has a tool indexing command, the machining program analysis unit 100 generates a tool indexing command CID and sends it to the tool indexing sequence control unit 210 in the tool indexing control unit 200.

工具割出しシーケンス制御部210は加工プログラム解
析部100から工具割出しコマンドCIDを受取ると、第4図
で示したS1→S2→S3の流れに従った工具割出しシーケン
スとなる様にアンクランプ実行部220,旋回実行部230及
びクランプ実行部240へ順次コマンドを送出する。即
ち、工具割出しシーケンス制御部210は、先ずアンクラ
ンプ実行部220へアンクランプコマンドCUCを送出し、ア
ンクランプ実行部220からアンクランプアンサAUCが返送
されてきるのを待つ。そして、アンクランプアンサAUC
が返送されてきたら、旋回実行部230へ旋回コマンドCRT
を送出し、旋回実行部230から旋回アンサARTが返送され
てくるのを待つ。そして、旋回アンサARTが返送されて
きたら、クランプ実行部240へクランプコマンドCCLを送
出し、クランプ実行部240からクランプアンサACLが返送
されてくるのを待つ。そして、クランプアンサACLが返
送されてきたら、工具割出しアンサAIDを加工プログラ
ム解析部100へ返送する。
Upon receiving the tool indexing command CID from the machining program analyzer 100, the tool indexing sequence controller 210 executes unclamping so that the tool indexing sequence follows the flow of S1, S2, and S3 shown in FIG. Commands are sequentially transmitted to the unit 220, the turning execution unit 230, and the clamp execution unit 240. That is, the tool indexing sequence control unit 210 first sends an unclamping command CUC to the unclamping execution unit 220, and waits for the unclamping answer unit AUC to be returned from the unclamping execution unit 220. And unclamped answer AUC
Is returned, the turn command CRT is sent to the turn execution unit 230.
And waits for the turning answer part ART to be returned from the turning execution unit 230. Then, when the turning answer ART is returned, a clamp command CCL is transmitted to the clamp executing unit 240, and the system waits for the clamp answer ACL to be returned from the clamp executing unit 240. Then, when the clamp answer ACL is returned, the tool index answer AID is returned to the machining program analysis unit 100.

ここで、工具割出しシーケンス制御部210がクランプ
実行部240へクランプコマンドCCLを送出するタイミン
グ、言い換えれば旋回実行部230が工具割出しシーケン
ス制御部210へ旋回アンサARTを返送するタイミングにつ
いて説明する。
Here, the timing at which the tool indexing sequence control unit 210 sends out the clamp command CCL to the clamp executing unit 240, in other words, the timing at which the turning execution unit 230 returns the turning answer ART to the tool indexing sequence control unit 210, will be described.

旋回実行部230内の目標旋回角度位置算出部231は工具
割出しシーケンス制御部210から旋回コマンドCRTを受取
ると、旋回コマンドCRT内の割出し工具番号情報TNを元
に目標旋回角度位置θを算出して角度位置指令演算部
232及び旋回完了判定部236へ送出する。
Upon receiving the turning command CRT from the tool indexing sequence control unit 210, the target turning angle position calculating unit 231 in the turning execution unit 230 calculates the target turning angle position θ G based on the indexing tool number information TN in the turning command CRT. Calculate and calculate angular position command
232 and the turn completion determination unit 236.

角度位置指令演算部232は目標旋回角度位置算出部231
から送出されて来た目標旋回角度位置θへ位置決めす
る際の各サンプリング毎の旋回角度位置指令θを生成
して速度指令演算部233へ送出する。
The angle position command calculation unit 232 is a target turning angle position calculation unit 231.
Generating a turning angle position command theta C for each sampling in positioning to the target slewing angular position theta G came sent from to be sent to the speed command calculation unit 233.

速度指令演算部233は角度位置指令演算部232から送出
されて来た旋回角度位置指令θに相当する旋回速度指
定θを生成してモータ234へ送出し、モータ234を旋回
速度指令θに従って回転させる。
Speed command computation unit 233 sends out to generate a turning speed specified theta V corresponding to the pivot angle position command theta C came sent from the angular position calculation unit 232 to the motor 234, the motor 234 turning velocity command theta V Rotate according to.

モータ軸に取付けられた位置検出器235は現在の旋回
角度位置θを検出して角度位置指令演算部232へ戻す
と共に旋回完了判定部236へ送出する。
Attached to the motor shaft position detector 235 sends the turning completion judging unit 236 together detect the current turning angular position theta P returned to the angular position command calculating unit 232.

角度位置指令演算部232は位置検出器235から送出され
て来た現在の旋回角度位置θが目標旋回角度位置算出
部231から送出されて来た目標旋回角度位置θと一致
するまで旋回角度位置指令θを生成し続ける。
The angular position command calculation unit 232 determines the turning angle until the current turning angle position θ P sent from the position detector 235 matches the target turning angle position θ G sent from the target turning angle position calculation unit 231. It continues to generate a position command theta C.

旋回完了判定部236は位置検出器235から送出されて来
た現在の旋回角度位置θと目標旋回角度位置算出部23
1から送出されて来た目標旋回角度位置θを比較し
て、両者が一致した時点で旋回アンサARTを工具割出し
シーケンス制御部210へ返送する。
The turning completion determining unit 236 includes the current turning angle position θ P sent from the position detector 235 and the target turning angle position calculating unit 23.
The target turning angle position θ G sent from 1 is compared, and when they match, the turning answer ART is returned to the tool indexing sequence control unit 210.

以上より、タレット1が完全に目標旋回角度位置θ
へ到達するまではクランプシーケンスS3へ移行できない
ことになる。
As described above, the turret 1 is completely turned to the target turning angle position θ G
Until the process reaches, the sequence cannot be shifted to the clamp sequence S3.

(発明が解決しようとする課題) 第6図は上述した数値制御装置による旋回及びクラン
プのタイムチャートである。なお、「旋回動作」は旋回
速度の変化を示し、「クランプ動作」はクランプ用シリ
ンダの動作を示している。
(Problem to be Solved by the Invention) FIG. 6 is a time chart of turning and clamping by the numerical control device described above. Note that “turning operation” indicates a change in the turning speed, and “clamping operation” indicates the operation of the clamping cylinder.

同図が示すように、目標旋回角度位置θに到達した
時点T1で旋回アンサARTがONし、同時にクランプコマン
ドCCLがONする。そして、クランプコマンドCCLがONする
と、即刻クランプ実行部240はクランプ制御油圧ユニッ
トへ指令を送出する。ところが、クランプ用シリンダは
時点T1よりTCD分だけ遅れた時点T2から動作し始める。
このクランプ動作遅れ時間TCDはソレノイドの動作時間
や油圧の伝達時間等により発生する。従って、タレット
1が目標旋回角度位置θに位置決め完了してから実際
にクランプ動作し始めるまでに空白時間が発生し、これ
により工具割出し時間が延びるという問題があった。
As shown in the figure, the turning answer ART Once reached the target slewing angular position theta G T1 is ON, the clamp command CCL is ON at the same time. Then, when the clamp command CCL is turned on, the clamp execution unit 240 immediately sends a command to the clamp control hydraulic unit. However, the clamping cylinder starts operating at time T2, which is later than time T1 by TCD.
The clamp operation delay time TCD is generated by the operation time of the solenoid, the transmission time of the hydraulic pressure, and the like. Therefore, actually a blank time occurs in up to begin clamping the turret 1 from the completion position to the target slewing angular position theta G, thereby a problem that the tool indexing time is extended.

本発明は上述した事情から成されたものであり、本発
明の目的は、タレットの旋回動作完了からクランプ動作
開始までの空白時間を無くし、工具割出し時間を短縮す
ることができる数値制御装置を提供することにある。
The present invention has been made in view of the above circumstances, and an object of the present invention is to provide a numerical control device capable of eliminating a blank time from the completion of a turning operation of a turret to the start of a clamping operation and shortening a tool indexing time. To provide.

(課題を解決するための手段) 本発明は工具の割出し可能なタレットを有する数値制
御工作機械を制御する数値制御装置に関するものであ
り、本発明の上記目的は、旋回する前記タレットの位置
及び速度を制御する数値制御部と、前記タレットを旋回
可能な状態にするアンクランプの制御を実行するアンク
ランプ実行部と、前記タレットを固定するクランプの制
御を実行するクランプ実行部と、前記タレットのクラン
プ指令が発せられてから前記タレットが前記クランプ実
行部により実際にクランプ動作を開始するまでの遅れ時
間を記憶する遅れ時間記憶部と、前記タレットの旋回速
度を記憶する旋回速度記憶部と、前記遅れ時間内に前記
タレットが旋回する角度を前記遅れ時間及び前記旋回速
度から算出し前記タレットの目標旋回角度位置から逆算
することで、前記タレットの旋回動作完了時から前記遅
れ時間に相当する時間を逆算した時点における前記タレ
ットの位置を表すクランプ指令開始角度を算出するクラ
ンプ指令開始角度算出部とを備え、前記タレットの旋回
中に検出した前記タレットの旋回角度位置が前記クラン
プ指令開始角度となった時に前記タレットクランプ指令
を発することによって達成される。
(Means for Solving the Problems) The present invention relates to a numerical control device for controlling a numerically controlled machine tool having a turret capable of indexing a tool. A numerical control unit that controls a speed, an unclamping unit that performs unclamping control that makes the turret pivotable, a clamp executing unit that performs control of a clamp that fixes the turret, A delay time storage unit that stores a delay time from when a clamp command is issued until the turret actually starts a clamping operation by the clamp execution unit, a turning speed storage unit that stores a turning speed of the turret, Calculating the angle at which the turret turns within the delay time from the delay time and the turning speed; and calculating the target turning angle position of the turret. Calculating a clamp command start angle representing the position of the turret at the time when the time corresponding to the delay time is calculated backward from the completion of the turning operation of the turret. This is achieved by issuing the turret clamping command when the turret turning angle position detected during the turning of the turret becomes the clamp command start angle.

(作用) 本発明にあっては、クランプ動作遅れ時間を見こして
タレット旋回途中でタレットクランプ指令を発するよう
にしているので、タレットの旋回動作完了からクランプ
動作開始までの空白時間を無くし、工具割出し時間を短
縮することができる。
(Operation) In the present invention, the turret clamp command is issued during the turret turning in anticipation of the clamp operation delay time, so that the blank time from the completion of the turret turning operation to the start of the clamp operation is eliminated, and the tool is removed. The indexing time can be reduced.

(実施例) 第1図は本発明の数値制御装置の一例を第5図に対応
させて示すブロック図であり、同一構成箇所は同符号を
付して説明を省略する。
(Embodiment) FIG. 1 is a block diagram showing an example of a numerical controller according to the present invention in correspondence with FIG. 5, and the same components are denoted by the same reference numerals and description thereof is omitted.

クランプ動作遅れ時間TCD及び旋回速度VRTをそれぞれ
遅れ時間記憶部310及び旋回速度記憶部320に予め記憶さ
せておく。
The clamp operation delay time TCD and the turning speed VRT are stored in advance in the delay time storage unit 310 and the turning speed storage unit 320, respectively.

クランプ指令開始角度算出部300は各記憶部310,320か
ら読出したクランプ動作遅れ時間TCD及び旋回速度VRTを
元に遅れ時間内の旋回角度(以下、クランプ指令開始角
度θと表す)を算出して旋回完了判定部236へ送出す
る。
Turning angle of the clamp command start angle calculating section 300 clamping operation delay time TCD and the turning velocity VRT based on delay time read from the storage unit 310 (hereinafter referred to as clamp command start angle theta D) to calculate the turning It is sent to completion determination section 236.

そして、旋回完了判定部236は旋回実行中に目標旋回
角度位置算出部231からの目標旋回角度位置θと位置
検出器235からの現在の旋回角度位置θとクランプ指
令開始角度算出部300からのクランプ指令開始角度θ
の3つの要素を元に旋回アンサARTを工具割出しシーケ
ンス制御部210へ返送するか否かを|θ−θP|≦θ
の条件により判定する。
Then, during the turning, the turning completion determining unit 236 receives the target turning angle position θ G from the target turning angle position calculating unit 231, the current turning angle position θ P from the position detector 235, and the clamp command start angle calculating unit 300. Command start angle θ D
| Θ G −θ P | ≦ θ D whether or not to return the turning answer ART to the tool indexing sequence control unit 210 based on the three elements
It is determined based on the condition

第2図は上述した数値制御装置による旋回及びクラン
プのタイムチャートである。
FIG. 2 is a time chart of turning and clamping by the numerical controller described above.

同図が示すように、時点T1′で旋回アンサARTがON
し、同時にクランプコマンドCCLがONする。そして、旋
回動作は時点T1′以後も継続され、時点T1′からさらに
クランプ動作遅れ時間TCD経過した時点T2′で目標旋回
角度位置θに到達して動作完了する。一方、クランプ
動作は時点T1′よりクランプ動作遅れ時間TCD経過した
時点T2′から始まる。よって、旋回動作完了とクランプ
動作開始はどちらも時点T2′となり、従来あった旋回動
作完了とクランプ動作開始の間の空白時間を無くすこと
ができる。
As shown in the figure, the turning answer ART is turned on at time T1 '.
At the same time, the clamp command CCL turns ON. Then, the turning operation is' also continues thereafter, the time T1 'time T1 operation is completed reaches the target turning angular position theta G when T2', further elapsed clamping operation delay time TCD from. On the other hand, the clamp operation starts at a time T2 'after a lapse of the clamp operation delay time TCD from the time T1'. Therefore, the completion of the turning operation and the start of the clamping operation are both at the time T2 ', and the blank time between the completion of the turning operation and the start of the clamping operation, which has been conventional, can be eliminated.

(発明の効果) 以上のように本発明の数値制御装置によれば、タレッ
ト旋回中に最適なタイミングでクランプ指令を発するこ
とにより、タレットの旋回動作の完了と同時にクランプ
動作を開始することが可能となるので、工具割出し時間
の短縮を実現することができ、加工工程に迅速に取掛か
ることができる。
(Effects of the Invention) As described above, according to the numerical controller of the present invention, the clamp operation can be started at the same time as the completion of the turret turning operation by issuing the clamp command at the optimal timing during the turret turning. Therefore, the tool indexing time can be reduced, and the machining process can be started quickly.

【図面の簡単な説明】[Brief description of the drawings]

第1図は本発明の数値制御装置の一例を示すブロック
図、第2図は本発明装置による旋回及びクランプのタイ
ムチャート、第3図は工具の割出し可能なタレットを有
する数値制御旋盤の一例を示す概略斜視図、第4図は工
具割出し指令時のタレット動作シーケンスを示す図、第
5図は従来の数値制御装置の一例を示すブロック図、第
6図は従来装置による旋回及びクランプのタイムチャー
トである。 1……タレット、2……刃物台、3……被加工物、4,5
……割出し位置決め歯、100……加工プログラム解析
部、200……工具割出し制御部、210……工具割出しシー
ケンス制御部、220……アンクランプ実行部、230……タ
レット旋回実行部、231……目標旋回角度位置算出部、2
32……角度位置指令演算部、233……速度指令演算部、2
34……モータ、235……位置検出器、236……旋回完了判
定部、240……クランプ実行部、300……クランプ指令開
始角度算出部、310……遅れ時間記憶部、320……旋回速
度記憶部。
FIG. 1 is a block diagram showing an example of a numerical control device of the present invention, FIG. 2 is a time chart of turning and clamping by the device of the present invention, and FIG. 3 is an example of a numerical control lathe having a turret capable of indexing a tool. FIG. 4 is a diagram showing a turret operation sequence at the time of a tool indexing command, FIG. 5 is a block diagram showing an example of a conventional numerical controller, and FIG. It is a time chart. 1 ... turret, 2 ... turret, 3 ... workpiece, 4,5
… Index positioning teeth, 100… Machining program analysis unit, 200… Tool index control unit, 210… Tool index sequence control unit, 220… Unclamp execution unit, 230… Turret rotation execution unit, 231 …… Target turning angle position calculator, 2
32 ... Angle position command calculator, 233 ... Speed command calculator, 2
34 ... Motor, 235 ... Position detector, 236 ... Turn completion determination unit, 240 ... Clamp execution unit, 300 ... Clamp command start angle calculation unit, 310 ... Delay time storage unit, 320 ... Turn speed Storage unit.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】工具の割出し可能なタレットを有する数値
制御工作機械を制御する数値制御装置において、旋回す
る前記タレットの位置及び速度を制御する数値制御部
と、前記タレットを旋回可能な状態にするアンクランプ
の制御を実行するアンクランプ実行部と、前記タレット
を固定するクランプの制御を実行するクランプ実行部
と、前記タレットのクランプ指令が発せられてから前記
タレットが前記クランプ実行部により実際にクランプ動
作を開始するまでの遅れ時間を記憶する遅れ時間記憶部
と、前記タレットの旋回速度を記憶する旋回速度記憶部
と、前記遅れ時間内に前記タレットが旋回する角度を前
記遅れ時間及び前記旋回速度から算出し前記タレットの
目標旋回角度位置から逆算することで、前記タレットの
旋回動作完了時から前記遅れ時間に相当する時間を逆算
した時点における前記タレットの位置を表すクランプ指
令開始角度を算出するクランプ指令開始角度算出部とを
備え、前記タレットの旋回中に検出した前記タレットの
旋回角度位置が前記クランプ指令開始角度となった時に
前記タレットのクランプ指令を発するようにしたことを
特徴とする数値制御装置。
A numerical control device for controlling a numerically controlled machine tool having a turret capable of indexing a tool, a numerical control unit for controlling a position and a speed of the turret to be turned, and a turret capable of turning the turret. An unclamping execution unit that executes control of unclamping to be performed, a clamping execution unit that executes control of a clamp that fixes the turret, and the turret is actually moved by the clamping execution unit after a turret clamping command is issued. A delay time storage unit that stores a delay time until the start of the clamping operation, a turning speed storage unit that stores the turning speed of the turret, and an angle at which the turret turns within the delay time, the delay time and the turning. By calculating from the speed and calculating backward from the target turning angle position of the turret, the time before the turning operation of the turret is completed A clamp command start angle calculation unit that calculates a clamp command start angle representing the position of the turret at the time when the time corresponding to the delay time is calculated backward, and the turning angle position of the turret detected during turning of the turret is A numerical control device wherein a turret clamping command is issued when a clamping command starting angle is reached.
JP2256713A 1990-09-26 1990-09-26 Numerical control unit Expired - Lifetime JP2765752B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2256713A JP2765752B2 (en) 1990-09-26 1990-09-26 Numerical control unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2256713A JP2765752B2 (en) 1990-09-26 1990-09-26 Numerical control unit

Publications (2)

Publication Number Publication Date
JPH04135142A JPH04135142A (en) 1992-05-08
JP2765752B2 true JP2765752B2 (en) 1998-06-18

Family

ID=17296431

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2256713A Expired - Lifetime JP2765752B2 (en) 1990-09-26 1990-09-26 Numerical control unit

Country Status (1)

Country Link
JP (1) JP2765752B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS52131298A (en) * 1976-04-27 1977-11-04 Hitachi Seiki Co Ltd Indexing device
JPH02118696U (en) * 1989-03-04 1990-09-25

Also Published As

Publication number Publication date
JPH04135142A (en) 1992-05-08

Similar Documents

Publication Publication Date Title
JP2001328002A (en) Machine tool
JP2765752B2 (en) Numerical control unit
CN108972021A (en) Lathe and stand-by time variation
JP3366069B2 (en) Piercing control method
US5237251A (en) Control unit for a machine with a tapping function
JP2880170B2 (en) Block overlap method
JPH08263114A (en) Control method of nc machine tool
JP2518173Y2 (en) Phase determination mechanism during loading
JP2829212B2 (en) Automatic tool change control method and device
JPH0569280A (en) Measuring device for machining center and method for measuring machining accuracy
JPH0655408A (en) Deformation preventively cramping method for work
US5121039A (en) Index control apparatus for tool rest of nc lathe
JP3064043B2 (en) Machining method in which workpiece deformation due to clamp is corrected, and NC machine tool for implementing the method
WO1989011687A1 (en) Controlller of machining center
JP3198010B2 (en) Control method and control device for machine tool
EP0436887A1 (en) A numerical control unit
JP2000005978A (en) Nc lathe
JP2788725B2 (en) Numerical control unit
JP2585768B2 (en) Cutting feed setting device for machine tools
JPH0412482B2 (en)
JPH06738A (en) Tool exchanging method
JPH0435839A (en) Numerical control for lathe
JP3120263B2 (en) Machining program creation method for facing spindle lathe
JP2685832B2 (en) Numerically controlled grinding machine
JPH056847B2 (en)