AB Analogue Card 1769-IF4 signal fluctuation

Ehsan-ul haq

Member
Join Date
Feb 2023
Location
Australia
Posts
6
Hi All,

I am working on a small PLC system having Compact Logix LE33 PLC having only two IF4 card. Some of these channels are used for 4 - 20 mAmps pressure transmitters and some vibration Tx. When system is operational these channels read the process variables correctly but as soon as system stops or pressure goes to zero, they start showing 3980 to 4001 value and under range bit becomes high in card diagnostics. All transmitters are 4 - 20 mAmps. There is only one source of 24 VDC. I have checked wiring which is as per manual and all commons are looped together.
I believe one common factor is effecting all these readings, cant figure out what. Any help would be appreciated. Thanks
 
Is there a question in there? What do you want help with?

Assuming a reading of 4000 (Engineering unit range, right?) means zero pressure, those readings of 3980 to 4001 indicate a signal of 3.98-4.001mA, which is within a whisker of zero pressure, and can be pretty convincingly explained as normal, i.e. typical, noise in the measurement. Whenever a zero pressure in the physical system being measured results in a digital reading below 4000, that Under-range bit will become 1, and that bit will be 0 when the noise, or the signal, return a signal of 4000 or higher.

The fact that the range readings at zero pressure is not centered on a reading of 4000 suggests that there could be a slight mis-calibration in the instrument zero, but unless that zero was re- and mis-calibrated to be at least ~4020, that Under-range bit would still come on occasionally.

That bit would also be 1 if the 4-20mA wiring were broken, but then the digitial reading would be around 3200, which is when it would be worthwhile raising an alarm. N.B that 3200 is well outside the range of noise generated when the pressure is zero.

Chasing noise is a time honored, and time-wasting, activity. Thank you for the opportunity.
 
Thanks drbitboy for your response. Yes engineering units.
Actually I am using under and over range bits as healthy interlocks for the loops, that is why loops cant run as per logic if any of those bits is high.
As you have advised it is normal and it is worthwhile creating an alarm if digital reading goes to 3200, in case wire is broken, could you please advise which bit I can use as an interlock if digital value goes to 3200? if there is any. Thanks
 
please advise which bit I can use as an interlock if digital value goes to 3200? if there is any. Thanks


[Update: what @Steve Bailey said]


don't use a bit, use a compare i.e.
LES Pressure_reading_raw 3800 OTE Pressure_reading_invalid
Where

  • Pressure_reading_raw is the reading from the IF4,
  • Pressure_reading_invalid is a boolean flag,
  • 3800 is my guess at an abnormally-low pressure reading that is not caused by noise.
 

Similar Topics

Hi, On line 964...Does anyone know what this TO command is doing? This is for an analogue output card Q68DAIN). R0S11 refers to rack 0 slot 11 on...
Replies
2
Views
1,679
Hi, I've run out of analogue input channels on my Q68AD-G module. If I add a new Q68AD-G module and install it into a spare (blanked-off) slot, it...
Replies
2
Views
1,338
i am using a Q64DAN (4 channel Analogue out card) can someone give me some pointers on how to set it up and how to write to it. i have got it in...
Replies
2
Views
1,443
Hi Has anyone got a data sheet for a 8165 - 4002 16 way Analogue input card 23031043 32657 Please can you email to [email protected]...
Replies
1
Views
2,175
Hi , I have a Gem 80 Analogue input card 8165 - 4002 We are going to add it to an available space in the rack to give some additional...
Replies
0
Views
1,908
Back
Top Bottom