Search found 1739 matches

by Enamul
Thu Mar 21, 2013 8:55 pm
Forum: Flowcode V4
Topic: solar charge controller
Replies: 3
Views: 4477

Re: solar charge controller

Hi
I have made a solar charge controller 5 years back but I have the code with me still somewhere I feel. It was done using 16f72 as far I can remember. Please let me know if you need that.
by Enamul
Fri Mar 15, 2013 2:56 pm
Forum: General Programming
Topic: Flowcode 5-Shadow Detect Program
Replies: 25
Views: 13887

Re: Flowcode 5-Shadow Detect Program

rebooted the laptop and the LED's are there??? Dont know what to say???
Don't really understand what you mean?
by Enamul
Fri Mar 15, 2013 2:55 pm
Forum: General Programming
Topic: PID MX009 (Flowcode V4 version of files)
Replies: 3
Views: 3226

Re: PID MX009 (Flowcode V4 version of files)

In the additional files Flowcode code is given..you should be able to find that.
by Enamul
Fri Mar 15, 2013 12:38 pm
Forum: General Programming
Topic: Flowcode 5-Shadow Detect Program
Replies: 25
Views: 13887

Re: Flowcode 5-Shadow Detect Program

Yes, it's always nice for a beginner to follow ready code which will orient you with tips & trick as well as basic programming techniques.
by Enamul
Thu Mar 14, 2013 5:23 pm
Forum: Flowcode V4
Topic: 12-bit adc resolution PIC18F87k22
Replies: 4
Views: 4497

Re: 12-bit adc resolution PIC18F87k22

Yes. You are right. In the above code it should be 0.000244 instead of 0.000976
by Enamul
Thu Mar 14, 2013 12:56 pm
Forum: Flowcode V5
Topic: Why RC5 Don't work?
Replies: 3
Views: 2684

Re: Why RC5 Don't work?

Hi
Can you please try this post of Martin? This is simple and easy to test.
http://www.matrixmultimedia.com/mmforum ... RC5#p45205
by Enamul
Thu Mar 14, 2013 12:19 pm
Forum: Electronics products
Topic: servo features
Replies: 9
Views: 11058

Re: servo features

Yes, you have to uninstall previous version..Glad to know it is sorted
by Enamul
Thu Mar 14, 2013 12:51 am
Forum: Flowcode V4
Topic: How to show decimal points on a LCD
Replies: 8
Views: 6220

Re: How to show decimal points on a LCD

I was wondering what were the advantage of those 2 programs over the simple program dazz made? (I need to show 0.5,1,1.5,2,2.5,3.....) I have mentioned the advantage in my last post..you can't accommodate float data manipulation in small memory chip. And i got one more thing when i simulate it, it ...
by Enamul
Wed Mar 13, 2013 4:27 pm
Forum: Formula Flowcode
Topic: Formula Flowcode Spare I/O
Replies: 7
Views: 14622

Re: Formula Flowcode Spare I/O

Hi
I believe this figure will help you in finding whether any pin spare or not...It seems PORTD is connected to DB9 for EBlock interface which I guess can be used to interface any external sensor easily if not restricted in boot-loader.
by Enamul
Wed Mar 13, 2013 4:19 pm
Forum: Formula Flowcode
Topic: Formula Flowcode Spare I/O
Replies: 7
Views: 14622

Re: Formula Flowcode Spare I/O

Basically I want to add a temperature sensor to the buggy. Ideally onto an analogue pin, but if none available then a simple temp high/temp low, through a digital input pin and external circuit. You can interface DHT-11 with buggy which will not need to be interfaced in analog pin rather any I/O pi...
by Enamul
Wed Mar 13, 2013 12:41 pm
Forum: Electronics products
Topic: servo features
Replies: 9
Views: 11058

Re: servo features

Your Flowchart compiles fine for me as well which means you need to move to V5 professional for this as Martin said.
by Enamul
Tue Mar 12, 2013 11:56 pm
Forum: Flowcode V5
Topic: Ultrasonic Transducer Module Car Alarm
Replies: 67
Views: 25550

Re: Ultrasonic Transducer Module Car Alarm

Yes, Martin is right. These could be gathered in a handy Eblock. Good findings Stuart :)
by Enamul
Tue Mar 12, 2013 7:26 am
Forum: Electronics products
Topic: servo features
Replies: 9
Views: 11058

Re: servo features

Hi,
You can post your code if that is not commercially sensitive we can see what compiler is saying! May be you are right about Home version as that is not for extensive work.
by Enamul
Mon Mar 11, 2013 11:51 am
Forum: Flowcode V5
Topic: A/D component - V3 to v5 changes
Replies: 21
Views: 11365

