Measurement and analysis of household solar power.

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
futek2
New User
New User
Posts: 3
Joined: Wed Apr 27, 2016 2:01 pm
Location: Poland

Measurement and analysis of household solar power.

Post by futek2 »

Hello.
Once upon a time I was looking for a simple oscilloscope and today I managed to find something and came across your project.
I was looking for this meter to his small PV power plant built optimize yourself.
I want to do search and control point MPP.

I found such a product, which after a slight modification to met my expectations and maybe also other stakeholders.

http://www.purebasic.fr/english/viewtop ... 62&start=0

To do this I have to add this project to the graphic and the button (L * R) - power (I * U = P).
And I wanted to make a record every 30 seconds and every 60 seconds to a file CSV or TXT.
Then I would do the calculations in MS EXCEL.
MPP for the optimal point of measurement for a long time.

https://en.wikipedia.org/wiki/Maximum_p ... t_tracking

http://www.mdpi.com/sensors/sensors-16- ... 9-1024.png

http://coder-tronics.com/wp-content/upl ... -curve.png

Recording wanted me to take place without limitation of time, eg 1 week - 168 hours and more.
The save file to be following column numeric values:
date, time, L, R, L * R,

With the knowledge of the oscilloscope I found the choice too easy to modify.
But it might have been simpler to perform three meter with digital display:
1 - Voltage ranges 0-10V, 0-100V, 0-500V (left channel)
2 - Current ranges 0-1A, 0-5A, 0-10. (Right channel)
3 - Power - calculation (V * A) Wat.
I write to a file every 30 seconds or 60 seconds of the CSV or TXT data:
Date, time, V, A, Wat

Recording time up eg 1 week - 168 hours and more for then analyze the results using MS EXCEL.

Input signals to the measurements to the SOUND CARD stereo in with a circuit current and voltage dividers.

http://www.qsl.net/om3cph/sb/dcwithsb.htm

I do not know how to program'm just a retired electronics.

I look forward to help in this area.

Sorry for my bad English

Futek2
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: Measurement and analysis of household solar power.

Post by Kukulkan »

Hi,

sounds like a nice project with both electronics and software involved. :)
I do not know how to program'm just a retired electronics.
I look forward to help in this area.
Sadly I do not get the point what kind of help you need and what the specific question is :-(
User avatar
futek2
New User
New User
Posts: 3
Joined: Wed Apr 27, 2016 2:01 pm
Location: Poland

Re: Measurement and analysis of household solar power.

Post by futek2 »

Hello Kukulkan.
Thank you for your answer.


Acquainted with the project Oscilloscope.
http://www.purebasic.fr/english/viewtop ... 62&start=0
But there is no possibility of recording the measured values to the file and it would was required to perform power calculations in MS EXCEL ..
A further link to pages placed to show what you want to calculate. But this is to be done with a large amount of measurement data and then ustwic optimal load point of PV panels on my house.

I found another project and this seems to me easier to change to fulfill what he wants to measure using the card for music input.
http://www.purebasic.fr/english/viewtop ... 09#p413509

Slowly I begin to understand programming language in purebasic.
But I'm far from that I could modify programs tyk code written.
I think that this second project was to easier to adapt to my needs amateur.

Regards.

Futek2
Post Reply