Author |
Message |
Topic: Help For Serial communication & Phase Angle Control |
prafulla.prolific
Replies: 3
Views: 6018
|
Forum: General CCS C Discussion Posted: Fri Jun 28, 2013 1:49 am Subject: Help For Serial communication & Phase Angle Control |
I want to communicating with two PIC 16F873A with RS485. Master containing keys & Slave Contain Zero detect & Phase Control. I have written program from Master as if key1 press it send data if ... |
Topic: RS485 example |
prafulla.prolific
Replies: 1
Views: 4557
|
Forum: General CCS C Discussion Posted: Tue Jun 25, 2013 8:43 am Subject: RS485 example |
Ttelmah or any can guide to send single byte on RS485 i had gone through example but i am not clear. please guide for master to send data & how to recieve over RS485. i am very confusing. please g ... |
Topic: Help for PIC to PIC Communication using RS485 |
prafulla.prolific
Replies: 2
Views: 7104
|
Forum: General CCS C Discussion Posted: Mon Jun 24, 2013 3:52 am Subject: Re: Help for PIC to PIC Communication using RS485 |
I am having problem in RS485 communication I have written my code with the help of example but i have problem. My hardware is ok having PIC 16F873A, 6 Keys & Max 485 IC .
my code as
#include ... |
Topic: Help for PIC to PIC Communication using RS485 |
prafulla.prolific
Replies: 2
Views: 7104
|
Forum: General CCS C Discussion Posted: Mon Jun 24, 2013 2:04 am Subject: Help for PIC to PIC Communication using RS485 |
I am having problem in RS485 communication I have written my code with the help of example but i have problem. My hardware is ok having PIC 16F873A, 6 Keys & Max 485 IC .
my code as
#include ... |
Topic: Help For Zero Detect & Phase Angle Control |
prafulla.prolific
Replies: 6
Views: 14438
|
Forum: General CCS C Discussion Posted: Mon Jun 24, 2013 1:55 am Subject: Help For Zero Detect & Phase Angle Control |
ya now i modify my code and after zero detect interrupt occur start timer0 for delay for phase angle and give pulse (High) to MOC3021 and after 7ms from zero detect again pulse going to LOW to MOC3021 ... |
Topic: Help For Zero Detect & Phase Angle Control |
prafulla.prolific
Replies: 6
Views: 14438
|
Forum: General CCS C Discussion Posted: Wed Jun 12, 2013 12:57 am Subject: Help For Zero Detect & Phase Angle Control |
Dear PCM Programmer I have change interrupt PORTB Change as given by your code
#int_RB
void RB_isr(void) // Zero Cross Detect _ to Pin RB5
{
#byte PortB = getenv ... |
Topic: Help For Zero Detect & Phase Angle Control |
prafulla.prolific
Replies: 6
Views: 14438
|
Forum: General CCS C Discussion Posted: Tue Jun 11, 2013 12:11 pm Subject: Help For Zero Detect & Phase Angle Control |
i am attaching my circuit so it will clear
[img] https://mail-attachment.googleusercontent.com/attachment/?ui=2&ik=f325818cf4&view=att&th=13f346d47201d51c&attid=0.1&disp=inline&am ... |
Topic: Help For Zero Detect & Phase Angle Control |
prafulla.prolific
Replies: 6
Views: 14438
|
Forum: General CCS C Discussion Posted: Tue Jun 11, 2013 5:50 am Subject: Help For Zero Detect & Phase Angle Control |
I am using 16F873A Controller for Phase Control & Zero Detect. Using Optocoupler EL817D, I have read Zero detect and output Pulse given to MOC3023 which connect between TRIAC Gate & Microcontr ... |
Topic: Help For reading Port Data |
prafulla.prolific
Replies: 4
Views: 5964
|
Forum: General CCS C Discussion Posted: Fri Jun 07, 2013 11:56 pm Subject: Help For reading Port Data |
Thanks Ttelmah, its my mistake i will try.
Nothing wrong with the input. Problem is the data definitions....
You are defining key2_data, as a _function_ returning an int8, not as a variable.
Same ... |
Topic: Help For reading Port Data |
prafulla.prolific
Replies: 4
Views: 5964
|
Forum: General CCS C Discussion Posted: Thu Jun 06, 2013 1:06 am Subject: Help For reading Port Data |
I am using PIC 16F873A controller 8 keys attached to controller. On PORT_A (6 keys) from Pin A0-A5, and ON Port B (2 keys) Pin B4, & B5. I am writing Port_A make with pullup make Port_A High and r ... |
|