Search found 15 matches

by imtiaz9
Sun May 27, 2018 8:00 am
Forum: Flowcode V5
Topic: how to Square Root function in flowcode AVR (ATMEG328P)
Replies: 4
Views: 7115

Re: how to Square Root function in flowcode AVR (ATMEG328P)

now I convert my file into Flowcode 6 and it compile all OK.
thanks for replay.... :)
by imtiaz9
Thu May 24, 2018 10:42 am
Forum: Flowcode V5
Topic: how to Square Root function in flowcode AVR (ATMEG328P)
Replies: 4
Views: 7115

Re: how to Square Root function in flowcode AVR (ATMEG328P)

Version I use is Flowcode AVR V5.3.0 Error code is here, "Main.c:(.text+0x2bc): undefined reference to `float32_sqrt' Error returned from [avr-gcc.exe] Return code = 1 Flowcode was unable to compile the flowchart's C code due to the following errors: If your flowchart contains C code, please review ...
by imtiaz9
Wed May 23, 2018 12:23 pm
Forum: Flowcode V5
Topic: how to Square Root function in flowcode AVR (ATMEG328P)
Replies: 4
Views: 7115

how to Square Root function in flowcode AVR (ATMEG328P)

Hi, in "Flowcode AVR" the Square Root function is simulate very well and give accurate result. but when compile to Hex, it give an error message.
any solution to solve this?? i'm using ATMEG328P chip...
by imtiaz9
Mon Mar 19, 2018 1:30 pm
Forum: General Programming
Topic: How to solve trigonometry equation with FC5.
Replies: 1
Views: 2163

How to solve trigonometry equation with FC5.

I'm working on a project with flowcode 5 and pic 8bit device. I need to solve this equation in flowcode. please anyone can help me how to do it in flowcode?...
by imtiaz9
Mon Mar 19, 2018 8:26 am
Forum: General Programming
Topic: aCos Function in flowcode. How to?
Replies: 1
Views: 1957

aCos Function in flowcode. How to?

I need a trigonometry function im my flowcode using 8bit pic device. so need some help to solve this equation..
by imtiaz9
Fri Feb 16, 2018 7:55 am
Forum: Flowcode V5
Topic: RS232 serial communication not working
Replies: 2
Views: 3854

Re: RS232 serial communication not working

thanks benj. its solved...
by imtiaz9
Thu Feb 15, 2018 7:32 am
Forum: Flowcode V5
Topic: RS232 serial communication not working
Replies: 2
Views: 3854

RS232 serial communication not working

I want to communicate 18f452 device to PC through RS232 and try to display a byte number on hyperterminal. But only different symbols are display when i pressed any key on 18f452. Any idea to solve it
by imtiaz9
Wed Oct 25, 2017 4:12 pm
Forum: Flowcode V5
Topic: String not working on physical LCD?
Replies: 1
Views: 2431

String not working on physical LCD?

on pic16f886 and 2X16 lcd, i convert UINT veriable with value ( 50000) into string display on lcd. simulation is working correct in flwcode but not working on physical hardware. lcd show -15536 value. is this software issue or hardware?
by imtiaz9
Tue Oct 24, 2017 2:25 pm
Forum: Flowcode V5
Topic: FLOAT variable not working?
Replies: 3
Views: 6621

FLOAT variable not working?

Float variable is not working properly. the calculation say answer of 65000/1020= 63.7254 but variable show only 63.0000
by imtiaz9
Mon Oct 23, 2017 6:00 pm
Forum: Flowcode V5
Topic: measure 2000 letter tank with 1 letter resolution?
Replies: 7
Views: 4613

Re: measure 2000 letter tank with 1 letter resolution?

thanks ben.. i will try
by imtiaz9
Mon Oct 23, 2017 2:33 pm
Forum: Flowcode V5
Topic: measure 2000 letter tank with 1 letter resolution?
Replies: 7
Views: 4613

Re: measure 2000 letter tank with 1 letter resolution?

The resolution accuracy become more complicated issue if the tank capacity increase i.e. 10000 liter. The main goal is to measure the remaining tank quantity in liters. If a 10bit adc measure for example 10000 or 20000 liter quantity It jumps about 10 liter or 20 liter per increment and this is a bi...
by imtiaz9
Sun Oct 22, 2017 4:58 pm
Forum: Flowcode V5
Topic: measure 2000 letter tank with 1 letter resolution?
Replies: 7
Views: 4613

Re: measure 2000 letter tank with 1 letter resolution?

yes this is liter :D sensor i use is a liner float sensor give 0 to 5v liner output. A 10k potentiometer rotate with float and it give 0 to 5v on adc pin. i think sensor is ok the problem is in software. i think a 10bit adc max reading is 1023 and it sense 1 liter every 1.9 liter (2000/1023=1.9). am...
by imtiaz9
Sun Oct 22, 2017 9:32 am
Forum: Flowcode V5
Topic: measure 2000 letter tank with 1 letter resolution?
Replies: 7
Views: 4613

measure 2000 letter tank with 1 letter resolution?

I need to measure 2000 liter water tank level with 1 liter resolution, with using 10bit internal ADC of PIC device. but it give me 2 liter resolution per increment. is there any possible way for it? or i need to use 12bit external ADC?
by imtiaz9
Thu Apr 27, 2017 7:13 pm
Forum: General Programming
Topic: Only One calculation And Uses RAM 124%, why?
Replies: 1
Views: 2889

Only One calculation And Uses RAM 124%, why?

Hi. in flowcode V5, I do only one calculation to scale down the adc reading to 15v and it uses RAM to 124%. what is its reason and how to solve it?
ERROR code
ERROR code
adc.jpg (25.88 KiB) Viewed 2889 times
Flowcode1.fcf
V5 ADC
(6 KiB) Downloaded 321 times
by imtiaz9
Sat Dec 03, 2016 5:31 am
Forum: Flowcode V6
Topic: Can we use MikroC or CCS-C Compiler
Replies: 1
Views: 2833

Can we use MikroC or CCS-C Compiler

hello, can we use MikroC or CCS-C compiler with Flowcode 5 or 6?
if we can, please tell me the procedure.
thanks