Signal conditioning

kash75

Member
Join Date
Oct 2004
Posts
24
I am using thermocuple card 1769-IT6 for Micrologix 1500. I am getting some noise due to the some of the AC lines that is bunched with the TC wirings (main problem). There is not a function in the 1500 that allows me to put filtering on the TC signals. Does anybody has any suggetion on how to create some sort of filtering for this types of problems.


Sam
 
Bob:

I have tried that, I still get noise on the TC due to the contactors going on/off.

Thanks
 
This works for me, to filter numerical values.

((raw value - filtered value) times ( X )) plus (filterd value)=filtered value

The smaller the value of X the more filtering
 
A digital filter doesn't always work.

Sometime the noise spike are very severe and no averaging technique will work. In this case I recommend over sampling. Take a reading every 1 and sort them in an array. After you have your 20 samples then use the 10th one. It will be the median value. This way a few bad noise spikes will not affect your data.
 
It awoke reveal it a technique in the programming, against they EMI

Always, I group similar components in sequence of a byte in the card of output. Compares the byte, always when modify shoot a timer of freeze, that controls ENABLE of atualization of the analog elements.
 

Similar Topics

Hi, I have 7 years of experience as a maintenance / PLC programmer in a fairly old steel mill. I was the one who converted PLC2 to CtrlLGx...
Replies
4
Views
2,359
Hey Folks. I have a project where I will have have to control a VFD speed via analog voltage (0-10V) with the PLC, From an signal coming from my...
Replies
5
Views
3,752
Hello, I am trying to figure out if this is possible. Say I have one analog output with the following specs: Output range = 4 to 20 mA Absolute...
Replies
8
Views
3,145
Gentlemen, I need your expertise and would appreciate your wisdom: I am working on an uncoiler which due to design issues causes a lot of wobble...
Replies
13
Views
3,672
Hello All, I have a late model yokogawa magmeter with an open-collector output for the pulse output function. The current PLC's configuration...
Replies
5
Views
2,399
Back
Top Bottom