JPH052204U - Numerical control device - Google Patents

Numerical control device

Info

Publication number
JPH052204U
JPH052204U JP1291091U JP1291091U JPH052204U JP H052204 U JPH052204 U JP H052204U JP 1291091 U JP1291091 U JP 1291091U JP 1291091 U JP1291091 U JP 1291091U JP H052204 U JPH052204 U JP H052204U
Authority
JP
Japan
Prior art keywords
program
storage table
character string
layout
data
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
JP1291091U
Other languages
Japanese (ja)
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP1291091U priority Critical patent/JPH052204U/en
Publication of JPH052204U publication Critical patent/JPH052204U/en
Pending legal-status Critical Current

Links

Abstract

(57)【要約】 【目的】 プログラム中の文字列指定によりCNCに記
憶されたプログラムをサーチし、該当するプログラムを
抽出でき、プリントアウト、パンチアウト、フロッピー
ディスクへのライト、自動運転できる数値制御装置の提
供を目的とする。 【構成】 文字列入力により、プログラムの番号とプロ
グラム名称を抽出する抽出手段と、抽出データを格納す
る抽出データ格納テーブルと、レイアウト手段と、レイ
アウトデータを格納するレイアウト格納テーブルと、レ
イアウト格納テーブルにある番号のプログラムをプリン
トアウト、パンチアウト、フロッピーディスクへライト
するサーチデータ出力手段と、レイアウト格納テーブル
にあるプログラム番号のプログラムを順に呼び出すサー
チデータ運転手段を設ける。 【効果】 プログラムの中から、ある文字列を有するプ
ログラムを抽出し、表示、出力、運転ができるので、プ
ログラムの検索が簡単に行え、操作性が向上する。
(57) [Abstract] [Purpose] The program stored in the CNC can be searched by specifying the character string in the program, and the corresponding program can be extracted, and the printout, punchout, writing to the floppy disk, and numerical control that can be automatically operated. The purpose is to provide a device. [Structure] An extraction unit that extracts a program number and a program name by inputting a character string, an extraction data storage table that stores extraction data, a layout unit, a layout storage table that stores layout data, and a layout storage table. A search data output means for printing out a program of a certain number, a punch out, and writing to a floppy disk, and a search data operating means for sequentially calling the programs of the program numbers in the layout storage table are provided. [Effect] Since a program having a certain character string can be extracted from the programs and displayed, output, and operated, the program can be easily searched and the operability is improved.

Description

【考案の詳細な説明】[Detailed description of the device]

【0001】[0001]

【産業上の利用分野】[Industrial applications]

本考案は、加工プログラムの作成、編集操作を行うことができる数値制御装置 に関するものである。 The present invention relates to a numerical control device capable of creating and editing a machining program.

【0002】[0002]

【従来の技術】[Prior Art]

コンピュータ内蔵の数値制御装置(以下、CNCという)は、CNC内にある 不揮発性メモリ内に各種プログラムを記憶させておき、そのプログラムによって 加工を行うものであるが、従来この不揮発性メモリ内に記憶されているプログラ ムの内容を知るためには、例えば、どれがネジ切り命令を含むプログラムかを知 るためには、プログラム番号を入力して1つずつプログラムを呼び出すことによ りプログラムを表示し、内容を確認していた。また、ある特定の命令を含むプロ グラムを複数個プリントアウト、パンチアウト、フロッピーディスクにライト、 自動運転する場合には、1つずつプログラムを確認しなければならない。 A numerical control device built into a computer (hereinafter referred to as "CNC") stores various programs in a non-volatile memory in the CNC and performs processing by the programs. Conventionally, this program is stored in the non-volatile memory. To see the contents of the program being programmed, for example, which program contains the threading instructions, display the program by entering the program number and calling the program one by one. I was checking the contents. Also, if you want to print out multiple programs containing a specific command, punch out, write to a floppy disk, or perform automatic operation, you must check the programs one by one.

【0003】[0003]

【考案が解決しようとする課題】[Problems to be solved by the device]

従来の技術では、ある特定の命令を含むプログラムを知りたい場合や複数個プ リントアウト、パンチアウト、フロッピーディスクにライト、自動運転する場合 には、1つずつプログラムを確認しなければならず、多大な時間を要する。 In the conventional technology, if you want to know the program containing a specific command, or if you want to print out multiple files, punch out, write to a floppy disk, or perform automatic operation, you must check each program one by one. It takes a lot of time.

