Datadirect / number of values
Hello everyone!
By using datadirect I realised that the number of values has a maximum of 3200.
However, I would like to extract values from historical data, each second for a longer time...
Is there another way?
Thanks in advance
Regards
Answers
Hello,
As far as I know, the only way is to continue from the next row by inserting a new array. For instance, if you need values in an hour with 1 second sampling, you may first insert 3200 values first, then insert another 400 values with starting time set accordingly.
Add new comment