Analog input filtered value

riouxhugo

Member
Join Date
Sep 2009
Location
Mtl
Posts
18
Hello,

I am trying to filter an analog input and would like to validate my calculation:

A-B 1746-NI8 (Analog 8 Channel Input - Class 3)
Input Type: 4 to 20 mA
Filter Frequency: 50 Hz
Data Format: EU

Lag Calculation
Delta Time = Delta Time + (S:35 / 1000.0)
Lag Parameter = 0.1

Analog Input Filtered Value =
[( Lag Parameter * Previous Filtered Output Value ) + ( Delta Time * Characterized Value )] / ( Delta Time + Lag Parameter )

Thank you taking the time to check and comments.

Regards,

Hugo
 
Here's another one.

FV=FV+C(NV-FV)
Where:
FV= Filtered value
C= constant (range 0-1) The smaller the number the more dampening.
NV= New Value

Also the card has its own filter which can be configured. See PDF below
 
Last edited:
Thanks Mickey for this info. This is very valuable for me... because I want to know as much as possible concerning PLC programming.

Hugo
 

Similar Topics

I'm having trouble calming down 2 Tempo Sonics. I'm using Studio 5000 CompactLogix my Raw value is jumping around from 8575.0 to 8755.0 at a...
Replies
4
Views
69
I cannot add SLC500 analog input tag (I: 8.3) to EZSeries Touch Panel Editor (V 5.3). I used all the listed tag datatype but it all says "Invalid...
Replies
8
Views
120
Hi, I have questions. I have Analog Input that need to put into Ignition Designer. But I don't know how to put?
Replies
1
Views
73
Omron AD081-V1 Analog Input Card Offset & Gain Adjustment Entering Adjustment Mode 1. Set the input card in adjustment mode (Turn ON Dip SW No-1)...
Replies
0
Views
50
Why AMIo800 Analog input module's I/O LED is Lighting up Red? Checked module connections, 4-20ma wires etc but this light is continuously Lighting...
Replies
1
Views
72
Back
Top Bottom