【0004】 この考案は、上記のような問題点を解決するためになされたもので、プログラ ム中の文字列指定によりCNCに記憶されたプログラムをサーチし、該当するプ ログラムを抽出でき、必要なものだけをプリントアウト、パンチアウト、フロッ ピーディスクへのライト、自動運転できる数値制御装置を提供することを目的と する。The present invention was made in order to solve the above problems, and a program stored in a CNC can be searched by designating a character string in a program, and a corresponding program can be extracted. The objective is to provide a numerical control device that can print out, punch out, write to a floppy disk, and automatically drive only the most important things.

【0005】[0005]

【課題を解決するための手段】[Means for Solving the Problems]

上記目的は、文字列入力により、その文字列を含むプログラムの番号とプログ ラム名称をプログラムメモリから抽出する抽出手段と、抽出したデータを格納す る抽出データ格納テーブルと、必要なデータのみを順序をつけて選択するレイア ウト手段と、レイアウトしたデータを格納するレイアウト格納テーブルと、レイ アウト格納テーブルにあるプログラム番号のプログラムをプリントアウト、パン チアウト、フロッピーディスクへライトするサーチデータ出力手段と、自動運転 の際に、レイアウト格納テーブルにあるプログラム番号のプログラムを順に呼び 出すサーチデータ運転手段を設けることにより達成される。 The purpose is to extract the program number and program name containing the character string from the program memory by inputting the character string, the extracted data storage table that stores the extracted data, and the necessary data in order. A layout means for selecting and selecting, a layout storage table for storing the laid out data, a search data output means for printing out the program of the program number in the layout storage table, punching out, writing to the floppy disk, and automatic This is achieved by providing search data operating means for sequentially calling the programs of the program numbers in the layout storage table during operation.

【0006】[0006]

【作用】[Action]

抽出手段により、指定された文字列を抽出する項目として認識し、プログラム メモリから文字列を含むプログラムの番号とプログラム名称を抽出し、それらを 抽出データ格納テーブルに格納し、レイアウト手段により、抽出データ格納テー ブルの項目を順序をつけてレイアウト格納テーブルに格納し、サーチデータ出力 手段により、レイアウト格納テーブルのプログラム番号のプログラムをプリント アウト、パンチアウト、フロッピーディスクにライトし、サーチデータ運転手段 により、レイアウト格納テーブルにあるプログラム番号のプログラムを呼出し、 順に加工する。 The extraction unit recognizes the specified character string as an item to be extracted, extracts the program number and program name containing the character string from the program memory, stores them in the extracted data storage table, and the layout unit extracts the extracted data. Store the items in the storage table in the layout storage table in order, write the program of the program number in the layout storage table to the printout, punchout, and the floppy disk with the search data output means, and use the search data operation means to Call the programs with the program numbers in the layout storage table and process them in order.

【0007】 これにより、ある特定の文字列を含むプログラムを知ることが容易で、そのプ ログラムを複数個、自由な順番で、出力、運転が行えるようになる。This makes it easy to know a program containing a specific character string, and it becomes possible to output and run a plurality of such programs in any order.

【実施例】【Example】

実施例1. 図1は、本考案の数値制御装置を実行する数値制御装置図で、数値制御装置1 は、マイクロプロセッサ(以下、CPUという)2を有し、CPU2には、制御 プログラムを記憶するROM3、データの一時記憶等に利用されるRAM4、加 工プログラムやパラメータ等を記憶する不揮発性メモリ5、加工プログラムをパ ンチアウトするためのリーダ/パンチャインターフェース6、加工プログラムや CRTデータをプリントアウトするプリンタインターフェイス7、CRT装置8 、キーボード9、フロッピーディスクを使用するためのフロッピーローダ11、 各軸のサーボモータ等を駆動制御するための軸制御回路10が、バス12で接続 されている。 Example 1. FIG. 1 is a diagram of a numerical controller for executing the numerical controller of the present invention. The numerical controller 1 has a microprocessor (hereinafter referred to as CPU) 2, and the CPU 2 has a ROM 3 for storing a control program and data. RAM4 used for temporary storage of data, non-volatile memory 5 for storing processing programs and parameters, reader / puncher interface 6 for punching out processing programs, printer interface 7 for printing processing programs and CRT data. , A CRT device 8, a keyboard 9, a floppy loader 11 for using a floppy disk, and an axis control circuit 10 for driving and controlling a servo motor of each axis are connected by a bus 12.

