Search found 7 matches

by stabmegane
Sat Feb 25, 2012 12:58 pm
Forum: Flowcode V2 & V3
Topic: Clone and alter a signal
Replies: 5
Views: 5393

Re: Clone and alter a signal

Thanks again for your quick reply. 1.I use Flowcode 4 2. Yes , you are right, i want a pulse stretcher or shrinker depending on an input i have, but i guess i can deal with that later. 3. i guess you can leave it as it is (with the trimmer) and then i can change it as needed. 4. i work with PIC 18f4...
by stabmegane
Sat Feb 25, 2012 8:59 am
Forum: Flowcode V2 & V3
Topic: Clone and alter a signal
Replies: 5
Views: 5393

Re: Clone and alter a signal

Medelec,
Thank you for your asnwer. I tried some solutions, which they work, ummmm, not as they are supposed to , so i guess i could use your program, as a start and change it, if it 's possible yes, i would like to see your flowchart and work on it.
Waiting for your reply.
Thanks again
by stabmegane
Thu Feb 23, 2012 11:19 am
Forum: Flowcode V2 & V3
Topic: Clone and alter a signal
Replies: 5
Views: 5393

Clone and alter a signal

Hi, I 'm trying to build a program in flowcode with not much success. I'm kind of new , but managed to do many different things except playing a lot with interrupts. What i want to do is capture a signal from an input, the signal would be just 5 volts , but i want to change it's pulse width and then...
by stabmegane
Wed Dec 28, 2011 1:22 pm
Forum: Flowcode V2 & V3
Topic: Rally Computer
Replies: 28
Views: 24916

Re: Rally Computer

One more question,
Is it possible to make characters for the Glcd with a different resolution?
I mean make a character not 8x5 but 8x8 or somthing like this?
Thank you in advance
by stabmegane
Wed Dec 28, 2011 8:05 am
Forum: Flowcode V2 & V3
Topic: Rally Computer
Replies: 28
Views: 24916

Re: Rally Computer

Never mind, i figured it out, i also added the reset pin as a variable and it 's working great now.
Thanks a lot for all your help.
by stabmegane
Tue Dec 27, 2011 2:00 pm
Forum: Flowcode V2 & V3
Topic: Rally Computer
Replies: 28
Views: 24916

Re: Rally Computer

Thank you for your reply. I tried it and it almost work, but it would be nicer if i could connect it to a pin (portb,5) which i did but i still can't make it go to 1 state. i guess i have to clear_bit(trisb, 5); set_bit(portb, 5); as you mentioned but i can't figure out in which section of the code ...
by stabmegane
Thu Dec 22, 2011 3:51 pm
Forum: Flowcode V2 & V3
Topic: Rally Computer
Replies: 28
Views: 24916

Re: Rally Computer

Hi, i'am also trying to make a ks 0108 to work. Still no luck. I have it connected on port D for data and port b for control, changed the pic_custom, like this //Common defines #define MX_DATA_PORT portd //%a #define MX_DATA_TRIS trisd //%b #define MX_CONTROL_PORT portb //%c #define MX_CONTROL_TRIS ...