Fast PLCs for Sensor Monitoring & Relay Triggering

  • Thread starter Thread starter opmal7
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on the delay experienced in a PLC-based system for sensor monitoring and relay triggering, specifically using a Siemens PLC. The user reports a total delay of 75ms, primarily attributed to the PLC's input scanning and memory storage process, which takes approximately 65ms. The user is seeking recommendations for faster PLCs to minimize this delay, as well as alternative solutions to enhance system responsiveness.

PREREQUISITES
  • Understanding of PLC operation and input scanning processes
  • Familiarity with solid state relays and their response times
  • Knowledge of sensor signal processing, particularly at 500 Hz
  • Experience with troubleshooting and optimizing PLC systems
NEXT STEPS
  • Research high-speed PLC options, such as the Siemens S7-1500 series
  • Explore PLC programming techniques to optimize scan time
  • Investigate alternative relay technologies that offer faster response times
  • Learn about sensor technologies that provide quicker signal processing
USEFUL FOR

Engineers and technicians involved in automation, control systems, and industrial applications, particularly those focused on optimizing PLC performance for real-time monitoring and control tasks.

opmal7
Messages
26
Reaction score
0
I'm working on a project uses a PLC to monitor an analog input from a sensor. Once the sensor's signal exceeds a certain value, the PLC sends a command to a relay to fire a solenoid.

I've hooked the system up to an o-scope, and I'm seeing a delay of about 75ms from the time the sensor reaches the point to when the relay triggers. I am using solid state relays with 5ms delay, and the sensor operates at 500 Hz. I am using a Siemen's PLC, which I believe is causing most of the delay. From reading the PLC literature, it sounds like the PLC scans the input, stores the value to a memory location, and then looks to that memory location to compare the values. This whole process takes about 65ms.

I would like to reduce the delay as much as possible. Are there any super fast PLC's on the market that would operate faster? I would expect to find most of the delay in the sensor, relay, and solenoid and am surprised that the PLC is what is slowing me down. You would think that with computers being so fast nowadays the computing part should be the quickest.

I'm looking for suggestions on fast PLC's, but am open to other ideas that might reduce the delay in this type of system.
 
Engineering news on Phys.org
opmal7 said:
I'm working on a project uses a PLC to monitor an analog input from a sensor. Once the sensor's signal exceeds a certain value, the PLC sends a command to a relay to fire a solenoid.

I've hooked the system up to an o-scope, and I'm seeing a delay of about 75ms from the time the sensor reaches the point to when the relay triggers. I am using solid state relays with 5ms delay, and the sensor operates at 500 Hz. I am using a Siemen's PLC, which I believe is causing most of the delay. From reading the PLC literature, it sounds like the PLC scans the input, stores the value to a memory location, and then looks to that memory location to compare the values. This whole process takes about 65ms.

I would like to reduce the delay as much as possible. Are there any super fast PLC's on the market that would operate faster? I would expect to find most of the delay in the sensor, relay, and solenoid and am surprised that the PLC is what is slowing me down. You would think that with computers being so fast nowadays the computing part should be the quickest.

I'm looking for suggestions on fast PLC's, but am open to other ideas that might reduce the delay in this type of system.

Yikes, that is a long delay. I'd start by calling the Customer Support folks at the company that makes the PLC. They may have some other options for PLC units with (much) faster processing delay.
 
opmal7 said:
From reading the PLC literature, it sounds like the PLC scans the input, stores the value to a memory location, and then looks to that memory location to compare the values. This whole process takes about 65ms.

I'm wondering what all else your PLC is doing?

It takes some time for the processor of the PLC to evaluate all the rungs and update the I/O image table with the status of outputs.[5] This scan time may be a few milliseconds for a small program or on a fast processor, but older PLCs running very large programs could take much longer (say, up to 100 ms) to execute the program.

Programmable logic controller Scan time
 

Similar threads

Replies
16
Views
3K
  • · Replies 2 ·
Replies
2
Views
10K
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
7K
Replies
7
Views
2K
Replies
11
Views
12K
  • · Replies 4 ·
Replies
4
Views
9K
  • · Replies 1 ·
Replies
1
Views
8K