0:00
programmable logic controllers or plc's
0:02
are the backbone of Industrial
0:04
Automation they control machines and
0:06
processes in factories worldwide today
0:09
we're focusing on two fundamental
0:11
concepts in TLC logic normally open and
0:15
normally closed contacts normally open
0:18
or n and normally closed or NC refer to
0:22
the default state of electrical contacts
0:25
in a circuit a normally open contact is
0:28
open by default meaning it doesn't allow
0:30
current to flow until activated on the
0:33
other hand a normally closed contact is
0:35
closed by default allowing current to
0:37
flow until it's activated in PLC logic
0:41
these Concepts translate to how inputs
0:43
are interpreted a normally open input is
0:46
considered off or false until it's
0:48
activated while a normally closed input
0:51
is considered on or true until it's
0:53
activated this distinction is crucial
0:56
for proper PLC programming and operation
0:59
when it comes to wiring normally open
1:01
devices are connected in parallel to the
1:04
input when any of these devices activate
1:07
they complete the circuit sending a
1:09
signal to the PLC normally closed
1:12
devices are wired in series when all
1:15
devices are in their normal State the
1:17
circuit is complete if any device
1:19
activates it breaks the circuit
1:22
PLC programming for no and NC inputs in
1:25
a PLC involves using the appropriate
1:28
instruction for each type for a normally
1:31
open input you would use a normal
1:33
examine instruction often represented by
1:35
a pair of vertical lines for a normally
1:38
closed input you'd use an examine closed
1:41
instruction typically shown as a pair of
1:43
vertical lines with a diagonal line
1:45
through them let's consider a practical
1:48
example imagine a safety system for a
1:51
machine emergency stop buttons are
1:53
typically wired as normally closed when
1:56
the button is not pressed the circuit is
1:59
complete allow ing the machine to
2:00
operate if the button is pressed it
2:03
opens the circuit immediately stopping
2:05
the machine on the other hand a start
2:07
button would be normally open it only
2:10
completes the circuit when pressed
2:12
signaling the PLC to start the
2:14
machine understanding the difference
2:16
between normally open and normally
2:18
closed logic is essential for Designing
2:20
safe and efficient control systems by
2:23
choosing the appropriate type for each
2:25
application you can create more reliable
2:27
and intuitive PLC programs
2:30
remember the key is to consider the
2:32
default state of your inputs and how you
2:34
want your system to behave in both
2:36
normal operation and fault conditions to
2:40
learn more about PLC programming click