Search found 73 matches

by Kumaran
Mon Jul 05, 2010 12:28 pm
Forum: Flowcode V4
Topic: Creating fresh Custom Code
Replies: 5
Views: 3621

Re: Creating fresh Custom Code

Hi I have downloded your file. Now the functions are getting read when compiling to c. however, still I am getting errors when compiling the to hex. The error message C:\Program Files\HI-TECH Software\PICC\9.70\bin\picc.exe --CHIP=16F877A -N48 DS1307_Custom_Code_example.c DS1307_Custom_Code_example....
by Kumaran
Fri Jul 02, 2010 11:12 am
Forum: Flowcode V4
Topic: Creating fresh Custom Code
Replies: 5
Views: 3621

Re: Creating fresh Custom Code

As per custom code for flowcode document I have created custom component. I am getting few errors in the complied C and I found error customise component macro. could you please look in to the attached customc file screenshots and suggest me how to resolve them? problem summary ---------------------...
by Kumaran
Mon Jun 28, 2010 9:23 am
Forum: Flowcode V4
Topic: Creating fresh Custom Code
Replies: 5
Views: 3621

Creating fresh Custom Code

Hi I want to create fresh custom component for some devices. what are the parameters that I need to consider changing/ defining? In one of your example document "Custom Components For Flowcode", only macro name & count, Macro return, macro parameter & macro parameter types are instructed to change, ...
by Kumaran
Fri May 21, 2010 11:00 am
Forum: Flowcode V4
Topic: Mono Graphical lcd
Replies: 3
Views: 2945

Re: Mono Graphical lcd

my mono graphic lcd is JHD128X64E with controller
KS0108
by Kumaran
Fri May 21, 2010 9:16 am
Forum: Flowcode V4
Topic: Help file in flowcode
Replies: 2
Views: 2337

Re: Help file in flowcode

thank you so much !
by Kumaran
Fri May 21, 2010 8:09 am
Forum: Flowcode V4
Topic: Help file in flowcode
Replies: 2
Views: 2337

Help file in flowcode

i'm not able to use my flowcode help.the help file is not opening,
My operating system is windows 7 (genuine)
why?????
by Kumaran
Fri May 21, 2010 8:03 am
Forum: Flowcode V4
Topic: Mono Graphical lcd
Replies: 3
Views: 2945

Mono Graphical lcd

i'm developing a program for graphical lcd. As there is no readymade device in flow code. i've downloaded your mono graphical lcd examples and added as a user defined device.Program compiling was successful ,however neither in simulator nor in real hardware its working.i'm getting blank display. Kin...
by Kumaran
Fri May 21, 2010 7:50 am
Forum: Flowcode V4
Topic: negative float variable
Replies: 1
Views: 2303

negative float variable

i need to use an negative float variable in my program, Program: C1=-4.0; C2=+0.0405; C3=-0.0000028; T1=+0.01; T2=+0.00008; rh_lin=C3*rh*rh + C2*rh + C1; rh_true=(t_C-25)*(T1+T2*rh)+rh_lin .... likewise,i'm able to get this executed in flowcode,BUT when loading in the simulator, the C1,C2,C3 are get...
by Kumaran
Wed May 19, 2010 11:27 am
Forum: Flowcode V4
Topic: Logarithm function
Replies: 5
Views: 4055

Re: Logarithm function

Thank you ! your suggesstion helps a lot
by Kumaran
Wed May 19, 2010 8:58 am
Forum: Flowcode V4
Topic: Logarithm function
Replies: 5
Views: 4055

Re: Logarithm function

as i wanted to make dew point calculation, the LOOK UP table approach is not suitable for my apllication.if you have any other method pls suggest me
by Kumaran
Tue May 18, 2010 6:17 am
Forum: Flowcode V4
Topic: Logarithm function
Replies: 5
Views: 4055

Re: Logarithm function

pls suggest me some solution !
by Kumaran
Wed May 12, 2010 10:58 am
Forum: Flowcode V4
Topic: Logarithm function
Replies: 5
Views: 4055

Logarithm function

how to implement logarithmic function in flow code v4,
i'm able to find the function in ARM,but its not available in PIC,
kindly suggest the equivalent methods for PIC,
i need to calculate log10 value of some expressions;
e.g. log10 (h)=?
by Kumaran
Sat Mar 06, 2010 8:24 am
Forum: Flowcode V4
Topic: Temperarure Sensor SHT15
Replies: 1
Views: 2466

Temperarure Sensor SHT15

I'm programming the temperature & humidity sensor SHT15 using fv4, I've connected the temperature sensor in SPI Interface, to initaite transmission ,i need to set the DATA LINE as LOW & the SCK as HIGH followed by an Low pulse on SCK,and raising DATA again while SCk is maintained HIGH ...How to set ...
by Kumaran
Mon Mar 01, 2010 3:10 pm
Forum: General / Misc
Topic: graphical lcd programming with flowcode v3
Replies: 9
Views: 9273

