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 16 matches
CCS Forum Index
Author Message
  Topic: Difference between these two IF statements
bhas_r

Replies: 6
Views: 22319

PostForum: General CCS C Discussion   Posted: Fri Sep 02, 2022 12:47 am   Subject: My code is working
Happy to tell

My code is working as expected.
Soon i will post my full code.
  Topic: Difference between these two IF statements
bhas_r

Replies: 6
Views: 22319

PostForum: General CCS C Discussion   Posted: Wed Aug 31, 2022 10:10 am   Subject: While statement
This is the program for water level controller.
When the water touches the High level sensor the input TNKH Senor reads zero.
Same for dry run and sump empty signal will goes to High.

Then while ...
  Topic: Difference between these two IF statements
bhas_r

Replies: 6
Views: 22319

PostForum: General CCS C Discussion   Posted: Wed Aug 31, 2022 5:56 am   Subject: Thanks for the reply
As you said the motor always run till the while statement true.
WHILE ( (input (DRYR) == 0) && (input (TNKH) == 1) && (input (SUMP) == ...
  Topic: Difference between these two IF statements
bhas_r

Replies: 6
Views: 22319

PostForum: General CCS C Discussion   Posted: Mon Aug 29, 2022 9:32 am   Subject: Difference between these two IF statements
Hi all,

I am a little bit confused with the below statements:

IF ( (input (TNKH) == 1) && (input (TNKL) == 1) && (input (SUMP) == 0) )

IF ( (input (TNKH) == 1) & (input (T ...
  Topic: Flexible "I2C" LCD driver (PCF8574T) by Hugo Silva
bhas_r

Replies: 15
Views: 134448

PostForum: Code Library   Posted: Mon Aug 19, 2019 12:28 am   Subject: Added 10ms
10 ms delay added in send byte, no improvements.

i found another program from internet, i will check and post the same if works properly
  Topic: Flexible "I2C" LCD driver (PCF8574T) by Hugo Silva
bhas_r

Replies: 15
Views: 134448

PostForum: Code Library   Posted: Sun Aug 18, 2019 6:19 am   Subject: i will try this but
Then experiment. Try using a lower oscillator frequency for the PIC.
Or, put a delay of 10 msec at the end of the send_byte() function.

Assume there is something wrong, maybe in the timing, and ...
  Topic: Waterproof Ultrasonic Module JSN-SR04T unstable values
bhas_r

Replies: 5
Views: 18261

PostForum: General CCS C Discussion   Posted: Sun Aug 18, 2019 1:45 am   Subject: Thank you all
I was curious, googled the module and one hit says to increase the trigger from 10us to 20us for more stable readings. While written for another micro, it'd be easy yo test.
I cannot confirm/deny tha ...
  Topic: Waterproof Ultrasonic Module JSN-SR04T unstable values
bhas_r

Replies: 5
Views: 18261

PostForum: General CCS C Discussion   Posted: Sat Aug 17, 2019 2:35 pm   Subject: Waterproof Ultrasonic Module JSN-SR04T unstable values
Hi all,

i am using Waterproof Ultrasonic Module JSN-SR04T sensor, which gives random values for same position. even its fixed stable, the output is varying.
looking for any correction.

i am us ...
  Topic: Flexible "I2C" LCD driver (PCF8574T) by Hugo Silva
bhas_r

Replies: 15
Views: 134448

PostForum: Code Library   Posted: Sat Aug 17, 2019 1:17 pm   Subject: thank you PCM programmer
Try to use the lcd in normal 4-bit parallel mode, if possible.
Do the custom symbols work in that mode ?

previously, i used in 4 bit mode that was successful. now the same project i need more pin ...
  Topic: Flexible "I2C" LCD driver (PCF8574T) by Hugo Silva
bhas_r

Replies: 15
Views: 134448

PostForum: Code Library   Posted: Sat Aug 17, 2019 12:10 am   Subject: Unable to get custom char in i2c lcd
Unable to get custom char in i2c lcd.
only first up arrow is displayed down arrow or degrees symbol not displayed
looking for correction
  Topic: Displaying Image in Graphical lcd 128x64
bhas_r

Replies: 2
Views: 10039

PostForum: General CCS C Discussion   Posted: Thu Nov 28, 2013 3:31 am   Subject: Thanks for ur valuable time. Please see below for details
1. I got the code from following website link
http://www.sonsivri.to/forum/index.php?topic=21746.0

2. all functions gives output fine but the function for displaying Image draws the partial image ...
  Topic: Displaying Image in Graphical lcd 128x64
bhas_r

Replies: 2
Views: 10039

PostForum: General CCS C Discussion   Posted: Sun Nov 24, 2013 5:50 am   Subject: Displaying Image in Graphical lcd 128x64
hi everyone,
i need your help to Displaying Image in Graphical lcd 128x64, i anybody have driver file with Image displaying loop. please help me
  Topic: need help to display image in Graphical lcd 128*64
bhas_r

Replies: 3
Views: 11655

PostForum: General CCS C Discussion   Posted: Wed Oct 30, 2013 12:19 pm   Subject: Images not fully displayed
hi,
I tested the code, the image are not drawn fully. i will attach the code
is there any mistake please let me to know. After successful completion i will post the working code

/////////// ...
  Topic: need help to display image in Graphical lcd 128*64
bhas_r

Replies: 3
Views: 11655

PostForum: General CCS C Discussion   Posted: Mon Oct 28, 2013 3:30 am   Subject: need help to display image in Graphical lcd 128*64
Hello,
I am using graphical lcd for my new project, i succeeded with draw line, rectangle, circle using drivers available in ccs. i like to display image. please help me to complete my projec ...
  Topic: How to put a BMP in ROM for a GLCD 128*64 ks0108 pic18
bhas_r

Replies: 4
Views: 65688

PostForum: Code Library   Posted: Mon Oct 28, 2013 2:41 am   Subject: This coding not working
Please post working code it will help many

Thanks in advance
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group