Programming manual
CNC 8055
CNC 8055i
PROGR
A
M CONTR
O
L
INSTRUCTIONS
14.
·M· & ·EN· M
ODELS
S
OFT
: V02.2
X
·409·
Program instruc
tions
Parameter A/D is used when the program to be edited already exists.
A
The CNC appends the new blocks after the ones already existing.
D
The CNC deletes the existing program and starts editing a new one.
A program comment may also be associated with it; this comment will later be displayed next to it
in the program directory.
To edit blocks, the WRITE instruction must be used as described next.
Notes:
If the program to be edited already exists and the A/D parameters are not defined, the CNC will
display an error message when executing the block.
The program opened with the OPEN instruction is closed when executing an M30, or another
OPEN instruction and after an Emergency or Reset.
From a PC, only programs stored in the CNC'S RAM memory, or in the hard disk (KeyCF) can
be opened
( WRITE <block text> )
The mnemonic WRITE adds, after the last block of the program which began to be edited by means
of the mnemonic OPEN P, the information contained in <block text> as a new program block.
When it is an ISO coded parametric block, all the parameters (global and local) are replaced by the
numeric value they have at the time.
(WRITE G1 XP100 YP101 F100) => G1 X10 Y20 F100
When it is a parametric block edited in high level, use the "?" character to indicate that the parameter
is supposed to be replaced by the numeric value it has at the time.
If the mnemonic WRITE is programmed without having programmed the mnemonic OPEN
previously, the CNC will display the corresponding error, except when editing a user customized
program, in which case a new block is added to the program being edited.
Using the character "$" in the WRITE instruction to write the number of a parameter:
While using the character "$" in the WRITE instruction, it will be possible to write the parameter
number directly. For that, use the "$" character followed by "P" as long is it is preceded by an axis.
For example, programming (WRITE X$P100) the result will be: XP100.
To show something in $, the value must be programmed after the $ sign. But, to take the value from
a parameter, put a space between the "$" sign and the parameter.
In short, these are the options:
• When programmed $P, it will output $P.
• When programmed $[space]P, it will output $[space] and the content of P.
• When programmed $[number], it will output $[number].
Example:
Being parameter P100=22.
Program
Result
(WRITE XP100)
X22
(WRITE X$P100)
XP100
(WRITE $ P100)
$ 22
(WRITE $3000)
$3000
(WRITE (SUB P102))
(WRITE (SUB ?P102))
(WRITE (ORGX54=P103))
(WRITE (ORGX54=?P103))
(WRITE (PCALL P104))
(WRITE (PCALL ?P104))
=>
=>
=>
=>
=>
=>
(SUB P102)
(SUB 55)
(ORGX54=P103)
(ORGX54=222)
(PCALL P104)
(PCALL 25)
Содержание 8055 EN
Страница 1: ...CNC 8055 M EN Programming manual Ref 1711 Soft V02 2x...
Страница 8: ...8 Programming manual CNC 8055 CNC 8055i SOFT V02 2X...
Страница 12: ...12 CNC 8055 CNC 8055i Declaration of conformity and Warranty conditions...
Страница 16: ...16 CNC 8055 CNC 8055i Version history...
Страница 22: ...22 CNC 8055 CNC 8055i Returning conditions...
Страница 24: ...24 CNC 8055 CNC 8055i Additional notes...
Страница 26: ...26 CNC 8055 CNC 8055i Fagor documentation...
Страница 238: ...238 Programming manual CNC 8055 CNC 8055i 11 IRREGULAR POCKET CANNED CYCLE M EN MODELS SOFT V02 2X 2D pockets...
Страница 284: ...284 Programming manual CNC 8055 CNC 8055i 11 IRREGULAR POCKET CANNED CYCLE M EN MODELS SOFT V02 2X 3D pockets...
Страница 336: ...336 Programming manual CNC 8055 CNC 8055i 12 PROBING M EN MODELS SOFT V02 2X PROBE 12 Tabletop probe calibration...
Страница 394: ...394 Programming manual CNC 8055 CNC 8055i 13 HIGH LEVEL LANGUAGE PROGRAMMING M EN MODELS SOFT V02 2X Expressions...
Страница 442: ...442 Programming manual CNC 8055 CNC 8055i 15 COORDINATE TRANSFORMATION M EN MODELS SOFT V02 2X TCP Transformation G48...
Страница 448: ......
Страница 454: ...454 Programming manual CNC 8055 CNC 8055i B M EN MODELS SOFT V02 2X Program control instructions...
Страница 462: ...462 Programming manual CNC 8055 CNC 8055i C M EN MODELS SOFT V02 2X Summary of internal CNC variables...
Страница 463: ...Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X 463 Key code KEY CODE Alpha numeric keyboard and monitor...
Страница 464: ...464 Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X Key code...
Страница 465: ...Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X 465 Key code Alphanumeric operator panel...
Страница 466: ...466 Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X Key code MC operator panel...
Страница 467: ...Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X 467 Key code...
Страница 468: ...468 Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X Key code...
Страница 469: ...Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X 469 Key code MCO TCO operator panel...
Страница 470: ...470 Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X Key code Alphanumeric keyboard...
Страница 471: ...Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X 471 Key code 11 LCD Monitor...
Страница 472: ...472 Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X Key code...
Страница 478: ...478 Programming manual CNC 8055 CNC 8055i F M EN MODELS SOFT V02 2X Maintenance...
Страница 479: ...Programming manual CNC 8055 CNC 8055i F SOFT V02 2X 479...
Страница 480: ...480 Programming manual CNC 8055 CNC 8055i F SOFT V02 2X...
Страница 481: ......