Quick question;
Inputs arrive every 5 seconds. If a Feed is created with a 5 minute update, does this just take the single most recent input datum, or does something cleverly compute the average Input value first? If a Feed is sampling every 5 minutes then a single Input value plucked from a stream of 60 possibly wildly varying values isn't going to be very representative.
I can cope quite happily if no averaging is done, but I just need to know about it.
Many thanks,
Mike
Re: Logging a 5sec Input to a 5min Feed - any averaging of Inputs done?
Never mind, it's clear there is no averaging going on. An input only stores the most recent value, which is the one you see in the Inputs table.
Mike