JPH02127702A - Numerical controller - Google Patents
Numerical controllerInfo
- Publication number
- JPH02127702A JPH02127702A JP28223988A JP28223988A JPH02127702A JP H02127702 A JPH02127702 A JP H02127702A JP 28223988 A JP28223988 A JP 28223988A JP 28223988 A JP28223988 A JP 28223988A JP H02127702 A JPH02127702 A JP H02127702A
- Authority
- JP
- Japan
- Prior art keywords
- program
- character string
- conversion
- numerical control
- string conversion
- 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
Links
- 238000006243 chemical reaction Methods 0.000 claims abstract description 103
- 238000003754 machining Methods 0.000 claims description 21
- 238000010586 diagram Methods 0.000 description 10
- 238000000034 method Methods 0.000 description 5
- 102220498131 Transmembrane 4 L6 family member 20_G22L_mutation Human genes 0.000 description 1
- 239000003795 chemical substances by application Substances 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 238000011017 operating method Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B19/00—Programme-control systems
- G05B19/02—Programme-control systems electric
- G05B19/18—Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form
- G05B19/408—Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form characterised by data handling or data format, e.g. reading, buffering or conversion of data
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B2219/00—Program-control systems
- G05B2219/30—Nc systems
- G05B2219/36—Nc in input of data, input key till input tape
- G05B2219/36242—Convert program for different machines with different M-code, G-code, header
Landscapes
- Engineering & Computer Science (AREA)
- Human Computer Interaction (AREA)
- Manufacturing & Machinery (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Automation & Control Theory (AREA)
- Numerical Control (AREA)
Abstract
Description
【発明の詳細な説明】
[産業上の利用分野]
この発明はワイヤカット放電加工機等の数値制御装置に
関するもので、特に、数値制御プログラム(以下、単に
rNCプログラム」と記す)を解釈・実行する際にNC
プログラム中の文字列を他の文字列に変換して実行する
数値制御装置に関するものである。[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to a numerical control device for a wire-cut electric discharge machine, etc., and particularly relates to a numerical control device for interpreting and executing a numerical control program (hereinafter simply referred to as "rNC program"). NC when
This relates to a numerical control device that converts character strings in a program into other character strings and executes them.
[従来の技術]
第3図は従来の、数値制御装置のNCプログラムの解釈
・実行の動作手順を示すブロック図である。[Prior Art] FIG. 3 is a block diagram showing a conventional operation procedure for interpreting and executing an NC program of a numerical control device.
図において、(1)は主記憶及び補助記憶装置等からな
るNCプログラム記憶装置、(2)はNCプログラム記
憶装置(1)のNCプログラムを1ブロツク毎に読込ん
でデータをセットする1ブロツクバツフアである。(3
)はNCプログラム中の特定の文字列を他の文字列に文
字列変換をする文字列変換装置、(4)は文字列変換を
するためのデータをセットする文字列変換テーブル、(
5)は文字列変換後のNCプログラムを1ブロツク毎に
読込んでデータをセットする文字列変換後の1ブロツク
バツフア、(6)は文字列変換後の1ブロツクバツフア
(5)のNCプログラムを解釈するNCプログラム解釈
装置である。(7)は加工に必要なデータをセットする
加工データテーブル、(8)は加工データテーブル(7
)のデータを基にしてNCプログラムを実行するNCプ
ログラム実行装置である。In the figure, (1) is an NC program storage device consisting of a main memory and an auxiliary storage device, etc., and (2) is a 1-block buffer that reads the NC program in the NC program storage device (1) block by block and sets data. . (3
) is a string conversion device that converts a specific string in an NC program into another string, (4) is a string conversion table that sets data for string conversion, (
5) is a 1-block buffer after character string conversion that reads the NC program block by block and sets data, and (6) is a 1-block buffer after character string conversion. NC that interprets the NC program in (5). It is a program interpretation device. (7) is a machining data table that sets the data necessary for machining, and (8) is a machining data table (7
) is an NC program execution device that executes an NC program based on data.
従来の数値制御装置は上記のように構成されており、こ
の数値制御装置によるNCプログラムの解釈・実行の動
作は以下のような手順に従ってなされる。A conventional numerical control device is configured as described above, and the operation of interpreting and executing an NC program by this numerical control device is performed according to the following procedure.
NCプログラム記憶装置(1)に登録されているNCプ
ログラムは1ブロツク毎に読出され1ブロツクバツフア
(2)にセットされる。これまでの動作がプログラム実
行前段階の動作である。この1ブロツクバツフア(2)
のNCプログラムは文字列変換テーブル(4)のデータ
に基づき文字列変換装置(3)により所定の文字列変換
がなされて、文字列変換後の1ブロツクバツフア(5)
にセットされる。そして、この文字列変換後のNCプロ
グラムはNCプログラム解釈装置(6)で解釈されて、
加工データテーブル(7)に加工に必要なデータがセッ
トされる。これまでの一連の動作(プログラム実行前段
階の動作以降の動作)が、NCプログラムの文字列変換
及び文字列変換後のNCプログラムを加工に必要なデー
タにするプログラム変換・解釈動作である。この加工デ
ータテーブル(7)のデータを基にして、NCプログラ
ム実行装置(8)によりNCプログラムの実行動作がさ
れる。The NC program registered in the NC program storage device (1) is read out one block at a time and set in one block buffer (2). The operations up to this point are operations at the stage before program execution. This 1 block buffer (2)
The NC program performs a predetermined character string conversion by the character string conversion device (3) based on the data in the character string conversion table (4), and generates one block buffer (5) after character string conversion.
is set to The NC program after this character string conversion is then interpreted by the NC program interpreter (6),
Data necessary for processing is set in the processing data table (7). The series of operations up to now (the operations after the operations at the stage before program execution) are the character string conversion of the NC program and the program conversion/interpretation operation to convert the NC program after the character string conversion into data necessary for processing. Based on the data in the machining data table (7), the NC program execution device (8) executes the NC program.
ここで、上記の文字列変換テープ・ル(4)にデータを
セットする動作について、第4図を用いて説明する。第
4図は従来のNCプログラムの文字列変換のための文字
列変換定義動作を示す説明図である。The operation of setting data in the above character string conversion tape (4) will now be explained with reference to FIG. FIG. 4 is an explanatory diagram showing a character string conversion definition operation for character string conversion of a conventional NC program.
図において、(9)は文字列変換テーブル(4)にデー
タをセットするのに使用されるキーボード、(10)は
文字列変換定義用画面である。In the figure, (9) is a keyboard used to set data in the character string conversion table (4), and (10) is a screen for defining character string conversion.
キーボード(9)を操作し、文字列変換定義用画面(1
0)を表示して、変換前と変換後の文字列を各々設定す
ることにより、文字列変換テーブル(4)にデータがセ
ットされる。すなわち、特定の文字列Aを他の文字列B
に文字列変換するためのデータがセットされる。このデ
ータのセット動作はNCプログラムを実行する前に行な
う。そして、このデータセット後にNCプログラムを実
行すると、文字列変換定義用画面(10)に設定された
変換前の文字列Aが変換後の文字列Bに文字列変換され
てNCプログラムが実行される。Use the keyboard (9) to open the character string conversion definition screen (1).
0) and set the character strings before and after conversion, respectively, thereby setting data in the character string conversion table (4). In other words, a specific character string A is replaced by another character string B.
Data for string conversion is set to . This data setting operation is performed before executing the NC program. Then, when the NC program is executed after setting this data, the character string A before conversion set in the character string conversion definition screen (10) is converted to the character string B after conversion, and the NC program is executed. .
第4図で1よ、文字列MO9を文字列G22L1000
に変換し、文字列MIOを文字列GOIX10YIOに
変換する場合を示している。この場合には、NCプログ
ラム中の文字列MO9はすべて文字列G22L1000
に、そして、文字列M10はすべて文字列GOIXIO
YIOに文字列変換されてNCプログラムは実行される
。1 in Figure 4, character string MO9 becomes character string G22L1000
This shows the case where the character string MIO is converted into the character string GOIX10YIO. In this case, the character string MO9 in the NC program is all the character string G22L1000.
, and the string M10 is all string GOIXIO
The character string is converted to YIO and the NC program is executed.
[発明が解決しようとする課題]
上記のような従来の数値制御装置では、NCプログラム
を実行する前に文字列変換テーブル(4)にデータをセ
ットする必要がある。すなわち、文字列の変換をキーボ
ード(9)を操作して定義する必要がある。[Problems to be Solved by the Invention] In the conventional numerical control device as described above, it is necessary to set data in the character string conversion table (4) before executing the NC program. That is, it is necessary to define the conversion of character strings by operating the keyboard (9).
また、従来の数値制御装置では文字列変換テーブル(4
)のデータに従ってNCプログラム中の特定の文字列r
AJはすべて他の定義された文字列rBJに文字列変換
されてNCプログラムが実行される。したがって、NC
プログラムの実行中にさらに他の文字列rCJに文字列
変換をする定義変更ができない。このために、文字列変
換をNCプログラムの実行途中で変更したい場合には、
その都度NCプログラムの実行を中断して定義を変更し
なければならなかった。In addition, in conventional numerical control devices, character string conversion tables (4
) specific character string r in the NC program according to the data of
All AJs are converted into other defined character strings rBJ and the NC program is executed. Therefore, N.C.
It is not possible to change the definition to convert a character string to another character string rCJ while the program is running. For this reason, if you want to change the string conversion during the execution of the NC program,
Each time, it was necessary to interrupt the execution of the NC program and change the definition.
そこで、この発明はキーボードを操作することな(NC
プログラムの文字列変換ができ、しかも、文字列変換の
変更がNCプログラムの実行を中断することなくできる
数値制御装置の提供を課題とするものである。Therefore, this invention requires no keyboard operation (NC
It is an object of the present invention to provide a numerical control device that can convert character strings of a program and can change the character string conversion without interrupting the execution of the NC program.
[課題を解決するための手段]
この発明にかかる数値制御装置は、NCプログラム中の
定義された文字列を他の定義された文字列に変換する文
字列変換指令を予め組込んだNCプログラムを記憶して
文字列変換が可能な状態にセットするプログラム実行前
段階処理手段と、前記NCプログラムの実行中に定義さ
れた文字列変換指令に応じてNCプログラムの文字列変
換を行ない、前記文字列変換後のNCプログラムを加工
に必要な加工データにするプログラム変換・解釈手段と
、前記加工データに基づきNCプログラムを実行するプ
ログラム実行手段とを具備するものである。[Means for Solving the Problems] A numerical control device according to the present invention uses an NC program in which a character string conversion command for converting a defined character string in the NC program into another defined character string is incorporated in advance. a program pre-execution stage processing means for storing and setting a state in which character string conversion is possible; The apparatus includes a program conversion/interpretation means for converting the converted NC program into machining data necessary for machining, and a program execution means for executing the NC program based on the machining data.
[作用コ
この発明の数値制御装置においては、NCプログラム中
の文字列を他の文字列に変換する文字列変換指令の定義
を予め組込んだNCプログラムを記憶して1ブロツク毎
にセットして、NCプログラムの実行中に文字列変換指
令の定義に応じてNCプログラムの文字列変換を行ない
、この文字列変換後のNCプログラムを加工に必要な加
工データにして、この加工データに基づきNCプログラ
ムを実行するものであるから、キーボードを操作するこ
となくNCプログラムに予め組込まれている文字列変換
指令の定義に応じてNCプログラムの文字列変換ができ
、しかも、NCプログラムの実行中にNCプログラムの
定義を変更することで文字列変換の変更が可能となる。[Function] In the numerical control device of the present invention, an NC program is stored in advance in which the definition of a character string conversion command for converting a character string in the NC program into another character string is stored and set for each block. , converts the character string of the NC program according to the definition of the character string conversion command during execution of the NC program, converts the character string converted NC program into machining data necessary for machining, and converts the NC program based on this machining data. Therefore, it is possible to convert the character strings of the NC program according to the definition of the character string conversion commands that are pre-installed in the NC program without operating the keyboard. By changing the definition of , it is possible to change the string conversion.
[実施例]
第1図はこの発明の一実施例である数値制御装置のNC
プログラムの解釈・実行の動作手順を示すブロック図で
ある。なお、図中、(1)、(2)及び(6)、(7)
、(8)は上記従来例の構成部分と同一または相当する
構成部分であるから、ここでは重複する説明を省略する
。[Embodiment] Fig. 1 shows the NC of a numerical control device which is an embodiment of the present invention.
FIG. 2 is a block diagram showing the operational procedure for interpreting and executing a program. In addition, (1), (2), (6), (7) in the figure
, (8) are the same or corresponding components to the components of the conventional example, so a redundant explanation will be omitted here.
図において、(11)はNCプログラムの文字列変換を
行なうNCプログラム変換装置、(12)は特定の文字
列から他の文字列への文字列変換の定義を登録する変換
テーブルである。なお、この数値制御装置で実行される
NCプログラムには、NCプログラム中の文字列を他の
文字列に変換する文字列変換指令が予め登録されており
、NCプログラムに組込まれている。In the figure, (11) is an NC program conversion device that converts character strings of the NC program, and (12) is a conversion table that registers the definition of character string conversion from a specific character string to another character string. Note that a character string conversion command for converting a character string in the NC program into another character string is registered in advance in the NC program executed by this numerical control device, and is incorporated into the NC program.
この実施例の数値制御装置は上記のように構成されてお
り、この数値制御装置によるNCプログラムの解釈・実
行の動作は、以下のような手順に従ってなされる。The numerical control device of this embodiment is constructed as described above, and the operation of interpreting and executing the NC program by this numerical control device is performed according to the following procedure.
まず、文字列変換指令が予め組込まれているNCプログ
ラムは、プログラム実行前段階処理手段により、文字列
変換が可能な状態にセットされる。First, an NC program in which a character string conversion command is pre-installed is set to a state in which character string conversion is possible by the program pre-execution stage processing means.
すなわち、NCプログラム記憶装置(1)及び1ブロツ
クバツフア(2)からなるプログラム実行前段階処理手
段により、記憶されて1ブロツク毎にセットされる。That is, it is stored and set for each block by a program pre-execution stage processing means consisting of an NC program storage device (1) and a one-block buffer (2).
そして、このNCプログラムはプログラム変換・解釈手
段により、NCプログラムの実行中に文字列変換指令に
応じて文字列変換を行ない、加工に必要な加工データに
なる。すなわち、NCプログラム変換装置(11)で変
換テーブル(12)上の定義されたデータが1ブロツク
バツフア(2)のNCプログラムにあるか否かがサーチ
され、あれば変換テーブル(12)のデータに従って文
字列変換される。この変換テーブル(12)へのデータ
のセットはNCプログラム解釈装置(6)で1ブロツク
バツフア(2)のNCプログラム中の文字列変換指令の
定義に応じてなされる。また、NCプログラム解釈装置
(6)では、前記動作に加えて文字列変換指令の定義以
外の他の指令を加工に必要なデータに変換する。このよ
うにして、文字列変換後のNCプログラムは加工データ
となり、加工データテーブル(7)にセットされる。Then, this NC program is converted into character strings by a program conversion/interpretation means in accordance with a character string conversion command during execution of the NC program, and becomes machining data necessary for machining. That is, the NC program conversion device (11) searches whether the data defined on the conversion table (12) exists in the NC program of one block buffer (2), and if so, converts the characters according to the data in the conversion table (12). Column converted. Data is set in the conversion table (12) by the NC program interpreter (6) according to the definition of the character string conversion command in the NC program of one block buffer (2). In addition to the above operations, the NC program interpreter (6) converts commands other than the definition of the character string conversion command into data necessary for processing. In this way, the NC program after character string conversion becomes processing data and is set in the processing data table (7).
この加工データに基づきプログラム実行手段であるNC
プログラム実行装置(8)により、NCプログラムが実
行される。NC, which is a program execution means, based on this machining data
The program execution device (8) executes the NC program.
ここで、上記の実施例の数値制御装置で実行されるNC
プログラムについて、図を用いて説明する。第2図は第
1図の数値制御装置のNCプログラムの文字列変換前後
を示す説明図である。Here, the NC executed by the numerical control device of the above embodiment is
The program will be explained using diagrams. FIG. 2 is an explanatory diagram showing the NC program of the numerical control device shown in FIG. 1 before and after character string conversion.
図において、(13)は文字列変換指令が組込まれてい
る文字列変換前のNCプログラム、(14)は文字列変
換後のNCプログラムである。In the figure, (13) is an NC program before character string conversion in which a character string conversion command is incorporated, and (14) is an NC program after character string conversion.
(15)は第1の文字列変換指令の定義であり、文字列
M09(使用されていないMコード)を文字列G22L
1000に変換する指令である。(15) is the definition of the first character string conversion command, converting character string M09 (unused M code) to character string G22L
This is a command to convert to 1000.
(16)は第2の文字列変換指令であり、文字列MO9
を文字列G22L1001に定義変更する指令である。(16) is the second character string conversion command, character string MO9
This is a command to change the definition to the character string G22L1001.
(17)及び(18)は共に定義に従って文字列変換対
象の文字列MO9である。Both (17) and (18) are the character string MO9 to be converted according to the definition.
(19)及び(20)は第1及び第2の文字列変換指令
(15)、(16)の定義により変換された後の文字列
G22L1000及び文字列G22L100Iである。(19) and (20) are the character string G22L1000 and the character string G22L100I after being converted according to the definitions of the first and second character string conversion commands (15) and (16).
上記のような文字列変換損、令が組込まれているNCプ
ログラムでは、文字列変換前のNCプログラム(13)
の第1の文字列変換指令(15)の定義以降の文字列変
換対象の文字列(17)は、すべて第1の文字列変換指
令(15)の定義に従って、文字列変換されて文字列変
換後のNCプログラム(14)の変換後の文字列(19
)になる。In the NC program that incorporates the character string conversion loss and command as described above, the NC program (13) before character string conversion is
All character strings to be converted (17) after the definition of the first character string conversion command (15) are converted into strings according to the definition of the first character string conversion command (15). The character string (19) after conversion of the later NC program (14)
)become.
ただし、この第1の文字列変換指令(15)による文字
列変換はつぎの第2の文字列変換指令(16)の定義に
より終了し、以後の文字列変換対象の文字列(18)は
すべて第2の文字列変換指令(16)の定義に従って文
字列変換がされて文字列変換後のNCプログラム(14
)の変換後の文字列(20)になる。However, the character string conversion by this first character string conversion command (15) is finished by the definition of the second character string conversion command (16), and all subsequent character strings to be converted (18) are The character string is converted according to the definition of the character string conversion command (16) in 2, and the NC program after character string conversion (14
) becomes the character string (20) after conversion.
したがって、上記のような数値制御装置では、NCプロ
グラム記憶装置(1)には予め文字列変換指令の定義が
組込まれているので、キーボード(9)等を操作するこ
となく、その定義に従って定義内容に応じたNCプログ
ラムの実行中に文字列変換できる。このため、従来のよ
うにNCプログラムの実行前に文字列変換定義用画面(
10)に変換前後の文字列を各々設定する作業も必要な
くなり、誤操作等が減少し、信頼性の高い加工が可能に
なる。Therefore, in the above-mentioned numerical control device, since the definition of the character string conversion command is pre-installed in the NC program storage device (1), the definition contents can be read according to the definition without operating the keyboard (9) etc. Character strings can be converted during the execution of an NC program according to the Therefore, unlike conventional methods, before executing the NC program, the character string conversion definition screen (
10) It is no longer necessary to set the character strings before and after conversion, which reduces erroneous operations and enables highly reliable processing.
また、上記のような数値制御装置ではNCプログラム中
の特定の文字列rAJを他の定義された文字列「B」に
文字列変換するための文字列変換指令と、さらに、特定
の文字列rAJを他の定義された他の文字列rCJに文
字列変換するための文字列変換指令の複数の文字列変換
指令の定義を予めNCプログラムに組込むことができる
。したがって、NCプログラムの実行途中で特定の文字
列rAJは他の定義された文字列rBJに文字列変換で
き、さらに、このNCプログラムの実行中に他の定義さ
れた文字列rCJに文字列変換できる。しかも、この間
、NCプログラムの実行は連続して続行される。このた
めに、NCプログラムの実行途中に連続して他の定義さ
れた文字列変換に変更することができる。そして、従来
のように文字列変換をNCプログラムの実行途中で変更
するたびに、その都度NCプログラムの実行を中断して
変更する必要はない。したがって、連続したNCプログ
ラムの実行が可能になり、加工効率が向上する。In addition, in the above-mentioned numerical control device, a character string conversion command for converting a specific character string rAJ in the NC program into another defined character string "B", and a character string conversion command for converting a specific character string rAJ in the NC program Definitions of a plurality of character string conversion commands for converting a character string rCJ into another defined character string rCJ can be incorporated in advance into the NC program. Therefore, a specific character string rAJ can be converted into another defined character string rBJ during the execution of an NC program, and further can be converted into another defined character string rCJ during the execution of this NC program. . Moreover, during this time, the execution of the NC program continues continuously. For this reason, it is possible to continuously change to other defined character string conversions during execution of the NC program. Further, there is no need to interrupt the execution of the NC program and change the character string conversion every time the character string conversion is changed during the execution of the NC program, as in the conventional case. Therefore, it becomes possible to execute continuous NC programs and improve machining efficiency.
特に、NCプログラムの各ブロック毎で文字列変換を変
更したり、或いは、−度文字列変換した文字列を再び元
の文字列に戻すこともできるので、利用範囲が拡大する
。In particular, it is possible to change the character string conversion for each block of the NC program, or to return a character string that has been converted to the original character string again, thereby expanding the scope of use.
ところで、上記実施例では第1及び第2の文字列変換指
令(15)、(16)の定義が組込まれているNCプロ
グラムを実行する場合について説明したが、さらに多く
の文字列変換指令の定義を組込んだNCプログラムであ
っても同様に実行される。ただし、これらの文字列変換
指令はNCプログラムに予め組込まれていることが前提
となる。By the way, in the above embodiment, a case has been described in which the NC program is executed in which the definitions of the first and second character string conversion commands (15) and (16) are incorporated, but even more character string conversion command definitions are executed. An NC program that incorporates the above is executed in the same way. However, it is assumed that these character string conversion commands have been incorporated into the NC program in advance.
[発明の効果]
以上説明したとおり、この発明の数値制御装置は、NC
プログラム中の文字列を他の定義された文字列に変換す
る文字列変換指令の定義を予め組込んだNCプログラム
を記憶して1ブロツク毎にセットして、NCプログラム
の実行中に文字列変換指令の定義に応じてNCプログラ
ムの文字列変換を行ない、この文字列変換後のNCプロ
グラムを加工に必要な加工データにして、この加工デー
タに基づきNCプログラムを実行することにより、キー
ボード等を操作することなくNCプログラムに予め組込
まれている文字列変換指令の定義に応じてNCプログラ
ムの文字列変換がされるので、NCプログラムの実行前
に文字列変換定義用画面に変換前後の文字列を各々設定
する作業も必要なくなり、誤操作等が減少し、信頼性の
高い加工が可能になる。しかも、NCプログラムの実行
中に文字列変換の変更ができるので、NCプログラムの
実行を中断して変更する必要はなく、連続したNCプロ
グラムの実行が可能になり、加工効率が向上し、利用範
囲も拡大する。[Effect of the invention] As explained above, the numerical control device of the present invention
Store an NC program in which the definition of a character string conversion command that converts a character string in a program into another defined character string is stored in advance, set it for each block, and convert the character string while the NC program is running. The character string of the NC program is converted according to the definition of the command, the NC program after character string conversion is used as the machining data necessary for machining, and the NC program is executed based on this machining data to operate the keyboard, etc. The character strings of the NC program are converted according to the definition of the character string conversion commands that are pre-installed in the NC program without having to do any There is no need to set each item individually, reducing erroneous operations and enabling highly reliable machining. Moreover, since character string conversion can be changed while the NC program is running, there is no need to interrupt the execution of the NC program to make changes, making it possible to run continuous NC programs, improving machining efficiency, and improving the range of use. will also expand.
第1図はこの発明の一実施例である数値制御装置のNC
プログラムの解釈・実行の動作手順を示すブロック図、
第2図は第1図の数値制御装置のNCプログラムの文字
列変換前後を示す図、第3図は従来の数値制御装置のN
Cプログラムの解釈・実行の動作手順を示すブロック図
、第4図は従来のNCプログラムの文字列変換のための
文字列変換定義動作を示す説明図である。
図において、
1:NCプログラム記憶装置
2:1ブロツクバツフア
6:NCプログラム解釈装置
7:加工データテーブル
8:NCプログラム実行装置
11:NCプログラム変換装置
12:変換テーブル
15:第1の文字列変換指令
16:第2の文字列変換指令
17.1.8:文字列変換対象の文字列19.20:変
換後の文字列
である。
なお、図中、同−符号及び同一記号は同一または相当部
分を示すものである。
代理人 弁理士 大暑 増雄 外2名
17.18:文字列変換対象の文字列
19.20:変換後の文字列FIG. 1 shows the NC of a numerical control device which is an embodiment of the present invention.
A block diagram showing the operating procedure for program interpretation and execution,
Figure 2 is a diagram showing before and after character string conversion of the NC program of the numerical control device in Figure 1, and Figure 3 is a diagram showing the N of the conventional numerical control device.
FIG. 4 is a block diagram showing the operation procedure for interpreting and executing a C program. FIG. 4 is an explanatory diagram showing a character string conversion definition operation for character string conversion of a conventional NC program. In the figure, 1: NC program storage device 2: 1 block buffer 6: NC program interpreter 7: Processed data table 8: NC program execution device 11: NC program converter 12: Conversion table 15: First character string conversion command 16 : Second character string conversion command 17.1.8: Character string to be converted into character string 19.20: Character string after conversion. In the drawings, the same reference numerals and the same symbols indicate the same or equivalent parts. Agent: Patent attorney Masuo Ohatsu and two others 17.18: Character string to be converted 19.20: Character string after conversion
Claims (1)
文字列変換指令を予め定義した数値制御プログラムを記
憶して文字列変換が可能な状態にセットするプログラム
実行前段階処理手段と、前記数値制御プログラムの実行
中に文字列変換指令の定義に応じて数値制御プログラム
の文字列変換を行ない、前記文字列変換後の数値制御プ
ログラムを加工に必要な加工データにするプログラム変
換・解釈手段と、 前記加工データに基づき数値制御プログラムを実行する
プログラム実行手段と を具備することを特徴とする数値制御装置。[Claims] A pre-program execution stage in which a numerical control program is stored in which a character string conversion command for converting a character string in a numerical control program into another character string is defined in advance and is set in a state in which character string conversion is possible. a processing means; and a program that converts the numerical control program into character strings according to the definition of a character string conversion command during execution of the numerical control program, and converts the numerical control program after the character string conversion into machining data necessary for machining. A numerical control device comprising: conversion/interpretation means; and program execution means for executing a numerical control program based on the processed data.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP28223988A JPH02127702A (en) | 1988-11-08 | 1988-11-08 | Numerical controller |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP28223988A JPH02127702A (en) | 1988-11-08 | 1988-11-08 | Numerical controller |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH02127702A true JPH02127702A (en) | 1990-05-16 |
Family
ID=17649868
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP28223988A Pending JPH02127702A (en) | 1988-11-08 | 1988-11-08 | Numerical controller |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH02127702A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0451794A2 (en) * | 1990-04-09 | 1991-10-16 | Mitsubishi Denki Kabushiki Kaisha | Numerical control unit |
-
1988
- 1988-11-08 JP JP28223988A patent/JPH02127702A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0451794A2 (en) * | 1990-04-09 | 1991-10-16 | Mitsubishi Denki Kabushiki Kaisha | Numerical control unit |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2615103B2 (en) | Virtual computer system | |
JPH02127702A (en) | Numerical controller | |
JPS6273347A (en) | Address converter | |
JPH04288603A (en) | Numerical controller | |
JPS62286105A (en) | Numerical control device | |
JPH0236419A (en) | Automatic translation execution system for source code | |
JPS6040047B2 (en) | Key input method | |
JPH01180045A (en) | Central processor | |
JPS5943446A (en) | Microcomputer system | |
JPS63150736A (en) | Instantaneous os changeover system for computer system | |
JPH0830466A (en) | Multitask switching control method | |
JPH05241805A (en) | Portable flectronic equipment equipment with c-language library | |
JPS63101966A (en) | Vector processor | |
JPS61131124A (en) | Conversation input processing system | |
JPS59105110A (en) | Programmable controller | |
JPH0619515A (en) | Subprocessor of programmable controller | |
JPH03139703A (en) | Timer instruction processing system of programmable controller | |
JPH0327453A (en) | Designation processing system for program | |
JPH05233358A (en) | Computer device | |
JPS61221829A (en) | Instruction reading circuit | |
JPH04178734A (en) | Program language processor | |
JPS6227827A (en) | Branch control system for microprogram | |
JPH0535385A (en) | Key code converter | |
JPH0738591A (en) | Shortening method for initialize time for terminal equipment | |
JPH0293935A (en) | Dynamic conversion system for address space |