You are on page 1of 3

1 Solution sheet: Non-disjunction with LOGO!

Learn

5 Non-disjunction
The learning card shows the Non-disjunction as a function block diagram (FBD) and as a
circuit diagram.
If a OR-function and a NOT-function are interconnected, all output states at the output Q
are reversed (negated). At output Q of a Non-disjunction state H exists if state H is not
present on any of the inputs.

Status LEDs

Circuit diagram
Function block diagram

Switch

Button

Figure 1: Learning card 5 - Non-disjunction

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

Correlation list 2
Symbol absolute Comment
S3 I5 Switch
S4 I6 Switch
P2 Q4 Status LED
Author: Jürgen Kaftan © 2010
2 Solution sheet: Non-disjunction 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 L
H L L
L H L
L L H

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

Figure 2: Logic circuit for Non-disjunction (Function block diagram)

Author: Jürgen Kaftan © 2010


3 Solution sheet: Non-disjunction 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
I5 I6 Q4
H H L
H L L
L H L
L L H

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

Figure 3: Logic circuit for Non-disjunction (Ladder diagram)

Author: Jürgen Kaftan © 2010

You might also like