Search found 23 matches

by DELAK_ALED
Fri Feb 10, 2023 11:00 am
Forum: Flowcode V7
Topic: assembler in FC7
Replies: 5
Views: 7966

Re: assembler in FC7

Thank you to everyone who helped me tremendously here
by DELAK_ALED
Fri Feb 10, 2023 9:35 am
Forum: Flowcode V7
Topic: assembler in FC7
Replies: 5
Views: 7966

Re: assembler in FC7

It has indeed helped me a lot. I only have a problem if I want to use a variable in my program. How can I do that in FC7? in FC6 this works well unsigned char test; asm { movlw 0b00000000 movwf _trisd movlw 10 movwf _test movff _test,_portd } in FC7 a problem occurs and it only has to do with that v...
by DELAK_ALED
Wed Feb 08, 2023 1:45 pm
Forum: Flowcode V7
Topic: assembler in FC7
Replies: 5
Views: 7966

assembler in FC7

In flowcode 6 I have no problem sending an assembler program to hardware (see example in attachment). However, in flowcode 7 I can't do that. Does anyone know how to modify the program so that I can also use that assembler program in flowcode 7? Thanks in advance for helping to find a solution. asm ...
by DELAK_ALED
Sat Nov 22, 2014 12:16 pm
Forum: Flowcode V6
Topic: view project options supplementary code...
Replies: 1
Views: 2008

view project options supplementary code...

Hello,

In FC4 I could use: view project options supplementary code...
Where can I find this window in FC6?
by DELAK_ALED
Tue Oct 21, 2014 6:04 pm
Forum: Formula Flowcode
Topic: line follower in FC6
Replies: 2
Views: 10683

Re: line follower in FC6

I made now a line follower in FC6 without component macro's. It works verry well. Is then the conclusion that the component macro's of the buggy don't work verry well in FC6 (and work verry well in FC4) a good conclusion? Or are there other reasons why the follower don't work with component macro's ...
by DELAK_ALED
Fri Sep 26, 2014 2:26 pm
Forum: Formula Flowcode
Topic: line follower in FC6
Replies: 2
Views: 10683

line follower in FC6

Hello,
In fowcode4, I made a line followcer it works fine.
But when I make the same follower in FC6 on the same buggy, the buggy leaves repeatedly the black line.
How can I improve the FC6 program?
by DELAK_ALED
Tue Aug 26, 2014 6:30 pm
Forum: General Programming
Topic: timer 0 interrupt
Replies: 2
Views: 3498

Re: timer 0 interrupt

I saw the interrupt freqency 15.259 Hz and I thougt it was 15 Thousand .... Hz, But in reality it is 15 Hz.
So I was a bit confused with the point (.) and the comma (,) :oops:
Now everything works fine!
by DELAK_ALED
Tue Aug 26, 2014 10:58 am
Forum: General Programming
Topic: timer 0 interrupt
Replies: 2
Views: 3498

timer 0 interrupt

Hi everybody, The purpose of my attached program was to make a minute counter on four 7seg displays. I start the program with a routine to test my hardware and to test the Xtal. In that routine everyting goes fine. After the testroutine on my display comes, 1234 as expected. But after a minute I exp...
by DELAK_ALED
Tue Aug 26, 2014 10:34 am
Forum: Flowcode V6
Topic: Why is it impossible to load that program in a 16F88
Replies: 3
Views: 2628

Re: Why is it impossible to load that program in a 16F88

I have sent the hex file with a pickit2 programmer to the chip, and now the programming goes fine.
So I think there is a problem with my EB006 board
by DELAK_ALED
Mon Aug 25, 2014 3:05 pm
Forum: Flowcode V6
Topic: Why is it impossible to load that program in a 16F88
Replies: 3
Views: 2628

Why is it impossible to load that program in a 16F88

Why is it impossible to load the progam (see attachement) in a 16F88 microcontroller?

I receive the message: "Flash memory not verified - may be due to code protect"
I use a EB 006 00 8 program board in combination with flowcode V6.

Thanks in advance.
by DELAK_ALED
Mon Aug 11, 2014 10:11 am
Forum: Programming Tips & Tricks
Topic: Basic 8 Channel RC5 Infrared Remote Control
Replies: 35
Views: 47679

Re: Basic 8 Channel RC5 Infrared Remote Control

