The disappointing part is that trend view will not capture a one scan event. What I described earlier is a test that I had set up to try and understand why what I am tring to do does not work.
Sorry to disappoint. The Trend view is an async data client that just reads as fast as it can. It is not a scan to scan capture, although that it something that we would like to do in the future.
With typical scan times on the order of a few hundred micro seconds, Do-more is fast enough that gathering and managing scan-to-scan data is not an insignificant task.
What I am trying to do is to use a counter done bit to trigger a math calculation that uses the accumulated value from a tmr. This same done bit also resets the counter and the timer. Apparently the timer is reset before the math can grab the value. This is all logic that worked great in DS5.
Timer and counter logic in Do-more are virtually identical to DL implementations. Post your logic and we are happy to help you.