Hello everyone today i finished working on my inverter and it works fine, the problem of going off after 6second has been resolved by increasing the current transformer voltage...... thanks for the help render to me by California Joe and pic gak for helping me to complete this inverter.
Thanks pic gak , i didn't make any modification while building my inverter,all i know is i used two different source code which i finally reprogram the pic with another code ,the first code also work but i need the press the reset switch before it comes on but the second code works as soon as i power the inverter and that is the code uploaded by california joe ...
Hello friends,i want someone to explain the following code for me please
const long sine_wave[32] = {81,162,241,318,392,462,527,588,642,691,733,768,795, // sine wave constants;
815,827,831,827,815,795,768,733,691,642,588,527,462,
392,318,241,162,81,0};
const int volt_sine_ref[32] = {0,5,9,14,18,23,27,31,34,37,40,42,44,46,47,48,48,
48,47,46,44,42,40,37,34,31,27,23,18,14,9,5}; ....now this is LUT for sine pwm then after that this follows...//const int delta_v_h[16] = {7,7,6,6,6,5,5,5,4,4,4,3,3,3,2,2};
//const int delta_v_l[16] = {3,3,3,3,3,3,3,2,2,2,2,1,1,1,0,0};
const int delta_corr[32] = {3,6,9,12,15,18,20,23,25,27,28,30,31,31,32,32,32,31,
31,30,28,27,25,23,20,18,15,12,9,6,3,0}; please what this second code means and how did the ADC control the output voltage?
The file link that you requested is not valid.Hi,
i made my own sine-wave inverter with PIC16F876A,
here is a circuit and source code (for CCS PCWH):
https://www.4shared.com/dir/2136086/3afe23e/sharing.html
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?