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

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

Dec 17, 2015

Download

Documents

Luke Banks
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
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