Presentation is loading. Please wait.

Presentation is loading. Please wait.

Automation and Drives L Innovative Switching & Control OGO! - The internal qualities count.

Similar presentations


Presentation on theme: "Automation and Drives L Innovative Switching & Control OGO! - The internal qualities count."— Presentation transcript:

1 Automation and Drives L Innovative Switching & Control OGO! - The internal qualities count

2 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart2 © Siemens AG 2006 - Subject to change without notice Integrated functions 8 basic functions Basic functions AND AND (edge) NAND NAND (edge) ORNORXORNOT The internal qualities count Integrated functions

3 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart3 © Siemens AG 2006 - Subject to change without notice Integrated functions AND function Izhod AND funkcije je 1 samo tedaj, ko so vsi vhodi 1. Če vhodni pin ni povezan, je vrednost vhoda avtomatično 1. Logic table for AND block: A look at the circuit diagram shows that the light H1 is only on when S1 and S2 and S3 are closed. Input and output states are dependent on each other. The circuit to the right is called AND logic. In words contact S1 and S2 and S3 have to be closed for the light to burn. Symbol for this connection is. Series circuit normally open contact & S1 S2 x H1 AND S3 S2 S3 H1 S1 Input 3 Output 0000 0010 0100 0110 1000 1010 1100 1111 Input 2Input 1 Integrated functions

4 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart4 © Siemens AG 2006 - Subject to change without notice Integrated functions Izhod funkcije OR je 1, ko je vsaj en vhod 1. Če vhodni pin ni povezan, je vrednost vhoda avtomatično 0. To turn the lamp H2 on, the contact S3 or S4 or S5 have to be closed. The dependence of output states from inputs states is called OR logic. In words at least one of the contacts S3 or S4 or S5 have to be closed for the lamp H2 to light up. Symbol for this connection is. OR function Logic table for OR block: Parallel circuit normally open contact > S1 S2 S3 H2 OR x S1 S2 H2 S3 Input 3 Output 0000 0011 0101 0111 1001 1011 1101 1111 Input 2Input 1 Integrated functions

5 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart5 © Siemens AG 2006 - Subject to change without notice Integrated functions AND with edge triggering Izhod funkcije “AND with edge triggering” je 1, če so vsi vhodi 1, in je bil v prejšnjem ciklu vsaj en vhod 0. Če vhodni pin ni povezan, je vrednost vhoda avtomatično 1. AND with edge triggering S1 S2 S3 H2 S1 S2 H2 S3 Electro mechanical counter 5160 & S1 S2 x H2 S3 Integrated functions

6 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart6 © Siemens AG 2006 - Subject to change without notice Integrated functions A look at the circuit diagram shows that the light H2 is not on, only when all contacts are switched. The circuit to the right is called NAND logic. In words S1 and S2 and S3 have to be switched for the light H2 not to burn. Symbol for this connection is. NAND (not-AND) function Izhod funkcije NAND je 0, ko so vsi vhodi 1. Če vhodni pin ni povezan, je vrednost vhoda avtomatično 1. Logic table for NAND block: Parallel circuit normally closed contact S1S2S3 H2 & S1 S2 S3 H2 NAND x Input 3 Output 0001 0011 0101 0111 1001 1011 1101 1110 Input 2Input 1 Integrated functions

7 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart7 © Siemens AG 2006 - Subject to change without notice Integrated functions NAND (not-AND) with edge triggering S1 S2 S3 H2 Izhod funkcije “NAND with edge triggering” je 1, ko je vsaj en vhod 0 in so bili v prejšnjem ciklu vsi vhodi 1. Če vhodni pin ni povezan, je vrednost vhoda avtomatično 1. Electro mechanical counter NAND with edge triggering S1S3 H2 5160 & S1 S2 S3 H2 x Integrated functions

