Try to solve this problem (Siemens)

strebej

Member
Join Date
Sep 2002
Location
Neenah,WI
Posts
24
Ok folks I posted this problem last spring and I would like to thank each and every one who replied. The problem that I have is yet to be resolved. I have not had to deal with this issue until now so I really need your help.

The Problem: I have a Vitrification furnace that burns oxygen enriched fuel at 2900 F. I have 2ea. Inlet oxygen analyzers that monitor how much O2 is being added to the furnace (Melter). The range of the O2 is from 20% to 35%, now I need to develop an alarm that will activate when one analyzer drifts + or - 5% from the other analyzer.

The alarm is intended to alert the operator that one or the other analyzer may need servicing. Both analyzers will be online at the same time and will be reading the same oxygen stream. I am programming with Siemens Simatic S7 and programming a Siemens CPU 414-3.
 
Here's an old S5 function block written to do pretty much what you require...you should be able to convert this to S7 easily enough
 
Thank you kirk, But I don't understand STL programming is there anybody who can help me using Ladder or Logic Block diagrams.
 
strebej said:
But I don't understand STL programming is there anybody who can help me using Ladder or Logic Block diagrams.

Oh, without trying to sound harsh..

Perhaps this would be a good time to learn.

What Kevin has posted is fairly easy to follow as it has been annotated pretty well.

Perhaps you could write down psuedo code of the FB that Kevin posted, then use this to develop your ladder logic.

All Kevin is doing in the block is comapring the two analogue inputs, then depending on the result he either sets an alarm or resets the alarm bit and timer, as explained in his annotation.

Paul
 
Just read your previous post on this....

http://www.plctalk.com/qanda/showthread.php?t=14566

....Willy Maas posted a ladder solution there!!

confused.gif
 

Similar Topics

Hi everybody, I have about three Red Lion HMI's, the calibration on the screens seems correct but where I'm using the pop up keypad to enter...
Replies
1
Views
112
Hello, So i managed to read the string coming from control logix and put a string display in PanelView 800. Now I am struggling to do the other...
Replies
1
Views
136
I'm running into a problem when trying to use the RSLinx Backup Restore Utility where it throws an error when it tries to restore a backup. The...
Replies
6
Views
561
Hello colleagues Anybody knows, what could be the best or a better option to bring with you when you are in service at factory to connect via...
Replies
1
Views
261
Hi all, This is my 2nd post and I just want to say thanks for your feedback! I appreciate every single one of your responses! I have been...
Replies
17
Views
1,782
Back
Top Bottom