Let Us Know What You Are Doing With Flowcode
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Let Us Know What You Are Doing With Flowcode
Dear All
Flowcode is being used for many different reasons to control or monitor a vast range of sensors / equipment / activators. We know of people who use Flowcode to send timing signals to Racing Cars, people who use Flowcode to keep the time on a Church Clock and a whole range of other applications.
If you have a new and maybe wierd use for Flowcode then let us know about it. Its good to see what it is being used for out there in the "real world". And you never know it may help us to improve the functionality in the future. Sorry no prizes at the moment but at least you will have credability.
Flowcode is being used for many different reasons to control or monitor a vast range of sensors / equipment / activators. We know of people who use Flowcode to send timing signals to Racing Cars, people who use Flowcode to keep the time on a Church Clock and a whole range of other applications.
If you have a new and maybe wierd use for Flowcode then let us know about it. Its good to see what it is being used for out there in the "real world". And you never know it may help us to improve the functionality in the future. Sorry no prizes at the moment but at least you will have credability.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode used in.....
1. Displaying real time lap times and store of up to 99 laps in race car. Using 1 x 16f877 and 2 x 16 line lcd Module
2. Displaying a series of 10 leds for the 'shift' point for changing gear in race car ( 200 rpm seperation to keep in power band ). Using 1 x 16f877
3. Stripping unwanted chars from rs232 ( sea talk bus ). ( using 1 x 16f628 )
4. 8 channel data logging of race car parameters ( susp/throttle/g sensor/batt volts/lap marker input ect ).( using 16f877 x 2 ( 1 for display and 1 for computing/storing talking to each other) and 8 x EEPROM Array 24AA256P for storage. Using 2 x 16 line lcd Module ( and download to PC hyperterminal at 115200 speed)
Item 5 is used in this data logger application.
5. Converting wheel speed sensor ( chopper )( DIP switch programable for different Diameters ) into proportional 5v dc signal ( to feed into analogue pin of PIC ). Using 16f872
6. Converting twin axis 'G' sensor ( ADXL 202E ) output into series of leds indicating for/aft and port/starboard position ( fancy programmable spirit level ! ).( under development 03/01/07 ) Using 16f872
I use EPE's Toolkit TK3 to program all my Pic's
SO FAR .....more will no doubt follow with the arrival of V3 Flowcode.
2. Displaying a series of 10 leds for the 'shift' point for changing gear in race car ( 200 rpm seperation to keep in power band ). Using 1 x 16f877
3. Stripping unwanted chars from rs232 ( sea talk bus ). ( using 1 x 16f628 )
4. 8 channel data logging of race car parameters ( susp/throttle/g sensor/batt volts/lap marker input ect ).( using 16f877 x 2 ( 1 for display and 1 for computing/storing talking to each other) and 8 x EEPROM Array 24AA256P for storage. Using 2 x 16 line lcd Module ( and download to PC hyperterminal at 115200 speed)
Item 5 is used in this data logger application.
5. Converting wheel speed sensor ( chopper )( DIP switch programable for different Diameters ) into proportional 5v dc signal ( to feed into analogue pin of PIC ). Using 16f872
6. Converting twin axis 'G' sensor ( ADXL 202E ) output into series of leds indicating for/aft and port/starboard position ( fancy programmable spirit level ! ).( under development 03/01/07 ) Using 16f872
I use EPE's Toolkit TK3 to program all my Pic's
SO FAR .....more will no doubt follow with the arrival of V3 Flowcode.
Usin FlowCode in
1- Line Power Regulator 3KW or +
2- Power Invert
3- Line Voltaje Protector (Hight and Low voltage)
4- Cut-off for battery charger
2- Power Invert
3- Line Voltaje Protector (Hight and Low voltage)
4- Cut-off for battery charger
-
- Posts: 3
- Joined: Wed Nov 16, 2005 12:10 pm
- Location: Germany
I am just developing a coil winding machine. This means control of 2 stepper motors. One stepper for main drive and the other stepper for the feeder. The equipment shall cover the semi professional range. It contains a variabel speed at main drive as well as feeder, number of rotations and control of direction.
I am using e-Blocks. USB - programmer, LCD and switch modul. The stepper driver has been delveloped my myself and is beeing connected by a 9 pin Sub D connection to the USB programmer.
It took my 3 hours with flowcode 3 to have the basic routines. ItΒ΄s a really great tool !
I am using e-Blocks. USB - programmer, LCD and switch modul. The stepper driver has been delveloped my myself and is beeing connected by a 9 pin Sub D connection to the USB programmer.
It took my 3 hours with flowcode 3 to have the basic routines. ItΒ΄s a really great tool !
-
- Posts: 99
- Joined: Fri Feb 02, 2007 3:54 pm
- Location: Germany
- Has thanked: 14 times
- Been thanked: 12 times
-
- Posts: 1
- Joined: Sat Feb 03, 2007 7:01 pm
My latest project is an electronic lock... I have a solenoid connected onto my prototype board, a keypad and an LCD screen..
If you enter the correct pin the solenoid contracts and allows access
Im hoping to buy some more such as the bluetooth board and control things with the relay board also.
Cheers
If you enter the correct pin the solenoid contracts and allows access

Im hoping to buy some more such as the bluetooth board and control things with the relay board also.
Cheers
I am using Flowcode to design a system which displays 10 LEDs, have three switch inputs, lights up a Luxeon, and gives multiple sound playback for each button pushed.
I am trying to figure out how to use SPI to control the LEDs and the sound IC chip, reading up on MAX7219, ISD4001-120 and PIC. This is because I want to keep the pin counts to minimal, so, I an thinking about the PIC16F88 and not the PIC16F628A as it does not have SPI. The PIC16F877A is too big.
Worst case scenario, I will use PIC 16F628A for the LEDs and switch inputs, then the sound would be using ISD25xx series. For the Luxeon, I hope the PWM module would solve my problems.
For someone who does not know machine coding or C language, Flowcode is heaven sent. But I still have to read more as the tutorials are a bit limited for me.
I am trying to figure out how to use SPI to control the LEDs and the sound IC chip, reading up on MAX7219, ISD4001-120 and PIC. This is because I want to keep the pin counts to minimal, so, I an thinking about the PIC16F88 and not the PIC16F628A as it does not have SPI. The PIC16F877A is too big.
Worst case scenario, I will use PIC 16F628A for the LEDs and switch inputs, then the sound would be using ISD25xx series. For the Luxeon, I hope the PWM module would solve my problems.
For someone who does not know machine coding or C language, Flowcode is heaven sent. But I still have to read more as the tutorials are a bit limited for me.
-
- Posts: 7
- Joined: Mon Jun 11, 2007 10:58 am
- Location: South Africa
I have used Flowcode for dedicated PLC in:
Gear cutting machines
Production line controlling machines
CNC XYZ profile cutters
NC & CNC lathes and milling machines
Automated generator startup & frequency/rpm controlling
Bottle fillers in the food industry
I am currently working on an irrigation system for the fruit farming industry.
This include RS485 CAN Bus, if time allow wireless nodes.
Flowcode is more versatile than some people think!!!!
Gear cutting machines
Production line controlling machines
CNC XYZ profile cutters
NC & CNC lathes and milling machines
Automated generator startup & frequency/rpm controlling
Bottle fillers in the food industry
I am currently working on an irrigation system for the fruit farming industry.
This include RS485 CAN Bus, if time allow wireless nodes.
Flowcode is more versatile than some people think!!!!

Re: Let Us Know What You Are Doing With Flowcode
Training and teaching Pic at the university level and some other small projects.
-
- Posts: 99
- Joined: Fri Feb 02, 2007 3:54 pm
- Location: Germany
- Has thanked: 14 times
- Been thanked: 12 times
Re: Let Us Know What You Are Doing With Flowcode
...at the moment i`m doing a altimeter project wich is already running very good!!
Flowcode is a great fantastic tool!!!!!!!!!!!!!!!!
Best regards
#
Dirk Bubley
Flowcode is a great fantastic tool!!!!!!!!!!!!!!!!

Best regards
#
Dirk Bubley
Re: Let Us Know What You Are Doing With Flowcode
I'm working on a PWM generator and controller for Induction heating project .
The controller vill read temperatures, currents and giving frequencies determined by a PC through an RS485 communication.
Flowcode is a great tool and the support is very good.
I love it.
Best regards
Vidor
The controller vill read temperatures, currents and giving frequencies determined by a PC through an RS485 communication.
Flowcode is a great tool and the support is very good.
I love it.
Best regards
Vidor
Re: Let Us Know What You Are Doing With Flowcode
Hi there,
I use Flowcode to make a micro wetherstation with temperature, barometer, windspeed and winddirection.
Also I make a program for a flightsimulator and many other programs.
I like flowcode. It's a great program.
Henk Middendorp.
I use Flowcode to make a micro wetherstation with temperature, barometer, windspeed and winddirection.
Also I make a program for a flightsimulator and many other programs.
I like flowcode. It's a great program.
Henk Middendorp.
Re: Let Us Know What You Are Doing With Flowcode
Hello,
I use flowcode to make a controller for my electric gate in the garden.
greetings Filip
I use flowcode to make a controller for my electric gate in the garden.
greetings Filip
- goldwingers
- Posts: 118
- Joined: Wed Sep 06, 2006 1:22 pm
- Location: London
- Been thanked: 1 time
- Contact:
Re: Let Us Know What You Are Doing With Flowcode
Building an electronic bite alarm, the alarm is opto coupled on the input side to allow different types of bite alarm to interface, It has a daylight sensing so it halts operation whilst awake. A mode selection switch to allow different alarm periods from 5 sec to 20 sec with auto reset. The program took just under a day to sort out. PCB designed and ready for manufacture. Next level to integrate an RF components FM 4 channel radio module to it so it can then roam around my bivvy
Ian
Ian
Re: Let Us Know What You Are Doing With Flowcode
I built a 8 guitar effects true bypass relays programmable combinator. It also displays the song name in a 16x1 LCD and has 6 scenes - combis of 8 reles states - for each song.
Each song transmits a MIDI change program to control an external delay gear.
IΒ΄m using it since last year in tours and it stays working fine.
Each song transmits a MIDI change program to control an external delay gear.
IΒ΄m using it since last year in tours and it stays working fine.
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 which I refurbished, including solenoid outputs, joystick, sensors and serial output for the sound module, and coin entry switches.
This game, called "shoot dem bones" was the first commercial system I built back in 2002. It is still working and can be played at the "Hesketh Collection Coin Machine Museum" At Wigen near Manchester.
Carl Stein
STEIN Electronics
The best use I had out of a single PIC16F88 was a for a 5 target shooting game which I refurbished, including solenoid outputs, joystick, sensors and serial output for the sound module, and coin entry switches.
This game, called "shoot dem bones" was the first commercial system I built back in 2002. It is still working and can be played at the "Hesketh Collection Coin Machine Museum" At Wigen near Manchester.
Carl Stein
STEIN Electronics
-
- Posts: 43
- Joined: Sat Sep 13, 2008 10:36 pm
- Contact:
Re: Let Us Know What You Are Doing With Flowcode
using flowcose3 for my project,its a fire fighting robot and flow code 3 is like a saver to me....keep up the good work
-
- Posts: 43
- Joined: Sat Sep 13, 2008 10:36 pm
- Contact:
Re: Let Us Know What You Are Doing With Flowcode
FlowCode is amazing ...........................................................forever
Re: Let Us Know What You Are Doing With Flowcode
Switching the Christmas lighting displays in Leeds and surrounding areas.
We will be replacing the software in our PIC control boards with flowcode generated hex files as its a lot easier than assembly! We are already planning the new designs for next year so things will be a lot more "flashy" in 2009!
Cheers
Gaz
We will be replacing the software in our PIC control boards with flowcode generated hex files as its a lot easier than assembly! We are already planning the new designs for next year so things will be a lot more "flashy" in 2009!

Cheers
Gaz
Re: Let Us Know What You Are Doing With Flowcode
I'm using flowcode to design some simple devices such as slave relays, delayed switching, noise commanded switching or systems controlled by servo model. It's easier to work than pure C or asm. I'm sometimes surprised by the difference between simulation and the real chip (glitches, toggling levels...)
Re: Let Us Know What You Are Doing With Flowcode
Toyota Prius cars are wonderful but have some quirky features like having no water temperature gauge or tacho.
Many owners are electronics engineers and have worked out how to add these features or even to hack certain things in the car to make it run even more economically. Although some devices were available commercially from enthusiasts for this (none PIC based) they are no long sold, so I am building a PIC based dashboard display that displays on an LCD some of these missing things and enables control over some of the things you can hack. As I can’t write C or Assembler, Flowcode is invaluable to programming the PIC.
Electronics and Practical Electronics http://www.epemag3.com have a special offer at moment where you can buy a PICkit programmer with a 887 PIC on a development PCB all for Β£10. You have to buy a magazine to get the offer. The PCB alone is worth more. Using this PCB I can minimise the work involved in making my display. Offer may close soon.
Many owners are electronics engineers and have worked out how to add these features or even to hack certain things in the car to make it run even more economically. Although some devices were available commercially from enthusiasts for this (none PIC based) they are no long sold, so I am building a PIC based dashboard display that displays on an LCD some of these missing things and enables control over some of the things you can hack. As I can’t write C or Assembler, Flowcode is invaluable to programming the PIC.
Electronics and Practical Electronics http://www.epemag3.com have a special offer at moment where you can buy a PICkit programmer with a 887 PIC on a development PCB all for Β£10. You have to buy a magazine to get the offer. The PCB alone is worth more. Using this PCB I can minimise the work involved in making my display. Offer may close soon.