QUOTE(BC Steve @ Mar 24 2008, 03:11 PM) [snapback]66861[/snapback]
You could also use a PID function for that. Tune to your hearts content!
QUOTE(b_carlton @ Mar 21 2008, 06:57 PM) [snapback]66801[/snapback]
There is a FILTER IBox but that may not be what you want. A simple moving average would keep X readings and average them, addin in the newes and throwing out the oldest as data comes in. If you want this you'll have to 'roll your own'. The DL05 has the power, it's just that you'll have to think a little.
A filter - especially with an IBox, while a little easier to implement, tends to weight newer data more heavily than older date. If that sound ok then try the filter.
Use a PID function to get a moving average? Wouldn't that be a little weird? I would just program an average function, , that wouldn't be too much work I suppose...