Author |
Message |
Topic: Firgelli Linear Actuators |
Silverback01
Replies: 6
Views: 11223
|
Forum: General CCS C Discussion Posted: Mon Jun 28, 2010 4:38 pm Subject: Firgelli Linear Actuators |
I've been emailing the company today and still haven't made much progress. The datasheet I was sent for the PQ-12-20-30-A http://www.firgelli.com/pdf/PQ12_datasheet.pdf shows a five-wire ribbon cable- ... |
Topic: Firgelli Linear Actuators |
Silverback01
Replies: 6
Views: 11223
|
Forum: General CCS C Discussion Posted: Mon Jun 28, 2010 12:35 pm Subject: Firgelli Linear Actuators |
The model is the PQ12. The ones that were ordered were the potentiometer-controlled ones which were used for a demo. I am trying to find out if they can be implemented in the robot in order to save a ... |
Topic: Firgelli Linear Actuators |
Silverback01
Replies: 6
Views: 11223
|
Forum: General CCS C Discussion Posted: Mon Jun 28, 2010 10:23 am Subject: Firgelli Linear Actuators |
I'm working with some Firgelli linear actuators http://www.firgelli.com/products.php and they are potentiometer-controlled. Is there a way to control something like this through a microcontroller? It ... |
Topic: PCWH Crash |
Silverback01
Replies: 0
Views: 1851
|
Forum: General CCS C Discussion Posted: Sun May 09, 2010 7:36 pm Subject: PCWH Crash |
It appears Murphy and his laws are after me. I was working with my student version of the PCWH compiler and hit the restore down button in the top right corner. The window disappeared never to return ... |
Topic: Set CCSLoad To Default |
Silverback01
Replies: 0
Views: 20942
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Fri Apr 23, 2010 10:28 pm Subject: Set CCSLoad To Default |
I am using the PIC18F4520 development kit with an ICD-U64 on a Vista machine. I previously used the same thing on an XP machine. I had the XP machine set up so I could hit the compile button on the Co ... |
Topic: Mechatronics Project Questions |
Silverback01
Replies: 1
Views: 3783
|
Forum: General CCS C Discussion Posted: Sat Oct 24, 2009 10:58 am Subject: Mechatronics Project Questions |
I'm taking a mechatronics course this semester and have to do a project. To date, I've been flashing LEDs and outputting text to a screen. I also have a development board with a surface mount PIC18f45 ... |
Topic: Pressure Control System |
Silverback01
Replies: 2
Views: 3658
|
Forum: General CCS C Discussion Posted: Fri Oct 10, 2008 9:36 am Subject: Pressure Control System |
I'm working on an inflation system that goes on an R/C aircraft. Part of the aircraft has to be inflated in-flight. This is my first project involving electronics, programming, and a near-impossible s ... |
Topic: Problem Programming 16F876A on Toshiba Satellite Laptop |
Silverback01
Replies: 6
Views: 5928
|
Forum: General CCS C Discussion Posted: Thu Oct 09, 2008 8:39 pm Subject: Problem Programming 16F876A on Toshiba Satellite Laptop |
I figured out what the problem was. For some reason the laptop seems to be the issue. I haven't figured out what is wrong with it, but I switched to a desktop and things seem to be working. |
Topic: Problem Programming 16F876A on Toshiba Satellite Laptop |
Silverback01
Replies: 6
Views: 5928
|
Forum: General CCS C Discussion Posted: Tue Oct 07, 2008 12:02 pm Subject: Problem Programming 16F876A on Toshiba Satellite Laptop |
Well, I attached a 6-wire cable from the PICKit 2 to the programming board. Everything seems to be working just fine. I still have no idea what was wrong. Maybe it was just a loose connection or maybe ... |
Topic: Problem Programming 16F876A on Toshiba Satellite Laptop |
Silverback01
Replies: 6
Views: 5928
|
Forum: General CCS C Discussion Posted: Tue Oct 07, 2008 8:59 am Subject: Problem Programming 16F876A on Toshiba Satellite Laptop |
Since I'm just getting into this stuff, I'm working with the simplest code I can get away with. Especially since I can't get two working uploads in a row. Do you think the TRIS register setup and fast ... |
Topic: Problem Programming 16F876A on Toshiba Satellite Laptop |
Silverback01
Replies: 6
Views: 5928
|
Forum: General CCS C Discussion Posted: Mon Oct 06, 2008 7:45 pm Subject: Problem Programming 16F876A on Toshiba Satellite Laptop |
I'm having serious issues trying to program a 16F876A with even the simplest code:
#include <16F876a.h>
#fuses HS,NOWDT,PUT,NOLVP
#use delay(clock=20000000)
#define G_LED PIN_B ... |
|