13
Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Embed Size (px)

Citation preview

Page 1: Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE

TIMERSWhen and how to

use them

Page 2: Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE

In process controls the timing is often really important; a stable time basis is necessary to sincronyse all the steps of signalling plants (e.g. traffic light plants)

Page 3: Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE

Traffic light simulation system

Page 4: Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE

it is sometimes possible to measure a quantity, controlling the length of time the action requires (e.g. the radius lift arm which takes the inert materials necessary to produce concrete)

Page 5: Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE

Radius lift arm

Page 6: Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE

it is sometimes necessary to verify that a certain action is over within the given time or to stop it (time out alarm)

Page 7: Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE

Automatic gate

Page 8: Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE

TIMERS are tha macro instructions available in every PLC (programmable logic controller) in order to control the processes mentioned before.

Page 9: Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE

S_VIMP = timer typeS = set inputTW = time constantR = reset inputT no. = timer numberQ = output timerDUAL = time missing to the end, in Binary codeDEZ = time missing to the end, in BCD code

Page 10: Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE

S_EVERZ = timer typeS = set inputTW = time constantR = reset inputT no. = timer numberQ = output timerDUAL = time missing to the end, in Binary codeDEZ = time missing to the end, in BCD code

Page 11: Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE

S_SEVERZ = timer typeS = set inputTW = time constantR = reset inputT no. = timer numberQ = output timerDUAL = time missing to the end, in Binary codeDEZ = time missing to the end, in BCD code

Page 12: Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE

S_AVERZ = timer typeS = set inputTW = time constantR = reset inputT no. = timer numberQ = output timerDUAL = time missing to the end, in Binary codeDEZ = time missing to the end, in BCD code

Page 13: Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE TIMERS When and how to use them

Dott. Ing. Alessandro Paganin - I.T.I. Malignani UDINE

BIBLIOGRAPHY:Siemens Simatic Software Ladder Logic Programming manual