Bad Logging Values

JoshM

Member
Join Date
Mar 2012
Location
NYC
Posts
54
Hi,

I am using an Allen Bradley Compactlogix PLC and polling data from it using KEPServerEX (OPC client). I have been logging various 4-20mA temperature sensors and found large jumps in the data. In one case the sensor usually reads around 83F, but sometimes jumps to 101F. Another sensor has been reading in the 70's and has been jumping as far down as 0F. The readings are clearly wrong, but I'm not sure how to eliminate these spikes.

Thank you,

Josh
 
You have to isolate where the reputed bad values are coming from: sensor, transmitter, noise, PLC, or OPC

Some transmitters show fault mode by going full scale up or full scale down. If the the excursions are full scale up or down, then it is likely the transmitter is faulting for some reason.

If the excursions are not full scale but just high or low above or below what you think is real then a question is what does the PLC see those data points as? Same values as OPC? Or does PLC see values around where you think it should be?

Is the timing of the bad values related to a large electrical load, like a motor or heaters that turns on or off?

Has the data ever been good for a long period of time, or is this a new installation where the data appears sometimes good and sometimes bad?
 
I would do some logging inside the PLC. Setup a high and low value. If the laburnum is greater than the previous value move it into the stored value. Do the same for the low value. This will tell you if the PLC is seeing the values.
 
I confirmed that the PLC is seeing these values. It is definitely the transmitter of the sensor. Possibly being caused by external noise or could be a faulty sensor.

Any suggestions for companies that make good 4-20mA temperature sensors?

-Josh
 

Similar Topics

Hello all, I know its not good practice to have duplicate destructive bits when writing plc code, but I'm wondering about writing to the same tag...
Replies
2
Views
109
Hello all, I am brand new here :cool:. I'm limited in my controls knowledge but always trying to learn more. I recently started working at a...
Replies
14
Views
344
Dear All, I have an Mitsubishi PLC (FX1N-40MR) and PLC backup was taken and i compiled the program and its showing 0 error. then I tried to...
Replies
8
Views
292
Hi, Have anyone came across issue with Kepware or Linkmaster not returning correct values (Unknown Quality) for some tags From OPC DA Client...
Replies
7
Views
692
I have run into a problem with my first time installing a 2080-OF2 module on a Micro820 and have a hunch that the module itself - brand new out of...
Replies
9
Views
952
Back
Top Bottom