Author |
Message |
Topic: need C code of using PID in microcontroller |
tcwong3
Replies: 3
Views: 8144
|
Forum: General CCS C Discussion Posted: Sat Apr 21, 2007 11:15 am Subject: need C code of using PID in microcontroller |
Hi!
I tried to click the link to access the codes, but it has been removed. |
Topic: PID Temperature Control |
tcwong3
Replies: 2
Views: 5678
|
Forum: General CCS C Discussion Posted: Fri Apr 13, 2007 2:34 am Subject: PID Temperature Control |
I am working with a PID temperature control project. I found application note from Microchip's web which is implemented by using DSP. Can I implement by using microcontroller, like PIC16 or 18 series? ... |
Topic: PCWH Compiling Problem |
tcwong3
Replies: 7
Views: 9081
|
Forum: General CCS C Discussion Posted: Mon Jul 17, 2006 1:41 am Subject: PCWH Compiling Problem |
It become ok after I changing the device to 18F8585.
My PCWH seem to be not supporting PIC16.
The PIC series selection pull-down manu that on the tool bar has only two series for us to select:
... |
Topic: PCWH Compiling Problem |
tcwong3
Replies: 7
Views: 9081
|
Forum: General CCS C Discussion Posted: Sun Jul 16, 2006 10:20 pm Subject: PCWH Compiling Problem |
Thks for your reply.
It seem to be better after installing it to c:\program\picc.
But the IDE prompted me another message at the bottom status bar:
"Unknow device type -- Try PCM"
... |
Topic: Run PCM Compiler in PCWH IDE |
tcwong3
Replies: 2
Views: 5284
|
Forum: General CCS C Discussion Posted: Sun Jul 16, 2006 6:14 am Subject: Run PCM Compiler in PCWH IDE |
Thks for your reply.
I tested it with the following steps:
(1) typed a file "test.c" as per sample in your graphic file
(2) manually craeted project and selected test.c as main file
... |
Topic: PCWH Quick Start |
tcwong3
Replies: 1
Views: 3704
|
Forum: General CCS C Discussion Posted: Sun Jul 16, 2006 5:50 am Subject: PCWH Quick Start |
I use my old program which run well on PCM with MPLAP to test my newly purchased PCWH.
I manually created a project from the PCWH IDE:
(1) selected the device as 18f8585
(2) changed the include ... |
Topic: PCWH Compiling Problem |
tcwong3
Replies: 7
Views: 9081
|
Forum: General CCS C Discussion Posted: Sun Jul 16, 2006 4:58 am Subject: PCWH Compiling Problem |
I have a program worked well on MPLAB with existing PCM compiler.
Recently, I purchased a PCWH Windows IDE and plan to migrate the old system from PIC16F to PIC18F.
I created a project in MPLAP ... |
|