JPS61262902A - Producing method for nc part program - Google Patents

Producing method for nc part program

Info

Publication number
JPS61262902A
JPS61262902A JP60105308A JP10530885A JPS61262902A JP S61262902 A JPS61262902 A JP S61262902A JP 60105308 A JP60105308 A JP 60105308A JP 10530885 A JP10530885 A JP 10530885A JP S61262902 A JPS61262902 A JP S61262902A
Authority
JP
Japan
Prior art keywords
creating
screen
part program
screen image
real numbers
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.)
Pending
Application number
JP60105308A
Other languages
Japanese (ja)
Inventor
Maki Seki
関 真樹
Takashi Takegahara
竹ケ原 隆史
Toru Matsunaka
松中 透
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fanuc Corp
Original Assignee
Fanuc Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fanuc Corp filed Critical Fanuc Corp
Priority to JP60105308A priority Critical patent/JPS61262902A/en
Publication of JPS61262902A publication Critical patent/JPS61262902A/en
Pending legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Numerical Control (AREA)

Abstract

PURPOSE:To produce an NC part program by supplying only the desired data in an interactive way after giving the real numbers successively and in an interactive way to the variables included in the pictures displayed on a screen. CONSTITUTION:A screen picture for producing a graphic definition sentence is produced with use of the variable symbols for expression of the form elements of a parts. While another screen picture is produced with use of the variable symbols for expression of the numerical values needed for production of a movement definition sentence. These two screen pictures are registered together with each memory number. Then a processor reads a screen picture 11 of a designated picture number out of a memory and displays it on a display screen DSP together with its setting sentence 12a. An operator gives the real numbers successively to the variables included in the picture 11 through a keyboard in an interactive way. These given real numbers are stored in the memory and at the same time the variable symbols displayed on the DSP are replaced with those supplied real numbers. These operations are repeated for production of an NC part program using an automatic programming language.

Description

【発明の詳細な説明】 〈産業上の利用分野〉 本発明はNCバ−トゴログ、ラム作成方法に係り、特に
ディスプレイ画面を用いて対話的に自動プログラミング
言語でN Cパートプログラムを作成するNCパートプ
ログラム作成方法に関する。
[Detailed Description of the Invention] <Industrial Application Field> The present invention relates to a method for creating an NC part program in an automatic programming language interactively using a display screen. Concerning how to create a program.

