JPS6240722B2 - - Google Patents
Info
- Publication number
- JPS6240722B2 JPS6240722B2 JP11974478A JP11974478A JPS6240722B2 JP S6240722 B2 JPS6240722 B2 JP S6240722B2 JP 11974478 A JP11974478 A JP 11974478A JP 11974478 A JP11974478 A JP 11974478A JP S6240722 B2 JPS6240722 B2 JP S6240722B2
- Authority
- JP
- Japan
- Prior art keywords
- interrupt
- pulse
- unit
- movement
- machining
- 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
Links
- 238000003754 machining Methods 0.000 claims description 12
- 239000000463 material Substances 0.000 claims description 12
- 238000000034 method Methods 0.000 claims description 6
- 238000012544 monitoring process Methods 0.000 claims 1
- 238000010586 diagram Methods 0.000 description 9
- 230000010354 integration Effects 0.000 description 9
- 238000009825 accumulation Methods 0.000 description 3
- 230000008859 change Effects 0.000 description 2
- 230000008569 process Effects 0.000 description 2
- 230000000694 effects Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 239000002184 metal Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000007781 pre-processing Methods 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
- 239000002699 waste material Substances 0.000 description 1
Landscapes
- Numerical Control (AREA)
Description
【発明の詳細な説明】
この発明は数値制御(以下NCと略す)を利用
した工作機械による被加工物の切削加工のため
NC方式に関するものである。[Detailed Description of the Invention] This invention is for cutting a workpiece using a machine tool using numerical control (hereinafter abbreviated as NC).
This is related to the NC method.
従来NC工作機械における切削加工において、
切削加工上の諸条件を指令する加工プログラム
と、それにより切削加工される素材との間に形状
差が大きい場合、機械取扱者は指令加工プログラ
ムによる切削の途中で適宜割込操作を行ない、工
作機械の切削能力に適合した条件で切削加工を行
なつていたが、指令加工プログラムによる切削加
工と機械取扱者による軌跡変更のための割込操作
の同時運転はできず、複雑な操作を必要としてい
た。 In cutting processing using conventional NC machine tools,
If there is a large difference in shape between the machining program that commands various cutting conditions and the material that is being cut, the machine operator may interrupt the machining program as appropriate during cutting using the commanded machining program. Cutting was performed under conditions that matched the cutting capacity of the machine, but cutting using the commanded machining program and interrupt operations for changing the trajectory by the machine operator were not possible at the same time, requiring complicated operations. there was.
第1図は従来のNC工作機械の概略構成を示す
ブロツク図である。1は紙テープ、磁気テープ、
あるいはNC装置に内蔵されている加工プログラ
ム記憶メモリなどの加工情報入力媒体、2は入力
媒体1から入力情報を得る入力処理部であり、
NCの加工プログラムの指令クオーマツトを判定
して実際の機械加工動作に必要な指令ブロツクを
読み取る部分である。3は工具経路計算、速度計
算などの処理を行う解析演算部で、加工プログラ
ムで指令された移動指令及び速度指令をNC装置
として補間制御するための演算データに計算す
る。 FIG. 1 is a block diagram showing the schematic configuration of a conventional NC machine tool. 1 is paper tape, magnetic tape,
Alternatively, a machining information input medium such as a machining program storage memory built into the NC device; 2 is an input processing unit that obtains input information from the input medium 1;
This is the part that determines the command quota of the NC machining program and reads the command blocks necessary for actual machining operations. Reference numeral 3 denotes an analysis calculation unit that performs processing such as tool path calculation and speed calculation, and calculates movement commands and speed commands instructed by the machining program into calculation data for interpolation control as an NC device.
例えばG91 G01×100.Y200.Z300.F500と指令さ
れた時「X軸は100mm、Y軸は200mm、Z軸は300
mmの距離を直線指令(G01)にて現在位置より
(G91)速度(F)500mm/分送りにて移動制御を
行う訳であるが、まず、送り速度が指令ベクトル
方向に500mm/分であることから、実際のベクト
ル方向への移動距離および、各軸を正確に補間す
るための軸成分比を求める必要がある。 For example, when the command is G91 G01×100.Y200.Z300.F500, "X axis is 100 mm, Y axis is 200 mm, Z axis is 300
Movement control is performed using a linear command (G01) to move a distance of mm from the current position (G91) at a speed (F) of 500 mm/min. First, the feed speed is 500 mm/min in the direction of the command vector. Therefore, it is necessary to find the actual moving distance in the vector direction and the axis component ratio for accurately interpolating each axis.
ベクトル方向の指令距離
L=√2+2+2=√1002.+2002.+3002=374.166(mm)
X軸成分比
Sx=x/L=100./374.166=0.267
Y軸成分比
Sy=y/L=200./376.166=0.535
Z軸成分比
Sz=z/L=300./376.166=0.802
ここで
x:X軸移動量
y:Y軸移動量
x:Z軸移動量
となる。このように補間制御を行うために移動指
令値をベクトル方向移動量、軸成分比に演算する
ための処理部である。 Command distance in vector direction L=√ 2 + 2 + 2 =√100 2 . +200 2 . +300 2 = 374.166 (mm) X-axis component ratio S x = x/L = 100. /374.166=0.267 Y-axis component ratio S y =y/L=200. /376.166=0.535 Z-axis component ratio S z =z/L=300. /376.166=0.802 Here, x: X-axis movement amount y: Y-axis movement amount x: Z-axis movement amount. This is a processing unit that calculates the movement command value into a vector direction movement amount and an axial component ratio in order to perform interpolation control in this manner.
また手動割込みの場合には、後述する操作部7
からの手動割込み起動信号に基づいて上記加工プ
ログラム指令に基づく演算出力を停止し、操作部
からの指令信号を演算処理する。 In addition, in the case of manual interrupt, the operation section 7 to be described later
The calculation output based on the machining program command is stopped based on the manual interrupt start signal from the controller, and the command signal from the operation unit is processed.
7は機械を加工運転のために操作するオペレー
タのための操作部である。これにより、オペレー
タは、上記加工プログラムの入力媒体を紙テープ
あるいはNC内蔵の加工プログラムメモリかなど
の選択をしたり、後で述べる割込操作を行うため
の手動ハンドル送り操作、あるいは加工プログラ
ムの運転開始起動・停止・再開・中断等の操作を
行うことができる。 Reference numeral 7 denotes an operation unit for an operator who operates the machine for processing operation. This allows the operator to select the input medium for the machining program, such as a paper tape or the NC's built-in machining program memory, perform a manual handle feed operation to perform an interrupt operation described later, or start the machining program. Operations such as starting, stopping, resuming, and interrupting can be performed.
8は演算部3からの移動(補間)制御のため演
算結果と、操作部7からの起動・停止・中断など
の情報を基に補間制御を行うための制御部であ
る。 Reference numeral 8 denotes a control unit that performs interpolation control based on the calculation result from the calculation unit 3 for movement (interpolation) control and information such as start, stop, and interruption from the operation unit 7.
演算部3から与えられた補間データは
ベクトル方向の指令距離 L=374.166mm
ベクトル方向の送り速度 F=500mm/分
X軸移動量及び成分比 x=100.mm Sx=
0.267
Y軸移動量及び成分比 y=200.mm Sy=
0.535
Z軸移動量及び成分比 z=300.mm Sz=
0.802
である。制御部8はこれらのデータから、NC装
置として予め定められた補間周期(△Tmsec)
とし、この△Tmsecで移動すべき各軸の移動量
を遂次、X、Y、Z各軸が正確に指令ベクトルに
治つて移動するように計算制御を行う。 The interpolation data given from the calculation unit 3 are: Command distance in vector direction L = 374.166mm Feed rate in vector direction F = 500mm/min X-axis movement amount and component ratio x = 100.mm S x =
0.267 Y-axis movement amount and component ratio y=200.mm S y =
0.535 Z-axis movement amount and component ratio z=300.mm S z =
It is 0.802. From these data, the control unit 8 calculates the interpolation period (△Tmsec) predetermined for the NC device.
The amount of movement of each axis to be moved in this ΔTmsec is calculated and controlled sequentially so that each of the X, Y, and Z axes moves while accurately adjusting to the command vector.
まず、ベクトル方向に対する△T単位時間当り
の移動量△Lは仮に△Tを10msecとすると
△L=F/60×△T=500/60×10=83.3μ
となる。これは「ベクトル方向に△T
(10msec)ごとに約83μずつ移動させる」必要が
あるということである。機械の移動制御のために
はX軸、Y軸、Z軸それぞれに取付けられたサー
ボ用モータを制御する必要があり、従つてX軸、
Y軸、Z軸各軸の実際の移動量に配分する必要が
ある。 First, the amount of movement ΔL per unit time of ΔT in the vector direction is ΔL=F/60×ΔT=500/60×10=83.3μ, assuming that ΔT is 10 msec. This is “△T in the vector direction.
This means that it is necessary to move approximately 83μ every 10msec. In order to control the movement of the machine, it is necessary to control the servo motors attached to each of the X, Y, and Z axes.
It is necessary to allocate the amount to the actual movement of each axis, Y-axis and Z-axis.
各軸に分配される△T単位時間当りの移動量
(△X、△Y、△Z)は
X軸の△T当りの移動量
△X=△L・Sx=83.3×0.267=22.3μ
Y軸の△T当りの移動量
△Y=△L・Sy=83.3×0.535=44.6μ
Z軸の△T当りの移動量
△Z=△L・Sz=83.3×0.802=66.8μ
となる。従つて制御部8から次の駆動部5へ送ら
れるデータは上記単位時間△T当りの各軸移動量
である。但し、上記計算式による数値だけでは小
数点以下の端数の問題、単位時間当りで割つた時
の指令終点における端数の問題については実際の
NC装置では種々工夫を加え、送り速度の演算精
度によるバラツキ、指令プログラムのブロツク間
における送り速度の変動は最小となるように配慮
されている。 The amount of movement per △T unit time distributed to each axis (△X, △Y, △Z) is the amount of movement per △T on the X axis △X = △L・S x = 83.3 × 0.267 = 22.3μ Y The amount of movement of the axis per △T △Y = △L・S y = 83.3×0.535=44.6 μ The amount of movement of the Z axis per △T △Z = △L・S z = 83.3×0.802 = 66.8 μ. Therefore, the data sent from the control section 8 to the next drive section 5 is the amount of movement of each axis per unit time ΔT. However, with only the numerical value from the above calculation formula, the problem of fractions below the decimal point, and the problem of fractions at the command end point when divided by unit time, cannot be solved in reality.
Various improvements have been made to the NC device to minimize variations in feed rate due to calculation accuracy and variations in feed rate between command program blocks.
更に、上記補間制御において操作部7よりのオ
ペレータ操作による割込として、送り速度のオー
バライト(%)、変更、自動休止による一時停
止、自動起動による移動の再開、更には運転モー
ドを切換えて、加工プログラム入力媒体からでな
くオペレータの任意の手動の移動操作による移動
経路のシフトなどが介入することができる。5は
制御部8よりの移動制御情報をもとに工作機械6
を駆動する駆動部である。 Furthermore, in the above-mentioned interpolation control, as an interruption by an operator operation from the operation unit 7, overwriting (%) or changing the feed rate, pausing by automatic pause, resuming movement by automatic start, or switching the operation mode, It is possible to intervene by shifting the movement path, etc., not from the machining program input medium but by an arbitrary manual movement operation by the operator. 5 is a machine tool 6 based on the movement control information from the control unit 8.
This is the drive unit that drives the.
この従来のNC工作機械において、機械座標
値、切削速度、その他の指令情報を含む入力媒体
たとえば紙テープ1は入力部2によつて読取ら
れ、演算部3は操作部7の操作情報をもとに演算
をし、演算結果は駆動部5を介して工作機械6の
正確な位置制御を行ない、加工素材を切削するこ
とになる。 In this conventional NC machine tool, an input medium such as a paper tape 1 containing machine coordinate values, cutting speed, and other command information is read by an input unit 2, and a calculation unit 3 uses the operation information from an operation unit 7. The calculation results are used to accurately control the position of the machine tool 6 via the drive unit 5, and cut the workpiece.
しかし、加工経路を規定する加工プログラムの
加工経路を変更したい時がある。加工プログラム
の加工形状と素材の形状がかなり大きくくい違う
場合にとくにこの例に適合する。素材が鋳物など
で無駄の少ない、または素材形状がほぼ予測され
て加工プログラムが作成されている場合は適合し
ない。特に大形の型彫り等における貼り合わせに
より素材が構成されている時、素材形状の予測は
難しい。そのためまず素材の形状を仕上げ形状に
近い形に前加工する必要がある。この前加工を荒
上げとし、荒加工用の加工プログラムにより加工
する場合がある。このような荒加工において、素
材の形状にデコボコが多いため凸部では非常に負
荷がかかり、凹部では負荷が軽くなる。凸の負荷
が重くなつた個所では負荷を軽減するためにZ軸
を上へ逃し、凹部の負荷の軽い個所ではZ軸を下
けて切り込み量を多くしたい。このような場合、
加工プログラムによる加工を中断させてそこに手
動割込み加工を介入させて工具を制御(適正な切
削負荷となるように上述の如く重負荷の場合には
切削量を少なくする方向に工具を移動させ、また
軽負荷の場合には切削量を多くする方向に工具を
移動)していた。 However, there are times when it is desired to change the machining path of a machining program that defines the machining path. This example is particularly applicable when the machining shape of the machining program and the shape of the material differ considerably. It is not suitable if the material is cast metal or other material with little waste, or if the machining program has been created based on a prediction of the shape of the material. It is difficult to predict the shape of the material, especially when the material is constructed by pasting together in large die engraving or the like. Therefore, it is first necessary to pre-process the material into a shape close to the finished shape. This pre-processing may be called roughing, and processing may be performed using a processing program for rough processing. In such rough machining, the shape of the material is often uneven, so a heavy load is applied to the convex parts, while the load is light to the concave parts. In areas where the convex load is heavy, the Z-axis should be moved upward to reduce the load, and in concave areas where the load is light, the Z-axis should be lowered to increase the depth of cut. In such a case,
The tool is controlled by interrupting the machining by the machining program and intervening with manual interrupt machining (as mentioned above, in the case of heavy load, the tool is moved in the direction to reduce the cutting amount, In addition, when the load was light, the tool was moved in a direction that increased the amount of cutting.
またZ軸を少しずつ下げて切り込みを入れ何度
も繰り返す場合、次工程の仕上げ形状にくい込ま
ないように慎重にZ軸の割り込み操作をする必要
があつた。 In addition, when lowering the Z-axis little by little to make a cut and repeating it many times, it was necessary to carefully operate the Z-axis to avoid cutting into the finished shape of the next process.
以上のように、従来の切削加工方式では適正負
荷とするためには、紙テープ1による切削を途中
停止・中断しなければならず、所要の切り込み量
とするためには複雑な操作を必要としていた他、
機械の移動が一時的であつても停止するために素
材に停止位置でキズ(カツタマーク)がつき、ま
た割込操作が多い場合最終形状の内部まで切削す
る危険をともなう恐れがあつた。 As mentioned above, in the conventional cutting method, cutting with the paper tape 1 had to be stopped or interrupted midway in order to obtain the appropriate load, and complicated operations were required to obtain the required depth of cut. other,
Because the machine stops moving even temporarily, the material is scratched (cut mark) at the stop position, and if there are many interrupt operations, there is a risk of cutting to the inside of the final shape.
この発明は上記のような従来の切削加工方式の
欠点を除去するためになされたもので、紙テープ
による切削加工と同時に機械取扱者による手動割
込操作を可能とし、更にNC内部で紙テープによ
り指令される最終仕上形状軌跡を記憶し、この手
動割込操作による移動制御が最終仕上形状に喰い
込むことを防止する機能を提供することを目的と
している。 This invention was made in order to eliminate the drawbacks of the conventional cutting method as described above, and it enables a manual interrupt operation by a machine operator at the same time as cutting using a paper tape. The purpose of this invention is to provide a function that stores the locus of the final finished shape and prevents the movement control by this manual interrupt operation from cutting into the final finished shape.
以下この発明について詳細に説明する。 This invention will be explained in detail below.
第2図はこの発明を工作機械の第3制御軸(Z
軸)に装備させた一実施例を概略的に示すブロツ
ク図で、第1図と同一または相当部分には同一符
号を付している。この第2図から理解されるよう
に、この発明は入力部2からの移動制御演算と操
作部7からの移動制御演算とが同時に可能となる
ように改良を加えたもので、紙テープ1からの移
動制御演算結果は全て制御部8のパルス分配器
4′に送られるようにし、操作部7からの移動制
御演算結果は、単独手動運転時には操作部7のモ
ードに応じてパルス分配器4′に送られ、自動割
込み運転時には制御部8のパルス留め回路4に送
られるようにしたものである。 Figure 2 shows this invention in the third control axis (Z) of a machine tool.
1 is a block diagram schematically showing an embodiment equipped on a shaft), in which the same or corresponding parts as in FIG. 1 are given the same reference numerals. As can be understood from this FIG. All movement control calculation results are sent to the pulse distributor 4' of the control section 8, and movement control calculation results from the operation section 7 are sent to the pulse distributor 4' according to the mode of the operation section 7 during independent manual operation. The signal is sent to the pulse holding circuit 4 of the control section 8 during automatic interrupt operation.
制御部8は次の3種類のモード制御を実行する
ように構成され、その詳細は第3図を参照して後
述する。上記の3種類のモードには、
〔〕 パルス分配器4′より送られてくる移動パ
ルスをそのまま駆動部5へ送る場合(通常モー
ド)と、
〔〕 操作部7から送られてくる手動操作によ
る移動パルスをそのまま駆動部5へ送る場合
(割込みモードA)と、
〔〕 パルス分配器4′から送られてくる移動パ
ルスを一時的にパルス溜め回路4に演算し、操
作部7から送られてくる手動操作による移動パ
ルスの積算との大小判別を行ない、パルス溜め
回路4の積算値を許容値として、操作部7から
送られる手動操作による移動パルスを優先して
駆動部5に送り、パルス溜め回路4の積算値で
あるところの許容値を越えるような場合には手
動操作による移動パルスの出力を禁止させ、ま
たパルス分配器4′から送られる移動パルスに
よるパルス溜め回路4の積算値を変更し、その
結果現在の手動操作による割込み位置が許容値
に喰い込む恐れのある場合にはパルス分配器
4′から送られる移動パルスを駆動部5へ送る
とともに手動操作による移動パルスの積算値も
変更し、割込み操作を自動的に押し上げる動作
をする場合(割込みモードB)と、
があり、これら3種類のモードの制御は制御部8
で行われる。なお、上記割込みモードBの詳細に
ついては後述する動作説明の項で明らかになるで
あろう。第3図は第2図の制御部8の中のパルス
溜め回路4の構成を示すブロツク図で、イはパル
ス分配器4′から送られてくる補間パルス、ロは
操作部7から送られてくる割込み操作パルス、ハ
は駆動部5へ送り出される出力パルス、10はス
イツチ、11は補間パルス一時記憶部、12は割
込みパルス一時記憶部、13,15および20は
加減算器、14は補間パルス積算部、16は割込
みパルス積算部、17は比較器、18A,18B
および19はゲートである。この第3図におい
て、操作部7(第2図参照)が〔通常モード〕を
選択した時、スイツチ10は10Aと接続され、
補間パルスイが補間パルス一時記憶部11に記憶
されて出力パルスハとしてそのまま出力される。
操作部7が〔割込みモードA〕を選択した時、ス
イツチ10は10Bと接続され、割込操作パルス
ロが割込操作パルス一時記憶部12に記憶されて
出力パルスハとしてそのまゝ出力される。また操
作部7が〔割込みモードB〕を選択した時、スイ
ツチ10は10Cと接続される。補間パルスイは
補間パルス一時記憶部11に記憶されると同時に
加減算器13により補間パルス積算部14に積算
される。割込操作パルスロは割込パルス一時記憶
部12に記憶されると同時に加減算器15により
割込パルス積算部16に積算される。 The control unit 8 is configured to execute the following three types of mode control, the details of which will be described later with reference to FIG. The above three modes include [] a case where the movement pulses sent from the pulse distributor 4' are directly sent to the drive section 5 (normal mode), and a case where the movement pulses sent from the operation section 7 are manually operated. In the case where the movement pulses are sent as they are to the drive section 5 (interrupt mode A), the movement pulses sent from the pulse distributor 4' are temporarily calculated in the pulse storage circuit 4, and then sent from the operation section 7. The integrated value of the pulse accumulator circuit 4 is set as an allowable value, and the manually operated moving pulses sent from the operation unit 7 are sent to the drive unit 5 with priority, and the pulse accumulator is If the integrated value of the circuit 4 exceeds the allowable value, the output of the moving pulse by manual operation is prohibited, and the integrated value of the pulse storage circuit 4 is changed by the moving pulse sent from the pulse distributor 4'. As a result, if there is a possibility that the current interrupt position due to manual operation may exceed the allowable value, the movement pulses sent from the pulse distributor 4' are sent to the drive unit 5, and the integrated value of the movement pulses due to manual operation is also changed. There are two cases: a case where the interrupt operation is automatically pushed up (interrupt mode B), and a case where the interrupt operation is automatically pushed up.
It will be held in Note that the details of the interrupt mode B will become clear in the section of operation description to be described later. FIG. 3 is a block diagram showing the configuration of the pulse storage circuit 4 in the control section 8 of FIG. 10 is a switch, 11 is an interpolation pulse temporary storage section, 12 is an interrupt pulse temporary storage section, 13, 15 and 20 are adders/subtractors, and 14 is an interpolation pulse accumulation unit. section, 16 is an interrupt pulse integration section, 17 is a comparator, 18A, 18B
and 19 are gates. In FIG. 3, when the operation unit 7 (see FIG. 2) selects [normal mode], the switch 10 is connected to 10A,
The interpolated pulse I is stored in the interpolated pulse temporary storage section 11 and output as is as the output pulse C.
When the operating section 7 selects [interrupt mode A], the switch 10 is connected to the switch 10B, and the interrupt operation pulse LOW is stored in the interrupt operation pulse temporary storage section 12 and output as is as the output pulse C. Further, when the operation unit 7 selects [interrupt mode B], the switch 10 is connected to the switch 10C. The interpolated pulse I is stored in the interpolated pulse temporary storage section 11 and at the same time is accumulated in the interpolated pulse accumulator 14 by the adder/subtractor 13. The interrupt operation pulse low is stored in the interrupt pulse temporary storage section 12 and at the same time is accumulated in the interrupt pulse accumulating section 16 by the adder/subtractor 15.
2つの補間パルス積算部14と割込みパルス積
算部16の大小比較を比較器17で行い、補間パ
ルス積算部14の方が小さい時は比較器17はオ
フ状態(17Aが0,17Bが1)となりゲート
18Aを閉じ、ゲート18Bを開け、割込みパル
ス12の移動パルスを出力する。一方割込みパル
ス積算部16の方が小さい時は比較器17はオン
状態(17Aが1、17Bが0)となりゲート1
7Aを開け、ゲート18Bを閉じる。これにより
補間パルス11の移動パルスを出力する。この補
間パルスをゲート18Aを通してハへ出力する
時、同時に加減算器20を通して必らず割込みパ
ルス積算部16にも積算し補間パルスにより出力
制御(移動)中は割込みパルス積算部も同期させ
ている。これは負荷を軽減するためにZ軸を正方
向へ割込みを行う場合、直ちに有効とさせるため
である。 A comparator 17 compares the magnitudes of the two interpolation pulse integration sections 14 and interrupt pulse integration section 16, and when the interpolation pulse integration section 14 is smaller, the comparator 17 is turned off (17A is 0, 17B is 1). The gate 18A is closed, the gate 18B is opened, and the movement pulse of the interrupt pulse 12 is output. On the other hand, when the interrupt pulse integrator 16 is smaller, the comparator 17 is on (17A is 1, 17B is 0), and the gate 1
Open gate 7A and close gate 18B. As a result, a moving pulse of the interpolation pulse 11 is output. When this interpolation pulse is output to C through the gate 18A, it must also be integrated into the interrupt pulse integration unit 16 through the adder/subtractor 20 at the same time, and the interrupt pulse integration unit is also synchronized while the output is controlled (moved) by the interpolation pulse. This is so that when an interrupt is made in the positive direction of the Z axis to reduce the load, it is made effective immediately.
以上をまとめると制御は以下の4つの状態にな
る。 To summarize the above, the control is in the following four states.
(1) 補間制御による位置の変化はないが、手動割
込み操作を行う場合
(イ) 手動割込みが自由に可能な場合
補間パルス積算部14が割込みパルス積算
部16より小さい時は、自由に割込みができ
る領域である。つまり補間経路より工具が上
にある時は割込み操作ができる。(1) When there is no position change due to interpolation control, but a manual interrupt operation is performed (a) When manual interrupts are freely possible When the interpolation pulse accumulator 14 is smaller than the interrupt pulse accumulator 16, interrupts can be freely executed. This is an area where it is possible. In other words, interrupt operations can be performed when the tool is above the interpolated path.
(ロ) 手動割込みが禁止される場合
上記自由に割込みが可能な状態からZ軸
(工具)を下降させ(割込みパルス積算部1
6を減少させ)補間パルス積算部14より小
さくなる領域に入ろうとする時、比較器17
は反転し手動割込みを禁止する。 (b) When manual interrupts are prohibited Lower the Z-axis (tool) from the above state where interrupts can be freely performed (interrupt pulse accumulator 1
6) when attempting to enter a region smaller than the interpolation pulse integrator 14, the comparator 17
is reversed and manual interrupts are prohibited.
(2) 手動割込みはないが、補間指令により割込み
禁止領域が変化する場合
(イ) 割込み禁止領域以下で補間制御
割込みパルス積算器16より小さい領域で
の補間制御は見かけ上機械の移動はない。(2) When there is no manual interrupt, but the interrupt prohibited area changes due to an interpolation command (a) Interpolation control below the interrupt prohibited area Interpolation control in an area smaller than the interrupt pulse integrator 16 does not appear to cause any movement of the machine.
(ロ) 補間の途中で割込み禁止領域を越える場合
上記領域で加工プログラムのZ軸指令が正方
向で補間が進行し、補間パルス積算部が徐々
に大きくなり、割込みパルス積算部16より
大きくなろうとすると比較器17は反転し、
補間パルスをゲート18Aを通して出力し、
機械を移動(押し上げ)するとともに補間パ
ルスを割込みパルス積算部16へ積算し、割
込み境界位置を上に上げる。 (b) When exceeding the interrupt prohibited area during interpolation Interpolation progresses in the above area with the Z-axis command of the machining program in the positive direction, and the interpolation pulse integration section gradually becomes larger and becomes larger than the interrupt pulse integration section 16. Then, the comparator 17 is inverted,
outputting the interpolated pulse through gate 18A;
The machine is moved (pushed up) and interpolated pulses are integrated into the interrupt pulse integration section 16 to raise the interrupt boundary position.
次に具体的な動作例について説明する。第4図
はX、Y、Zの3次元座標系においてZ軸に対し
て〔割込みモードB〕の動作に対し、太い実線で
示す軌跡(O−A−B−C)が紙テープ1により
指令加工プログラム(最終仕上形状)で、破線で
示す軌跡(O−A1−B1−C1)は割込み操作を全
く行なわない時の軌跡でXY平面への投影軌跡と
なる。次に示す指令加工プログラム例(A)は割込モ
ード動作例(A1)となる。 Next, a specific example of operation will be explained. Figure 4 shows the trajectory (O-A-B-C) indicated by the thick solid line for the Z-axis in the three-dimensional coordinate system of X, Y, and Z for the operation in [interrupt mode B]. In the program (final finished shape), the trajectory shown by the broken line (O-A1-B1-C1) is the trajectory when no interrupt operation is performed, and is the trajectory projected onto the XY plane. The following command machining program example (A) is an interrupt mode operation example (A1).
指令加工プログラム例(A)
(1) GolX(x1)Y(y1)Z(z1)F(f1)*
(2)GolY(y2)Z(z2)*
(3) Go1Y(y3)Z(z3)*
割込モード動作例(A1)
(11) Go1X(x1)Y(y1)F(f11)*
(12) Go1Y(y2)F(f12)*
(13) Go1Y(y3)F(f13)*
但し
第4図の細い実線で示す斜線部分の領域(C−
A−B−C−C1−B1−A1−Oで囲まれた部分)
が〔割込みモード〕による割込操作が可能な部分
となる。破線部よりZ軸の上部には割込操作が可
能であるが、太い実線で示す領域より下には割込
操作は不能となる。つまり指令加工プログラムで
示す最終仕上げ形状として割込操作が禁止され
る。Command machining program example (A) (1) GolX (x 1 ) Y (y 1 ) Z (z 1 ) F (f 1 ) * (2) GolY (y 2 ) Z (z 2 ) * (3) Go1Y ( y 3 ) Z (z 3 ) * Interrupt mode operation example (A1) (11) Go1X (x 1 ) Y (y 1 ) F (f 11 ) * (12) Go1Y (y 2 ) F (f 12 ) * (13) Go1Y(y 3 )F(f 13 )* However The shaded area shown by the thin solid line in Figure 4 (C-
A-B-C-C1-B1-A1-O)
is the part that can be interrupted by [interrupt mode]. An interrupt operation is possible above the broken line portion on the Z axis, but an interrupt operation is not possible below the area indicated by the thick solid line. In other words, interrupt operations are prohibited as the final finished shape indicated by the commanded machining program.
次に第5図で示す軌跡O−D−E−Fは紙テー
プ1による指令加工プログラムによる軌跡で、O
−D1−E1−F1は割込みモードでありながら割込
操作を行なわない時のX−Y平面への投影軌跡で
あり、O−Gは〔割込みモードB〕により割込操
作を行なつて動作させた割込軌跡であり、F−G
は〔割込みモードB〕により割込操作を行なつて
いる時、加工プログラム軌跡が上昇し、交叉した
ために割込軌跡が自動的に加工プログラム軌跡に
よつて押し上げられて加工プログラムと同期して
動く軌跡である。 Next, the trajectory O-D-E-F shown in Fig. 5 is the trajectory according to the command machining program using paper tape 1.
-D1-E1-F1 is the projection locus on the X-Y plane when no interrupt operation is performed even though it is in interrupt mode, and OG is the locus projected when an interrupt operation is performed in [interrupt mode B]. The interrupt trajectory is F-G
When performing an interrupt operation using [interrupt mode B], the machining program trajectory rises and intersects, so the interrupt trajectory is automatically pushed up by the machining program trajectory and moves in synchronization with the machining program. It is a trajectory.
なお上記した実施例ではパルス溜め回路を用い
たが、これはあくまでも一例であつて、この発明
の要旨とする点で逸脱しない範囲で各種変更形が
行えることは明らかである。 Although a pulse reservoir circuit is used in the embodiment described above, this is merely an example, and it is clear that various modifications can be made without departing from the gist of the invention.
以上に述べたようにこの発明によれば、紙テー
プによる指令加工プログラムの一部又は全部の軌
跡を記憶しながら最終仕上げ形状に切り込まない
ように、指令加工プログラムの実行と手動割込操
作が同時運転で容易に実行できるようにしたの
で、素材の荒加工等において切削効率の向上に大
きな効果がある。 As described above, according to the present invention, the execution of the commanded machining program and manual interrupt operation are simultaneously performed so as not to cut into the final finished shape while memorizing the trajectory of part or all of the commanded machining program using the paper tape. Since it can be easily carried out during operation, it has a great effect on improving cutting efficiency in rough machining of materials, etc.
第1図は従来のNC工作機械の概略構成を示す
ブロツク図、第2図はこの発明を工作機械の第3
制御軸に装備させた一実施例を概略的に示すブロ
ツク図、第3図は第2図の制御部を詳細に示すブ
ロツク図、第4図は具体的な動作範囲を示す図、
第5図は具体的動作例を示す図である。なお図中
同一符号は同一または相当部分を示し、1は入力
媒体、2は入力部、3は演算部、4′はパルス分
配器、4はパルス溜め回路、5は駆動部、6は工
作機械、7は操作部、8は制御部、10はスイツ
チ、11は補間パルス一時記憶部、12は割込パ
ルス一時記憶部、13,15,20は加減算器、
14は補間パルス積算部、16は割込パルス積算
部、17は比較器、18,19はゲートである。
Figure 1 is a block diagram showing the general configuration of a conventional NC machine tool, and Figure 2 is a block diagram showing the general configuration of a conventional NC machine tool.
A block diagram schematically showing an embodiment equipped on a control axis, FIG. 3 is a block diagram showing details of the control section in FIG. 2, and FIG. 4 is a diagram showing a specific operating range.
FIG. 5 is a diagram showing a specific example of operation. Note that the same symbols in the figures indicate the same or equivalent parts, 1 is the input medium, 2 is the input section, 3 is the calculation section, 4' is the pulse distributor, 4 is the pulse storage circuit, 5 is the drive section, and 6 is the machine tool. , 7 is an operation unit, 8 is a control unit, 10 is a switch, 11 is an interpolation pulse temporary storage unit, 12 is an interrupt pulse temporary storage unit, 13, 15, 20 are adders/subtractors,
14 is an interpolation pulse accumulation section, 16 is an interrupt pulse accumulation section, 17 is a comparator, and 18 and 19 are gates.
Claims (1)
読込む入力部と、機械取扱者からの加工指示によ
り機械制御を行なう操作部と、これらの条件から
起動・停止・軌跡解析・速度制御等を行なう演算
部と、機械移動を行なう駆動部とを有する数値制
御装置において、加工情報によるプログラム位置
を常に管理するプログラム座標レジスタと、手動
割込み操作による割込み位置を常に管理する割込
み座標レジスタを有し、かつ両座標レジスタの内
容の相対位置関係を監視して割込み座標レジスタ
の内容がプログラム座標レジスタの内容より小さ
くならないよう自動的に割込み位置を安全領域へ
移動させる手段を有することにより、機械操作者
の割込み操作が加工プログラム形状より素材に喰
い込むことなく自動運転・手動割込み操作が同時
に並行して制御可能としたことを特徴とする数値
制御方式。1 An input unit that reads machining information that defines the movement trajectory of the machine tool, an operation unit that controls the machine based on machining instructions from the machine operator, and a control unit that controls start, stop, trajectory analysis, speed control, etc. based on these conditions. A numerical control device having an arithmetic unit that performs operation and a drive unit that performs mechanical movement, including a program coordinate register that always manages a program position according to machining information, and an interrupt coordinate register that always manages an interrupt position according to a manual interrupt operation, In addition, by having means for monitoring the relative positional relationship between the contents of both coordinate registers and automatically moving the interrupt position to a safe area so that the contents of the interrupt coordinate register do not become smaller than the contents of the program coordinate register, the machine operator can A numerical control method characterized by the ability to simultaneously control automatic operation and manual interrupt operations in parallel without cutting into the material due to the shape of the machining program.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP11974478A JPS5547506A (en) | 1978-09-28 | 1978-09-28 | Numerical control system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP11974478A JPS5547506A (en) | 1978-09-28 | 1978-09-28 | Numerical control system |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS5547506A JPS5547506A (en) | 1980-04-04 |
JPS6240722B2 true JPS6240722B2 (en) | 1987-08-29 |
Family
ID=14769056
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP11974478A Granted JPS5547506A (en) | 1978-09-28 | 1978-09-28 | Numerical control system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS5547506A (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS58117007A (en) * | 1981-12-30 | 1983-07-12 | Yamazaki Mazak Corp | Interrupting control method in numerical control lathe |
JPS61293751A (en) * | 1985-06-20 | 1986-12-24 | Mitsubishi Electric Corp | Electric discharge machine |
JPH0760329B2 (en) * | 1986-01-30 | 1995-06-28 | 三菱電機株式会社 | Numerical control device |
JPH0228702A (en) * | 1988-07-18 | 1990-01-30 | Anritsu Corp | Controller for movable table |
-
1978
- 1978-09-28 JP JP11974478A patent/JPS5547506A/en active Granted
Also Published As
Publication number | Publication date |
---|---|
JPS5547506A (en) | 1980-04-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6140130B2 (en) | Numerical control device for protecting tools and workpieces | |
JPH01252340A (en) | Machining control device employing force sensor | |
CN102768507B (en) | Numerical controller having function of operation based on table format data | |
JP2007245247A (en) | Machine having program validation function | |
JPS6365469B2 (en) | ||
JPH06222819A (en) | Machining program executing method for nc device | |
JP6487490B2 (en) | Numerical controller | |
JP5908552B1 (en) | Machine tool controller | |
JPS6240722B2 (en) | ||
JP2019185467A (en) | Setting device and setting program | |
JP6062973B2 (en) | Numerical control device capable of searching for nearby points in consideration of tool posture | |
JP6062971B2 (en) | A numerical controller that controls machine tools based on skiving instructions | |
JP3680064B2 (en) | Numerical controller | |
JP6408040B2 (en) | Numerical controller | |
JP2000284817A (en) | Numerical controller to simultaneously control two movable objects no common track | |
JPH0370242B2 (en) | ||
JP3945507B2 (en) | Numerical controller | |
JP6457588B2 (en) | Numerical controller | |
JP2001312309A (en) | Numerical control working machine and acceleration/ deceleration control method therefor | |
JP6013690B2 (en) | Numerical control device for approaching the machining restart position | |
JPS6147652B2 (en) | ||
JP6517879B2 (en) | Numerical control device | |
JP4982170B2 (en) | Machining control device and machining control program | |
JP3065167B2 (en) | Automatic programming device for numerical control | |
WO2022196622A1 (en) | Numerical control device |