8 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart8 © Siemens AG 2006 - Subject to change without notice Integrated functions A look at the circuit diagram shows that the light H1 is only on, when the normally closed contact S1 and S2 and S3 are not switched. The circuit to the right is called NOR logic. In words when S1 or S2 or S3 are switched, the light is not on. Symbol for this connection is. NOR (not-OR) function Izhod funkcije NAND je 1, če so vsi vhodi 0. Če vsaj en vhod dobi vrednost 1, je izhod 0. Če vhodni pin ni povezan, je vrednost vhoda avtomatično 0. Series circuit normally closed contact Logic table for NOR block: NOR >1>1 S1 S2 S3 H1 x S1 S2 H1 S3 Input 3 Output 0001 0010 0100 0110 1000 1010 1100 1110 Input 2Input 1 Integrated functions

9 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart9 © Siemens AG 2006 - Subject to change without notice Integrated functions XOR function Izhod funkcije XOR je 1, če sta oba vhoda različna. Če vhodni pin ni povezan, je vrednost vhoda avtomatično 0. XOR A look at the circuit diagram shows that the light H1 is only on, when only one of either S1 or S2 is switched. This circuit is called XOR logic. In words when either contact S1 or contact S2 are switched, the light is on. Symbol for this connection is. Logic table for XOR block: Input 2Output 000 011101 110 Input 1 =1 S1 S2 H1 S1 S2 H1 Integrated functions

10 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart10 © Siemens AG 2006 - Subject to change without notice Integrated functions NOT function Output is 1, when the input is 0, i.e. NOT inverts the status at the input. The advantage of NOT is for instance: You will not need a normally closed contact any more for LOGO!. You can use a normally open contact and change it with NOT to a normally closed contact. If the input pin of this block is not connected, the status is automatically 1. NOT 1 S1 H1 A look at the circuit diagram shows that the light H1 is only on, when the switch S1 is not switched. This circuit is called NOT logic. Symbol for this connection is. Logic table for NOT block: Output 01 10 Input 1 S1 H1 K1 Integrated functions

11 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart11 © Siemens AG 2006 - Subject to change without notice Integrated functions Special functions - overview 28 special functions On-delay On-/ Off-delay Up/Down counter Random generator Threshold trigger Multiple function switch Off-delay Latching relay Wiping relay (pulse output) Yearly timer Hours counter Stairway lighting switch Retentive On-delay Message text Analog threshold trigger Analog comparator Softkey Edge triggered wiping relay Weekly timer Shift register Analog differential trigger Analog watchdog Analog amplifier Pulse relay Pulse generator PI controller Ramp Analog MUX Timer Counter Miscellaneous Analog Integrated functions

12 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart12 © Siemens AG 2006 - Subject to change without notice Integrated functions Timer – On-delay Opis funkcije: Izhod sledi vhodu s časovno zakasnitvijo. S prehodom vhoda Trg iz 0 v 1 se proži časovnik. Če je trajanje vhodnega signala Trg zadosti dolgo (>T), se izhod postavi na 1 po izteku časa T. Izhod se postavi na 0, če se vhod Trg postavi na 0. Če se vhod Trg postavi na 0 pred iztekom časa T, se časovnik resetira. Pretečeni čas se resetira tudi v primeru izpada napajanja. A look at the circuit diagram shows that the motor only starts after expiry of the delay time. This function is called On-delay. In words the motor will be switch on with a programmed ON delay time. Symbol for this function is. S1 K1 M Diagram: Trg Q Ta TT (Timer active) Integrated functions

13 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart13 © Siemens AG 2006 - Subject to change without notice Integrated functions Opis funkcije: Ko ima vhod Trg vrednost 1, se izhod Q takoj postavi na 1. Ko se vrednost vhoda Trg spremeni iz 1 na 0, se proži časovnik. V času trajanja časovnika izhod ostane na 1. Ko časovnik doseže nastavljen čas (Ta=T), se izhod Q postavi na 0. S ponovnim vklopom in izklopom vhoda Trg reštartamo časovnik Ta. Z vhodom R (Reset) lahko resetiramo časovnik Ta in izhod pred iztekom trajanja časovnika. Timer – Off-delay A look at the circuit diagram shows that the motor only stops after expiry of the delay time. This function is called Off-delay. In words the motor will be switch off with a programmed OFF delay time. Symbol for this function is. S1 K1 M (Timer active) Trg Q Ta T R T Diagram: Integrated functions