【0008】 図2は、不揮発性メモリ5に設けられたプログラムメモリ5aの説明図で、プ ログラムメモリ5aには、各種プログラムの番号(P1〜Pn)、名称(PN1 〜PNn) 、プログラムのデータ(Pd1〜Pdn)が記憶させてある。FIG. 2 is an explanatory diagram of the program memory 5a provided in the non-volatile memory 5. The program memory 5a has various program numbers (P1 to Pn), names (PN1 to PNn), and program data. (Pd1 to Pdn) are stored.

【0009】 図3は、サーチしたい文字列をキーボードから1文字ずつ入力した場合の文字 列バッファで、例えば、サーチしたい文字列が”G32”の場合、Gキー、3キ ー、2キー、インプットキーの順に押すと、文字列バッファには、G,3,2、 リターンのアスキーコードが格納される。FIG. 3 shows a character string buffer when a character string to be searched is input character by character from the keyboard. For example, when the character string to be searched is “G32”, G key, 3 key, 2 key, input When the keys are pressed in that order, ASCII codes G, 3, 2, and return are stored in the character string buffer.

【0010】 図4、図5は、プログラムのサーチから出力、自動運転までの処理フローであ る。本実施例の動作をこのフローを用いて説明する。FIG. 4 and FIG. 5 are process flows from program search to output and automatic operation. The operation of this embodiment will be described using this flow.

【0011】 まずサーチ画面が選択されると(ステッフ゜401)、サーチ画面を表示する(ステッフ゜4 02)。画面の一例を図10に示す。First, when the search screen is selected (step 401), the search screen is displayed (step 402). An example of the screen is shown in FIG.

【0012】 サーチ画面が選択されなければ、サーチ処理を行わず別の処理に移る。サーチ 画面でキーの入力を行い(ステッフ゜403)、キャンセルキーが入力されると(ステッフ゜4 04)、処理を終了する。文字列が入力されなければ再びキー入力待ちとなる。文 字列入力後に(ステッフ゜405)、サーチ実行キーを押すと(ステッフ゜406)、文字列のサ ーチを開始する。プログラムに文字列を発見した場合(ステッフ゜407)、そのプログ ラムの番号と名称を図12に示す抽出データ格納テーブルにセットし(ステッフ゜408 )、表示する(ステッフ゜409)。プログラムに指定文字列が無い場合は、次のプログ ラムを探す(ステッフ゜410)。これを、全てのプログラムについて行う。If the search screen is not selected, the search process is not performed and another process is performed. When the key is entered on the search screen (step 403) and the cancel key is entered (step 404), the process ends. If no character string is input, the key input is waited again. When the search execution key is pressed after inputting a character string (step 405) (step 406), the search of the character string is started. When a character string is found in the program (step 407), the program number and name are set in the extracted data storage table shown in FIG. 12 (step 408) and displayed (step 409). If there is no specified character string in the program, search for the next program (step 410). Do this for all programs.

【0013】 サーチが終了すると(ステッフ゜411)、レイアウト表示をし、キー待ちとなり(ステッフ゜ 412)、キャンセルキーを入力すると(ステッフ゜413)、処理が終わる。レイアウ トキーの入力で(ステッフ゜414)必要なプログラムを順に選んで編集を行う(ステッフ゜4 15)。レイアウト表示の一例を図11に示す。選ばれた番号は、図13に示すレ イアウト格納テーブルに順に格納され(ステッフ゜416)、番号を表示する(ステッフ゜417 )。その後、キー待ちとなり(ステッフ゜418)、データ出力キーが押されると(ステッフ゜ 419)、レイアウト格納テーブルにあるプログラム番号のプログラムを順に、出 力キーの種類に応じて、プリントアウト、パンチアウト、フロッピーディスクに ライトを行う(ステッフ゜420)。自動運転キーが押されると(ステッフ゜421)、レイアウ ト格納テーブルにあるプログラム番号のプログラムを順に呼出し、実行する(ステッフ゜ 422)。When the search is completed (step 411), the layout is displayed and the keys are waited (step 412). When the cancel key is input (step 413), the process is completed. Input the layout key (step 414) and select the required programs in order to edit (step 415). FIG. 11 shows an example of the layout display. The selected numbers are sequentially stored in the layout storage table shown in FIG. 13 (step 416), and the numbers are displayed (step 417). After that, when the key waits (step 418) and the data output key is pressed (step 419), the programs with the program numbers in the layout storage table are sequentially printed according to the type of output key: printout, punchout, floppy disk. Write to the disc (step 420). When the automatic operation key is pressed (step 421), the programs with the program numbers in the layout storage table are sequentially called and executed (step 422).

