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 7 matches
CCS Forum Index
Author Message
  Topic: how add hysteresis in my code
tanveerriaz

Replies: 17
Views: 34083

PostForum: General CCS C Discussion   Posted: Fri May 03, 2013 7:05 am   Subject: how add hysteresis in my code
for Mike Walne.
this is prototype. i draw a sketch of my board.
i made this pcb for test code.
i understand the risks working on live mains.
i am not a programmer.
only a electronic/radio hobbyi ...
  Topic: how add hysteresis in my code
tanveerriaz

Replies: 17
Views: 34083

PostForum: General CCS C Discussion   Posted: Thu May 02, 2013 8:17 pm   Subject: how add hysteresis in my code
Here is my uncompleted work. When its complete I show it here.
I add a 3310 lcd to show voltage.
http://picturepush.com/public/12835620
http://picturepush.com/public/12835639
http://picturepush.co ...
  Topic: how add hysteresis in my code
tanveerriaz

Replies: 17
Views: 34083

PostForum: General CCS C Discussion   Posted: Tue Apr 30, 2013 10:33 pm   Subject: how add hysteresis in my code
I need a circuit to protect my house electrical equipment
from main power up and down.
I have a prototype board for check my circuit.
I use 230v ac > dc and a resistance divider network to down ...
  Topic: how add hysteresis in my code
tanveerriaz

Replies: 17
Views: 34083

PostForum: General CCS C Discussion   Posted: Mon Apr 29, 2013 8:24 pm   Subject: how add hysteresis in my code
i make a man voltage protecution circuit on a relay 170v to 240 voltage.
when voltage low 170 and up to 240 off the load. i need tune code for avoid chattering of relay.
hare is my code


#includ ...
  Topic: how add hysteresis in my code
tanveerriaz

Replies: 17
Views: 34083

PostForum: General CCS C Discussion   Posted: Sun Apr 28, 2013 12:19 am   Subject: how add hysteresis in my code
how i add 5v hysteresis in this code

while(1)
{

set_adc_channel(0);
delay_ms(1);
adc_u=read_adc();

if (adc_u>= 170 && a ...
  Topic: Jon Fick’s data logger
tanveerriaz

Replies: 2
Views: 5734

PostForum: General CCS C Discussion   Posted: Mon May 07, 2012 7:00 am   Subject: Jon Fick’s data logger
I mail also Mr. Fick.
i need to convert code for 16f876 to 16f876a
Anybody bulid this datalogger ?
and use ?
  Topic: Jon Fick’s data logger
tanveerriaz

Replies: 2
Views: 5734

PostForum: General CCS C Discussion   Posted: Sat May 05, 2012 11:54 pm   Subject: Jon Fick’s data logger
hi
I build this datalogger:
http://www.vermontficks.org/datalogd.htm
I have some problem.
It read voltage and display on lcd ok, but cannot correct value display on
lcd when "view" and ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group