14 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart14 © Siemens AG 2006 - Subject to change without notice Integrated functions Timer – On-/Off-delay A look at the circuit diagram shows that: when S1 is closed, contact K1 closes with a delay time and the motor runs. when S1 is opened, contact K2 opens with a delay time and the motor stops. This function is called On-/Off-delay. In words the motor is switched on and off with a programmed delay time. Symbol for this function is. Opis funkcije: Po spremembi vhoda Trg iz 0 v 1 začne teči časovnik TH. Če ostane vrednost vhoda Trg na 1 ves čas trajanja TH, se izhod postavi na 1 po izteku časa TH (izhod sledi vhodu z zakasnitvijo). Ko se vrednost vhoda Trg vrne na 0, začne teči časovnik TL. Če ostane vrednost vhoda Trg na 0 ves čas trajanja TL, se izhod postavi na 0 po preteku časa TL (izhod sledi vhodu z zakasnitvijo). Trg TL Q TH Diagram: K1 S1 K1 M K2 Integrated functions

15 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart15 © Siemens AG 2006 - Subject to change without notice Integrated functions Timer – retentive On-delay Opis funkcije: Po spremembi vhoda Trg iz 0 v 1 začne teči časovnik Ta. Izhod Q dobi vrednost 1 po izteku časa Ta. Izhod Q lahko dobi vrednost 0, če je na vhodu R vrednost 1. Ko dobi izhod Q vrednost 1, nadaljnje spreminjanje vrednosti vhoda Trg nima vpliva na izhod Q. A look at the circuit diagram shows that the motor M starts delayed after pressing the pushbutton S1. Pushbutton S2 (n.c. contact) stops the motor again. This function is called retentive On-delay. Symbol for this connection is. S2 K1 K2 M S1K1 K2 Trg R Ta Q T Diagram: Integrated functions

16 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart16 © Siemens AG 2006 - Subject to change without notice Integrated functions Timer – wiping relay (pulse output) A look at the circuit diagram shows that the light H1 is only on, when the switch S1 is closed, but only as long as the set time at timer T1. Symbol for this connection is. T1 S1 H1 T1 Opis funkcije: Ko dobi vhod Trg vrednost 1, se izhod Q takoj postavi na vrednost 1, istočasno prične teči čas Ta. Po izteku časa Ta se vrednost izhoda Q postavi na 0 (pulse output). Če bi se vrednost vhoda Trg spremenila iz 1 v 0 pred iztekom časa Ta, bi se vrednost izhoda takoj spremenila iz 1 v 0. Trg Ta Q Diagram: Integrated functions

17 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart17 © Siemens AG 2006 - Subject to change without notice Integrated functions Timer – edge triggered wiping relay T1 S1 H1 T1 Opis funkcije: Ko dobi vhod Trg vrednost 1, se izhod Q takoj postavi na vrednost 1., istočasno prične teči čas Ta. Po izteku časa Ta se vrednost izhoda Q postavi na 0 (pulse output). Če bi se vrednost vhoda Trg spremenila iz 0 v 1 (retriggering) pred iztekom časa Ta, bi se časovnik Ta resetiral in izhod bi obdržal vrednost 1. Trg Ta Q TT Diagram: A look at the circuit diagram shows that the light H1 remains on for the time specified on the timer T1 when the switch S1 is closed. Symbol for this connection is. Integrated functions

18 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart18 © Siemens AG 2006 - Subject to change without notice Integrated functions Timer – weekly timer The output is controlled via a specified on–/ off–date. The function supports any combination of weekdays. You select the active weekdays by deselecting the inactive days. Wednesday Monday Description of the function: Every weekly timer has three cams. You can configure a time hysteresis for each cam. Within the cam setting you specify the on/ off times. MonTue Wed Thurs FriSaSoOnOff 07 : 30 1605 Cam 1 08 : 001200Cam 2 10 : 001230Cam 3 Integrated functions

19 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart19 © Siemens AG 2006 - Subject to change without notice Integrated functions Timer – yearly timer Description of the function: Every yearly timer has an on- and off-timer. At the specified on-time the yearly timer switches on the output. At the specified off–time the yearly timer switches off the output. The off– date specifies the day on which the output is reset to 0 again. When you tick the option field “Every month”, then the yearly timer switches on or off at a specified day each month. JanFebMarAprMayJunJul Aug SepOctNov Dec On 05.10Off 10.20 15.05.2005 08.11.2005 Integrated functions

20 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart20 © Siemens AG 2006 - Subject to change without notice Integrated functions Timer – pulse generator The pulse profile of the output can be customized via pulse/ pause ratio. Symbol for this function is. Opis funkcije: Parametrizacija funkcije omogoča nastavitev trajanja pulzov in trajanja preslodkov (pavz) med posameznimi pulzi. Vhod En proži nastajanje izhodnega signala. Vhod INV omogoča invertiranje izhoda. Časovne periode se lahko nastavljajo v sekundah, minutah ali urah. Diagram: En Q pulse period / pause width Inv Integrated functions

21 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart21 © Siemens AG 2006 - Subject to change without notice Integrated functions Timer – random generator Opis funkcije: S spremembo vrednosti vhoda En iz 0 v 1 prične teči čas “ON delay”, ki ima naključno vrednost. Izhod Q dobi vrednost 1 po izteku časa “ON delay”, če je vhod En aktiven (vrednost 1) vsaj v trajanju časa “ON delay”. Če se vrednost vhoda En postavi na 0 pred iztekom časa “ON delay”, se časovnik resetira. Ko dobi izhod Q vrednost 1, in se vrednost vhoda En spremeni iz 1 v 0, prične teči časovnik “OFF delay”. Po izteku časa “OFF delay” se vrednost izhoda Q postavi na 0. With a random generator the output is switched on and off again within a specified time. Symbol for this function is. En Q max. ON delay / max. OFF delay Q Diagram: Integrated functions

22 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart22 © Siemens AG 2006 - Subject to change without notice Integrated functions Timer – stairway lighting switch The input pulse (edge control) starts a specified time. The output is reset on expiration of this time. Prior to the expiration of this time (e.g. 15 s) an off pre–warning is generated. Symbol for this function is. Opis funkcije: Vhodni pulz na vhodu Trg postavi vrednost izhoda Q na 1, istočasno prične (po koncu pulza) teči časovnik T(OFF). Po izteku časovnika T(OFF) se vrednost izhoda Q postavi na 0. Warning: npr. 15 s pred iztekom časa T(OFF) se izhod Q postavi na 0 v trajanju npr. 1 s. Če se na vhodu Trg pojavi nov pulz v času trajanja T(OFF), se časovnik resetira in prične teči znova (retriggering option). Ta Trg Q T (OFF delay) 1s 15s Diagram: Integrated functions

23 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart23 © Siemens AG 2006 - Subject to change without notice Integrated functions Switch with two different functions: Pulse switch with off delay Switch (continuous lighting) Symbol for this function is. Timer – multiple function switch Opis funkcije: Pulz na vhodu Trg postavi vrednost izhoda Q na 1. Če je pulz krajši od “continuous lighting time”, se izhod Q postavi na 0 po izteku “off delay”. Če je pulz enak ali daljši od “continuous lighting time”, se izhod Q trajno postavi na stanje 1. Če se vhod Trg ponovno spremeni iz 0 v 1 in nazaj na 0 (pulz), se vrednost izhoda Q postavi na 0 (izklop). Q Trg 5s >20s Diagram: Integrated functions

24 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart24 © Siemens AG 2006 - Subject to change without notice Integrated functions Counter – Up and Down counter A look at the circuit diagram shows that the switch S1 triggers the counter pulses. Switch S2 determines whether the counter increases or decreases. When the counter status reaches a value >= 5, the light switches on. Opis funkcije: Z vsakim pozitivnim prehodom signala na vhodu Cnt se interni števec poveča (vhod Dir=0) ali zmanjša (vhod Dir=1) za vrednost 1. Izhod Q dobi vrednost 1, ko je vrednost internega števca večja ali enaka nastavljenim parametrom. Z vhodom R resetiramo interni števec in izhod Q. Ko je vrednost vhoda R=1, je izhod Q=0 in vhod Cnt ne spreminja stanja internega števca. C1 S1 S2 +- >=5 H1 Diagram: Q Cnt Dir R 1 2 3 4 5 6 5 4 3 2 3 4 5 6 0 1 2 3 Counter Integrated functions

25 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart25 © Siemens AG 2006 - Subject to change without notice Integrated functions Counter – hours counter Opis funkcije: Števec delovnih ur spremlja stanje vhoda En. Ko je vrednost vhoda En=1, se spreminjata vrednosti števcev “operation time” OT in “time–to–go” MN. Izhod Q dobi vrednost 1 ko je vrednost “time–to–go” MN = 0. Vhod R resetira izhod Q in “time-to-go” števec na nastavljeno vrednost MI, interni števec OT pa se ne resetira. Vhod Ral resetira izhod Q in “time-to-go” števec na nastavljeno vrednost MI, tudi interni števec OT se resetira. 1 2 3 4 3 2 1 0 MN = MI MN = 0 Q Ral En 3 2 1 0 R OT Integrated functions

26 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart26 © Siemens AG 2006 - Subject to change without notice Integrated functions Counter – threshold trigger The output is switched on and off, depending on two specified frequencies. Symbol for this function is. Opis funkcije: Threshold trigger opazuje signale na vhodu Fre in šteje število pulzov na vhodu v času trajanja ene periode (gate time). Izhod Q dobi vrednost 1, če je število izmerjenih pulzov v eni periodi večje od nastavljene vrednosti “ON threshold”. Izhod Q dobi vrednost 0, če je število izmerjenih pulzov v eni periodi manjše od vrednosti “OFF threshold”. On: is the ON threshold. It may be between 0000 and 9999. Off: is the OFF threshold. It may be between 0000 and 9999. Gate time: is the time interval during which the pulses at Fre are measured. It may be 00.05s and 99.95s. Diagram: Fre Q gate time Fre > On Fre > OffFre < OffFre < On Fre =12Fre = 5Fre = 3Fre = 5 On = 10 Off = 4 Integrated functions

27 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart27 © Siemens AG 2006 - Subject to change without notice Integrated functions Analog – analog threshold trigger Opis funkcije: Izhod Q dobi vrednost 1, če se analogna vrednost na vhodu Ax giblje med mejama “on threshold” in “off threshold” (histereza). Funkcija bere analogno vrednost na vhodih AI1 do AI8 kot vrednost med 0 in 1000. Tej vrednosti se doda ”offset parameter”, rezultat se množi z “gain parameter”. Diagram: Integrated functions

28 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart28 © Siemens AG 2006 - Subject to change without notice Integrated functions Analog – analog comparator Opis funkcije: Funkcija izračuna razliko med vrednostmi vhodov Ax-Ay. Razliki se prišteje “offset parameter”, rezultat se množi z “gain parameter”. Če izračunana vrednost preseže nastavljeno zgornjo mejo, dobi izhod vrednost 1. Izhod Q dobi vrednost 0, lp vrednost pade pod nastavljeno spodnjo mejo. Diagram: Integrated functions

29 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart29 © Siemens AG 2006 - Subject to change without notice Integrated functions Analog - analog differential trigger Opis funkcije: Funkcija bere analogno vrednost z vhoda Ax. Prebrana vrednost se množi z “gain parameter” in se ji prišteje “offset parameter” IzhodQ dobi vrednost 1, če je opazovana vredbost vhoda znotraj meja, ki jo določata parametra “On threshold” in “Differential” ( ). Diagram: Timing diagram A: Function with negative differential delta value Timing diagram B: Function with positive differential delta value Integrated functions

