Search found 6 matches
- Sun Nov 15, 2009 11:49 pm
- Forum: Flowcode V2 & V3
- Topic: How do I use the PWM with flowcode?
- Replies: 8
- Views: 12060
Re: How do I use the PWM with flowcode?
I just noticed something, when I go into properties of the PWM while flowcode is running frequency and period are zero, shouldn't they be showing something ??
- Sun Nov 15, 2009 5:45 pm
- Forum: Flowcode V2 & V3
- Topic: How do I use the PWM with flowcode?
- Replies: 8
- Views: 12060
Re: How do I use the PWM with flowcode?
I put an oscilloscope on CC1 port using Proteus Isis, and that's how I know it is not moving .....
- Sun Nov 15, 2009 5:43 pm
- Forum: Flowcode V2 & V3
- Topic: How do I use the PWM with flowcode?
- Replies: 8
- Views: 12060
Re: How do I use the PWM with flowcode?
Exactly, it works fine in Flowcode, but when I simulate in Proteus Isis, I get nothing out of CC1 when I should be getting the duty time according to readings from the ADC. I don't know what to do, and I don't know if it is so straight forward like I did or I have to insert my own Tmr2 to work with ...
- Sun Nov 15, 2009 12:35 pm
- Forum: Flowcode V2 & V3
- Topic: How do I use the PWM with flowcode?
- Replies: 8
- Views: 12060
Re: How do I use the PWM with flowcode?
Hey thanks for the quick reply, I posted the picture of the program, since it's little, just to test if the PWM is coming out of CC1 port. I am using an external crystal, 4 Mhz, so I set the PIC oscillator to run " HS " . Now, do I have to set some sort of timer for it to work, or this is ...
- Sun Nov 15, 2009 12:00 am
- Forum: Flowcode V2 & V3
- Topic: How do I use the PWM with flowcode?
- Replies: 8
- Views: 12060
How do I use the PWM with flowcode?
Hello, I've been trying to create a program to control the speed and direction of the motor. But first things first, to test out the PWM in flow code, I simply created a BYTE variable, named it "X" and made the ADC return value to be "x", prior to that I enabled PWM by the way, a...
- Mon Oct 26, 2009 1:49 pm
- Forum: Flowcode V2 & V3
- Topic: MMC/SD Card Pic18f2420
- Replies: 9
- Views: 7302
Re: MMC/SD Card Pic18f452
I need help using FAT, I need to create 3 text files, and append a string that's coming from ADC, I've tried to use the data logger simple slow, I just added more file to be created and it didn't work, does anybody have any experience with FAT and could help me ?? Thanks