Alarm on temperatur deviation

somlioy

Member
Join Date
Jan 2011
Location
Localhost
Posts
27
Hello

I am measuring the temperatur from 8 temperature sensors. They are all supposed to be within range of eachother but if one of them gets a deviation from the others I want to set an alarm.

How would one solve this problem?

The sensors are measuring exhaust temperature on 8 cylinders in a diesel engine.
 
Average the 8 temps together, then compare the individuals to the average.


Bubba.

I would sort the 8 readings and only average the middle 6, that way the one deviating will not affect the average.
 
That was the issue I had in mind aswell, the deviating temperatur affecting the average.
Dyu think it'll be reasonable just averaging the middle 6?
 
If just one deviates from the others?

Hello

I am measuring the temperatur from 8 temperature sensors. They are all supposed to be within range of eachother but if one of them gets a deviation from the others I want to set an alarm.
To do exactly what you stated I would simply find the min and max and subtract the two to find the difference then compare that to your specification.
 
To do exactly what you stated I would simply find the min and max and subtract the two to find the difference then compare that to your specification.

I agree, if you need a general temp deviation or range alarm. You probably should check for open signal or burnout element. You may want to not include open/burnout in deviation alarm, but have a separate alarm for them.
 
To do exactly what you stated I would simply find the min and max and subtract the two to find the difference then compare that to your specification.

But the Min and Max would include the one that was deviant ....

And in this instance I doubt there's a "specification" to work to, just actual readings. I suspect there'd be a Max (and a Min after warm-up), and I guess there'd be separate alarms for those, but the OP wants to check if one or more temperature readings are not in correlation to the others.

It's a "voting" system, and somlioy asked "Dyu think it'll be reasonable just averaging the middle 6? ", yes I do, unless you expect more than one deviation, in which case I'd average the middle 4 ....
 
But the Min and Max would include the one that was deviant ....

And in this instance I doubt there's a "specification" to work to, just actual readings. I suspect there'd be a Max (and a Min after warm-up), and I guess there'd be separate alarms for those, but the OP wants to check if one or more temperature readings are not in correlation to the others.

It's a "voting" system, and somlioy asked "Dyu think it'll be reasonable just averaging the middle 6? ", yes I do, unless you expect more than one deviation, in which case I'd average the middle 4 ....

Yes you are correct. Ideally all temperatures should be in range, but if theres something wrong with a cylinder (missing fuel etc) the temperature will change, this is what I want to detect with this system.
 
keep it simple, calc the average and keep a low deviation and a high dev, and apart from this also a high alarm.
keep in mind that for every rack setting the temperatures will be different.
 
keep it simple, calc the average and keep a low deviation and a high dev, and apart from this also a high alarm.

I seem to think that idea has already been covered, but the question was raised whether the deviating temperature should, or should not, be included in the average calculation. That statement offers nothing new to the discussions.


keep in mind that for every rack setting the temperatures will be different.

huh ??? what's this mean "rack setting" ?

The temperatures can't be different, they are what they are, you just need to measure them, represent them internally on whatever temperature scale you want to use, and make whatever comparisons are needed.
 
on a diesel the speed is controlled by the fuel rack setting: it is a bar for the fuel pumps.
if one pump gives more it will also heatup that cylinder.
 
on a diesel the speed is controlled by the fuel rack setting: it is a bar for the fuel pumps.
if one pump gives more it will also heatup that cylinder.

got it - i thought you were talking I/O "racks"
 
Which PLC are you using and which TC module?? Maybe a function block that would do most of the work?
Would calculating the "Mean Deviation" work?
 
Last edited:

Similar Topics

Hi- I am configuring an alarm and event server to display 1 current alarm at a time on a big display. Having a few issues The alarm doesn't...
Replies
0
Views
59
Hi folks, in the alarm manager of Rslogix 5000, the tag-based alarm has been created. But when I tried to change the condition, it was found the...
Replies
2
Views
154
From the Red Lion website, after some customer enquiries in the last week or so... Rev. March 25, 2024 [18:30] Just thought it might help a...
Replies
9
Views
279
I'm a newbie who started a job as a repair tech recently. I've had plenty of luck with ABBs, Allen Bradleys, and a few others, but I can't seem to...
Replies
1
Views
160
Hello, I made a change in alarm setup in factory view studio, where I changed a alarm message text. After that I made a run application and...
Replies
0
Views
133
Back
Top Bottom