PLC Tutorials

Types of Digital Outputs in PLC

In this post, we will understand the various types of digital outputs used in PLC.

There are four basic types of inputs and outputs in a PLC.

  1. digital inputs,
  2. digital outputs,
  3. analog inputs, and
  4. analog outputs.

Digital Outputs in PLC

Types of Digital Outputs in PLC

Here, we will consider the various types of digital outputs in the PLC. Before going into the types, let us consider how an output functions in a PLC.

A digital output is nothing but a switch that a PLC operates to turn on or off the output device. It is controlled by the logic written inside the PLC.

Types of Contacts

Traditionally, there are three contacts for operating an output.

  1. COM (Common),
  2. NO (Normally Open), and
  3. NC (Normally Closed).

See the below image for reference.

COM is the common terminal that connects both the NO or NC contacts according to the trigger given. Consider this as a part of an electrical switch.

When the switch is in off condition, the COM and NC terminals are connected with each other.

When the switch is in on condition, the COM and NO terminals are connected with each other.

Working of a Relay

Now, let us go one step more ahead to the working of a relay.

In a relay, there are five contacts – two for power supply and three as mentioned above. When the relay is given supply, the contacts change from COM and NC to COM and NO.

Refer to the below image. The potential will not flow between plus and minus contacts unless they contact each other through relay contacts.

So, when the relay is energized, the potential will flow from plus to minus through the COM and NO paths.

Consider this supply as a part of a device or instrument (shown as the green box). This will then energize the device indirectly.

PLC Outputs

This is the same logic for a PLC output. They have two contacts

  1. either NO and COM or
  2. NO and NC.

When the output is logically turned on from PLC, the internal contacts switch their position accordingly as discussed and turn on the field device connected at it.

Refer to the below image for the PLC control part as discussed.

Types of Digital Outputs

Now, discussing our topic, the types of digital outputs mean the types of potentials that can be given to the COM terminal.

There are only two voltages available in a PLC. They are

  1. DC, and
  2. AC.

There are three types of outputs. They are

  1. Relay,
  2. Triac, and
  3. Transistor.

Before going into these types, we have to understand the two types of current that flow in a circuit. They are

  1. Sink, and
  2. Source.

Sink

The sink is the type where negative potential will flow from the NO or NC terminals.

Source

The source is the type where positive potential will flow from the NO and NC terminals.

This is decided by either giving a negative or positive potential at the common terminal respectively. In the above image, the PLC output is source type.

Let us study each PLC output type in detail:

Relay

If the output type is a relay, that means you can give any potential (DC or AC) to the common terminal.

When the output is energized, it will accordingly allow the flow of current to the device and make its contact closed.

As the name suggests, it has a mechanical contact inside for switching the output. Due to the use of mechanical contacts, they have a higher load current carrying capacity than the other two types.

But they also have a shorter life span as compared to the other two and are prone to more damage if switched at a very high frequency constantly.

Triac

In triac type, you can connect only AC voltage to the common terminal. They are faster in operation and have a longer life span compared to relay outputs.

Even they can handle a larger amount of load current.

Transistor

In transistor type, you can connect only DC voltage to the common terminal. They are faster in operation and have a longer life span compared to relay outputs.

But they cannot handle a larger amount of load current.

These are the three types of digital outputs used in a PLC.

If you liked this article, then please subscribe to our YouTube Channel for Instrumentation, Electrical, PLC, and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

You've successfully subscribed !
Share

Recent Articles

  • PLC Tutorials

Example PLC Program to Control a Pump based on Level Sensors

Learn an example PLC program to control a pump based on level sensors using ladder…

2 weeks ago
  • PLC Tutorials

PLC Timer Application in Security Camera Recording

In the PLC timer application for security camera recording, when motion is detected then camera…

2 weeks ago
  • PLC Tutorials

Batch Mixing with PLC Ladder Logic Program

In this example, we will learn batch mixing with PLC ladder logic program using timer…

2 weeks ago
  • PLC Tutorials

PLC Example on Manufacturing Line Assembly

This PLC example on manufacturing line assembly is an intermediate-level PLC program prepared for the…

2 weeks ago
  • PLC Tutorials

PLC Programming Example with Pushbutton and Motor

In this article, you will learn the PLC programming example with pushbutton and motor control…

3 weeks ago
  • PLC Tutorials

Boolean Logic to PLC Programming

This article teaches how to convert Boolean logic to PLC programming ladder logic with the…

1 month ago