This document has been prepared in order to be used by OSAI. It describes the latest release of the
product.
OSAI reserves the right to modify and improve the product described by this document at any time
and without prior notice.
Actual application of this product is up to the user. In no event will OSAI be responsible or liable for
indirect or consequential damages that may result from installation or use of the equipment described
in this text.
abc
abc
UPDATE
10 Series CNC ASSET – Reference Manual
SUMMARY OF CHANGES
General
This publication was issued in parallel with delivery of software release 6.1; it supersedes the
previous manual Mov.(04) in its entirety.
CHAPTERUPDATING TYPE
INDEXupdated
CHAPTER 1
Page 6inserted: new field PRO_OFFS in the AXES table.
CHAPTER 5
Page 7inserted: note concerning the use of the RAP command.
CHAPTER 7
Page 8inserted: note concerning the use of the SAX command.
10 Series CNC ASSET Reference Manual (05)
abc
10 Series CNC ASSET – Reference Manual
PREFACE
This manual is intended for 10 Series CNC programmers.
It describes the standard language extensions provided with the ASSET option.
REFERENCES
Preface
This publication constitutes an extension of the 10 Series CNC standard programming language.
Further information may be found in the other manuals of the 10 Series:
• 10 Series CNC Programming Manual
• 10 Series CNC User Manual
• 10 Series CNC AMP - SW Characterisation Manual
• 10 Series CNC PLUS Lybrary - User Manual
• 10 Series CNC PLUS Application Manual
• 10 Series CNC PLUS Language and PLUSEDIT
10 Series CNC ASSET Reference Manual (01)1
Preface
10 Series CNC ASSET – Reference Manual
SUMMARY
1. General
This chapter provides an introduction to the ASSET language and lists the complete set of
ASSET variables.
2. Input commands
This chapter discusses the commands that permit to define and handle manual data entry
windows.
3. Screen management commands
This chapter discusses the commands used for configuring and handling configurable video
screens.
4. File management commands
This chapter describes the ASSET commands used for opening, reading, writing, closing,
deleting and saving ASCII files in the directory of programs.
5. Process management commands
This chapter deals with ASSET commands that permit to read process parameters such as
current and programmed tool number, current and programmed tool offset number, process
state, sub-state and mode, and axes coordinates.
6. Serial line management commands
This chapter describes the commands for management of the serial line: modes of configuration
and operation of the triliteral functions for data reception/transmission.
7. Operating commands
This chapter describes the commands by way of which a process can be issued operating
commands such as CYCLE ON, CYCLE OFF, HOLD, etc.
Appendix A - ASSET error messages
This appendix lists the error messages that may be displayed by the system when executing
ASSET commands.
Appendix B - Error management from part program
This appendix contains information on how to manage certain types of error from the part
program so as not to interrupt execution of the part program itself.
Appendix C - ASSET triliterals table
This appendix provides the complete list of ASSET triliteral functions.
210 Series CNC ASSET Reference Manual (01)
Preface
10 Series CNC ASSET – Reference Manual
Indicating facts or circumstances that may cause damage to the system,
WARNINGS
For correct use of the system, it is important to follow the indications given in the manual, and in
particular those items marked: WARNING, CAUTION or IMPORTANT.
WARNING
CAUTION
IMPORTANT
items of equipment or operators.
Indicating information to be taken into consideration in order to avoid damage
to the equipment in general.
Indicating operations to be carried out with particular care to ensure full
success of the application.
Serial line management errors ..........................................................................B-4
ASSET TRILITERALS TABLE
List of the Asset Triliterals ................................................................................C-1
END OF INDEX
vi10 Series CNC ASSET Reference Manual (05)
Chapter
1
GENERAL
INTRODUCTION
ASSET (Advanced Super Set Extension Tool) is a programming language that enhances
10 Series standard programming capabilities. It provides a set of instructions, variables and
variables handling rules that facilitate customisation of 10 Series functions.
In particular, ASSET permits to:
• create personalised video screens.
• create data entry windows and personalise their size, position, graphic layout, background and
foreground colors, and the number and length of the various data entry fields.
• open, read, write and close ASCII files.
• manage PLUS tables and read and/or write accessible parameters.
• read and/or write PLUS I/O variables.
• handle a series of process commands used for reading the process status, the axes position,
the tool parameters, etc.
• handle the serial line from part programs.
• send out operating commands in emulation of the Front Panel/Teach Pendant.
These operations can be carried out by means of specific 3-letter ASSET codes or by writing in the
program blocks the ASSET variables that provide access to parameters that are normally
inaccessible to the programming environment. These commands can be given by the part program
or entered from keyboard, i.e. written by the operator when the system is in MDI mode.
For example, ASSET can be used for programming a machining operation that needs to be
automatically interrupted and kept on hold by the system until the operator fills in a given data entry
window. Each ASSET command described in the manual is supplied with application examples.
10 Series CNC ASSET Reference Manual (05)1-1
Chapter 1
General
Like all high level languages, ASSET must also be used by adequately trained personnel that are
also well acquainted with the characteristics of the system. If inappropriate alterations are made to
the system and logic parameters accessible via ASSET, serious system errors and malfunctions
may occur.
ASSET instructions can be easily combined with the traditional 10 Series programming language.
Actually, ASSET enhances 10 Series programming capabilities by making it possible for 10 Series
commands to handle ASSET variables.
In addition to standard commands, functions and variables, ASSET uses 10 Series syntactic rules
and conventions. For more information about these programming rules and conventions, please
refer to 10 Series CNC Programming Manual.
1-210 Series CNC ASSET Reference Manual (05)
Chapter 1
General
VARIABLES
ASSET permits to write, read and alter any system variable, with the exception of those to which
special restrictions apply. In doing so it applies the same syntactic rules and conventions as the
standard 10 Series programming language. For more information about standard programming,
please refer to Chapter 7 of 10 Series Programming Manual.
Here is a list of variables handled by ASSET:
• Local variables: E and H.
• System variables: SN and SC.
• User variables: They are identified by an exclamation mark followed by a name. For example,
!USER1. They can contain long real numerical formats and alphanumeric characters.
•PLUS variables: They are identified by an @ followed by a name. For example, @PROG They
can contain short, long or boolean numerical values.
•User Table variables: They are identified by an L followed by a numerical index from 0 through
399 which indicates the table cell. The index-cell relationship will be discussed in a later
chapter.
•PLUS Table variables: They are identified by the $ character followed by the name given to the
variable in the table and an index enclosed between brackets which provides the axes ID (axes
table), the record number (tools table) or the tool offset number (tool offsets table).
Examples:
$AXORIG(2)Identifies the current origin of the axis whose ID is 2 (read only)
$TSTATUS(25)Identifies the condition of the tool stored in record 25 of the tools table
$TACTL1(125)Identifies the current length of the tool stored in record 125 of the tools offset
table.
User Table and PLUS variables are described later in this chapter. For more information about
local, system user variables, please refer to the following 10 Series documents: Programming
Manual, Characterisation Manual, and PLUS Library Manual.
10 Series CNC ASSET Reference Manual (05)1-3
Chapter 1
General
User Table Variables
The User Table (refer to Chapter 3 in the "PLUS Application Manual") has 100 records, each one
of which is made up of 4 variables, for a total 400 variables. The variable index ranges from 0 to
399.
The records and the variables stored in them are arranged sequentially, as shown in the following
To calculate the index when the position of the cell in the table and the variable are known, the
following formula can be used:
Index = (Record Number - 1) x 4 + (Number of the variable in the record - 1)
For example, the index of the highlighted cell in the table is as follows:
Index = (4 - 1) x 4 + (3 - 1) = 14
To calculate the record number and the variable when the index is known, the following formula
may be used:
Record = (Index / 4) + 1
Variable = [Remainder of (Index / 4)] + 1
For example, L145 addresses record 37 (145 / 4 + 1) and variable 2 (remainder of the division + 1
= 1 + 1).
1-410 Series CNC ASSET Reference Manual (05)
Chapter 1
General
Values read or written in PLUS tables using ASSET are not affected by the
current unit of measure (G70/G71) but are considered as absolute values. It
lengths are with reference to the machine's unit of measure configured in
PLUS Tables Variables
PLUS Tables include the Axes Tables, the Tools Tables and the Tools Offsets Tables. The
contents of these tables are normally handled by the machine logic. Each PLUS Table is made up
of a given number of pages which contain the parameters that describe the object of the table. The
number of pages in each table is as follows:
TableN° of PagesContents
Axes table32Axes identification
Tools Table250Record number in the table
Tool OffsetsTable300Tool offsets number
The table page number coincides with the index that follows the variable name.
The type, number and symbol of a parameter vary from table to table. The sections that follow
illustrate a typical page of each table. For further information about these tables, refer to Chapter 3
of the "PLUS Application Manual".
The ASSET instruction LCK permits to write protect PLUS tables. When write protection is active,
PLUS tables may be accessed only via ASSET. More information about the LCK triliteral is
provided in the final section of this chapter.
IMPORTANT
should be remembered therefore that any numeric values representing
AMP; it is up to the operator to perform any conversion required.
10 Series CNC ASSET Reference Manual (05)1-5
Chapter 1
General
Axes Table
Each of the 32 pages in this table is made up of 19 fields identified by a name, as shown in the
example below. The index of each variable can range from 1 through 32 and corresponds to the
axes ID. The index may be a numerical value or another variable.
FieldTypeVariable nameFormatMeaning
reservedreserved--------AXNAMEread only$AXNAME(x)Saxis name in ASCII
AXORIGread only$AXORIG(x)Dvalue of current origin
reservedreserved--------AXOFG92read only$AXOFG92(x)Dcurrent G92 offset value
AXTOFFread only$AXTOFF(x)Dcurrent tool offset value
PRO_OFFS read only$PRO_OFFS (x)Dtotal current corrector value
applied by the process when an 'h'
is enabled
TOT_OFFS read only$TOT_OFFS(x)Dtotal offset of the current axis
ORIG1read/write$ORIG1(x)Dvalue of origin # 1
ORIG2read/write$ORIG2(x)Dvalue of origin # 2
ORIG3read/write$ORIG3(x)Dvalue of origin # 3
ORIG4read/write$ORIG4(x)Dvalue of origin # 4
ORIG5read/write$ORIG5(x)Dvalue of origin # 5
ORIG6read/write$ORIG6(x)Dvalue of origin # 6
ORIG7read/write$ORIG7(x)Dvalue of origin # 7
ORIG8read/write$ORIG8(x)Dvalue of origin # 8
ORIG9read/write$ORIG9(x)Dvalue of origin # 9
ORIG10read/write$ORIG10(x)Dvalue of origin # 10
reservedreserved------
x = page number or axis identification number
S = short, D = double
Example:
To write in variable E1 the value of the current total offset of the axis identified by ID4, which is the
sum of the axis origin, the G92 offset and the tool offset, key in the following instruction:
E1 = $TOT_OFFS(4)
To assign to the origin # 1 of the axis identified by ID 5 the numerical value 1.4, key in the
following:
$ORIG1(5) = 1.4
1-610 Series CNC ASSET Reference Manual (05)
Chapter 1
General
Tools Table
Each of the 250 records of the table has 13 fields whose ID's are shown in the following diagram.
Each variable can take an index from 1 to 250. They can be expressed by a number or an E
parameter.
FieldTypeVariable nameFormat Meaning
TCODEread/write$TCODE(x)T**tool code
TOOLPOS*read/write$TOOLPOS(x)SInformation regarding the tool position
TFAMCOLread/write$TFAMCOL(x)Sreserved
TOOLTYPE*read/write$TOOLTYPE(x)SInformation regarding the type of tools
TSTATUSread/write$TSTATUS(x)Stool status
TCNTRLread/write$TCNTRL(x)Stool control word
MAXLIFEread/write$MAXLIFE(x)DInitial life
REMLIFEread/write$REMLIFE(x)Dreal life
TUSER1read/write$TUSER1(x)DUser variable # 1 for tool
TUSER2read/write$TUSER2(x)DUser variable # 2 for tool
TUSER3read/write$TUSER3(x)DUser variable # 3 for tool
TUSER4read/write$TUSER4(x)DUser variable # 4 for tool
TOLOFNRread/write$TOLOFNR(x)Sdefault tool offset number
x = page number or tool record number
S = short, D = double
* = these fields of the table may have various meanings depending on the configuration and on
how they are used by the machine logic (see the 10 Series User Manual for details).
** = integer number (max. 12 digits)
Example:
To read the code of the tool stored in record 35 key in the following function:
(DIS, $TCODE(35))
To assign to the tool stored in record 42 a life equal to 500 cycles, key in the following:
$LIFETYPE(42) = 3
$MAXLIFE(42) = 500
10 Series CNC ASSET Reference Manual (05)1-7
Chapter 1
General
Tool Offsets Table
Each of the 300 pages or tool offsets in this table is made up of 9 fields. Each field is identified by a
name which is shown in the table below. Variable indexes range from 1 to 300. An index may be a
numerical value or another variable.
FieldTypeVariable nameFormatMeaning
TACTL1read/write$TACTL1(x)Dcurrent tool length # 1
TCMAXL1read/write$TCMAXL1(x)Dmaximum offset for length # 1
TCACTL1read/write$TCACTL1(x)Dcurrent offset for length # 1
TACTL2read/write$TACTL2(x)Dcurrent tool length # 2
TCMAXL2read/write$TCMAXL2(x)Dmaximum offset for length # 2
TCACTL2read/write$TCACTL2(x)Dcurrent offset for length # 2
TDIAMETERread/write$TDIAMETER(x)Dtool diameter
TCACDIAMread/write$TCACDIAM(x)Ddiameter offset value
TORIENTread/write$TORIENT(x)Stool orientation
x = page number or offset number
S = short, D = double
Example:
If you want to supply the maximum requalification of the length # 1 of the corrector 137 with the
value in the user # 3 variable in the Tool Table at record 35, write:
$TCMAXL1(137) = $TUSER3(35)
1-810 Series CNC ASSET Reference Manual (05)
Chapter 1
General
PLUS I/O
PLUS inputs are arranged in 85 11 bit arrays. PLUS outputs are arranged in 85 6 bit arrays.
ASSET permits the system to handle 934 inputs and 510 outputs.
An array and its Input or Output are identified by an I or an O preceded by $ and followed by the bit
index between brackets: $I(index) or $O(index), as in the User Table. For example, $I(35),
$O(812).
The Input/Output arrays can be pictured as tables, as shown in the figures below.
Inputs
Arrays or groups of inputs may be numbered from 00 to 84, whereas the 11 bits in the array are
numbered from 0 to 10. The index of the first input variable will be 0, whereas the index of the last
input variable will be 934, as shown in the table below:
To calculate the index from the cell position, i.e. when the array and bit numbers are known, use
this formula:
Index = array number x 11 + bit number
For example, to address bit 7 from array 03, the $I variable must be assigned the following index:
Index = 3 x 11 + 7 = 40
The resulting variable will be $I(40), as shown in the table.
To calculate the array and bit numbers from the index, divide the index by 11: the ---- will be the
array number and the remainder will indicate the bit number.
For example, the $I(172) variable will address the 15 (172 / 11) array and the 7 (172 - 15 x 11) bit.
10 Series CNC ASSET Reference Manual (05)1-9
Chapter 1
General
Outputs
Arrays or groups of outputs may be numbered from 00 to 84, whereas the 6 bits in the array are
numbered from 0 to 5. The index of the first output variable will be 0, whereas the index of the last
output variable will be 509, as shown in the table below:
To calculate the index from the cell position, i.e. when the array and bit numbers are known, use
this formula:
Index = array number x 6 + bit number
Examples:
1. To address bit 2 from array 03, the $O variable must be assigned the following index:
Index = 3 x 6 + 2 = 20
The resulting variable will be $O(20), as shown in the table.
2. To calculate the array and bit numbers from the index, divide the index by 16: the integer value
obtained through the division will be the array number and the remainder will indicate the bit
number.
For example, the $O(214) variable will address the 35 (214/6) array and the 4 (214 - 35 x 6) bit.
1-1010 Series CNC ASSET Reference Manual (05)
Chapter 1
General
FILE
10 Series ASSET can manage two types of files:
• ASCII files
• Binary (data) files
Except where otherwise stated, these files are located in default directory E:\FILE or F:\FILE, which
ASSET can access. However it is also possible to read or write with ASSET in files belonging to
other directories. In this case, the full pathname and extension of the file in question must be
specified (e.g. E:\USER\FILE|FILE1.DAT).
These files are located in the E:\FILE or F:\FILE directories, which are accessible to ASSET. Their
main characteristics are discussed in the sections that follow.
ASCII files
ASCII files may contain part programs, messages, etc. They are not formatted and have records of
undefined length that must be written and read sequentially. ASCII files are given the .ASC
extension by the system by default, in cases where the file was opened in read or write mode
without the full pathname and extension being specified.
In an ASCII file it is not possible to read, write or search for a specific record. Maximum record
length is 127 characters.
The system always starts reading an ASCII file from the first record, on which it positions
automatically as it opens the file.
Writing an ASCII file means adding a new record after the last record in the file. To edit an ASCII
file it is necessary to read it sequentially, make the necessary alterations and write a new file that
will replace the old one.
10 Series CNC ASSET Reference Manual (05)1-11
Chapter 1
General
Binary files
Binary files are formatted files that are used for storing the parameters managed by the system, i.e.
variables, numbers, parameters, etc. Records have a fixed length that is declared when the first
record is written. Binary files are given the .DAT extension by the system by default, in cases
where the file was opened in read or write mode without the full pathname and extension being
specified.
For example, to write in a file the tool code with the relevant TUSER1-4 user variables the binary
file record will be as follows:
TCODETUSER1TUSER2TUSER3TUSER4
When the system writes the first record it automatically creates a header that is invisible to the user
and defines the format of all the file records.
Binary file records can be searched for and addressed for reading and writing operations.
A record can be up to 300 bytes long.
To calculate the record length in bytes it is necessary to know the length of each of the variables
stored in the record. This information is listed in the table below:
VariableLength in bytes
Boolean1
Byte1
Short2
Long4
Real4
Long Real (Double)8
StringNumber of characters in the string.
For example: SC0.4 --> 4 characters --> 4 bytes
Example:
if you write the following variables in a table:
(WRT,1,E1,E5,L3)
The record will occupy 24 bytes because there are 3 double variables and 3 x 8 = 24
For the following writing command:
(WRT,1,SC0.60,L5,"TEST")
the record length will be 72 bytes (60 + 8 + 4).
Unless otherwise specified in the reading or writing command, access to the file occurs at the first
record for reading and after the last record for writing. After a record has been read or written the
cursor will position to the subsequent record.
When reading or writing commands including ASSET binary files it is possible to declare a
parameter that specifies the number of the target record.
1-1210 Series CNC ASSET Reference Manual (05)
Chapter 1
General
COMMANDS
ASSET ensures full compatibility with the commands and instructions typical of the standard
programming environment. For more information about parametric programming, please refer to
Chapter 7 of the 10 Series Programming Manual.
Here is a list of syntactic and typographical conventions used throughout the manual:
The function name and the mandatory signs will be printed in boldface type. Mandatory parameters
associated to a function will be indicated by an italicised mnemonics. Parameters may be enclosed
between brackets.
[ ] Square brackets enclose optional parameters that may be omitted. Do not write these
brackets in the block.
{ } Graphs enclose parameters that are alternative to one another and are separated by a |. Do
not write graphs in the block.
| The vertical bar is the separator between two alternative parameters. Do not write this bar in
the block.
Parameters may be expressed by letters, alphanumeric characters and numbers. Letters are used
as keys or to identify the characteristic of a command. Alphanumeric characters identify file and
variable names and are used for messages. Numbers identify parameters, multiple elements, etc.
Non significant zeroes can be omitted.
Example:
(OPN, channel, filename, {A|B}, {R|W})
The three-letter code, the commas and the brackets are mandatory. A is alternative to B and R is
alternative to W.
The sections that follow describe ASSET functions. For each function the following information is
provided:
• Function name
• Meaning
• Syntax
• Mandatory and optional parameters
• Other characteristics and notes
• Examples.
10 Series CNC ASSET Reference Manual (05)1-13
Chapter 1
General
LCK - Locking/Unlocking PLUS tables
This instruction permits to inform the logic or other applications that the specified table is being
edited and is not accessible to them. After the table has been edited it is necessary to give another
LCK in order to indicate that the table is available.
Syntax:
(LCK, table number, {0 | 1})
where:
table numberIs a number from 1 to 4 that identifies the write protected table. It can be
expressed as a numerical value, a local variable or a system variable with the
following mening:
0 | 1Write 1 to indicate that the specified table is write protected by ASSET. If the
table is already reserved by another user, such as PLUS or Table Editor, an
error message will be displayed:
NC270 PLUS Table already locked
This error can be managed from program by setting ERR = 1. For more
information refer to Appendix B.
Write 0 to indicate that the table is no longer reserved for ASSET and can be
accessed by other users.
Characteristics
$xxxxxx or L variables are always accessible and need not be write protected with ASSET.
However, it is recommended to lock the table to make sure that no other user has access to the
memory area written by ASSET.
Use LCK to unprotect a table only when it has been write protected from part program. Otherwise,
you may unprotect a table that was reserved for other users (such as the machine logic).
1-1410 Series CNC ASSET Reference Manual (05)
General
Example:
The following example shows how to write variables in the Tools Table:
. . .
. . .
ERR = 1enables error management from part program
"LOOP"
(LCK,2,1)
(GTO,LOOP,STE=45)45 = write protected table; waiting for unlocking command
$TCODE(1) = 12
$TUSER1(1) = 3.45
$TCODE(2) = 13
$TUSER1(2) = 6.21
(LCK,2,0)unprotected tools table
ERR = 0disables error management from part program
. . .
. . .
Chapter 1
10 Series CNC ASSET Reference Manual (05)1-15
Chapter 1
General
END OF CHAPTER
1-1610 Series CNC ASSET Reference Manual (05)
Chapter
2
INPUT COMMANDS
Input commands permit to create, customise and manage data entry windows. In particular, they
make it possible to:
• Define the labels of the data entry fields and the destination of input data;
• Define the layout of the data entry window: window size and position, text position, etc.
• Define the background, foreground and text colors.
The three-letter codes that allow to program these features are as follows:
• DIF
• INP
10 Series CNC ASSET Reference Manual (04)2-1
Chapter 2
Input Commands
DIF - Definition of a data field
DIF permits to define the size and color of a data entry window that has been programmed with the
INP command. It must be used when the characteristics to be configured are different from the
default ones.
Syntax
(DIF, window number, first line, first column, first field line, first field column, empty lines , number
of fields [,background color, text color, field color])
where:
window numberidentifies a predefined window. It is an integer from 1 to 10. DIF,0 invokes the
default window, which cannot be modified.
first lineis the screen line where the data entry window starts. It is an integer from 0 to
18.
Line 19 is always reserved for error messages.
first columnis the screen column where the border of the window is positioned. It is an
integer from 0 to 79 which must obviously be selected according to the length of
the displayed data.
first field lineis the line occupied by the first window field declared in the INP block. This field
may be the name of the window or a data field.
It is a value in the 0 to 18 range which depends on the value of the first line
parameter.
first field columnis the screen column occupied by the first INP field and measures the distance
from the screen border to the window border in characters. If programmed with
the INP command the field will be automatically centered.
It is an integer from 0 to 79 which must obviously be selected according to the
length of the displayed data.
empty linesis the number of empty lines that separates two subsequent comment or field
lines.
It is an integer from 0 to 18 which must obviously be selected according to the
available space and the length of the displayed data. If you write 0 there will be
no empty lines.
If INP programs only one data entry field, the empty lines value is use for
positioning the lower border with respect to the last displayed line.
number of fieldsspecifies the number of fields to be displayed on the same line. It ranges from 1
to 4. The distance between two fields is 3 characters.
background color (optional) Defines the color of the data entry window background. If it is omitted,
the default background color is blue. Allowed values are between 0 and 7. The
meaning of these values is shown in the Characteristics section.
2-210 Series CNC ASSET Reference Manual (04)
Chapter 2
Input Commands
text color (optional) Defines the color of the name and text displayed in the data entry
window. If it is omitted, the default color is yellow. Allowed values are between
0 and 7. The meaning of these values is shown in the Characteristics section.
field color(optional) Defines the color of the characters and markers entered from the
keyboard on the fields programmed with INP. If it is omitted, the default color is
white . Allowed values are between 0 and 7. The meaning of these values is
shown in the Characteristics section.
Characteristics
• The parameters configured in the background color, text color and field color are as follows:
1. black
2. blue
3. green
4. cyan
5. red
6. magenta
7. yellow
8. white
• The window layouts established by DIF are retained in the system memory after a reset.
10 Series CNC ASSET Reference Manual (04)2-3
Chapter 2
Input Commands
• All the fields in the DIF instruction (included the colors) may be programmed directly, i.e., by
writing numerical values, or through local and system variables.
• ASSET includes a default DIF instruction. If no DIF is declared in the INP instruction, the default
DIF displays the following window. This window implies that INP has declared 8 fields plus the
WINDOW NAME. The numbers of lines and columns are in italics. Default window parameters
are as follows:
column 0column 79
PROCESS CONTROLLED: 1CAPS ONDATE: 15/12/1993TIME: 9:35:00
PROC: 1 IDLEAUTOOPT STOPRETRACE
0
1
2
FIELD 1:xxxxxxxxxx
3
4
FIELD 2:xxxxxxxxxx
5
6
FIELD 3:xxxxxxxxxx
7
8
FIELD 4:xxxxxxxxxx
9
10
FIELD 5:xxxxxxxxxx
11
12
FIELD 6:xxxxxxxxxx
13
14
FIELD 7:xxxxxxxxxx
15
16
FIELD 8:xxxxxxxxxx
17
18
(Reserved for error messages)
19
MACHINE SETUPTABLESDIAGNOSTICSPERIPHERALSUTILITY
WINDOW NAME
POS DISPLAYNEXT DISPLAYSELECT PROCESSENLARGEHELP
AUTOMANUALPART PROGRAMVARIABLESOEM SOFTKEY
First line:0
First column:0
First field line:1
First field column:1
Empty lines:1
Number of fields on a line:1
Background color:Blue
Label color:Yellow
Field color:White
These parameters are programmed by the following DIF format:
(DIF,1,0,0,1,1,1,1,6,7,4) (the last three digits can be omitted)
2-410 Series CNC ASSET Reference Manual (04)
Loading...
+ 76 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.