Re: graphical lcd programming with flowcode v3

Hi

I have tried the example file that is came along with the download. Please see the project file and C Code generated. today I have recieved the flowcode V4, So I am posting the project created in Flowcode V4.

Thanks
M.S.Senthilkumaran
by Kumaran
Fri Feb 26, 2010 12:30 pm
Forum: General / Misc
Topic: graphical lcd programming with flowcode v3
Replies: 9
Views: 9273

Re: graphical lcd programming with flowcode v3

i'm not getting the text displayed even after connecting all the ports n pins correctly
can u help me out :roll:
by Kumaran
Fri Feb 26, 2010 5:16 am
Forum: General / Misc
Topic: graphical lcd programming with flowcode v3
Replies: 9
Views: 9273

Re: graphical lcd programming with flowcode v3

could u pls provide the conection details :
data port--?
enable--?
read/write--?
Thanks in advance
by Kumaran
Wed Feb 24, 2010 12:27 pm
Forum: Flowcode V2 & V3
Topic: two line lcd
Replies: 2
Views: 3381

two line lcd

Could u pls get some examples of two line lcd programs ,and some adc progrms
Kindly suggest some tutorials for PROGRAMMING USING FLOWCODE
THANKS IN ADVANCE
Waiting for apt replies :)
by Kumaran
Wed Feb 24, 2010 10:00 am
Forum: General / Misc
Topic: graphical lcd programming with flowcode v3
Replies: 9
Views: 9273

Re: graphical lcd programming with flowcode v3

i 've downloaded the program ,
but got some errors like /?(failed to generate expression...)
while executing the same ,how to implement the c code in custom component?
by Kumaran
Mon Feb 22, 2010 12:25 pm
Forum: Flowcode V2 & V3
Topic: mono graphic lcd
Replies: 1
Views: 2554

mono graphic lcd

How to program monographic lcd with pic IC18F4550
Using flow code v3,
kindly provide some example programs
:!:
by Kumaran
Mon Feb 22, 2010 11:57 am
Forum: General / Misc
Topic: graphical lcd programming with flowcode v3
Replies: 9
Views: 9273

graphical lcd programming with flowcode v3

The program when executed gives some errors such as "missing paren, missing semicolon,etc.." Pls tell the right program to interface monographic Lcd with IC18F4550 using flowcodev3 //================================ // Paste in the top of your 'GLCD - modified.C' file! //============================...
by Kumaran
Sun Apr 12, 2009 4:11 pm
Forum: General / Misc
Topic: Custom Interrupts
Replies: 1
Views: 3040

Custom Interrupts

Hi How to use Port A, pin 0 of 16F684 as interrupt pin? In this regard, when I search your forum. I found two topics related exactly to my issue. http://www.matrixmultimedia.com/mmforums/viewtopic.php?f=5&t=1898&p=3241&hilit=custom+interrupt#p3241 http://www.matrixmultimedia.com/mmforums/viewtopic.p...
by Kumaran
Tue Feb 24, 2009 4:10 pm
Forum: Components (Comms)
Topic: Software RS232
Replies: 1
Views: 3206

Software RS232

Hi

I am using a PIC16f684 which does not have RS232 hardware inbuilt. Is it possible to use any I/O pin of PIC for RS232 communication with the help of microcontroller programing? or Is it possible to specify any of the I/O lines as TX/RX in RS232 component of flowcode?

Thanks in advance.

Kumaran
by Kumaran
Fri Feb 13, 2009 4:43 pm
Forum: Components (Other)
Topic: Programing 5 digit seven segment device
Replies: 8
Views: 6912

Re: Programing 5 digit seven segment device

Thanks for your extra ordinary support. I could not imagine how much time it could have taken if I would have not seek your support. I have tried your amended code. but in this code also same problem appeared. I understand that it is not getting driven as output with component code. So I added extra...
by Kumaran
Fri Feb 13, 2009 1:33 am
Forum: Components (Other)
Topic: Programing 5 digit seven segment device
Replies: 8
Views: 6912

Re: Programing 5 digit seven segment device

I have downloaded your attachment code file and copied in to the components directory. since it cannot be simulated in flowcode. I have created a simple ciruit in proteus to check the code (The circuit snapshot is attached). But the 5th digit did not work. if you see it has not changed as output pin...
by Kumaran
Wed Feb 11, 2009 4:51 pm
Forum: Components (Other)
Topic: Programing 5 digit seven segment device
Replies: 8
Views: 6912

Re: Programing 5 digit seven segment device

I got struck. Can you help? first of all, can I edit like this to have additional digit?

Thanks in advance
Kumaran