【0014】 次に、文字列をプログラムからサーチする、抽出処理(ステッフ゜407、ステッフ゜408) について、図6のフローを用いて説明する。まず、初期処理として、プログラム のデータ参照位置と入力文字列バッファのデータ参照位置をそれぞれ先頭にセッ トする(ステッフ゜501)。プログラムのデータ参照位置がプログラムの最後ならば(ステッフ゜ 502)、抽出処理を終了する。プログラムの最後でないとき、プログラムの データ参照位置のデータと入力文字列バッファのデータ参照位置のデータが、同 じ文字でない場合(ステッフ゜503)は、プログラムのデータ参照位置を1文字移動さ せる(ステッフ゜504)。同じ文字の場合は、プログラムのデータ参照位置から、入力 文字列バッファの入力文字数分のデータを取り出し(ステッフ゜505)、取り出した文 字列と入力文字列バッファの文字列が同じかどうか調べ(ステッフ゜506)、同じでな ければ、プログラムのデータ参照位置を入力文字列バッファの入力文字数分移動 させる(ステッフ゜507)。文字列が同じの場合は、プログラムの番号と名称を、抽出 データ格納テーブルにセットする(ステッフ゜508)。Next, the extraction process (step 407, step 408) for searching the character string from the program will be described with reference to the flow of FIG. First, as an initial process, the data reference position of the program and the data reference position of the input character string buffer are set at the beginning (step 501). If the data reference position of the program is at the end of the program (step 502), the extraction process ends. If the data at the data reference position of the program and the data at the data reference position of the input character string buffer are not the same character at the end of the program (step 503), the data reference position of the program is moved by one character (step 504). If the characters are the same, the data corresponding to the number of input characters in the input character string buffer is extracted from the data reference position of the program (step 505), and it is checked whether the extracted character string and the character string in the input character string buffer are the same (step 505). 506), if not the same, the data reference position of the program is moved by the number of input characters in the input character string buffer (step 507). If the character strings are the same, set the program number and name in the extracted data storage table (step 508).

【0015】 次に、サーチされたプログラム番号を必要なものだけ選択するレイアウト手段 (ステッフ゜415、ステッフ゜416)について、図7のフローを用いて説明する。レイアウト キーを押した後、必要なプログラム番号を入力する(ステッフ゜601)。入力されたプ ログラム番号が、図12に示す抽出データ格納テーブルに無い場合は(ステッフ゜602 )、再び入力待ちになる。番号がある場合は、番号を図13に示すレイアウト格 納テーブルにセットし(ステッフ゜603)、番号を表示する(ステッフ゜604)。Next, the layout means (step 415, step 416) for selecting only required program numbers searched will be described with reference to the flow of FIG. After pressing the layout key, enter the required program number (step 601). If the input program number is not in the extracted data storage table shown in FIG. 12 (step 602), the input is waited again. If there is a number, the number is set in the layout storage table shown in FIG. 13 (step 603), and the number is displayed (step 604).

【0016】 次に、レイアウトしたプログラム番号順にプログラムを出力するサーチデータ 出力手段(ステッフ゜419、ステッフ゜420)について、図8のフローを用いて説明する。プ リンタ出力キー、パンチアウトキー、フロッピー書き込みキーのいずれかを押す と(ステッフ゜701)、モードに応じたインターフェースを準備し(ステッフ゜702、ステッフ゜7 03、ステッフ゜704)、レイアウト格納テーブルの先頭から番号を1つ取り出し(ステッフ゜ 705)、その番号のプログラムを図2のプログラムメモリから呼び出す(ステッフ゜7 06)。プログラムを各モードのインターフェースを介して転送すると、プリント アウト、パンチアウト、フロッピーへのライトが行われる(ステッフ゜707)。番号が レイアウト格納テーブルの最後の場合は(ステッフ゜708)、処理を終了し、最後でな い場合は、レイアウト格納テーブルのデータを1つずらし、次のデータに移る(ステッフ゜ 709)。Next, the search data output means (steps 419 and 420) for outputting the programs in the order of the laid out program numbers will be described with reference to the flow of FIG. Pressing any of the printer output key, punch out key, and floppy writing key (step 701) prepares the interface according to the mode (step 702, step 703, step 704), and number from the top of the layout storage table. One is taken out (step 705), and the program of that number is called from the program memory of FIG. 2 (step 706). When the program is transferred through the interface of each mode, printout, punchout, and write to floppy disk are performed (step 707). If the number is the last in the layout storage table (step 708), the process is terminated, and if it is not the last, the data in the layout storage table is shifted by one and moved to the next data (step 709).

