·252·
Installation manual
CNC 8060
CNC 8065
4.
PLC PROGRAMMING.
(REF: 1402)
Action instructions.
4.4.1 Assignment binary instructions.
They assign the value (0/1) resulting from a logic expression to the indicated resource.
= I 1/1024 = O 1/1024 = M 1/8192
= MSG 1/1024 = ERR 1/1024 = TEN 1/512
= TRS 1/512 = TGn 1/512 #/R = CUP 1/256
= CDW 1/256 = CEN 1/256 = CPR 1/256 #/R
= B 0/31 R 1/499 = CNC-PLC mark
I3 = TG1 4 100
Assigns the status of input I3 to the trigger input TG1 of timer T4. Thus, an up-flank
at I3 will trigger the TG1 input of timer T4.
(I2 OR I3) AND (I4 OR (NOT I5 AND I6)) = M111
Assigns to mark M111 the result of evaluating the logic expression: (I2 OR I3) AND
(I4 OR (NOT I5 AND I6)).