Aufzeichnungsdauer Stromverbrauch
Alexander
on 10 Jan 2024
Latest activity Reply by Christopher Stapels
on 10 Jan 2024
Ich habe das Problem das ich immer nur 1 Tag aufzeichnen kann (siehe Anhang), obwohl ich den Parameter au 15 tage gestellt habe.
1 Comment
Time DescendingYou can read at most 8000 points in a single read. Have a look at the blue tip on theRead data API page.
There are several ways to get around this. One is to write the average of your data for a time period to another channel and then plot the data in that derived channel. You can use the TimeControl app to do this automatically on a regular basis, ad call MATLAB analysis code you create to average and write the data.
Another is to write a custom MATLAB visualization code to read the data in several reads and add it together into one series. You can use the MATLAB playground AI assistant to help you generate the code for the custom visualization.
Sign in to participate