EasyManua.ls Logo

Fagor 8055 M - Page 416

Fagor 8055 M
482 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
·416·
Programming manual
CNC 8055
CNC 8055i
14.
PROGRAM CONTROL INSTRUCTIONS
·M· & ·EN· MODELS
SOFT: V02.2X
Screen customizing instructions
•( 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

Table of Contents

Related product manuals