Search found 14 matches

by niel
Mon Feb 04, 2013 1:12 pm
Forum: C and ASM Programming
Topic: C Code to Flowcode
Replies: 26
Views: 41113

Re: C Code to Flowcode

hey dazz, sorry if it's been days since i last posted here, kinda busy in school. i'm done with the loops. is there any mistake that i made? here is the latest copy of the flowcode file that i made.. please let me know if there's some errors again with reference to the c code. thanks :D
by niel
Fri Feb 01, 2013 7:30 am
Forum: C and ASM Programming
Topic: C Code to Flowcode
Replies: 26
Views: 41113

Re: C Code to Flowcode

hey dazz,
thanks for analyzing my flowchart.. i will work on the things you've said, but not for now because i also have so many things to do. when i finished it, i'm going to post it here. thanks so much! 8)
by niel
Wed Jan 30, 2013 6:45 pm
Forum: C and ASM Programming
Topic: C Code to Flowcode
Replies: 26
Views: 41113

Re: C Code to Flowcode

hi dazz,
here is the fcf file that i made out of the c code. will you check it please? i think there are some mistakes there. i can't understand the codes at the end that's why i have a hard time making the main body of the program.. i'll wait for your reply.... :) thanks...
by niel
Wed Jan 30, 2013 5:38 pm
Forum: C and ASM Programming
Topic: C Code to Flowcode
Replies: 26
Views: 41113

Re: C Code to Flowcode

Hi dazz, i'm almost done on my flowcode.. but there is a problem... i don't know how to apply these terms in flowcode.. here it is.. void main() { //Initialisation adcon1 = 0x0F; ucfg = 0x08; cr_bit(pie2, USBIE); #ifdef MX_MIAC_SYSTEM #if (48 != MX_MIAC_MM_MIAC_BASE) #define MOD_ID ((0 << 5) + 48) <...
by niel
Wed Jan 30, 2013 3:53 pm
Forum: C and ASM Programming
Topic: C Code to Flowcode
Replies: 26
Views: 41113

Re: C Code to Flowcode

Hey dazz,
thanks so much, it's a great help to me. now i've understand how a loop at the start differs from a loop at the end.. thank you so much :D really,, :D
by niel
Wed Jan 30, 2013 12:20 pm
Forum: C and ASM Programming
Topic: C Code to Flowcode
Replies: 26
Views: 41113

Re: C Code to Flowcode

and another question, how can i know if the loop will be testing at the end or at the start? is it always at the end? the c code doesn't tell whether it's at the start or end..
by niel
Wed Jan 30, 2013 12:14 pm
Forum: C and ASM Programming
Topic: C Code to Flowcode
Replies: 26
Views: 41113

Re: C Code to Flowcode

Hi dazz, yes i know how to do that, the loop 20 times, but i am confused with the line "for (FCLV_LOOP1=0; FCLV_LOOP1<20; FCLV_LOOP1++)".. what does this mean? what am i going to do with this?

Hi enamul, thanks for that. is that the way i will express that term in flowcode?
by niel
Wed Jan 30, 2013 11:33 am
Forum: C and ASM Programming
Topic: C Code to Flowcode
Replies: 26
Views: 41113

Re: C Code to Flowcode

//Loop //Loop: Loop 20 times for (FCLV_LOOP1=0; FCLV_LOOP1<20; FCLV_LOOP1++) { //Input //Input: D7 -> height_sense trisd = trisd | 0x80; FCV_HEIGHT_SENSE = ((portd & 0x80) == 0x80); Hi Dazz, i just wanna ask how to do this. the (FCLV_LOOP1=0; FCLV_LOOP1<20; FCLV_LOOP1++), how will i represent this i...
by niel
Wed Jan 30, 2013 11:01 am
Forum: C and ASM Programming
Topic: C Code to Flowcode
Replies: 26
Views: 41113

Re: C Code to Flowcode

Hi dazz,
i'm currently working on it. maybe it will take some time because i have classes and i can only do it during nighttime. if i finished the flowchart, i'm gonna post it right away. thanks again.. :D
by niel
Wed Jan 30, 2013 4:28 am
Forum: C and ASM Programming
Topic: C Code to Flowcode
Replies: 26
Views: 41113

Re: C Code to Flowcode

Hi dazz, thanks for the pointers you gave to me. i really appreciate it. from this, i might be able to make the flowcode program based on the c code. i really need to do this because in our subject Microprocessor Systems, we need to provide the flowcode and explain it to our professor. this is a gre...
by niel
Tue Jan 29, 2013 12:56 pm
Forum: C and ASM Programming
Topic: C Code to Flowcode
Replies: 26
Views: 41113

Re: C Code to Flowcode

hey dazz, here it is. i'll wait for your pointers. thanks :D
by niel
Tue Jan 29, 2013 12:45 pm
Forum: C and ASM Programming
Topic: C Code to Flowcode
Replies: 26
Views: 41113

Re: C Code to Flowcode

hey dazz, thanks! that would be great. i'm willing to wait for it. what about if i attached the c code here? can you help me configure it out? the programmer explained the flow of the program to me, but it is very long. i'm getting a hard time understanding it. and i'm not also a good programmer.
by niel
Tue Jan 29, 2013 12:15 pm
Forum: C and ASM Programming
Topic: C Code to Flowcode
Replies: 26
Views: 41113

Re: C Code to Flowcode

hey dazz, thanks for the reply. well, the flowcode must be in such a way that the flow of the program is also seen. including the decisions and stuff. not just the c code itself to be paste in the c box in flowcode. the c code came also from a program made in flowcode. hte problem is, the one who pr...
by niel
Tue Jan 29, 2013 12:00 pm
Forum: C and ASM Programming
Topic: C Code to Flowcode
Replies: 26
Views: 41113

C Code to Flowcode

I'm currently working on the program of our project. I have a C code, and i want to represent it in Flowcode. Is there any way I can easily manage to make the program on Flowcode v4? The C code will be my reference and guide program..