Installation manual
CNC 8035
13.
PLC PROGRAMMING EXAMPLE
First cycle module.
(SOFT M: V15.3X)
(S
OFT T: V16.3X)
·412·
13.2 First cycle module.
CY1
( ) = ERA O1 512 = ERA C1 256 = ERA T1 256 = ERA R1 256 = ERA M1 2000
( ) = ERA M4000 4127 = ERA M4500 4563 = ERA M4700 4955
Initializes all PLC resources to low logic level "0".
( ) = TG1 2 120000
Initializes the timer which controls the lubrication of the machine ways on power-up. This operation
will be performed for 2 minutes.
( ) = TG2 4 3600000
Initializes the timer which controls the amount of time the axes are moving before they are lubricated.
This lubrication lasts 5 minutes and it takes place after the axes have been moving for 1 hour.
END