·242·
Installation manual
CNC 8060
CNC 8065
4.
PLC PROGRAMMING.
(REF: 1402)
Comments.
All comments must begin with ";". Lines beginning with a ";" are considered comments and
are not executed.
Empty lines are also possible.
Programming example:
PRG ; Directing instruction
; Example ; Comment
I100 = M102 ; Executable instruction
I28 AND I30 ; Logic expression
= O25 ; Action instruction
I32 \ ; Consulting instruction (1st part of expression)
AND I36 ; Consulting instruction (2nd part of expression)
= M300 ; Action instruction
END ; Directing instruction