<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=903950426407530&amp;ev=PageView&amp;noscript=1">

Welcome to the PanelShop.com Blog

This blog will bring you the latest industry news in electrical control panels, helpful Engineering tips, and more.

Ladder Logic 302: Analysis of Signals and Errors

by

302

Programmable Logic Controllers aren’t only used to provide information on signal levels. They can also capture and analyze data, depending on the use of the controller. The most basic use of PLCs, signal capturing, allows users to capture and record a set of values for analysis and testing.

Values captured by PLCs can be entered and displayed on charts to see the frequency and variations in the actual value set compared to the ideal value set. Some value sets will need a PID control scheme to correct them. This is shown via spikes in the chart representing errors such as overshoot or under-performance. 

Using ladder-logic code, sample spikes or pulses similar to those caused by errors can be created for testing. There are four different ways to create these sample pulses using logic-ladder codes. Each of these codes reflects the logic codes including comparisons, timing, and mathematical code.

Method 1 – FIFO load instruction

The first method involves a first-in-first-out instruction to create the sample pulses. The FIFO load instruction is available in most of the expensive processors and simply increasing the size of the array to allow it to capture more values. This allows a larger sample of data to be taken for analysis.

Method 2 – Averaging Elements

This method, commonly found in the higher-end PLCs, takes the averages of all elements in an array. If the rate of change between consecutive captures needs to be calculated, then a code that compares the signal captures is used to determine the differences. An array can then read the result for analysis and capture any spiked values that were observed.

Method 3 – PLC Platforms without FIFO instructions

The third method eliminates the need for a FIFO instruction; however, array and file movement capabilities are still required. Nine elements are moved by the first instruction, copying the current signal value into the most recent element. Each movement instruction is then replaced with Vxxx entries, with one value in each entry representing the desired data locations of sensor value and storage location.

Method 4 – Free-Running Timer

The last method works across almost any PLC platform, not just the high-end ones. It involves using a timer to record the scan and capture the values given during that time. The code’s resulting pulses won’t be as precise in the scan as it would in the above methods, but a cyclic routine or interrupt can resolve this issue.

When signals are being analyzed, it is good to capture signals at high frequencies. The speed at which the card posts a value to a register can only go so quickly. However, the only way to determine the update rate is by capturing and storing a large number of values in an array. For instance, if the capture rate of six or seven consecutive, identical values is 5ms, the card would update every 30 to 35ms. The faster values are posted, the higher the chance of a spike or error occurring.

Ladder Logic 302

It isn't hard to see how important ladder logic is, as it forms the backbone of PLC data collection and analysis. This collection and analysis in turn provides valuable information for industrial controls in use across the globe today. Understanding the different signal capturing methods that use ladder logic is critical to understanding and using PLCs to analyze data.

Our PLC technicians here at PanelShop.com are experts in their fields, and their scanning mentality is practically unmatched. To discover what improvements your company can make to increase your efficiency, talk to a PanelShop specialist today!

 

Outsourcing Control Panels White Paper

You May Also Be Interested In Reading

You may also be interested in reading…

by

Industrial Internet of Things, Industry 4.0,

read more
by

The world we live in is ever-changing and

read more
by
read more
Popular Resources

Popular Resources

Outsourcing Control Panels: Free Whitepaper

Read More

Common OEM Outsourcing Mistakes to Avoid

Read More

Custom Control Panel Checklist: The Outsourcing Cheat Sheet

Read More

Five Questions to Ask When Selecting an Outsourcing Partner

Read More