I'm already very curious
by DELAK_ALED
Sat Aug 09, 2014 9:31 am
Forum: Programming Tips & Tricks
Topic: Basic 8 Channel RC5 Infrared Remote Control
Replies: 35
Views: 47679

Re: Basic 8 Channel RC5 Infrared Remote Control

Thank you Martin for your reply. With the jumper in A on the RC5 everything works fine.
I have also tested the program with a little 16F88 and also with this µC everything works fine.
by DELAK_ALED
Fri Aug 08, 2014 1:35 pm
Forum: Programming Tips & Tricks
Topic: Basic 8 Channel RC5 Infrared Remote Control
Replies: 35
Views: 47679

Re: Basic 8 Channel RC5 Infrared Remote Control

Hi, I have download the test routine RC5_TX_RX_1.hex with the program PPP in a 16F877A µC (EB006 Board - LCD(EB005) on portD and IRboard (EB060) on portC). This works fine. I have tried to download the program RC5 Basic 8 Channel Remote Controller _V6.fcfx in a 16F877A µcontroller with flowcodeV6. (...
by DELAK_ALED
Sun Aug 03, 2014 3:32 pm
Forum: General Programming
Topic: interrupt
Replies: 10
Views: 6582

Re: interrupt

Thank you for helping me out of my problem.
I have increased the delay time to 150 ms. Now the program works verry good ( the increment and also the decrement) :)
by DELAK_ALED
Sat Aug 02, 2014 9:39 am
Forum: General Programming
Topic: interrupt
Replies: 10
Views: 6582

Re: interrupt

I have tested the program interrupt V5 with the hardware combination EB006-18F4455, LCD EB005 on port D and switches EB007 on portB and indeed the program works fine. When I use the formula flowcode buggy (with µC 18F4455) the LCD on the subD =portD and the two switches are connected to B4 and B5 th...
by DELAK_ALED
Fri Aug 01, 2014 3:29 pm
Forum: General Programming
Topic: interrupt
Replies: 10
Views: 6582

Re: interrupt

Hi Martin,
In simulation it works now fine. For my hardware I have to change the connection of the LCD to portD,
because there is only one subd on portD.
On my hardware (the formula flowcode buggy) it doesn't work. The variable has always the value 100, even if I push B4 or B5
by DELAK_ALED
Fri Aug 01, 2014 11:02 am
Forum: General Programming
Topic: interrupt
Replies: 10
Views: 6582

Re: interrupt

Hi,
Unfortunately, your program interrupt V4 doesn't work in simulation and it doesn't work on the formula flowcode buggy.
In te program interrupt V5 I add one pictrogram and now I see the variable = 100 and if there was one interrupt the variable is always 50.
by DELAK_ALED
Thu Jul 31, 2014 3:40 pm
Forum: General Programming
Topic: interrupt
Replies: 10
Views: 6582

Re: interrupt

Thanks Martin for your reply. I have tried to adjust your program. My intention was to encrement the variable if I push RB5 and to decrement the variable if I push RB4. (I must use an interrupt) In simulation it works fine, but if I download the program in the formula flowcode buggy it doesn't work ...
by DELAK_ALED
Thu Jul 31, 2014 9:10 am
Forum: General Programming
Topic: interrupt
Replies: 10
Views: 6582

interrupt

Hello,
With this program I want to increment a counter one time. In simulation it increments two times. How can I avoid this?
Thanks in advance.
by DELAK_ALED
Thu Jun 26, 2014 1:43 pm
Forum: Formula Flowcode
Topic: The buggy is disappeared of the dashboard panel
Replies: 2
Views: 9736

The buggy is disappeared of the dashboard panel

Sometimes in simulation the formula flowcode buggy disappear from the dashboard panel.
(eg after the commando forward)
How can I find him back?
by DELAK_ALED
Sun Jun 22, 2014 1:00 pm
Forum: Flowcode V6
Topic: 8 inputs in a switch array
Replies: 4
Views: 2729

Re: 8 inputs in a switch array

I noticed when I save my programs first, and I close flowcode, then I re-open flowcode and open my program then it works correct.
But the simulation doesn't work immediately without closing first flowcode.
Regards
by DELAK_ALED
Sun Jun 22, 2014 6:07 am
Forum: Flowcode V6
Topic: 8 inputs in a switch array
Replies: 4
Views: 2729

8 inputs in a switch array

How can I use a switch array with 8 inputs?
The simulation works correct with 4 inputs but don't work with 8 inputs
see attachments
Best regards