Search found 19 matches

by bilal
Sun Oct 14, 2018 4:55 pm
Forum: Flowcode V8
Topic: how can i use multi function shield for arduino
Replies: 7
Views: 4266

Re: how can i use multi function shield for arduino

Hello, Without actually seeing a schematic I can only go off the library code and it looks like there is some sort of buffer IC that drives the 7-seg displays. Here is a quick example that simulates and should also hopefully drive the hardware. Shield.fcfx Let us know how you get on. The board look...
by bilal
Fri Oct 12, 2018 4:16 am
Forum: Flowcode V8
Topic: how can i use multi function shield for arduino
Replies: 7
Views: 4266

Re: how can i use multi function shield for arduino

Thanks for help
can you make an example, to write a number ten, in the seven-sagment in arduino multi function shield.
by bilal
Thu Oct 11, 2018 6:02 am
Forum: Flowcode V8
Topic: how can i use multi function shield for arduino
Replies: 7
Views: 4266

Re: how can i use multi function shield for arduino

Hello, The shield looks interesting. I can make an example project to drive the shield or maybe even a component. Which microcontroller device are you using? i.e. Is it an Arduino Uno or a different device? This will allow me to correctly pre-configure the various component pins. The only informati...
by bilal
Wed Oct 10, 2018 7:46 am
Forum: Flowcode V8
Topic: how can i use multi function shield for arduino
Replies: 7
Views: 4266

Re: how can i use multi function shield for arduino

You don't really need a specialized library to use that shield. You can read its datasheet to find out where each device is connected to and use normal Flowcode components and icons to control it. A shield is just making simpler to connect devices to arduino pins, but the underlying connections are...
by bilal
Tue Oct 09, 2018 7:48 pm
Forum: Flowcode V8
Topic: how can i use multi function shield for arduino
Replies: 7
Views: 4266

how can i use multi function shield for arduino

hi
how can i use multi function shield in arduino.

Image

i need Arduino Library for this shield.

thanks.
by bilal
Wed Jun 24, 2015 7:24 am
Forum: Flowcode V6
Topic: reset for internal MCLR
Replies: 13
Views: 8051

Re: reset for internal MCLR

thanks, I understood
So RA3 is input only and can not be used to output to a LED.
This is a new problem emerged ...... why!!! Because of that in flowcode program in simulations accept output from RA3 AND LED IS WORK IN SIMULATION!!
by bilal
Tue Jun 23, 2015 9:04 pm
Forum: Flowcode V6
Topic: reset for internal MCLR
Replies: 13
Views: 8051

Re: reset for internal MCLR

thanks.

I did not understand the meaning of the i/p in post.
(if i/p = 1 then C code block)

did my example file is correct ?! CONFIGURE AND SWITCH AND LED AND C CODE..??

in pic16f676
switch = RA0
LED = RA3/MCLR/VPP
by bilal
Tue Jun 23, 2015 3:46 pm
Forum: Flowcode V6
Topic: reset for internal MCLR
Replies: 13
Views: 8051

Re: reset for internal MCLR

okay i will give example file:

I want to use all pin in the IC pic16f676.
by bilal
Sat Jun 20, 2015 6:05 pm
Forum: Flowcode V6
Topic: reset for internal MCLR
Replies: 13
Views: 8051

Re: reset for internal MCLR

thanks very match.

can you give me a file in flowcode for example.

if i but "reset" only or like this "reset_MCLR;" .
by bilal
Sat Jun 20, 2015 5:36 pm
Forum: Flowcode V6
Topic: reset for internal MCLR
Replies: 13
Views: 8051

Re: reset for internal MCLR

sorry
in external MCLR , if i press switch for reset he will reset.

in internal there is no switch for reset what i will do to make reset?? can you give me the code in flowcode it can make reset for internal MCLR.

thank you very match
by bilal
Sat Jun 20, 2015 5:13 pm
Forum: Flowcode V6
Topic: reset for internal MCLR
Replies: 13
Views: 8051

Re: reset for internal MCLR

thanks

i don't need external MCLR.

I need internal MCLR. By entering a code , through flowcode program.
by bilal
Sat Jun 20, 2015 2:33 pm
Forum: Flowcode V6
Topic: reset for internal MCLR
Replies: 13
Views: 8051

reset for internal MCLR

hi

how i can make reset for internal MCLR in flowcode ??
by bilal
Tue Jun 09, 2015 6:59 pm
Forum: Flowcode V5 Free Edition
Topic: There is a problem in flowcode v5 in loop
Replies: 10
Views: 10135

Re: There is a problem in flowcode v5 in loop

Thank you very much.
by bilal
Tue Jun 09, 2015 5:03 pm
Forum: Flowcode V5 Free Edition
Topic: There is a problem in flowcode v5 in loop
Replies: 10
Views: 10135

Re: There is a problem in flowcode v5 in loop

Thank you very much ,
is it possible to put us a file , for example
by bilal
Mon Jun 08, 2015 5:22 pm
Forum: Flowcode V5 Free Edition
Topic: There is a problem in flowcode v5 in loop
Replies: 10
Views: 10135

Re: There is a problem in flowcode v5 in loop

Well I will give another example I want to light works for four seconds and then the program ends . There are key when pressed constantly , will give a delay of four seconds another time . And so on indefinitely IN FLOWCODE V5 NOT RESET THE LOOP COUNT IN FLOWCODE V6 IS MAKE RESET EVERY TIME. Files t...
by bilal
Mon Jun 08, 2015 4:50 pm
Forum: Flowcode V5 Free Edition
Topic: There is a problem in flowcode v5 in loop
Replies: 10
Views: 10135

Re: There is a problem in flowcode v5 in loop

ok I sent the same program code in flowcode v5 and flowcode v6. now please run this two file and Note the difference between the two filesز LOOP IN FLOWCODE V5 IS NOT WORK LIKE FOR K = 1 TO 10 ..... .... .... NEXT K BUT IN FLOWCODE V6 IS WORK LIKE FOR K = 1 TO 10 .... .... .... NEXT K THE PROBLEM IN...
by bilal
Mon Jun 08, 2015 1:50 pm
Forum: Flowcode V5 Free Edition
Topic: There is a problem in flowcode v5 in loop
Replies: 10
Views: 10135

Re: There is a problem in flowcode v5 in loop

the problem in : LOOP COUNT : ONLY IN FLOWCODE V5
NO PROBLEM IN : LOOP COUNT: IN FLOWCODE V6



Make a comparison of the two files FIRST FILE IN FLOWCODE V5
SECOND FILE IN FLOWCODE V6
THIS TWO FILE IS SIME BUT different WORK
by bilal
Mon Jun 08, 2015 1:34 pm
Forum: Flowcode V5 Free Edition
Topic: There is a problem in flowcode v5 in loop
Replies: 10
Views: 10135

Re: There is a problem in flowcode v5 in loop

yes i use the free version of Flowcode 6 but the problem in loop in flowcode v5 , this problem not in flowcode v6

and i use flowcode v5 like trial and i will removing this softwer.

Note the same file works by (flowcode v6)
by bilal
Mon Jun 08, 2015 11:25 am
Forum: Flowcode V5 Free Edition
Topic: There is a problem in flowcode v5 in loop
Replies: 10
Views: 10135

There is a problem in flowcode v5 in loop

hi
I apologize for the weakness of my English
Process (loop) in the program (flowcode) does not return one of the first . Note the attached file

loop is not work like
for k = 1 to 10
....
......
...
next k

I want it to work from the beginning

can any one fix this file to do that.