GSK218M CNC System Connection and PLC Manual
37
28 ORF
Logical Add
29 NOT
Logical Negation
30 EOR
Exclusive OR
5.1 END1(1
st
level sequence program end)
Function:
Must be spedifies once in a sequence program, either at the end of the 1
st
level sequence, or at the
beginning of the 2
nd
level sequence when there is no 1
st
level sequence. It can write 100 steps.
Format:
5.2 END2(2
nd
level sequence program end)
Function
Specify at the end of 2
nd
level sequence.
Format:
5.3 CALL(call subprogram)
Function
Call a specified subprogram.
CALL has the following additional functions:
* More than one call instructions can call the same subprogram.
* Calling instruction can be nested.
* Cannot call subprogram in 1
st
level sequence program.
* Subprogram must be written after END2.
Format:
END1
END2
ACT
CALL
Subprogram number