Search found 10 matches
- Wed Dec 29, 2010 12:18 pm
- Forum: Flowcode V4
- Topic: float working on simulation, not after compiling
- Replies: 1
- Views: 2096
float working on simulation, not after compiling
Hello, I have the following problem: - i calculate a float from a byte - then the byte and the float displayed on the LCD so far, so good. In the simulation-mode it all works fine. When compiled to the PIC16F877a the byte is displayed fine but the float doesnt (LCD shows 0.000000) Can someone tell m...
- Fri Jul 16, 2010 10:26 am
- Forum: Flowcode V4
- Topic: Random doesn't work.
- Replies: 2
- Views: 2546
Re: Random doesn't work.
Thanks,
It works very fine now.
It works very fine now.
- Fri Jul 16, 2010 10:24 am
- Forum: Flowcode V2 & V3
- Topic: Random number generator
- Replies: 5
- Views: 12849
Re: Random number generator
Thanks
It works very fine now.
It works very fine now.
- Thu Jul 15, 2010 3:42 pm
- Forum: Flowcode V4
- Topic: Random doesn't work.
- Replies: 2
- Views: 2546
Random doesn't work.
Hello, I have the following question: - the random-function doesn't work in my program - in the attachment (random.fcf) is a loop that waits for a press of switch SW0 - while the switch is not pressed a random number is generated (variable rnd) - when the switch is pressed the variable rnd is displa...
- Sun May 02, 2010 10:57 am
- Forum: E-blocks
- Topic: iRDA-receiver RC5
- Replies: 1
- Views: 3275
iRDA-receiver RC5
Hello, I want to build a infrared receiver to receive a infrared signal from a Philips remote control (RC5-code) and then show the code on a LCD-display. The hardware i have is build with E-Blocks components. (EB006 with PIC16F877a, EB005 LCD, EB012 iRDA) I use flowcode 4. Can somebody me help with ...
- Tue Feb 23, 2010 8:32 am
- Forum: Flowcode V4
- Topic: only interrupt when B4-B7 gets low
- Replies: 2
- Views: 2840
Re: only interrupt when B4-B7 gets low
Hello, It's for an automotive turn left / right simulator. At the moment the lights turned on and off with a loop. When the switch left or right turned off the lights doesn't switch off directly. (the lights turned off at the end of the loop) I want a solution that the lights directly turned off whe...
- Mon Feb 22, 2010 7:30 pm
- Forum: Flowcode V4
- Topic: only interrupt when B4-B7 gets low
- Replies: 2
- Views: 2840
only interrupt when B4-B7 gets low
Hello,
I'm using the E-Blocks EB006 Multiprogrammer with the PIC16F877-processor.
How can i trigger the interrupt for portB(B4-B7) only when B4-B7 gets from high to low?
Greetings,
W. Tulp
I'm using the E-Blocks EB006 Multiprogrammer with the PIC16F877-processor.
How can i trigger the interrupt for portB(B4-B7) only when B4-B7 gets from high to low?
Greetings,
W. Tulp
- Mon Feb 22, 2010 3:19 pm
- Forum: Flowcode V4
- Topic: intterupt to specific part of program possible?
- Replies: 3
- Views: 3228
Re: intterupt to specific part of program possible?
Hello Benj, Thanks for the reply. The lights on/off is done with a loop (is it possible to jump out the loop with a intterupt?) Or is it maybe better not to work with loops at all? Other question: The interrupts for portB (B4-B7) is triggered when a switch is turned on or off. (is this right?) Is it...
- Mon Feb 22, 2010 2:37 pm
- Forum: Flowcode V4
- Topic: intterupt to specific part of program possible?
- Replies: 3
- Views: 3228
Re: intterupt to specific part of program possible?
Excuse me,
This is the program:
This is the program:
- Mon Feb 22, 2010 2:33 pm
- Forum: Flowcode V4
- Topic: intterupt to specific part of program possible?
- Replies: 3
- Views: 3228
intterupt to specific part of program possible?
Hello, I have write a program which simulates the flashlight from a car. When i press the switch to stop the flashlight the lights doesn't stop direct. I want the lights stopped direct when a switch is turned off. Is it possible with an intterupt (B4 - B7) to jump to an specific part (or line) of th...