Analog Signals

Lary

Member
Join Date
May 2020
Location
MI
Posts
58
Using RSLogix 5000 version 20.05 with a 1769-IF8 analog card set to 4ma-20ms which is set to engineering units with a 10hz filter. I am wondering if the is a way to grab a min/max value from the signal coming in?
 
I would compare the input with GRT and LES to some variable if it's bigger/ smaller then the previous, overwrite that variable with MOV
 
Simple way, I think, is what I have used before.
Others may have better ways...

Signal is X
Max is A
Min is B

If X > A, then Mov X to A
If X < B, then Mov X to B

Then A (max) and B (min) are always getting updated.
 
Using RSLogix 5000 version 20.05 with a 1769-IF8 analog card set to 4ma-20ms which is set to engineering units with a 10hz filter. I am wondering if the is a way to grab a min/max value from the signal coming in?


I think the OP is asking for the extrema of the raw values i.e. before the 10Hz, low-pass filter.


I think one way would be to wire* the same signal to a free channel and put a 500Hz filter on it.


Another way would be to change the 10Hz filter setting to 500Hz and do the 10Hz filtering in the PLC, along with the extrema montoring. I imagine this could be done in an AOI.



* I have no idea how to wire this; it's current, so to my simple mind putting them in parallel should work; you may ROFL at me now.
 
* I have no idea how to wire this; it's current, so to my simple mind putting them in parallel should work; you may ROFL at me now.

If that's what the OP wants it's series connection. Parallel would split the current. Of course the transmitter would have to support the extra load when in series.

I think we need to have the OP clarify what he means by "the signal coming in" if you are right.
 

Similar Topics

I'm looking for some opinions here. Typically for analog signals, we use a twisted pair wire with a drain shield. However, am I correct in...
Replies
5
Views
2,168
I would like to enquire for a product as a solution for our on-going project. We need to transfer some analogue signals (QTY:08 / 4-20mA ) from...
Replies
11
Views
3,816
We worked in a sewage treatment plant and take care of their plc work. They have an issue with noise some of the analog signals in the plant. When...
Replies
19
Views
7,031
For the first time I have a load of analog signals being transferred into my Control Logix system via Modbus. I have sent analog to a DCS via...
Replies
1
Views
2,913
Hello, I am working with a s7-1500 plc and i am reading analog values from 4 different temperature transmitters. A task of mine is to display the...
Replies
1
Views
1,321
Back
Top Bottom