Search found 139 matches

by daveb0360
Thu Oct 08, 2009 11:49 am
Forum: Flowcode V4
Topic: Access Violation reading from flash drive
Replies: 25
Views: 12917

Re: Access Violation reading from flash drive

Ok, I now have identical parameters in the compile options fields as I have on the laptop and compile still fails as seen below. File name: C:\Documents and Settings\Dave\Desktop\DMUFILES\DMUCountdown.c Generated by: Flowcode v4.1.1.55 Date: Thursday, October 08, 2009 13:14:07 Licence: Professional ...
by daveb0360
Thu Oct 08, 2009 11:10 am
Forum: Flowcode V4
Topic: Access Violation reading from flash drive
Replies: 25
Views: 12917

Re: Access Violation reading from flash drive

I am now going to copy verbosely, the compile options from the laptop to this machine as I have been tinkering and lost my way a little but there was no change when the failure to compile first went wrong.
I'll post back shortly when I know if this corrects anything
Dave
by daveb0360
Thu Oct 08, 2009 11:09 am
Forum: Flowcode V4
Topic: Access Violation reading from flash drive
Replies: 25
Views: 12917

Re: Access Violation reading from flash drive

Here is the message log file also....was limited to 3 file attachments.
by daveb0360
Thu Oct 08, 2009 11:08 am
Forum: Flowcode V4
Topic: Access Violation reading from flash drive
Replies: 25
Views: 12917

Re: Access Violation reading from flash drive

Here is the file. I am having to transfer the file to the laptop because I can not get the file to compile on the main machine. The main machine WAS working and programming OK until I saved the file to a new, more convenient location, i.e. on the C drive instead of external USB drive. Now, even when...
by daveb0360
Thu Oct 08, 2009 9:23 am
Forum: Flowcode V4
Topic: Access Violation reading from flash drive
Replies: 25
Views: 12917

Access Violation reading from flash drive

Hi, I have a bizarre problem that I don't understand and need help with. I had had problems compiling to hex with a report saying error code 5 In response to this I formatted re-installed xpV3 and the FCV4 program whilst at the same time downloaded and installed V4.1. I completed my code,simulated i...
by daveb0360
Sat Oct 03, 2009 8:20 am
Forum: Flowcode V4
Topic: Speech element instructions?
Replies: 1
Views: 2076

Speech element instructions?

Hi all,
Will there be an entry in the help file on how to use the new speech element in V4.
There is currently no help subject and no posts to refer to.
Cheers
Dave
by daveb0360
Fri Oct 02, 2009 7:53 pm
Forum: Flowcode V4
Topic: Help with code - URGENT
Replies: 10
Views: 6028

Adaptive debounce - theory!

Can't help with the code displayed in the last topic but I have just had a simple idea that would seem to be foolproof in theory. It involves setting a variable (let's call it debounce) set the variable in a loop that checks the input at 1ms intervals for a count of zero. Each time the variable adva...
by daveb0360
Fri Oct 02, 2009 12:23 pm
Forum: Flowcode V4
Topic: Help with code - URGENT
Replies: 10
Views: 6028

Re: Help with code - URGENT - solved - BUT a question

Hi Ben, Finally got code working...it's a matter of familiarisation it seems.......was easy once I gave myself time to think it through and a little help from yourself. Thanks again. Attached the file FYI Hopefully I got the method right but in any case, it works.yeehahh However, I do have a questio...
by daveb0360
Fri Oct 02, 2009 11:17 am
Forum: Flowcode V4
Topic: Help with code - URGENT
Replies: 10
Views: 6028

Re: Help with code - URGENT

Thanks Ben, Yes got file by email. It still doesn't do quite what I was wanting as the LED actions are reversed (Red needs to be on only during the count and swap to green when count finished and 7 seg extinguished....green on at all times following the test phase - (after first loop completes) exce...
by daveb0360
Fri Oct 02, 2009 10:27 am
Forum: Flowcode V4
Topic: Help with code - URGENT
Replies: 10
Views: 6028

Re: Help with code - URGENT

Hi Ben, Have been trying this download but it simply won't. I worked through the night and done a complete fresh format and re-install but still have this problem of downloads failing etc. As I type this, there is a seperate FF tab stuck on 'loading' after clicking the file you sent me to download b...
by daveb0360
Thu Oct 01, 2009 2:37 pm
Forum: Flowcode V4
Topic: Help with code - URGENT
Replies: 10
Views: 6028

Re: Help with code - URGENT

Hi Ben, Thanks for that but it does nothing different to the original. Perhaps I wasn't clear. The first loop in the code works fine...not as I want yet but I have no issues...it's just a display test routine. The issue I have is with the second nested loop performing the countdown upon trigger. Bas...
by daveb0360
Thu Oct 01, 2009 11:10 am
Forum: Flowcode V4
Topic: Help with code - URGENT
Replies: 10
Views: 6028

Help with code - URGENT

Hi all, as a newbie to this software, I need some urgent help with one small element. My code is performing the simple task of counting down 10 seconds on a single 7 seg display once triggered from an external signal. The count should go from 9 down to zero then on the 10th second (ie. after the zer...
by daveb0360
Mon Sep 28, 2009 3:29 pm
Forum: Flowcode V2 & V3
Topic: Using the debounce switch component macro - Flow:3
Replies: 20
Views: 17975

Re: Using the debounce switch component macro - Flow:3

Hi All, As a NOVICE programmer (but a time served electronics engineer), I would like an explanation as to the use of the 'waituntilhigh/low' statements. As I click the button to view (edit) the code for this macro. I notice that the end statement uses 'wdt' to enact the wait time.....at least, that...
by daveb0360
Fri Sep 25, 2009 11:03 pm
Forum: Flowcode V2 & V3
Topic: Components
Replies: 30
Views: 64326

Re: Components

Can we have configurable 7 segment displays. At the moment, there are only single and 4 digit available. Sometimes there is a need for newbies like myself for such models. Failing that, a macro that can configure multiplexing for multiple digits.
Cheers