CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 35 matches
CCS Forum Index
Author Message
  Topic: Inverter O/P voltage controlling problem
attabros

Replies: 3
Views: 4206

PostForum: General CCS C Discussion   Posted: Thu Jun 17, 2010 12:15 am   Subject: Inverter O/P voltage controlling problem
The piece of code you provided working fine now the voltages are in range
as well as jumping factor reduced but not eliminated.

The O/P voltages are in Range 220-230 VAC but at lower Load conditi ...
  Topic: Inverter O/P voltage controlling problem
attabros

Replies: 3
Views: 4206

PostForum: General CCS C Discussion   Posted: Wed Jun 16, 2010 4:04 am   Subject: Inverter O/P voltage controlling problem
I have designed an inverter 110-130 DC to 220-230 AC by using step Square Wave.
There are 32 different steps. In these 32 steps the voltage varies from 180-350 VAC.
I have made the steps selection t ...
  Topic: DC look up Table
attabros

Replies: 6
Views: 5282

PostForum: General CCS C Discussion   Posted: Fri Sep 04, 2009 6:00 am   Subject: DC look up Table
I have write some lines to the software but its not working



void main()
{

long int reading;
float a,b;

setup_adc_ports(ALL_ANALOG);
setup_adc(ADC_CLOCK ...
  Topic: DC look up Table
attabros

Replies: 6
Views: 5282

PostForum: General CCS C Discussion   Posted: Wed Sep 02, 2009 5:58 am   Subject: DC look up Table
I have write a few lines with respect to the DC volt
but not sure will it work or not can anyone guide me, please help me out
its urgent for me.



#include <16F877A.h>
#device ICD=TRUE ...
  Topic: DC look up Table
attabros

Replies: 6
Views: 5282

PostForum: General CCS C Discussion   Posted: Wed Sep 02, 2009 12:36 am   Subject: DC look up Table
Is there any simple way to read the data from Analog & output the data on port D
using the table i given above.

Thanks
  Topic: DC look up Table
attabros

Replies: 6
Views: 5282

PostForum: General CCS C Discussion   Posted: Tue Sep 01, 2009 2:44 am   Subject: DC look up Table
Thanks for a quick reply,

Well I have designed an inverter the input will varies from 132.5 VDC to 198 VDC in 32 steps & the output will remain stable at 220 VAC, the reference volt is 160V DC ...
  Topic: DC look up Table
attabros

Replies: 6
Views: 5282

PostForum: General CCS C Discussion   Posted: Mon Aug 31, 2009 5:09 am   Subject: DC look up Table
I have input of 160 V DC ,I have made that scale to 3 volt to analog input to PIC 16F877A ,I want to create a look up table for 32 steps from 00000
to 11111 as the voltage decreases or increses whic ...
  Topic: inverter output current measurement
attabros

Replies: 5
Views: 7324

PostForum: General CCS C Discussion   Posted: Mon Aug 03, 2009 6:27 am   Subject: inverter output current measurement
Hi Everyone,

I have designed an inverter I want to measure load current from. Output voltage is 220v AC. I want to read the current (I) measurement on analog bit of 16F877A.
What will be the best ...
  Topic: Binary Data in & out.
attabros

Replies: 5
Views: 5792

PostForum: General CCS C Discussion   Posted: Sun Jul 05, 2009 10:35 pm   Subject: Binary Data in & out.
Now I want to output the binary data (00000 to 11111) which I have mentioned before, on Port D one by one automatically with some delay, so that I can observe the output on oscilloscope.

How it cou ...
  Topic: Binary Data in & out.
attabros

Replies: 5
Views: 5792

PostForum: General CCS C Discussion   Posted: Wed Jun 24, 2009 5:12 am   Subject: Binary Data in & out.
the binary data will be in following format


A12-A8
00000
00001
00010
00011
00100
00101
00110
00111
01000
01001
01010
01011
01100
01101
01110
01111
10000
10001
10010
10011
101 ...
  Topic: Binary Data in & out.
attabros

Replies: 5
Views: 5792

PostForum: General CCS C Discussion   Posted: Wed Jun 24, 2009 4:43 am   Subject: Binary Data in & out.
Hi Everyone,

I have designed a control circuit for an inverter using Parallel EEPROM
At28C64B it has address bits from A0-A12, now form A0 to A7 is selected by binary counter which is Y decoder, t ...
  Topic: Need help in IR receiver
attabros

Replies: 6
Views: 7475

PostForum: General CCS C Discussion   Posted: Sat Nov 29, 2008 2:17 am   Subject: Need help in IR receiver
While Transmitting & Receiving data using RS-232 at both sides from one microcontroller to another using IR as a communication medium between controllers what baud rate should I select for better ...
  Topic: Need help in IR receiver
attabros

Replies: 6
Views: 7475

PostForum: General CCS C Discussion   Posted: Mon Nov 24, 2008 7:02 am   Subject: Need help in IR receiver
Thanks for your reply.

It works fine what if i use an interrupt for the same senario,
what i have studied iterrupt function is used before main function,
but i have no idea how i will use it as w ...
  Topic: Need help in IR receiver
attabros

Replies: 6
Views: 7475

PostForum: General CCS C Discussion   Posted: Fri Nov 21, 2008 6:30 am   Subject: Need help in IR receiver
I have studied some projects is it necessary to use interrupt
on the reciever side.
So how i will make a reciever code for the above transmitter.
  Topic: Need help in IR receiver
attabros

Replies: 6
Views: 7475

PostForum: General CCS C Discussion   Posted: Thu Nov 20, 2008 6:36 am   Subject: Need help in IR receiver
Hi Everyone,

I have made a sample program for IR transmitter


#include <16F877A.h>
#device adc=8

#FUSES NOWDT //No Watch Dog Timer
#FUSES HS ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group