Author |
Message |
Topic: getting error in code to read AI |
uma
Replies: 14
Views: 17680
|
Forum: General CCS C Discussion Posted: Sat May 10, 2014 5:54 am Subject: RE:thanks to alllllllll. |
sorry guys as iam helpless iam comming to the forum for help,but you people say that iam wasting all your time,thre truth is you people are entertaining with my unknown knowledge of code.......
anywa ... |
Topic: getting error in code to read AI |
uma
Replies: 14
Views: 17680
|
Forum: General CCS C Discussion Posted: Sat May 10, 2014 5:13 am Subject: RE: |
yes i am using proteus 8.0,and in later stage i am going to do in real hardware combining all DI,DO,AI,AO,CI,CO in a single program,for that i am learning now in simulation. Image which i post is the ... |
Topic: getting error in code to read AI |
uma
Replies: 14
Views: 17680
|
Forum: General CCS C Discussion Posted: Sat May 10, 2014 1:13 am Subject: RE:Ttelmah, got the o/p but right or not? |
I have done something, i don't know it is wright or wrong.
I post my code and screen shot in which i get my output in millivolts, you just have a look, is that ok or not?
#include <16f877a.h> ... |
Topic: getting error in code to read AI |
uma
Replies: 14
Views: 17680
|
Forum: General CCS C Discussion Posted: Fri May 09, 2014 3:51 am Subject: RE: |
Hi guys,
I wont be online always, so i can't comment anything immediately, that is reason for my slow response to you. Don't mistake me for i am not giving the result to the solutions or suggesti ... |
Topic: getting error in code to read AI |
uma
Replies: 14
Views: 17680
|
Forum: General CCS C Discussion Posted: Fri May 09, 2014 2:00 am Subject: how to read the adc count displayed in volts & millivolt |
how to read the adc count displayed in volts & millivolts when i vary the pot.In my previous code iam able to read the value in count when i vary the pot.what are the changes to be made in code to ... |
Topic: getting error in code to read AI |
uma
Replies: 14
Views: 17680
|
Forum: General CCS C Discussion Posted: Wed May 07, 2014 6:35 am Subject: getting error in code to read AI |
#include <16f877a.h>
#device ADC=8
#fuses HS,NOLVP,NOWDT,PUT
#use delay(clock=20000000)
#use rs232(baud=9600,xmit=PIN_C6,rcv=PIN_C7)
#include <lcd.c>
void main()
{
lcd_ini ... |
Topic: IC or converter for 3phase power to 0- 10V AC power |
uma
Replies: 3
Views: 5576
|
Forum: General CCS C Discussion Posted: Wed May 07, 2014 6:09 am Subject: IC or converter for 3phase power to 0- 10V AC power |
Ok, iam looking for the correct procedure ,correct device which suits my application.will come back soon.thank you. |
Topic: IC or converter for 3phase power to 0- 10V AC power |
uma
Replies: 3
Views: 5576
|
Forum: General CCS C Discussion Posted: Wed May 07, 2014 12:51 am Subject: IC or converter for 3phase power to 0- 10V AC power |
Hi friends,
does anybody know tha IC or device which is used for converting incoming 3 phase voltage and current to 0-10V range output?
for example each line voltage R,Y,B individually should gi ... |
Topic: Can i connect a pot directly without ADC to 16F877a to read? |
uma
Replies: 5
Views: 6690
|
Forum: General CCS C Discussion Posted: Tue May 06, 2014 12:30 am Subject: Can i connect a pot directly without ADC to 16F877a to read? |
thanks for your responses guys,i was busy a little with other project,hence took a gap in this project.I will come back again with my queries after creating and testing my model. |
Topic: Can i connect a pot directly without ADC to 16F877a to read? |
uma
Replies: 5
Views: 6690
|
Forum: General CCS C Discussion Posted: Sat May 03, 2014 2:09 am Subject: Can i connect a pot directly without ADC to 16F877a to read? |
Can i connect a potentiometer directly without ADC to 16F877a to read the values directly ? Pls reply soon. waiting for it. I want to connect the pot as Analog Input. |
Topic: what are the steps to read a digital input like toggle swtch |
uma
Replies: 26
Views: 30617
|
Forum: General CCS C Discussion Posted: Sat May 03, 2014 2:06 am Subject: i understood the concept.. |
i understood the concept..thanks for all your responses ,i successfully compiled my code and got output.Especially the last post was very usefull for me.. |
Topic: what are the steps to read a digital input like toggle swtch |
uma
Replies: 26
Views: 30617
|
Forum: General CCS C Discussion Posted: Fri May 02, 2014 12:33 am Subject: RE: |
you are saying that just because iam using while with semicolon,it is checking the condition once ah?
if so how can declare it for looping? |
Topic: what are the steps to read a digital input like toggle swtch |
uma
Replies: 26
Views: 30617
|
Forum: General CCS C Discussion Posted: Thu May 01, 2014 11:53 pm Subject: RE: |
I read the thread, but still i did not get what i have done. You mean to say that i have missed looping? |
Topic: what are the steps to read a digital input like toggle swtch |
uma
Replies: 26
Views: 30617
|
Forum: General CCS C Discussion Posted: Thu May 01, 2014 11:15 pm Subject: any one tell me how to check the input is high or not, |
Anyone tell me how to check the input is high or not, if not high how to make the input high. |
Topic: what are the steps to read a digital input like toggle swtch |
uma
Replies: 26
Views: 30617
|
Forum: General CCS C Discussion Posted: Thu May 01, 2014 11:13 pm Subject: RE: |
#include <16f877a.h>
#fuses XT,NOWDT,NOPROTECT,BROWNOUT,PUT,NOLVP
#use delay(clock=20000000)
#use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7,Errors)
#define Button Pin_C4
# ... |
|