Author |
Message |
Topic: Problem with codes for MPPT |
quium
Replies: 18
Views: 41436
|
Forum: General CCS C Discussion Posted: Fri Mar 30, 2007 9:19 am Subject: Problem with codes for MPPT |
Thanks PCM programmer for the help, I actually left the master clear pin not connected , So I was having problem in getting the pwm, Now I have corrected it and its working fine
Many Thanks
Quium |
Topic: Solar tracking problem with codes |
quium
Replies: 19
Views: 18792
|
Forum: General CCS C Discussion Posted: Thu Mar 29, 2007 10:18 am Subject: Solar tracking problem with codes |
Hi
Is there any site or books from which I can do my mathematical calculation to find out the required torque for my application. |
Topic: Problem with codes for MPPT |
quium
Replies: 18
Views: 41436
|
Forum: General CCS C Discussion Posted: Thu Mar 29, 2007 10:16 am Subject: Problem with codes for MPPT |
Hi
I have tested my circuit by giving an external PWM instead of generating a PWM from the PIC and the circuit was working fine. |
Topic: Problem with codes for MPPT |
quium
Replies: 18
Views: 41436
|
Forum: General CCS C Discussion Posted: Wed Mar 28, 2007 5:38 pm Subject: Problem with codes for MPPT |
Hi
I have made alterations in the fuse setting changed to HS mode and the resonator as advised by you but still I did not manage to get the required PWM.
Many Thanks |
Topic: Problem with codes for MPPT |
quium
Replies: 18
Views: 41436
|
Forum: General CCS C Discussion Posted: Wed Mar 28, 2007 1:16 pm Subject: Problem with codes for MPPT |
I will make the alteration and check my codes again
Thanks |
Topic: Solar tracking problem with codes |
quium
Replies: 19
Views: 18792
|
Forum: General CCS C Discussion Posted: Wed Mar 28, 2007 1:15 pm Subject: Solar tracking problem with codes |
The dimensions of my solar panel are 416mmx235mm. I am keeping the tilt angle fixed to 33.23 degree. And I am having a base unit that is attached or mounted on to the motor The circular disc which is ... |
Topic: Problem with codes for MPPT |
quium
Replies: 18
Views: 41436
|
Forum: General CCS C Discussion Posted: Wed Mar 28, 2007 12:55 pm Subject: Problem with codes for MPPT |
So in that case I have to remove the 12Pf capacitors that I have connected and then change the fuse setting to HS mode and hopefuly with my above codes I will be able to get a PWM of 50KHz.
Sorry f ... |
Topic: Problem with codes for MPPT |
quium
Replies: 18
Views: 41436
|
Forum: General CCS C Discussion Posted: Wed Mar 28, 2007 12:43 pm Subject: Problem with codes for MPPT |
CSTLS20M0X53 |
Topic: Problem with codes for MPPT |
quium
Replies: 18
Views: 41436
|
Forum: General CCS C Discussion Posted: Wed Mar 28, 2007 12:36 pm Subject: Problem with codes for MPPT |
Hi
The ceramic resontor which I am having is a three pin one and I have connected the capacitors of 12pf as per the information in the data sheet. Here is the datasheet of the ceramic resonator which ... |
Topic: Solar tracking problem with codes |
quium
Replies: 19
Views: 18792
|
Forum: General CCS C Discussion Posted: Wed Mar 28, 2007 12:34 pm Subject: Solar tracking problem with codes |
Yeah I have got it, But one more thing, If i want to rotate it by one step and then wait for my ldr values to show some difference, In that case between these two intervals the time might be half an h ... |
Topic: Problem with codes for MPPT |
quium
Replies: 18
Views: 41436
|
Forum: General CCS C Discussion Posted: Wed Mar 28, 2007 12:01 pm Subject: Problem with codes for MPPT |
I am using a 20Mhz resonator and does it work if I change the fuse setting from XT to HS, Sorry I am a power Engineering student thats why I am asking these basic question and as well new to PIC and C ... |
Topic: Problem with codes for MPPT |
quium
Replies: 18
Views: 41436
|
Forum: General CCS C Discussion Posted: Wed Mar 28, 2007 11:52 am Subject: Problem with codes for MPPT |
I have done the calculation and I am getting the value of pr2 as 19 which is with in the range of 0-255, So I think I can use the 4MHz to get a pwm of 50KHz. |
Topic: Problem with codes for MPPT |
quium
Replies: 18
Views: 41436
|
Forum: General CCS C Discussion Posted: Wed Mar 28, 2007 11:41 am Subject: Problem with codes for MPPT |
can i use 4MHz in the above codes to geta pwm of 50Khz |
Topic: Solar tracking problem with codes |
quium
Replies: 19
Views: 18792
|
Forum: General CCS C Discussion Posted: Wed Mar 28, 2007 10:15 am Subject: Solar tracking problem with codes |
I am having a small solar panel with 1.5kg weight and I am using 1200mNm stepper motor, The panel is mounted on a disc which is rotating on motor shaft. |
Topic: Solar tracking problem with codes |
quium
Replies: 19
Views: 18792
|
Forum: General CCS C Discussion Posted: Wed Mar 28, 2007 10:08 am Subject: Solar tracking problem with codes |
//Output the required drive pattern to the motor
#define drive(position) output_b(drivebits |
|