Lowest Analog Value (RS Logix 5000 v 20.04)

Join Date
Mar 2016
Location
Raleigh
Posts
88
I would like to record the lowest hourly analog value and write it to a separate tag.

It's for a temperature transmitter on a sludge dryer. Is there an easy way to grab the lowest value?
 
Do you want the lowest value in the previous hour, or the lowest value in each one-hour period? i.e. do you want to be able to say "the lowest value in the 60 minutes prior to right now was xxx", or do you want to be able to say "the lowest value between 1am and 2am was xxx, between 2am and 3am was xxx..."?

Two very different approaches.
 
ASF, thank you for the reply.

I would like to be able to say: "the lowest value between 1am and 2am was xxx, between 2am and 3am was xxx..."?

Wonderware will pick up the tag I write in the PLC and I will export this to a Hach Wims report. The Hach Wims report will be a 24 report showing the lowest recorded temperature for each hour. This will allow us to prove that we make the required sludge temperature set point.
 
First write the max possible value to the recording tag at the start of the hour, then do a compare if the process value is less than the recorded value and if it is write the lower process value to the recorded tag. At the end of the hour the recorded tag will have the lowest recorded value. If you only want the last 24 hours then have 24 tags, one for each hour and check the current hour to write to the proper tag.

If you want a log of values over a longer time then each hour increment a counter and use the accumulator as a pointer to the current tag to use.
 
This ought to do the trick. If you need to store multiple hours, you'd need to set up a FIFO register or array, but if your Wonderware is doing all of the historical data logging, then you have no need for that.

Screen Shot 2016-10-20 at 12.54.44 PM.png
 

Similar Topics

Good Evening , I have version 28 of Studio 5000 from a few years ago . If I got a new CompactLogix CPU , what is the lowest version of...
Replies
4
Views
476
I am working with Allen-Bradley RSLogix 5000. I would like to track the highest and lowest values in an array set by a FFL instruction. Is there...
Replies
8
Views
4,823
This is a picture of a 60" LED TV running Windows 8.1 from a $129 PC. It has a 1.33Ghz quad core processor with 2Gb RAM, so it's not an extreme...
Replies
17
Views
7,135
Good Morning , I would like to keep RS Logix 5000 has my primary PLC software package. I have many old standalone machines around that have...
Replies
8
Views
3,450
PLC is a SLC 5/04 I can one write logic to see how high or how low a value got? Example their is a 0-10v scaled signal coming into my analog...
Replies
4
Views
2,527
Back
Top Bottom