EasyManua.ls Logo

Fagor CNC 8035 - Chapter 13 Plc Programming Example; Definition of Symbols (Mnemonics)

Fagor CNC 8035
470 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...

Installation manual
CNC 8035
13.
PLC PROGRAMMING EXAMPLE
Definition of symbols (mnemonics)
(SOFT M: V15.3X)
(S
OFT T: V16.3X)
·410·
13.1 Definition of symbols (mnemonics)
It is a possible to associate a symbol (name) to any PLC resource. It may have up to 8 characters
so long as the name does not coincide with any of the reserved instructions. It may not contain the
following characters: blank-space " ", equal sign "=", parenthesis "(" or ")", comma "," or semi-colon
";".
These symbols or names must always be defined at the beginning of the program. Duplicate
symbols cannot be defined; but several symbols may be assigned to the same resource.
For better clarification, the symbols used in this program are grouped by subjects.
Used in: Basic and necessary programming.
Used in: Treatment of the axis travel limit switches.
Used in: Treatment of the machine reference (home) switches.
Used in: Treatment of M, S, T functions.
Used in: Machine way lubrication.
DEF I-EMERG I1 External emergency input.
DEF I-CONDI I70 Conditional mode. The CNC interrupts part-program execution
when executing auxiliary function M01
DEF SERVO-OK I71 The servo drives are O.K.
DEF O-EMERG O1 Emergency output. It must be normally high.
DEF I-LIMTX1 I72 X axis positive overtravel limit switch
DEF I-LIMTX2 I73 X axis negative overtravel limit switch
DEF I-LIMTY1 I74 Y axis positive overtravel limit switch
DEF I-LIMTY2 I75 Y axis negative overtravel limit switch
DEF I-LIMTZ1 I76 Z axis positive overtravel limit switch
DEF I-LIMTZ2 I77 Z axis negative overtravel limit switch
DEF I-REF0X I78 X axis home switch
DEF I-REF0Y I79 Y axis home switch
DEF I-REF0Z I80 Z axis home switch
DEF M-03 M1003 Auxiliary mark. Indicates that M03 must be executed
DEF M-04 M1004 Auxiliary mark. Indicates that M04 must be executed
DEF M-08 M1008 Auxiliary mark. Indicates that M08 must be executed
DEF M -41 M1041 Auxiliary mark. Indicates that M41 must be executed
DEF M -42 M1042 Auxiliary mark. Indicates that M42 must be executed
DEF I-LUBING I81 Operator request to lubricate the ways of the machine
DEF O-LUBING O2 Ways lubrication output

Table of Contents

Related product manuals