Search found 8 matches

by Rahul Kulkarni
Tue Feb 07, 2012 12:09 pm
Forum: General Programming
Topic: Regarding floating output.
Replies: 6
Views: 4185

Re: Regarding floating output.

Thank you so much. Now the program is working properly as I needed. Once again thanks.
by Rahul Kulkarni
Tue Feb 07, 2012 9:56 am
Forum: General Programming
Topic: use of trigonometric function in flowcode 4.3
Replies: 4
Views: 4530

Re: use of trigonometric function in flowcode 4.3

Thanks for the reply. I appreciate your solution. Even I thought of it. But when I saw that if single equation is going to solve problem then what is the need of lookup tables? Because AVR version of flowcode does support all trignometric functions. But this I came to know after buying PIC kit. So n...
by Rahul Kulkarni
Tue Feb 07, 2012 9:47 am
Forum: General Programming
Topic: Regarding floating output.
Replies: 6
Views: 4185

Re: Regarding floating output.

Actually I dont have problem regarding chip. It has been detected by my version of flowcode. I want output to be displayed as floating point variable which is not allowed. It only allowing integer variable as an output. Is this thing because of free/demo version?
by Rahul Kulkarni
Mon Feb 06, 2012 12:10 pm
Forum: General Programming
Topic: Regarding floating output.
Replies: 6
Views: 4185

Re: Regarding floating output.

I want to display output in decimals. Atleast upto 1. I am using PIC18F458.
by Rahul Kulkarni
Mon Feb 06, 2012 11:07 am
Forum: General Programming
Topic: Regarding floating output.
Replies: 6
Views: 4185

Regarding floating output.

My version of flowcode i.e. v4.3 doesnt support floating output variables. Is it because of free/demo version?
by Rahul Kulkarni
Wed Jan 25, 2012 11:25 am
Forum: General Programming
Topic: use of trigonometric function in flowcode 4.3
Replies: 4
Views: 4530

Re: use of trigonometric function in flowcode 4.3

Thanks for the reply. My functions are ang = atan(d/a) and h = a sin(ang). Lookup tables are such that they are not for all values e.g. 1st 0 then 0.5. But we want to measure between 0-0.5 also. So we are using relation. If you can provide me some alternate solution in which i can use relation then ...
by Rahul Kulkarni
Wed Jan 25, 2012 6:14 am
Forum: General Programming
Topic: use of trigonometric function in flowcode 4.3
Replies: 4
Views: 4530

use of trigonometric function in flowcode 4.3

Hi. I am rahul kulkarni. I am developing an automotive application for fuel indicators. I am using PIC18F458 controller. I want to use relations which has trignometric functions. It involves inverse trig. function also. I am unable to use it in flowcode v4.3. Can anybody help me out in this?
by Rahul Kulkarni
Fri Jan 20, 2012 6:01 am
Forum: General Programming
Topic: Lookup table in flowcode 4
Replies: 1
Views: 3213

Lookup table in flowcode 4

I am doing programming of PIC18F458 using flowcode 4. I want to know how to use lookup tables in flowcode 4. This is first time I am using flowcode 4. So will this code can b directly use on controller chip?