Hey! So I'm using DF Express to measure some Load Cell Data. Through a LabJack U6-Pro.
I'm using a 0-500kg load cell and trying to get a resolution of almost 1-5 grams. However, I noticed there is a little bit of noise which I believe could be filtered with an equation like this:
Filtered Analog = (filter_coefficient x Analog Input) + ((1 - filter_coefficient) x filtered analog)
How could I implement this in DAQFactory or would you suggest a different method? Also to keep in mind that I am plotting these values in a graph, logging them, and also grabbing the data every 0.1 seconds. Hence I cannot simply use the averaging function from DAQFactory.