Safety PLCs with low cycle time

Join Date
Jun 2018
Location
Melbourne
Posts
7
Hi All,

I am looking for a Safety PLC which can execute the I/Os and logic in around 25mSec. This is for about 1000 I/O points. Any suggestions?

I have the following in mind, but am not sure about them:
1. Hima
2. Siemens
3. Allen Bradley

I have figured that Triconex and Honeywell's Safety Manager can't do 25msec.

Rakesh
 
Modern PLCs can do a lot in 25ms, but safety can add a fair bit of overhead as well. I'm not sure I've ever seen a system with 1000 safety IO. I'm also not sure I've ever seen a system that actually needed a 25ms reaction time.

What are you trying to do?
 
Say you perform a mix of instructions for each data point.


20 booleans
10 words
2 floating point


For a Siemens S7-1518F CPU the execution time per data point would be:


20x1 + 10x2 + 2x6 = 42nS


Double it for the safety overhead. Double it again for any unforeseen stuff that gets added later.



With 1000 points the execution time would be 168 microseconds.


Adjust your instruction mix and select a CPU using the data sheet: https://w3.siemens.com/mcms/program...0/cpu/Documents/s7-1500_techn_data_cpu_en.pdf
 
Last edited:
Beckhoff Twincat 3 has integrated safety option (TwinSafe) and depending on processor/IO can get down to 12microseconds scan time
 
Say you perform a mix of instructions for each data point.


20 booleans
10 words
2 floating point


For a Siemens S7-1518F CPU the execution time per data point would be:


20x1 + 10x2 + 2x6 = 42nS


Double it for the safety overhead. Double it again for any unforeseen stuff that gets added later.



With 1000 points the execution time would be 168 microseconds.


Adjust your instruction mix and select a CPU using the data sheet: https://w3.siemens.com/mcms/program...0/cpu/Documents/s7-1500_techn_data_cpu_en.pdf

https://support.industry.siemens.com/cs/us/en/view/93839056

This spreadsheet is a better reference for safety code. It includes timing for each of the safety instructions for each PLC model, as well as IO overhead.
 
Allen Bradley's newer 1756-L8x series has extremely fast program scan times, on the order of 10 to 15 times the 1756-L7x, but I think in the end it will be I/O RPI that will be the limiting factor. Which fieldbus network will you be using (or are using)?
 

Similar Topics

Do all of the so-called "Safety PLCs" have a software-generated watchdog or heartbeat, so that if the software locks-up, crashes, or enters an...
Replies
3
Views
918
Hello, A new process line is being installed, it has its own safety PLC monitoring various E Stops / Guard switches etc... Within the line is a...
Replies
10
Views
2,910
Are there any documents or standards for calculating the response time for a controls system? For example: Light Curtain response 20ms Safety...
Replies
3
Views
3,843
I have been hearing a lot about "dedicated safety PLCs". I am curious as to why you would need a dedicated PLC to perform safety tasks, and if you...
Replies
10
Views
2,964
Hello, Does anyone have a good overview/camparison of Safety PLCs? Looking at an application with about 15-20 inputs and 5-10 outputs. There...
Replies
38
Views
21,773
Back
Top Bottom