Search found 13 matches
- Thu Mar 21, 2013 2:26 pm
- Forum: Flowcode V4
- Topic: Digital freq counter problem
- Replies: 2
- Views: 4393
Digital freq counter problem
Hello fellow flowcode users :) I am trying to messure the freq created by my flowmeter and i was wondering if there was a smart way to do this. I have tried the program digitmal freq counter and i can't get it working. when i try to compile it it returns with a message that tmr0 =0x00; is invalid. [...
- Thu Mar 14, 2013 10:37 am
- Forum: Flowcode V4
- Topic: How to show decimal points on a LCD
- Replies: 8
- Views: 6635
Re: How to show decimal points on a LCD
Okay I apologize for the ignorance but im still trying to get the hang of it 
But here is the program
Regards Michael

But here is the program

Regards Michael
- Wed Mar 13, 2013 8:47 pm
- Forum: Flowcode V4
- Topic: How to split a value
- Replies: 3
- Views: 3781
Re: How to split a value
Thanks Jonnyw 
When i look at it I feel like i should have consindered looking into simple math so that i didn't have to truble you guys :S
So sorry for that Jonny and again thanks for the reply.
Regards Michael

When i look at it I feel like i should have consindered looking into simple math so that i didn't have to truble you guys :S
So sorry for that Jonny and again thanks for the reply.
Regards Michael
- Wed Mar 13, 2013 7:19 pm
- Forum: Flowcode V4
- Topic: How to split a value
- Replies: 3
- Views: 3781
How to split a value
Hello fellow flowcode users and mods :) I got a program that i hope that someone would be able to assist me on. (I've attached it below) Okay the program needs to split a var controlled by a button, this variable is called Knapsoap1 and needs to be split up into 2 variables Soapmin and Soapsek. When...
- Wed Mar 13, 2013 7:08 pm
- Forum: Flowcode V4
- Topic: How to show decimal points on a LCD
- Replies: 8
- Views: 6635
Re: How to show decimal points on a LCD
Hi guys Thanks for the reply's :) 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.....) And i got one more thing when i simulate it, it works but when i send it to the chip it wont show the decimal value eg (1.0,1.0,2.0...
- Tue Mar 05, 2013 10:13 pm
- Forum: Flowcode V4
- Topic: How to show decimal points on a LCD
- Replies: 8
- Views: 6635
Re: How to show decimal points on a LCD
Thank you Dazz
It worked perfectly once again
Regards Michael
It worked perfectly once again

Regards Michael
- Tue Mar 05, 2013 8:58 pm
- Forum: Flowcode V4
- Topic: How to show decimal points on a LCD
- Replies: 8
- Views: 6635
How to show decimal points on a LCD
Hello mods and Flowcode experts :) I was wondering if there was any solution to the problem that bytes dose not tolerate decimal points in calculations. The problem im facing is quite simple i got a variable [var = var + 0.5] and i want to show the var value on a LCD. Thanks before hand. Regard Mich...
- Wed Feb 13, 2013 8:39 am
- Forum: Flowcode V4
- Topic: Servo Macro Automove
- Replies: 3
- Views: 3818
Re: Servo Macro Automove
Thank you very much dazz and benj 
It worked perfectly so can't say anything else then much appericated guys
Regards Michael

It worked perfectly so can't say anything else then much appericated guys
Regards Michael
- Tue Feb 12, 2013 1:34 pm
- Forum: Flowcode V4
- Topic: Servo Macro Automove
- Replies: 3
- Views: 3818
Servo Macro Automove
Hello flowcode users and adimistators
I got one question how to you know where the servo is when you use the automove macro in flowcode v4
Thanks for reading this post and i hope that you got a solution
Regards Michael
I got one question how to you know where the servo is when you use the automove macro in flowcode v4
Thanks for reading this post and i hope that you got a solution
Regards Michael
- Fri Feb 08, 2013 10:32 am
- Forum: Flowcode V4
- Topic: Atmega32 accessing the 3 pwm
- Replies: 0
- Views: 2537
Atmega32 accessing the 3 pwm
Hello fellow flowcode users. I got a problem flowcode v4 does not have acces to the 3 pwm in the atmega32 and so i was wondering if there was any chance to do a work arround. The reason im asking is that i am useing port d5 and d4 to control 2x dc motors with pwm and i need a servo to be controller ...
- Tue Feb 05, 2013 6:28 pm
- Forum: General Programming
- Topic: ATmega32 Problem
- Replies: 5
- Views: 3985
Re: ATmega32 Problem
Thanks for your help but there is one last thing the file you sent me was for v5, so i was wondering if you had a v4 file instead 
From a grateful student

From a grateful student

- Mon Feb 04, 2013 2:03 pm
- Forum: General Programming
- Topic: ATmega32 Problem
- Replies: 5
- Views: 3985
Re: ATmega32 Problem
Thank you for the reply 
I'm wondering if the name of the pwm crucial to where the output goes or is it just for cosmetic reasons?
And again thank you so much
Kindest regards Michael

I'm wondering if the name of the pwm crucial to where the output goes or is it just for cosmetic reasons?
And again thank you so much
Kindest regards Michael
- Mon Feb 04, 2013 12:36 pm
- Forum: General Programming
- Topic: ATmega32 Problem
- Replies: 5
- Views: 3985
ATmega32 Problem
Hello :) I have one problem with my flowcodechart done in Flowcode v4. My flowchart has 4 major functions. It controls a servo, A HC SR04, 2 dc motors and 2 internal PWMS to adjust the motors so that is can turn and keep a straight line. My problem is that when i use the PWMS to control the dc motor...