9. Capacitive Sensors: Detecting Liquids, Plastic, Glass, and Powders (9 of 15)


0

Introduction

Capacitive sensors are industrial proximity sensors used to detect materials that many other sensors cannot detect easily.

Unlike an inductive proximity sensor, which is mainly used for metal detection, a capacitive …

Read More

11. Limit Switches: Mechanical Position Feedback in Industrial Machines (11 of 15)


0

Introduction

A limit switch is one of the most common and important feedback devices used in industrial machines.

Unlike photoelectric, inductive, capacitive, or ultrasonic sensors, a limit switch normally requires physical contact …

Read More

13. Sensor Troubleshooting: When the PLC Does Not See the Input (13 of 15)


0

Introduction

One of the most common troubleshooting situations in industrial automation is when a field sensor appears to be working, but the PLC does not see the input.

A technician may see …

Read More

14. Sensor Wiring Best Practices for Industrial Control Panels (14 of 15)


0

Introduction

Sensor wiring is one of the most important parts of a reliable industrial control system.

A PLC program can be well written.The sensor can be the correct model.The machine logic can …

Read More

How to Represent Machine State in Ladder Logic


0

RSLogix 500 and Studio 5000 Examples

In industrial PLC programming, a machine state is a numeric value that tells the program what step or condition the machine is currently in.

Instead of …

Read More

Advanced PLC Logic Structure: State Machines


0

Building Professional and Industrial Ladder Logic with State Machines, Subroutines, and Status Codes

In a basic PLC program, it is common to organize the logic using a simple structure:

Input BufferingMode SelectionRequestsPermissivesInterlocksCommandsFault …

Read More

Recommended PLC Logic Structure (Subroutine)


0

A Simple and Professional Way to Organize Ladder Logic

In industrial PLC programming, the logic should not be written randomly. A professional PLC program is usually organized in a clear sequence …

Read More