·416·
Programming manual
CNC 8055
CNC 8055i
14.
PROGR
A
M CONTR
O
L
INSTRUCTIONS
·M· & ·EN· M
ODELS
S
OFT
: V02.2
X
Scre
en customizing
i
n
stru
ctio
ns
• ( WBUF )
Enters into memory, adding to the program being edited and after the cursor position, the block
being edited by means of (WBUF "text", (expression)). It also clears the editing buffer in order
to edit a new block.
This allows the user to edit a complete program without having to quit the user editing mode after
each block and press ENTER to "enter" it into memory.
After executing this program the block being edited contains:
(PCALL 25, A=23.5, B=-2.25)
( SYSTEM )
The mnemonic SYSTEM stops execution of the user customized program and returns to the
corresponding standard menu of the CNC.
Customizing program example:
The following customizing program must be selected as user program associated to the Editing
Mode.
After selecting the Editing Mode and pressing the USER softkey, this program starts executing and
it allows assisted editing of 2 user cycles. This editing process is carried out a cycle at a time and
as often as desired.
Displays the initial editing page (screen)
Sets the softkeys to access the various modes and requests a choice
(WBUF "(PCALL 25, ")
; Adds "(PCALL 25, " to the block being edited.
(IB1=INPUT "Parameter A:",-5.4)
; Request of Parameter A.
(WBUF "A=", IB1)
; Adds "A=(value entered)" to the block being edited.
(IB2=INPUT "Parameter B: ", -5.4)
; Request of Parameter B.
(WBUF ", B=", IB2)
; Adds "B=(value entered)" to the block being edited.
(WBUF ")")
; Adds ")" to the block being edited.
(WBUF )
; Enters the edited block into memory.
...
N0
(PAGE 10 )
N5
(SK 1="CYCLE 1",SK 2="CYCLE 2",SK 7="EXIT")
(WKEY )
(IF KEY EQ $FC00 GOTO N10)
(IF KEY EQ $FC01 GOTO N20)
(IF KEY EQ $FC06 SYSTEM ELSE GOTO N5)
; Request a key
; Cycle 1
; Cycle 2
; Quit or request a key
Summary of Contents for 8055 M
Page 1: ...CNC 8055 M EN Programming manual Ref 1711 Soft V02 2x...
Page 8: ...8 Programming manual CNC 8055 CNC 8055i SOFT V02 2X...
Page 12: ...12 CNC 8055 CNC 8055i Declaration of conformity and Warranty conditions...
Page 16: ...16 CNC 8055 CNC 8055i Version history...
Page 22: ...22 CNC 8055 CNC 8055i Returning conditions...
Page 24: ...24 CNC 8055 CNC 8055i Additional notes...
Page 26: ...26 CNC 8055 CNC 8055i Fagor documentation...
Page 448: ......
Page 464: ...464 Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X Key code...
Page 466: ...466 Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X Key code MC operator panel...
Page 467: ...Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X 467 Key code...
Page 468: ...468 Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X Key code...
Page 471: ...Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X 471 Key code 11 LCD Monitor...
Page 472: ...472 Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X Key code...
Page 478: ...478 Programming manual CNC 8055 CNC 8055i F M EN MODELS SOFT V02 2X Maintenance...
Page 479: ...Programming manual CNC 8055 CNC 8055i F SOFT V02 2X 479...
Page 480: ...480 Programming manual CNC 8055 CNC 8055i F SOFT V02 2X...
Page 481: ......