Search found 13 matches
- Sun Jan 31, 2010 10:53 pm
- Forum: Flowcode V4
- Topic: Timers/countdown and what Pots to use
- Replies: 8
- Views: 5854
Re: Timers/countdown and what Pots to use
The way you posted is fine for what I need but there might be other people intersted in displaying minutes. I guess if you are bored one day you can post that as well or give some hints as to how it's done. You have already done more than I expected for me. I really really appreciate your help and y...
- Sun Jan 31, 2010 4:53 pm
- Forum: Flowcode V4
- Topic: Timers/countdown and what Pots to use
- Replies: 8
- Views: 5854
Re: Timers/countdown and what Pots to use
That is geat, thank you so much for your help.
I'll be using a 20MHz crystal.
Thanks again.
D.
I'll be using a 20MHz crystal.
Thanks again.
D.
- Fri Jan 29, 2010 8:46 pm
- Forum: Flowcode V4
- Topic: Timers/countdown and what Pots to use
- Replies: 8
- Views: 5854
Re: Timers/countdown and what Pots to use
Thanks Ben.
The CO2 sensor is way to much, plus I need a CO not a CO2.
D.
The CO2 sensor is way to much, plus I need a CO not a CO2.
D.
- Thu Jan 28, 2010 10:09 pm
- Forum: Flowcode V4
- Topic: Timers/countdown and what Pots to use
- Replies: 8
- Views: 5854
Timers/countdown and what Pots to use
I'm trying to come up with a way to implement two countdown timers and I have a hard time figuring out what the best way is to go about it. The idea is to have 1 timer counting down from say max 90 minutes to min 5 minutes and then close a relay or switch on a transistor, the 2nd timer will countdow...
- Fri Jan 08, 2010 7:05 pm
- Forum: Flowcode V4
- Topic: How do you toggle the value of a binary variable?
- Replies: 4
- Views: 3523
Re: How do you toggle the value of a binary variable?
Thanks guys. This is very helpful.
D.
D.
- Wed Dec 30, 2009 10:45 pm
- Forum: Flowcode V4
- Topic: How do you toggle the value of a binary variable?
- Replies: 4
- Views: 3523
Re: How do you toggle the value of a binary variable?
OK, so I just tried the var = !var and it works (in a calculation Macro), now this might me stupid but how do I use my new value to turn no an LED?
If I use the component macro it tells me to select a macro (LED(0)), if I use an output macro it sets my variable to 1?
D.
If I use the component macro it tells me to select a macro (LED(0)), if I use an output macro it sets my variable to 1?
D.
- Wed Dec 30, 2009 10:34 pm
- Forum: Flowcode V4
- Topic: How do you toggle the value of a binary variable?
- Replies: 4
- Views: 3523
How do you toggle the value of a binary variable?
I would like to read a binary variable (ExtendedMode)and take an action based on it's value (0 or 1). What I'm struggling with this variable will be set by a push button. So for example, the program starts running my my variable ExtendedMode is initialized with a value of 0, now a momentary push but...
- Mon Dec 07, 2009 9:07 pm
- Forum: MIAC
- Topic: Countdown Timer Dual toggle Relays- Working Project
- Replies: 3
- Views: 7083
Re: Countdown Timer Dual toggle Relays- Working Project
Looks cool.
Thanks for posting it.
I need a countdown timer so maybe you're code will help me figure out how to do that.
D.
Thanks for posting it.
I need a countdown timer so maybe you're code will help me figure out how to do that.
D.
- Fri Dec 04, 2009 5:16 pm
- Forum: Flowcode V4
- Topic: Multiple instances of Flowcode running at the same time
- Replies: 2
- Views: 2791
Re: Multiple instances of Flowcode running at the same time
Thanks medelec.
I just wanted some clarification.
D.
I just wanted some clarification.
D.
- Wed Dec 02, 2009 8:32 pm
- Forum: Flowcode V4
- Topic: Multiple instances of Flowcode running at the same time
- Replies: 2
- Views: 2791
Multiple instances of Flowcode running at the same time
Is it OK to run multiple instances of Flowcode at the same time on one PC? The reason I'm asking is because I want to be able to look at another project (for ideas, etc.) while I'm working on a different project and I'm concerned that running multiple instances might corrupt something in my project ...
- Wed Dec 02, 2009 8:25 pm
- Forum: Flowcode V4
- Topic: Variables Manager - notes and edit
- Replies: 1
- Views: 2396
Variables Manager - notes and edit
Hello Moderators, I tried to add this post to the Flowcode 4 Suggestions but there is no option to post there. Anyway, please feel free to edit and/or move this post to that section. I would like to have the option to add notes to variables in the Variables Manager. This would be helpful to identify...
- Fri Nov 27, 2009 9:52 pm
- Forum: Flowcode V4
- Topic: How to use a string variable?
- Replies: 2
- Views: 2941
Re: How to use a string variable?
Thanks medelec,
I will have to try that tonight when I get home.
I've been looking at other examples and have been lurking on this forum for a while but I'm really new at FC so most likely I'll be asking some more stupid questions soon.
I really appreciate your quick reply.
Regards
D.
I will have to try that tonight when I get home.
I've been looking at other examples and have been lurking on this forum for a while but I'm really new at FC so most likely I'll be asking some more stupid questions soon.
I really appreciate your quick reply.
Regards
D.
- Fri Nov 27, 2009 7:04 pm
- Forum: Flowcode V4
- Topic: How to use a string variable?
- Replies: 2
- Views: 2941
How to use a string variable?
Hello All, This might be a stupid question but how do I use the string variables? Let me give you an example. Let's say I have a string variable MSG, when you create this variable it is an array of size 20 (MSG[20]) max. Now if I want to my string to be for ex. "Flowcode 4 rocks" (and late...