EasyManua.ls Logo

Fagor 8055 M - Page 414

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...
·414·
Programming manual
CNC 8055
CNC 8055i
14.
PROGRAM CONTROL INSTRUCTIONS
·M· & ·EN· MODELS
SOFT: V02.2X
Screen customizing instructions
( 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.

Table of Contents

Related product manuals