Search found 7 matches

by Timo
Wed Nov 04, 2009 11:43 am
Forum: Flowcode V2 & V3
Topic: ADC interpretation
Replies: 2
Views: 2990

Re: ADC interpretation

Thanks Ben I'll try your suggestion.
by Timo
Tue Nov 03, 2009 7:13 pm
Forum: Flowcode V2 & V3
Topic: ADC interpretation
Replies: 2
Views: 2990

ADC interpretation

The problem I'm experiencing has some similarities with topics already addressed but I am unable to find a solution within these. I’m trying to obtain a degrees C temperature readout derived from the Microchip MCP9700A temp sensor, interpreted in Flowcode by an ADC input. This device has a resolut...
by Timo
Sun Feb 08, 2009 7:01 pm
Forum: Flowcode V2 & V3
Topic: Idependant flash rates needed
Replies: 3
Views: 3739

Re: Idependant flash rates needed

Thank you for that thought but I did comply with this requirement to sample then read each ADC input in the correct sequence. I have used the variables representing the resultant values to generate the delays necessary for the two different flash rates and this is where it all appears to fall apart....
by Timo
Fri Feb 06, 2009 8:16 pm
Forum: Flowcode V2 & V3
Topic: Idependant flash rates needed
Replies: 3
Views: 3739

Idependant flash rates needed

I've been trying without success to create a program that allows Idependant LED flash rates to be controlled by two independant ADC inputs (ADC0 & ADC1). The stumbling block seems to be associated with the neccesity of using the ADC values as variables to control the respective delays for the two di...
by Timo
Wed Mar 26, 2008 10:19 pm
Forum: General / Misc
Topic: delay limitations
Replies: 10
Views: 9029

Re: delay limitations

Thanks for that Ben, it was helpful but say I want to assign a variable called DELAY in the main Flowcode prog. to the delay value how would that appear in the C code module? Would it be something like: delay_FCV_DELAYus(FCV_DELAY)); //Delay for DELAY variable amount The bit in parenthesis looks dod...
by Timo
Wed Mar 26, 2008 11:33 am
Forum: General / Misc
Topic: delay limitations
Replies: 10
Views: 9029

delay limitations

I understand that the delay icon in Flowcode will not allow delays of less than 1ms to be generated and for those such as myself wishing to use microsecond delays (for servo driving) it is necessary to insert a block of C code. What I don’t understand is why this is the case and how to create the ...
by Timo
Mon Nov 19, 2007 9:58 pm
Forum: Flowcode V2 & V3
Topic: Stuck on PWM
Replies: 1
Views: 2307

Stuck on PWM

I want to explore the use and application of the PWM component and associated macros (without having to buy Flowcourse) but the help dose not supply enough detailed info. Are there any sample progs. available to download or any other way I can be helped? :(