〈従来技術〉 NCテデー作成方法としては、 [1)APT (Automatically  Pr
ogrammedTools)その他の自動プログラミ
ング言語でNCパートーノ°ログラムを作成し、しかる
後練NCバートプログラムを用いてEIAあるいはIS
Oコード等N等値C装置解読11能Cデータを作成する
方法(第1の方法という)と、 (2)グラフィックディスプレイ画面を用いて対話的に
NCデータ作成に必要なデータを入力(7、該入力デー
タを用いてNC装置解読可能なNCデー夕を作成する方
法(第2の方法という)とがある。
<Prior art> As a method for creating NC data, [1] APT (Automatically Pr
Create NC part programs in other automatic programming languages (programmedTools) and then perform EIA or IS
A method for creating N-equivalent C device decoding 11-function C data such as O code (referred to as the first method); (2) inputting data necessary for creating NC data interactively using a graphic display screen (7. There is a method (referred to as a second method) of creating NC data that can be read by an NC device using the input data.

第1の方法においては、自動プログラミング言語で部品
形状を構成する点、直線、円弧を定義しく図形定義)、
ついでとわら定義された点、直線、円弧を用いて自動プ
ログラミング言語で工具通路を定義しく運動車定義)、
シかる後以−ににより作成された自動プログラミング言
語によるNCパートプログラムを用いてEIAコードあ
るいはISOコード等のNC装置解読可能なNCデータ
に変換する。たとえば、第3図に示す長方形RTの外形
OLCに沿って工具を移動させるNCデータの作成にお
いては、 まず長方形RTの4隅のポイントPi  い−1゜2 
# 3 # 4)を P1=10.10 P2=90.10 P3=90.50 P4=10,50 のことく定義しく図形定義)、ついでこれら定義された
点を用いて、 FROM、P (0,O)、02   −− ・(al
FCOr)、100           ・・・fb
lI P(0,0)、02         ・・−(clP
 F、 N D               ・・・
fdlと工具通路に沿った運動車を定義し、しかる後E
IAあるいはISOコード等のNC装置解読可能なNC
データに変換する。尚、(alは加工開始点を特定する
データであり、p (o、o)はX−Y平面における加
工開始点の座標値を、アルファベットZの前の数値は加
工開始点のZ方向座標値を意味する。又、(b)はFコ
ード(送り速度コード)が100であることを特定する
データ、(C)は加工終点を特定するデータ、(d)は
プログラムエンドを示すデータである。
In the first method, the points, straight lines, and arcs that make up the part shape are defined using an automatic programming language (shape definition),
Next, define the tool path using an automatic programming language using defined points, straight lines, and circular arcs (define the moving vehicle),
Then, using an NC part program written in an automatic programming language created by the program, it is converted into NC data that can be read by the NC device, such as EIA code or ISO code. For example, when creating NC data for moving a tool along the outline OLC of a rectangle RT shown in Fig. 3, first the four corner points Pi of the rectangle RT are -1°2
# 3 # 4) as P1 = 10.10 P2 = 90.10 P3 = 90.50 P4 = 10,50 (shape definition), then using these defined points, FROM, P (0 , O), 02 -- ・(al
FCOr), 100...fb
lI P(0,0), 02 ・・−(clP
F, ND...
fdl and the motion vehicle along the tool path, then E
NC device that can read IA or ISO code, etc.
Convert to data. In addition, (al is data that specifies the machining start point, p (o, o) is the coordinate value of the machining start point on the X-Y plane, and the number before the alphabet Z is the Z direction coordinate value of the machining start point. Further, (b) is data specifying that the F code (feed rate code) is 100, (C) is data specifying the machining end point, and (d) is data indicating the program end.

一方、対話形式でNCデータを作成する第2の方法にお
いては、その時々の参考となる情報がデ、イスプレイ画
面に表示されると共に、日常語による問い掛は文が表示
されるから該問い掛けに応じて順次部品寸法や加工工程
データ等各種データを入力すれば自然にNCデータ作成
に必要な全データが入力され、最終的にNC装置解読可
能なNCデータが自動的に作成される。
On the other hand, in the second method of creating NC data in an interactive format, the relevant information at the time is displayed on the display screen, and sentences are displayed for questions in everyday language. By sequentially inputting various data such as part dimensions and processing process data, all data necessary for creating NC data will be automatically input, and finally NC data that can be read by the NC device will be automatically created.

〈発明が解決しようとしている問題点〉第1の方法では
必要なデータのみ入力するt!けでよいという利点があ
るが、自動プログラミング言語によるNCパートプログ
ラムの作成作業が複雑で相当のプログラミング時間を要
し、しかもオペレータは自動プログラミング言語を理解
することが要求され、相当の熟練度が必要であるという
問題がある。
<Problems to be solved by the invention> In the first method, only necessary data is input! However, the process of creating an NC part program using an automatic programming language is complex and requires a considerable amount of programming time, and the operator is required to understand the automatic programming language and requires considerable skill. There is a problem that.

又、第2の方法ではディスプレイ画面とキーボードを用
いて対話的にデータを入力できるため、設問通りに順次
必要なデータを入力できデータ入力操作が簡単であると
いう利点がある。しかし、かかる第2の方法を採用しt
コシステムは汎用的に設計されているのが普通である。
Furthermore, in the second method, data can be input interactively using a display screen and a keyboard, so there is an advantage that the necessary data can be input sequentially according to the questions and the data input operation is simple. However, if such a second method is adopted, t
Cosystems are usually designed to be general-purpose.

このため、その4一 時々に表示される画面、設問はNCCデル作成に際して
ずへて必要とならず、従って不必要なデータまでも入力
しなければならず、あるいは不必要なデータを識別して
該データの入力を省略しなければならないという作業が
必要になる。
For this reason, the screens and questions that are displayed from time to time are not necessarily necessary when creating an NCC model, and therefore it is necessary to enter unnecessary data or identify unnecessary data. It becomes necessary to omit inputting the data.

以上から本発明の目的は、従来の第1及び第2の方法に
よる利点兼ね備えたNCパートプログラムの作成方法を
提供する乙とである。
From the above, it is an object of the present invention to provide a method for creating an NC part program that has both the advantages of the conventional first and second methods.

本発明の別の目的は必要なデータのみを対話的に入力し
て自動プログラミング言語によるNCパートプログラム
を作成できるNCパートプログラム作成方法を提供する
ことである。
Another object of the present invention is to provide a method for creating an NC part program in which an NC part program can be created in an automatic programming language by interactively inputting only necessary data.

く問題点を解決するための手段〉 本発明は、部品形状を構成する点、直線、円弧等の形状
要素を定義する自動プログラミング言語で作成された図
形定義文と、これら定義された形状要素を用いて工具通
路を定義する自動プログラミング言語で作成された運動
定義文とを含むNCパートプログラムの作成方法であり
、乙の方法は(a)形状要素を変数記号を用いて表現し
た図形定義文作成用のスクリーン画像と、運動定義文の
作成に必要なデータを変数記号を用いて表現したスクリ
ーン画像をそれぞれ登録しておき、fb)指定されたス
クリーン画像をディスプレイ画面に表示すると共に、 (C1該表示されたスクリーン画像に含まれる変数に対
話形式で順次実数を与えてNCパートプログラムを作成
する。
Means for Solving the Problems> The present invention uses figure definition statements created in an automatic programming language that define shape elements such as points, straight lines, and circular arcs constituting a part shape, and these defined shape elements. This is a method for creating an NC part program that includes a motion definition statement created using an automatic programming language that defines a tool path using the following methods. , and a screen image in which the data necessary for creating the motion definition statement is expressed using variable symbols are registered respectively, fb) Display the specified screen image on the display screen, and (C1 An NC part program is created by sequentially giving real numbers to variables included in the displayed screen image in an interactive manner.

〈作用〉 自動ガロゲラミ、ゲ言語に」、るNCパートゴログラム
作成に必要なデータのみを設問するような対話画面を予
め作成j7てシステムに登録しておけば、所定の対話画
面を用いて対話的に必要なデータのみを入力するt!け
てNCパートプログラムを作成することができる。たと
えば寸法が異なるだけで同形の部品加工が要求される場
合には寸法を工具通路類に順次設問する対話画面と、加
工に際して必要となる加工開始点、加工終点、送り速度
や主軸回転速度等の加工補助データ等を設問する対話画
面とを登録しておけば、これら対話画面を用いて必要な
データを入力するt!けで寸法の異なる同形の部品加工
用の図形定義文と運動定義文を含むNCバー ドブログ
ラムを作成することができる。
<Function> If you create a dialogue screen in advance that asks only the data necessary for creating an NC part program that automatically composes the language and register it in the system, you can use the predetermined dialogue screen to interact. Enter only the necessary data! NC part programs can be created by For example, when machining parts of the same shape but with different dimensions is required, there is an interactive screen that sequentially asks the dimensions of the tool path, as well as information such as the machining start point, machining end point, feed rate, and spindle rotation speed that are required for machining. If you register dialogue screens that ask questions about processing auxiliary data, etc., you can input the necessary data using these dialogue screens! With this tool, you can create an NC bird program that includes figure definition statements and motion definition statements for machining parts of the same shape with different dimensions.

従って、本発明では部品形状を構成する各形状要素を工
具通路類に変数記号を用いて表現した図形定義文作成用
のスクリーン画像と、運動定義文の作成に必要なデータ
を変数記号を用いて表現したスクリーン画像をそれぞれ
登録しておき、指定されたスクリーン画像をディスプレ
イ画面に表示すると共tこ、該表示されたスクリーン画
像に含まれる変数に対話形式で順次実数を与えてNCパ
ートプログラムを作成するようにしている。
Therefore, in the present invention, a screen image for creating a figure definition statement in which each shape element constituting a part shape is expressed using variable symbols in tool paths, and data necessary for creating a motion definition statement are expressed using variable symbols. Register each expressed screen image, display the specified screen image on the display screen, and create an NC part program by sequentially giving real numbers to variables included in the displayed screen image in an interactive manner. I try to do that.

〈実施例〉 第1図は本発明による対話画面の例、第2図は本発明の
処理の流れ図である。尚、第3図に示す長方形RTの外
形OLCに沿って工具を移動させて加工するNCデータ
を作成するものとする。
<Example> FIG. 1 is an example of a dialog screen according to the present invention, and FIG. 2 is a flowchart of processing according to the present invention. It is assumed that NC data for machining is created by moving the tool along the outer shape OLC of the rectangle RT shown in FIG.

部品の各形状要素を特定するための座標値を変数記号V
i(i=1.2.  ・・・)を用いて表現した図形定
義文作成用のスクリーン画像と、運動定義文の作成に必
要な数値を変数記号Viを用いて表現したスクリーン画
像とをそれぞれ作成して自動プログラミングシステムの
メモリに番号を付して登録しておく。尚、工具通路に沿
って、換言すれば工具移動順に各形状要素の変数記号が
ディスプレイ画面に表示されるように図形定義文作成用
のスクリーン画像データを作成して登録する。
The coordinate values for specifying each shape element of the part are expressed by the variable symbol V.
A screen image for creating a figure definition statement expressed using i (i = 1.2...) and a screen image expressing the numerical value necessary for creating a motion definition statement using the variable symbol Vi. Create a number and register it in the memory of the automatic programming system. Note that screen image data for creating a figure definition statement is created and registered so that the variable symbols of each shape element are displayed on the display screen along the tool path, in other words, in the order of tool movement.

tコとえば、第3図において工具をポイントP1→P2
→P3→P4の順に移動させるものとすれば図形定義文
作成用のスクリーン画像は”始点・・・X−■1.Y−
■2・・・(a)次点、 、 −X=V3.  Y=V
4   − ・−fb1次点・・・X;V5.Y二v6
・・・(c)次点・−・X=V7.  Y=V8°’ 
    −・・(dlとなる。尚、(a)〜(dlはそ
れぞれポイン1. P 1 。
For example, in Figure 3, move the tool from point P1 to P2.
If it is to be moved in the order of →P3 →P4, the screen image for creating the figure definition statement will be “starting point...X-■1.Y-
■2...(a) Runner-up, -X=V3. Y=V
4 - ・-fb1st runner-up...X; V5. Y2v6
...(c) Runner-up ---X=V7. Y=V8°'
-...(dl. Note that (a) to (dl are each point 1. P 1 ).

P2.P3.P4の座標値を示す変数である。又、運動
定義文作成に必要なデータ入力用のスクリーン画像は第
3図の場合には ”加工開始位置・・・X=V10. Y =V11. 
Z=V12送り速度  ・・・F=V100 加工終了位置−・・X=V20. Y=V21. Z=
V22”となる。以下、第2図の流れ図に従って本発明
方法を説明する。
P2. P3. This is a variable that indicates the coordinate value of P4. In the case of Figure 3, the screen image for inputting data necessary for creating a motion definition statement is "Processing start position...X = V10. Y = V11.
Z=V12 feed speed...F=V100 Machining end position...X=V20. Y=V21. Z=
V22''.Hereinafter, the method of the present invention will be explained according to the flowchart of FIG.

(1)各種スクリーン画像が登録されている状態におい
て、所定のスクリーン画像をキーボードJ:す5CRE
EN口 と入力して特定する。尚、口はスクリーン画像を特定す
る番号である。
(1) When various screen images are registered, press the keyboard J:S5CRE to select the specified screen image.
Enter ENguchi to specify. Note that the mouth is a number that identifies the screen image.

第3図の図形定義文作成用のスクリーン画像番号を1、
運動定義文作成用のスクリーン画像番号を2とすれば、
まずキーボードより 5CREEN  1 を入力する。
Set the screen image number for creating the figure definition statement in Figure 3 to 1,
If the screen image number for creating a motion definition sentence is 2,
First, input 5CREEN 1 from the keyboard.

(2)これにより、自動プログラミングシステムのプロ
セッサは1→1とする。
(2) As a result, the number of processors in the automatic programming system is changed from 1 to 1.

(3)ついて、プロセッサは画像番号1のスクリーン画
像11をメモリから読み出してディスプレイ画面r)S
Pに表示すると共に、第1番目の変数vlの設問文12
aを表示する(第1図(A)参照)。尚、  i = 
1においては設問文はとなり第1ポイントP1のX座標
値が問いけトけられろ。
(3) Then, the processor reads the screen image 11 of image number 1 from the memory and displays the screen r)S.
In addition to displaying in P, question sentence 12 of the first variable vl
a (see FIG. 1(A)). Furthermore, i =
In No. 1, the question is as follows: The X coordinate value of the first point P1 is asked.

(4)シかる後オペし・−夕はキーボードから数値を入
力し、第1番目の変数v1に実数を与える。
(4) Post-operation - Yu inputs a numerical value from the keyboard and gives a real number to the first variable v1.

(5)数値(実数)が入力されねば、該数値はメモリに
記憶されると共に、ディスゴレイ画面DSPに表示され
ている変数記号IT V j I+は入力された数値で
置き換えられる(第1図(B)参照)。
(5) If a numerical value (real number) is not input, the numerical value is stored in the memory, and the variable symbol IT V j I+ displayed on the display screen DSP is replaced with the input numerical value (see Figure 1 (B )reference).

(6)ついて、プロセッサは表示されているスクリーン
画像の全変数に実数をりえt:かどうかを手工、ツクす
る。
Regarding (6), the processor manually checks whether all variables of the displayed screen image are set to real numbers.

(7)全変数に実数をりえてなければ一ノ°ロセッサは
i 4−1→lとしてステツーj(3)以降の処理を繰
り返す。
(7) If real numbers are not assigned to all variables, the first processor repeats the process from step (3) as i4-1→l.

(8)表示されているスクリーン画像の全変数に実数が
りえられてい第1ば、ゴロセノ着すはスクリーン画像が
図形定義文作成用であれば図形定義文を作成し、連動定
義文作成用であれば運動定義文を作成する。
(8) Real numbers are returned to all variables of the displayed screen image. First, if the screen image is for creating a figure definition statement, create a figure definition statement, and use it for creating an interlocking definition statement. Create a motion definition statement, if any.

(9)ついで、プロセッサはディス−/ L−イ画面D
 S l)に次のスクリーン画像番号の入力を促す画像
を表示する。こ11(こより、オペL−タはNcナナ−
作成に必要な全スクリーン画像の変数(と実数をりえt
こかどうかをチェックし1、与えてなけ嗜]ばステップ
(1)において新たなスクリーン画像番号を入力して以
降の処理を繰り返す。尚、第3図の力り口こおいては図
形定義文作成用のスクリーン画像の変数入力後にキーボ
ードから 5GFtEEN  2 を入力し、ディスーツ0しイ画面nsp+ζ第1図(c
)に示す連動定義文作成用のスクリーン画像12及び設
問文12cを表示する。
(9) Next, the processor displays the display screen D
An image prompting the user to input the next screen image number is displayed on S l). This 11 (from this point on, the operator is Nc Nana)
All screen image variables (and real numbers required for creation)
If the screen image number is not given, a new screen image number is input in step (1) and the subsequent processing is repeated. In addition, in the forced operation shown in Figure 3, input 5GFtEEN 2 from the keyboard after inputting the variables of the screen image for creating the figure definition statement, and then input 5GFtEEN 2 from the keyboard.
) A screen image 12 for creating interlocking definition sentences and a question sentence 12c are displayed.

以1−に1.り自動−Iログ−7ミングg飴にJ、るN
Cパートプロプラムの作成作業が終−rする。
Below 1-1. ri automatic-I log-7ming g candy J, ruN
The work to create the C part program is completed.

尚、図形定義文作成用のスクリーン画像11に含まわろ
全変数を入力した時点においてプUffヒッサば図形定
義文を作成するが、乙の図形定義文は第3図の例では、 PI=IO,In ))2−90. In P3=90.50 ])4二IO,50 となる。
In addition, when all variables included in the screen image 11 for creating a figure definition statement are input, a figure definition statement is created. In )) 2-90. In P3=90.50])42IO,50.

