01-16-2013 01:37 PM - edited 01-16-2013 01:38 PM
No, a chart would be the wrong tool. A chart maintains an internal FIFO buffer of a given size and discards old points as new points arrive. It acts like a paper chart recorder.
You definitely need a graph, because you have all data available at once.
Make sure you fully understand the difference between a chart and a graph, they are completely different.
@pyae wrote:
I think current output is already quite ok for me but i am wondering generating with waveform chart would be clearer to see and compare with others .
What do you want it to compare with? Other days?
You could use a multiplot graph with one plot per day, for example.
01-16-2013 11:54 PM
Hello Altenbach,
Thanks for your advice and i will use the graph .
I would like to compare data with other day but not compulsary and i have to integrate this data with Solar data and Cost calculation part as well which is being done by our other project member.
Really thanks alot for your help and i will update you for other part of project if necessary.
thanks
regards
sweyiwin
01-22-2013 08:41 AM
Hello Altenbach,
Please advise me which tools shall i use to extract every 30 mins data from power array and put them into one array. So i will have new array with every 30 mins data (eg. data from index 0, 30, 60, 90, ... ). please find my attached project part.
thanks
regards
pyae
01-23-2013 12:46 PM
Hello atenbach,
i could have done the above array extraction part already.
thanks
🙂