Re: A/D component - V3 to v5 changes

Did you mean a delay in an interrupt or delays that happened whist interrupts are in background? I do the latter but not the former. I have talked about former one. Can a v5 file be opened with v3 because that might be one way to restore it to working again? No, but you can make your own code in V3...
by Enamul
Mon Mar 11, 2013 7:23 am
Forum: Flowcode V5
Topic: A/D component - V3 to v5 changes
Replies: 21
Views: 11365

Re: A/D component - V3 to v5 changes

Hi
If you call any component macro inside the interrupt it will cause stack corruption..Please avoid to use delay and LCD macro which uses delay in any interrupt.
by Enamul
Mon Mar 11, 2013 7:20 am
Forum: Flowcode V4
Topic: Flowcode 4.2.3.58 INT pin 12F683 (still) not working
Replies: 8
Views: 7650

Re: Flowcode 4.2.3.58 INT pin 12F683 (still) not working

Thanks for letting us know by an organised post :)
by Enamul
Mon Mar 11, 2013 7:16 am
Forum: Flowcode V5
Topic: cant download flowcode file to PICmacro
Replies: 7
Views: 4997

Re: cant download flowcode file to PICmacro

Your PPPv3 seems latest and code config seems perfect. It's strange that EB006 is causing issue. Have you tried to detect chip like 16f877 whether it detects or not?
by Enamul
Sun Mar 10, 2013 1:43 pm
Forum: Flowcode V4
Topic: Flowcode 4.2.3.58 INT pin 12F683 (still) not working
Replies: 8
Views: 7650

Re: Flowcode 4.2.3.58 INT pin 12F683 (still) not working

Here is FCD with GP2INT
by Enamul
Sun Mar 10, 2013 1:31 pm
Forum: Flowcode V4
Topic: Flowcode 4.2.3.58 INT pin 12F683 (still) not working
Replies: 8
Views: 7650

Re: Flowcode 4.2.3.58 INT pin 12F683 (still) not working

If that is RB0INT to GP2INT change, it can be done by FCD. I have done that earlier. Frank please confirm that if you want I can do that for you
by Enamul
Sun Mar 10, 2013 1:14 pm
Forum: Flowcode V5
Topic: Ultrasonic Transducer Module Car Alarm
Replies: 67
Views: 25550

Re: Ultrasonic Transducer Module Car Alarm

Before deciding maybe best weighing up pro's and con's so you know which is time best spent on first.
In the end both types have their different uses, but in different applications.
Yes, you are 100% right and that's the reason why I am interested to buy to find application.
by Enamul
Sun Mar 10, 2013 11:38 am
Forum: Flowcode V4
Topic: Flowcode 4.2.3.58 INT pin 12F683 (still) not working
Replies: 8
Views: 7650

Re: Flowcode 4.2.3.58 INT pin 12F683 (still) not working

Hi
I think you are using old version of Flowcode v4 as you are using V4.2 whereas V4.5 is the latest version. Can you please try to update your version and see the issue again?
by Enamul
Sat Mar 09, 2013 4:12 pm
Forum: Flowcode V5
Topic: PWM - Voltage - Dutycycle - LCD
Replies: 11
Views: 5408

Re: PWM - Voltage - Dutycycle - LCD

The code is big as we use float and string and related calculations..we can get the same without float. I will post that
by Enamul
Sat Mar 09, 2013 3:03 pm
Forum: Flowcode V5
Topic: PWM - Voltage - Dutycycle - LCD
Replies: 11
Views: 5408

Re: PWM - Voltage - Dutycycle - LCD

This code is large for this chip but I can tune that to fit in this chip if you don't have any other chip
by Enamul
Sat Mar 09, 2013 7:27 am
Forum: Flowcode V5
Topic: cant download flowcode file to PICmacro
Replies: 7
Views: 4997

Re: cant download flowcode file to PICmacro

Hi I have used the same trainer for my student and now the code can be re-written very easily..but for your problem you need to check couple of things like.. 1. which version PPPv3 you are using? 2. which version of Flowcode you are using? 3. You can PM me the program as this is commercial version p...
by Enamul
Sat Mar 09, 2013 7:23 am
Forum: Flowcode V5
Topic: Ultrasonic Transducer Module Car Alarm
Replies: 67
Views: 25550

Re: Ultrasonic Transducer Module Car Alarm

What do you make of the manual ?
I think it has loosely been translated from Chinese LOL !
The Chinese supplier send me doc copy and I just made pdf...might be pdf converter made to Chinese :lol: