0% found this document useful (0 votes)
48 views

Solution Sheet: OR-function With LOGO!Learn

The document describes an OR logic function using a LOGO! training device. It shows the OR function as a function block diagram and circuit diagram. It includes exercises to build the OR logic using the function block diagram and ladder diagram, and test it according to a truth table.

Uploaded by

Industrial It
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views

Solution Sheet: OR-function With LOGO!Learn

The document describes an OR logic function using a LOGO! training device. It shows the OR function as a function block diagram and circuit diagram. It includes exercises to build the OR logic using the function block diagram and ladder diagram, and test it according to a truth table.

Uploaded by

Industrial It
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

1 Solution sheet: OR-function with LOGO!

Learn

2 OR-function
The learning card shows the OR-function as a function block diagram (FBD) and as a
circuit diagram:

Status LEDs

Circuit diagram
Function block diagram

Switch

Button

Figure 1: Learning card 2 - OR-function

Correlation list 1
Symbol absolute Comment
S1 I1 Switch
S2 I3 Switch
P1 Q1 Status LED

Correlation list 2
Symbol absolute Comment
S3 I7 Switch
S4 I8 Switch
P2 Q3 Status LED

Author: Jürgen Kaftan © 2010


2 Solution sheet: OR-function with LOGO!Learn

Exercise with correlation list 1

❏ Enter the program according to function block diagram (FBD) into the programming
unit (PC) and transfer into the LOGO!.

❏ Test the circuit with the training device LOGO!Learn according to function table.

❏ Read-off the signal states at the Status LEDs of the training device LOGO!Learn and
enter them into the right column of the function table:

Function table
I1 I3 Q1
H H H
H L H
L H H
L L L

❏ Draw the function block diagram together with the respective parameters into the
solution field 1.
Solution field 1

Figure 2: Logic circuit for OR-function (Function block diagram)

Author: Jürgen Kaftan © 2010


3 Solution sheet: OR-function with LOGO!Learn

Exercise with correlation list 2

❏ Enter the program according to ladder diagram (LAD) into the programming unit
(PC) and transfer into the LOGO!.

❏ Test the circuit with the training device LOGO!Learn according to function table.

❏ Read-off the signal states at the Status LEDs of the training device LOGO!Learn and
enter them into the right column of the function table:

Function table
I7 I8 Q3
H H H
H L H
L H H
L L L

❏ Draw the ladder diagram together with the respective parameters into the solution
field 2.
Solution field 2

Figure 3: Logic circuit for OR-function (Ladder diagram)

Author: Jürgen Kaftan © 2010

You might also like