又、連動定義文作成用のスクリーン画像12に含まれる
全変数を入力した時点においてプロセッサは形状定義順
に点、直線、円弧(第3図の例では点のみ)にH)って
工具が移動するものとして運動定義文を作成するが、こ
の連動定義文は第3図の例では FROM、 P (0,0) 、 0ZFCOD、 +
00 P (0,O) 、 07゜ 一12= END となる。
Also, when all variables included in the screen image 12 for creating interlocking definition statements are input, the processor moves the tool to a point, straight line, or arc (only points in the example in Figure 3) in the order of shape definition. In the example shown in Figure 3, we will create a motion definition statement as follows: FROM, P (0,0), 0ZFCOD, +
00 P (0, O), 07° - 12 = END.

(Ifll (、かる後、以−にのステップで作成さt
ltこ自動プログラミジグ言語によるNCパートプログ
ラムを周知の方法でEIAあるい(よIs(’)コード
等NG装置解読可能なNCデータに変換すればNCデー
タの作成処理が終了する。
(Ifll (, then the t created in the following steps)
The NC data creation process is completed by converting the NC part program written in the automatic programming language into NC data such as EIA or Is(') code that can be read by the NG device using a well-known method.

以上は部品形状を点列(PI、P2.P3.P4)で定
義できた場きであるが、部品形状を定義するに直線、円
弧が必要な場ばには工具通格順に点、直線、円弧が混在
して定義される。t:とえば、第4図に示すように工具
を ボイノトP1→ポイン1−P2→直線S1→円弧C1→
ポイントP5→ポ、インl−P 1と移動させろ場合(
こは図形定義文作成用のスクリーン画像は ′°始点・−・X=V1. Y=V2    ・−Pi
次点・・・X=V3. Y=V4   − 、P2直線
終点・−X=V5.Y=V6   −1S1円弧終点、
 −x−vl、 Y =V8中心・・X−V9. Y=
V10 回転方向・・RD=V11    ・・C1次点・−・
X=V12.Y=V13”  ・・P5となる。
The above is a case where the part shape can be defined by a point sequence (PI, P2.P3.P4), but if a straight line or arc is required to define the part shape, points, straight lines, A mixture of circular arcs is defined. t: For example, as shown in Fig. 4, move the tool from point P1 to point 1-P2 to straight line S1 to arc C1.
If you move point P5 → PO, in l-P 1 (
The screen image for creating the figure definition statement is '°starting point...X=V1. Y=V2 ・-Pi
Runner up...X=V3. Y=V4 −, P2 straight line end point・−X=V5. Y=V6-1S1 arc end point,
-x-vl, Y = V8 center...X-V9. Y=
V10 Rotation direction...RD=V11...C1 runner-up...
X=V12. Y=V13”...P5.

〈発明の効果〉 以上本発明にJ、れば、部品を構成する形状要素を工具
通路順に変数記号を用いて表現した図形定義文作成用の
スクリーン画像と、運動定義文の作成に必要なデータを
変数記号を用いて表現(ツなスクリーン画像とをそれぞ
れ登録しておき、指定さねtニスクリーン画像をディス
プレイ画面に表示すると共に、該表示されたスクリーン
画像に含まれる変数に対話形式で順次実数を与えてNC
パートプログラムを作成するように構成したから、必要
なデータのみを対話形式で入力して簡単にNCパー1−
プログラムを作成できろ。
<Effects of the Invention> According to the present invention, there is provided a screen image for creating a figure definition statement in which the shape elements constituting a part are expressed using variable symbols in the order of the tool path, and data necessary for creating a motion definition statement. Expression using variable symbols (register two screen images and specify them) Display the two screen images on the display screen, and interactively change the variables included in the displayed screen images sequentially. NC by giving a real number
Since the configuration is configured to create a part program, you can easily enter only the necessary data in an interactive format to create an NC part program.
You can create a program.

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

第1図は本発明による表示例、第2図は本発明の処理の
流れ図、第3図及び第4図は部品形状例である。 1)S r)・・ディスゴし・イ画面111・・図形定
義文作成用のスクリーン画像12a〜12c・・設問文 13・・運動定義文作成用のスクリーン画像特許出願人
        ファナック株式会社代理人     
     弁理士  齋藤千幹78開昭G1−2G29
U2 (6) 洟多(ハ +Y 穿4−(場
FIG. 1 is a display example according to the present invention, FIG. 2 is a flowchart of the process according to the present invention, and FIGS. 3 and 4 are examples of part shapes. 1) Sr)...Disgo screen 111...Screen images 12a to 12c for creating figure definition sentences...Question text 13...Screen images for creating motion definition sentences Patent applicant Agent for FANUC Corporation
Patent Attorney Chiki Saito 78 Kaisho G1-2G29
U2 (6) Shita (Ha+Y 4-(field)

Claims (2)

【特許請求の範囲】[Claims] (1)部品形状を構成する点、直線、円弧等の形状要素
を定義する自動プログラミング言語で作成された図形定
義文と、これら定義された形状要素を用いて工具通路を
定義する自動プログラミング言語で作成された運動定義
文とを含むNCパートプログラムの作成方法において、
形状要素を変数記号を用いて表現した図形定義文作成用
のスクリーン画像と、連動定義文の作成に必要なデータ
を変数記号を用いて表現したスクリーン画像をそれぞれ
登録しておき、指定されたスクリーン画像をディスプレ
イ画面に表示すると共に、該表示されたスクリーン画像
に含まれる変数に対話形式で順次実数を与えてNCパー
トプログラムを作成することを特徴とするNCパートプ
ログラム作成方法。
(1) A figure definition statement created in an automatic programming language that defines the shape elements such as points, straight lines, and circular arcs that make up the part shape, and an automatic programming language that defines the tool path using these defined shape elements. In a method for creating an NC part program including a created motion definition statement,
Register a screen image for creating a figure definition statement that expresses shape elements using variable symbols, and a screen image that expresses the data necessary for creating interlocking definition statements using variable symbols, and then use the specified screen. An NC part program creation method characterized by displaying an image on a display screen and creating an NC part program by sequentially giving real numbers to variables included in the displayed screen image in an interactive manner.
(2)前記図形定義文作成用のスクリーン画像は工具通
路順に各形状要素を特定する変数を表示し、該工具通路
順に対話形式で順次各形状要素の変数に実数を与えるこ
とを特徴とする特許請求の範囲第(1)項記載のNCパ
ートプログラム作成方法。
(2) A patent characterized in that the screen image for creating the figure definition statement displays variables specifying each shape element in the order of the tool path, and real numbers are sequentially given to the variables of each shape element in the order of the tool path in an interactive format. A method for creating an NC part program according to claim (1).
JP60105308A 1985-05-17 1985-05-17 Producing method for nc part program Pending JPS61262902A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60105308A JPS61262902A (en) 1985-05-17 1985-05-17 Producing method for nc part program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60105308A JPS61262902A (en) 1985-05-17 1985-05-17 Producing method for nc part program

Publications (1)

Publication Number Publication Date
JPS61262902A true JPS61262902A (en) 1986-11-20

Family

ID=14404075

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60105308A Pending JPS61262902A (en) 1985-05-17 1985-05-17 Producing method for nc part program

Country Status (1)

Country Link
JP (1) JPS61262902A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03150603A (en) * 1989-11-08 1991-06-27 Fanuc Ltd Set data preserving system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03150603A (en) * 1989-11-08 1991-06-27 Fanuc Ltd Set data preserving system

Similar Documents

Publication Publication Date Title
JPH02293904A (en) Cad/cam device
JPS62121511A (en) Numerical controller
JPS62190507A (en) Graphic input method
JPS61262902A (en) Producing method for nc part program
JPH07160759A (en) Method and device for generating parts library for printed board design
JPH05100730A (en) Programming device for motion controller
JP2011059784A (en) Conceptual model visualization system, program, and recording medium
JPH0282314A (en) Picture generating device
JPS6330976A (en) Macrocommand editing system
JPS61249109A (en) Interactive program generating system for numerical control device
JPH09212630A (en) Graphic production device
JPH07302107A (en) Numerical controller
JP2845529B2 (en) Teaching material creation tool
JPH0248731A (en) Program display and editing system
JPH0334100B2 (en)
JPH05341816A (en) Sfc programming system
JPS63269221A (en) Picture control system
JPH03167631A (en) Data generating/editing system for expert system
JPH0434662A (en) Device for supporting development of picture display program
JPH0484328A (en) Program preparing device
JP2001306056A (en) Font-editing method and font-editing device
JPH0567108A (en) Character input editor
JPH07152724A (en) Method and device for displaying simulation
JPS63292306A (en) Nc command information generating device
JPH0695642A (en) Device for generating character/sign pattern