Search found 12 matches

by carlstein
Wed Sep 24, 2008 8:00 am
Forum: General / Misc
Topic: presetting eeprom
Replies: 15
Views: 11553

Re: presetting eeprom

Just looked at goldwingers mod. Yeh your'e right. I forgot about the options of the "loop until" icon. But I do use the loop for de-bouncing a switch input, so that the program does not continue until the switch is released (otherwise the switch operation is carried out X number of cycles). Output B...
by carlstein
Wed Sep 24, 2008 7:45 am
Forum: General / Misc
Topic: presetting eeprom
Replies: 15
Views: 11553

Flowcode Version

Hang on Ben, I'll just have a look.

It's 3.2.1.38

I think there's a later update, is it 3.22?

Carl
by carlstein
Tue Sep 23, 2008 4:14 pm
Forum: General / Misc
Topic: presetting eeprom
Replies: 15
Views: 11553

Re: presetting eeprom

Hang on, that doesn't work.
For some reason the Switch needs to be changed to a toggle switch, yes now it works!

Ben: Is this a "glitch"?

Carl
by carlstein
Tue Sep 23, 2008 4:09 pm
Forum: General / Misc
Topic: presetting eeprom
Replies: 15
Views: 11553

Re: presetting eeprom

Here's a copy of the manual EEprom reset routine I described earlier. This programs all cells as 00h data. Ok you may not want all Zeros but in some cases it's better to have a predicatable value, for instance, one of my programs uses the EEprom to store stepper motor data for animated figres, in th...
by carlstein
Thu Sep 18, 2008 2:00 pm
Forum: Flowcode V2 & V3
Topic: Let Us Know What You Are Doing With Flowcode
Replies: 42
Views: 88582

Re: Let Us Know What You Are Doing With Flowcode

I use flowcode in my designs for sound and lighting effects in theme parks, ghost rides etc. I have a range of MP3 based music and background effects players and sequencers which all use a Flowcode designed interface. The best use I had out of a single PIC16F88 was a for a 5 target shooting game whi...
by carlstein
Thu Sep 18, 2008 1:45 pm
Forum: Suggestions
Topic: Icon control on large flowcharts
Replies: 0
Views: 7677

Icon control on large flowcharts

Has anyone noticed this: When creating very big flowcharts spanning a couple of screens the individual icons get very hard to edit, especially toward the top right hand side. For instance when placing or moving an icon the "target" arrow (little yellow arrow) often dissapears off screen and releasin...
by carlstein
Thu Sep 18, 2008 1:36 pm
Forum: Suggestions
Topic: Variable List
Replies: 7
Views: 10230

Re: Variable List

....and if you are watching a particular variable whiles running a step-by step simulation, tha damn thing will move about in the list - has anyone noticed this?

Carl
by carlstein
Wed Sep 17, 2008 4:13 pm
Forum: General / Misc
Topic: presetting eeprom
Replies: 15
Views: 11553

clearing eeprom memory

A useful tip to clear the EEprom cells first time they are used is to create a variable (eg: "count") with an incremental value for example: "count=count+1". Starting from address "0", Loop the counter to run up to 255, each time send a write command to the EEprom. Specify in the EEprom settings "co...
by carlstein
Fri Sep 12, 2008 1:11 pm
Forum: General / Misc
Topic: Open Source Flowcode Forum?
Replies: 1
Views: 3325

Open Source Flowcode Forum?

Unless this has been suggested before that is! I have created many Flowcode projects which work and wish to share some of these solutions with others who could, if they wish, improve or add to the basic program. For instance I wish to submit a trackball-operated camera PTZ control (Pan Tilt and Zoom...
by carlstein
Fri Sep 12, 2008 1:05 pm
Forum: Suggestions
Topic: Random Numbers
Replies: 0
Views: 7798

Random Numbers

A random number block is needed to generate a random number to a pre-defined variable based on n=max.
by carlstein
Wed Nov 29, 2006 1:44 pm
Forum: E-blocks
Topic: E-Blocks Sensor Board: Analogue or Digital?
Replies: 1
Views: 4356

E-Blocks Sensor Board: Analogue or Digital?

We are interested in some of the E-Blocks sensors for our atmospheric research. Why does the E-blocks "Sensor board" have an A-D converter when the analogue in of the PIC could be used instead?
by carlstein
Tue Nov 28, 2006 3:21 pm
Forum: Flowcode V2 & V3
Topic: RS232 & LCD
Replies: 1
Views: 3250

RS232 & LCD

I actually managed to get some characters sent from a PIC16F88 to HyperTerminal via RS232. I also got the LCD working, but not both at the same time, even when I use one of the big "16F77's and wire the LCD to another port. They also seem to want to operate at different clock speeds. Using the above...