【0017】 次に、レイアウトしたプログラム番号順にプログラムを実行するサーチデータ 運転手段(ステッフ゜421、ステッフ゜422)について、図9のフローを用いて説明する。自 動運転キーを押すと(ステッフ゜801)、レイアウト格納テーブルの先頭から番号を1 つ取り出し(ステッフ゜802)、その番号のプログラムを図2のプログラムメモリから 呼び出す(ステッフ゜803)。その後、プログラムを実行し(ステッフ゜804)、終了後、番 号がレイアウト格納テーブルの最後の場合は(ステッフ゜805)、処理を終了し、最後 でない場合は、レイアウト格納テーブルのデータを1つずらし、次のデータに移 る(ステッフ゜806)。Next, the search data operating means (step 421, step 422) for executing the programs in the order of the laid out program numbers will be described with reference to the flow of FIG. When the automatic operation key is pressed (step 801), one number is fetched from the beginning of the layout storage table (step 802), and the program of that number is called from the program memory of FIG. 2 (step 803). After that, the program is executed (step 804), and when the number is at the end of the layout storage table (step 805), the processing is terminated. If not, the data in the layout storage table is shifted by one, Move to the next data (step 806).

【0018】[0018]

【考案の効果】[Effect of the device]

本考案によれば、プログラムの中から、ある文字列を有するプログラムを抽出 し、表示、出力、運転ができるので、プログラムの検索が簡単に行え、操作性で 向上する。 According to the present invention, a program having a certain character string can be extracted from the programs and can be displayed, output, and operated, so that the program can be easily searched and the operability is improved.

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

【図1】本考案の一実施例の数値制御装置の構成図であ
る。
FIG. 1 is a block diagram of a numerical controller according to an embodiment of the present invention.

【図2】本考案の一実施例の数値制御装置における不揮
発性メモリ内のプログラムメモリの説明図である。
FIG. 2 is an explanatory diagram of a program memory in a nonvolatile memory in the numerical controller according to the embodiment of the present invention.

【図3】本考案の一実施例の数値制御装置におけるサー
チする文字列が格納される文字列バッファを示す図であ
る。
FIG. 3 is a diagram showing a character string buffer in which a character string to be searched is stored in the numerical controller according to the embodiment of the present invention.

【図4】本考案の一実施例の動作処理フローチャートで
ある。
FIG. 4 is a flowchart of operation processing according to an embodiment of the present invention.

【図5】図4の続きとなる本考案の一実施例の動作処理
フローチャートである。
FIG. 5 is an operation process flowchart of one embodiment of the present invention, which is a continuation of FIG. 4;

【図6】本考案の一実施例の1つのプログラムから文字
列を検出するための処理を表すフローチャートである。
FIG. 6 is a flowchart showing a process for detecting a character string from one program according to an embodiment of the present invention.

【図7】本考案の一実施例のサーチされたプログラム番
号を順序をつけて格納するレイアウト処理を表すフロー
チャートである。
FIG. 7 is a flowchart showing a layout process of storing searched program numbers in order according to an embodiment of the present invention.

【図8】本考案の一実施例のプログラムをプリンタ、パ
ンチャー、フロッピーに出力する処理を表すフローチャ
ートである。
FIG. 8 is a flowchart showing a process of outputting a program of an embodiment of the present invention to a printer, a puncher and a floppy disk.

【図9】本考案の一実施例のプログラムを自動運転する
処理を表すフローチャートである。
FIG. 9 is a flowchart showing a process of automatically operating a program according to an embodiment of the present invention.

【図10】本考案の一実施例のプログラムサーチ画面の
一例を示す図である。
FIG. 10 is a diagram showing an example of a program search screen according to an embodiment of the present invention.

