·414·
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
( ODW (expression 1), (expression 2), (expression 3) )
The mnemonic ODW defines and draws a white window on the screen with fixed dimensions (1 row
and 14 columns).
Each mnemonic has an associated number which is indicated by the value of expression 1 once
this has been evaluated.
Likewise, its position on screen is defined by expression 2 (row) and by expression 3 (column).
Expression 1, expression 2 and expression 3 may contain a number or any expression resulting in
a number.
The CNC allows 26 windows (0-25) to be defined and their positioning within the display area,
providing 21 rows (0-20) and 80 columns (0-79).
( DW(expression 1) = (expression 2), DW (expression 3) = (expression 4), ... )
The instruction DW displays in the window indicated by the value for expression 1, expression 3,
.. once they have been evaluated, the numerical data indicated by expression 2, expression 4, ...
Expression 1, expression 2, expression 3, .... may contain a number or any expression which may
result in a number.
The following example shows a dynamic variable display:
The CNC allows displaying the data in decimal, hexadecimal and binary format; the following
instructions are available:
(DW1 = 100)
Decimal format. Value "100" displayed in window 1.
(DWH2 = 100)
Hexadecimal format. Value "64" displayed in window 2.
(DWB3 = 100)
Binary format. Value "01100100" displayed in window 3.
When using the binary format, the display is limited to 8 digits in such a way that a value of
"11111111" will be displayed for values greater than 255 and the value of "10000000" for values
more negative than -127.
Besides, the CNC allows the number stored in one of the 26 data input variables (IB0-IB25) to be
displayed in the requested window.
The following example shows a request and later displays the axis feedrate:
(SK (expression 1) = "text1" (expression 2) = "text 2", .... )
The instruction SK defines and displays the new softkey menu indicated.
Each of the expressions will indicate the softkey number which it is required to modify (1-7, starting
from the left) and the texts which it is required to write in them.
Expression 1, expression 2, expression 3, .... may contain a number or any expression which may
result in a number.
N10
(ODW 1, 6, 33)
; Defines data window 1
(ODW 2, 14, 33)
; Defines data window 2
(DW1=DATE, DW2=TIME)
; Displays the date in window 1 and the time in 2
(GOTO N10)
(ODW 3, 4, 60)
; Defines data window 3.
(IB1=INPUT "Axis feed: ", 5.4)
; Axis feedrate request.
(DW3=IB1)
; Displays feedrate in window 3.
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: ......