30 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart30 © Siemens AG 2006 - Subject to change without notice Integrated functions Analog – analog watchdog Opis funkcije: Ob vsakem prehodu vhoda En iz 0 v 1 se shrani vrednost vhoda Ax. Shranjena vrednost se imenuje “Aen”. Izhod Q dobi vrednost 1, če je vhod En=1 in se vrednost na vhodu Ax razlikuje od Aen za več kot nastavitev “threshold-difference). Merjenje Ax in Aen poteka na enak način, kot v ostalih primerih (gain, offset). Diagram: Integrated functions

31 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart31 © Siemens AG 2006 - Subject to change without notice Integrated functions Analog – analog amplifier Opis funkcije: Funkcija bere analogno vrednost na vhodu Ax. Merjenje Ax in Aen poteka na enak način, kot v ostalih primerih (gain, offset); z nastavljanjem “Gain” lahko vplivamo na vrednost izhoda. Integrated functions

32 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart32 © Siemens AG 2006 - Subject to change without notice Integrated functions Analog – PI controller Description of the function: If the input A/M is set to 0, then the special function sets output AQ with the value that is set with parameter Mq. If the input A/M is set to 1, then automatic mode commences. As an integral sum the value Mq is adopted, the controller function begins the calculations of the formulas. The updated value PV is used within the formulas. Updated value PV = (PV * gain) + offset If the updated value PV = SP, then the function does not change the value of AQ. With a disturbance, AQ continues to increase / decrease until the updated value PV again corresponds to SP. The speed with which AQ changes depends on the parameters KC and TI. If the input PV exceeds the parameter Max, then the updated value PV is set to the value of Max. If the PV falls short of the parameter Min, then the updated value PV is set to the value of Min. If the input R is set to 1, then the AQ output is reset. As long as R is set, the input A/M is disabled. The sampling time is fixed at 500 ms. Integrated functions

33 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart33 © Siemens AG 2006 - Subject to change without notice Integrated functions Analog – PI controller Parameter: Sensor: Type of sensor used Min: Minimum value for PV Max: Maximum value for PV Gain: Gain for PV Offset: Zero offset for PV SP: Set point assignment Mq: Value of AQ in manual mode Parameter sets: applied presets for KC, TI and Dir KC: Gain TI: Integral time Dir: Action direction of the controller Number of decimal places in message text Integrated functions

34 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart34 © Siemens AG 2006 - Subject to change without notice Integrated functions Analog – PI controller Parameter sets: To simplify the use of the PI controller, parameters for KC, TI and Dir are preset as sets for the following applications: Parameters can manually be specified via the parameter set “User defined”. Parameter Set Applications Parameter KC Parameter TI (s) Parameter Dir Temperature fast Temperature, low temperature control for small rooms; small volumes 0.530+ Temperature slow Heater, ventilation, temperature, low temperature control for large rooms, large volumes 1.0120+ Pressure 1 Fast pressure change, compressor control 3.05+ Pressure 2 Slow pressure change, Differential pressure control (flow control) 1.212+ Filling level 1 Barrel, container filling without downpipe/ drain 1.01+ Filling level 2 Barrel, container filling with downpipe/ drain 0.720+ Integrated functions

35 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart35 © Siemens AG 2006 - Subject to change without notice Integrated functions Analog – ramp Description of the function: At the analog output, this special function starts up one of two levels or offset. Here you can set how quickly the level should be reached. If the input En is set, then the function issues the value StSp + offset at output AQ for the first 100 ms. Then, depending on the connection of Sel, the function runs from value StSp + offset to either level 1 or level 2 at the acceleration set in Rate. If the input St is set, the function runs to the value StSp + offset at the acceleration set in Rate. Then the function issues the value StSp + offset at output AQ for 100 ms. Finally offset is issued at output AQ. If the input St is set, the function can only be restarted once the inputs St and En have been reset. If input Sel has been changed, depending on the connection of Sel, the function runs from level 1 to level 2 or the other way round. If the input En is reset, the function immediately issues offset at output AQ. The analog value at the output is recalculated every 100 ms. Integrated functions

