Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Unknown Do’s Need to Know as a PLC Programmer
Share
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > Unknown Do’s Need to Know as a PLC Programmer

Unknown Do’s Need to Know as a PLC Programmer

This article will help the PLC programmer who is just started. These unknown do’s will help you to save the mistakes in the ladder logic.

Last updated: March 12, 2023 10:23 am
Editorial Staff
PLC Tutorials
No Comments
Share
5 Min Read
SHARE

When we are working with PLC programming we take all precautions and try to avoid the problems with proper planning and implementation of the logic.

Contents
PLC Programmer Unknown Do’sAware of Normally Closed (NC) OutputsBe on the Safer SideI/O ListUnderstand the ProcessFollow the Rules

But we may do little mistakes during the programming and we have no clues about them until we face some issue with our PLC functionality.

With experience, we can minimize these issues and have better exposure to practical PLC coding problems.

PLC Programmer Unknown Do’s

PLC Programmer Unknown Do's

This article will help the PLC programmer who is just started. These unknown do’s will help you to save the mistakes in the ladder logic programming.

Aware of Normally Closed (NC) Outputs

The NC is abbreviated as normally closed. By the name itself, it talks about the function of contact in a relay or a ladder logic.

We must take care when we are using NC contact in our PLC programming as it supplies the power or control signals to the field instrument or any other local panels by default without any need for input signals status (considering input off state).

So in some situations, the NC contacts may cause problems like during PLC startup or during unplanned shutdowns as NC contact outputs may supply the power or control signals to other instruments or panels which may further lead to unwanted actions and damage of equipment.

Hence PLC programmers must consider these types of conditions also before finalizing the PLC logic.

Note: We may not find these types of issues during normal working conditions or during SAT or FAT.

Be on the Safer Side

Safety is very important in our daily work routine in industries. The same applies to our software, ladder logic programs, and other control systems.

Always take project backups before doing any task like modifying, new configuration, upgrades, etc.

So it is always recommended to take project backups when you are upgrading from an old PLC system or during creating new programs.

Always save your PLC logic multiple times when you are working on the PLC projects during configuration, testing, commissioning, etc. Save your backups at different locations like external hard disks, CD/DVD, dedicated Pen Drives, and other computers on your network.

I/O List

The I/O list is a standard document required when we work on PLC or DCS control systems.

During writing the PLC program we need to use a lot of I/O addresses as per our logic requirement. So I/O list helps us to use the I/O’s with proper planning.

So it is always recommended to follow the I/O list during the PLC programming. Avoid using random I/O addresses in the PLC project even if it is a small application.

The I/O list also helps us during troubleshooting and it saves us lots of time.

Building a PLC Panel from Scratch - Industrial Control Panel

Understand the Process

It is one of the important aspects of any field. First, we need to be clear about the requirements of your client and understand the project requirement clearly.

Understand the process sequence clearly, according to it you have to write the PLC program, it will make a big difference. Hence study the plant control philosophy document where you can learn the process operations.

Follow the Rules

There are certain standards that recommend the best practices in every field. Example: IEC standards. There are different sets of standards available as per the country or region.

These standards will help us to implement the already proven methods to achieve the desired task like the selection of cables as per application, hazards practices in oil & gas industries, control system design rules, safety-related logic, etc.

Author: Mohamed Shahul Hameed

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:

  • PLC Best Practices
  • Hot Standby in PLC
  • PLC Memory Usage
  • Converter in Siemens PLC
  • Simulation in Schneider PLC
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

Delta HMI and VFD Control with Modbus
How PLC Reads the Data from Field Transmitters
Allen Bradley PLC to PLC Communication in Studio 5000
Automatic Paper Cutting Machine Using CX-Programmer
T Flip Flop PLC Ladder Diagram
How to Configure an Alarm in InTouch SCADA?
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

How to Prevent Ground Loops in Analog Circuits?
Download Free HMI software – CODESYS
PLC Tag Naming Conventions
Laws of Boolean Algebra using Ladder Logic
Download a Ladder logic program to GE PLC
How to Troubleshoot Siemens PLC Programs?
Node-RED in PLC Industrial Automation
PLC Trainer Demo Download

Keep Learning

Function Block Program Simulation

What are Functions in PLC Programming? (FCs)

Use PLC Flags as Integrity Checks

#4 PLC Best Practices – Use PLC Flags as Integrity Checks

Trolley and hoist PLC control

PLC Crane Movement Control with Limit Switches

SCADA Systems

SCADA Systems

Safety PLC Coding Practices

Safety PLC Coding Practices – Programming Recommendations

Types of Interrupts Organization Blocks in Tia Portal

Types of Interrupt OB in Siemens Tia Portal

PLC Example on Switch Program with Timers

PLC Example on Switch Program with Timers

Difference Between Static and Temp Memory in Siemens TIA Portal

Difference Between Static and Temp Memory in Siemens PLC TIA Portal

Learn More

pH Analyzers Questions and Answers

pH Measurement Questions & Answers

Switch NO or NC Contact

Normally-open and Normally-closed Switch Contacts

Rotary UPS or Dynamic UPS

What are Static UPS and Rotary UPS?

Newton’s Law of Cooling - 3

Lag time

Circular Chart Recorder

How to Read Circular Chart Recorder for Flow Measurement?

Reasons to Calibrate Flowmeters

Reasons to Calibrate Different Types of Flow Meters

30% Feed Control Valve

Purpose of 100% and 30% Feed Control Valves in a Power Plant

Oil Burners

What are Oil Burners? Types, Advantages, Applications

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?