John Knoop Posted February 24, 2016 Report Posted February 24, 2016 I am writing a value every 10 seconds in a data table for 1 hour. So I have 360 values. How can I calculate the average over 360 values ?
AlexUT Posted February 24, 2016 Report Posted February 24, 2016 Hi, You can read Data Table column into vector of 360 MIs. Then make SUM into ML or DW, then divide by 360. If you are interesting in right rounding - check SDW 4 or SL4 and correct result. B.R.
John Knoop Posted February 25, 2016 Author Report Posted February 25, 2016 Hi Alex, I am a beginner. So can you show me a example? Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now