36 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart36 © Siemens AG 2006 - Subject to change without notice Integrated functions Analog - ramp Parameter: Gain: Gain for AQ in message text Offset: Zero offset for AQ in message text L1 and L2: Levels to be reached Maximal output value: Maximum value that must not be exceeded under any circumstances Start/ stop offset: value that is issued for 100ms in addition to parameter offset after starting the function and before reaching the offset value (prompted by input St). This parameter is intended for controlling motors. Change speed: Acceleration with which level 1, level 2 or offset is reached. Steps/ second are input. Number of decimals Integrated functions

37 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart37 © Siemens AG 2006 - Subject to change without notice Integrated functions Analog - ramp Diagram: Integrated functions

38 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart38 © Siemens AG 2006 - Subject to change without notice Integrated functions Analog – analog MUX Opis funkcije: Izhod AQ dobi eno od 4 prednastavljenih vrednosti. Ko je vrednost vhoda En=1, je izhod funkcije ena od štirih vrednosti, kar krmilimo z vrednostjo vhodov S1 in S2. Če je vrednost vhoda En=0, je na izhodu AQ vrednost 0. Vrednosti V1 do V4 so lahko tudi reference na druge analogne funkcije, katerih izhodi se spreminjajo med izvajanjem programa. Integrated functions

39 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart39 © Siemens AG 2006 - Subject to change without notice Integrated functions Miscellaneous – latching relay A look at the circuit diagram shows that the coil K1 has current with the pushbutton S1. The switch K1 closes (latch). This function is called latching relay. Symbol for this connection is. S2 K1M S1K1 K2 Opis funkcije: Vhod S postavi izhod Q na 1, vhod R postavi izhod Q na 0. S R Q Diagram: Integrated functions

40 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart40 © Siemens AG 2006 - Subject to change without notice Integrated functions Miscellaneous – pulse relay Opis funkcije: Izhod Q spremeni svojo vrednost ob vsakem prehodu vhoda Trg iz 0 v 1. Možno je resetiranje izhoda z vhodom R. A look at the circuit diagram shows that the light H1 is switched on and off with the pushbuttons S1 or S2. This function is called pulse relay. In words a short pulse at S1 or S2 switches the light H1 on and off. Symbol for this connection is. K1 S1 K1 S2 H1 Trg R Q Diagram: Integrated functions

41 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart41 © Siemens AG 2006 - Subject to change without notice Integrated functions Display of a configured message text in run mode. Symbol for this function is. Miscellaneous – message text Description of the function: With a 0 to 1 transition of the input signal and when the system is in RUN, the corresponding message text is output to the display. The message text is hidden when the status of the signal at input changes from 1 to 0. When multiple message text functions are triggered with En=1, the message text that has the highest priority is shown. Changing between the standard display and the message texts display is possible by using the keys and. If “acknowledge message” is chosen, the respective message text will be hidden by pressing any key on LOGO!, if En=0. LOGO OK 1 234 s Motor on ESC I : 0.. 123456789 1..0123456789 2..01234 Alarm! Current Temp 97 °C Integrated functions

42 Automation and Drives LOGO! Logic Module LOGO! A&D AS, 02/2006, Chart42 © Siemens AG 2006 - Subject to change without notice Integrated functions Miscellaneous – shift register Description of the function: The function reads the value at input In with a positive edge at input Trg. This value is applied to shift register bit S1 to S8, depending on the shifting direction: Shift up: The value at input In is set at S1; the previous value at S1 is shifted to S2; the previous value at S2 is shifted to S3 etc. Output Q returns the value of the configured shift register bit. If retentivity is disabled, the shift function restarts at S1 to S8 after a power failure. When enabled, retentivity always applies to all shift register bits. Diagram: Shift up Shift down S4 = Q (example) Integrated functions


Download ppt "Automation and Drives L Innovative Switching & Control OGO! - The internal qualities count."

Similar presentations


Ads by Google