【図11】本考案の一実施例のサーチ後、レイアウトす
るための画面の一例を示す図である。
FIG. 11 is a diagram showing an example of a screen for laying out after a search according to an embodiment of the present invention.

【図12】本考案の一実施例の抽出データ格納テーブル
の一例を示す図である。
FIG. 12 is a diagram showing an example of an extracted data storage table according to an embodiment of the present invention.

【図13】本考案の一実施例のレイアウト格納テーブル
の一例を示す図である。
FIG. 13 is a diagram showing an example of a layout storage table according to an embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1 数値制御装置 5a プログラムメモリ P1〜Pn プログラム番号 PN1〜PNn プログラム名称 Pd1〜Pdn プログラムデータ 1 Numerical control device 5a Program memory P1 to Pn program number PN1 to PNn program name Pd1 to Pdn program data

Claims (1)

【実用新案登録請求の範囲】 【請求項1】 プログラム中の文字列とプログラムサー
チ指令が入力されると、各種加工プログラムと各プログ
ラム番号と各プログラム名称を記憶するプログラムメモ
リの中から、入力された文字列を有するプログラムのプ
ログラム番号とプログラム名称を抽出し、その番号とプ
ログラム名称を格納する抽出データ格納テーブルを持
ち、レイアウト指令で抽出データ格納テーブルを必要な
ものだけ順序をつけて編集してレイアウト格納テーブル
に格納し、出力指令で、レイアウト格納テーブルにある
プログラム番号のプログラムをプリントアウト、パンチ
アウト、フロッピーディスクへ書き込みを行い、自動運
転指令で、編集された抽出データ格納テーブルにあるプ
ログラム番号のプログラムを自動運転することを特徴と
する数値制御装置。
[Claims for utility model registration] [Claim 1] When a character string in a program and a program search command are input, they are input from a program memory that stores various machining programs, each program number, and each program name. Extract the program number and program name of the program that has the character string, have the extracted data storage table that stores the number and program name, and edit the extracted data storage table with the layout command in order as necessary. The program stored in the layout storage table is output, and the program with the program number in the layout storage table is printed out, punched out, or written to the floppy disk by the output command, and the program number in the edited extracted data storage table is output by the automatic operation command. Autonomous program of Numerical control apparatus according to claim.
JP1291091U 1991-03-08 1991-03-08 Numerical control device Pending JPH052204U (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1291091U JPH052204U (en) 1991-03-08 1991-03-08 Numerical control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1291091U JPH052204U (en) 1991-03-08 1991-03-08 Numerical control device

Publications (1)

Publication Number Publication Date
JPH052204U true JPH052204U (en) 1993-01-14

Family

ID=11818509

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1291091U Pending JPH052204U (en) 1991-03-08 1991-03-08 Numerical control device

Country Status (1)

Country Link
JP (1) JPH052204U (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023139771A1 (en) * 2022-01-21 2023-07-27 ファナック株式会社 Information generation device and computer-readable storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023139771A1 (en) * 2022-01-21 2023-07-27 ファナック株式会社 Information generation device and computer-readable storage medium

Similar Documents

Publication Publication Date Title
WO2003071368A1 (en) Robot control device
JP2639169B2 (en) Numerical control unit
JPH052204U (en) Numerical control device
JPS62113277A (en) Component information controller
JPH1049211A (en) Method and device for displaying name of numerical control program for machining
JPH0660136A (en) Drawing edit device
JP3259987B2 (en) Interactive numerical controller
JP2632219B2 (en) Tool designation method in NC automatic programming system
JP3237709B2 (en) Document processing apparatus and document processing method
JP2659092B2 (en) Cursor display control method in logic diagram creation processor
JP3021347U (en) Control system CAD device
JPH09230992A (en) Information processor
JPH067399Y2 (en) Edit data output device
JP2001318708A (en) Numerical controller
JPH08101842A (en) Image filing device
JPS62206620A (en) Input method for character string under editing
JPH04296910A (en) Numerical controller
JPH07192032A (en) Cad equipment
JPH0418331B2 (en)
JPS61221880A (en) Control system for conversation procedure of conversational system
JPH0644251A (en) Menu display method
JPH0776959B2 (en) File attribute data transcription device
JPH0816654A (en) Communication system between graphics display device and text file display device for cad system
JPH05313875A (en) Text collection/evaluation system
JPH0528191A (en) Data input/output device