Page 1 of 1
Flowcode V5 examples
Posted: Sun Feb 26, 2012 5:57 pm
by STibor
Hi!
Here is the new Flowcode5, but the example programs are the old ones, so I thought I open a new Topics V5 Flowcode example programs.
First question: How can EEpromba save the "Ulong" or "Long" variable ?
Thank you for your answers.
Re: Flowcode V5 examples
Posted: Mon Feb 27, 2012 10:58 am
by DavidA
Hello,
We should hopefully have some v5 specific examples coming out soon!
Re: Flowcode V5 examples
Posted: Mon Feb 27, 2012 4:28 pm
by DavidA
Hello,
The Flowcode v5 Examples are now up in the example section of our website.
http://www.matrixmultimedia.com/lc_index.php?p=18
If you want to store a long integer in the EEPROM one method would be to break that integer down into bytes and store each individual byte then programatically reform them when you require the long variable.
Re: Flowcode V5 examples
Posted: Mon Feb 27, 2012 5:57 pm
by STibor
DavidA wrote:Hello,
The Flowcode v5 Examples are now up in the example section of our website.
http://www.matrixmultimedia.com/lc_index.php?p=18
If you want to store a long integer in the EEPROM one method would be to break that integer down into bytes and store each individual byte then programatically reform them when you require the long variable.
Hello David!
Thank you for your answers this very question. How to split a large number of bytes? Added to my experiment.
Re: Flowcode V5 examples
Posted: Mon Feb 27, 2012 10:01 pm
by medelec35
Hi Simpi,
Very clever.
I may need to use this in the future
Martin
Re: Flowcode V5 examples
Posted: Tue Feb 28, 2012 6:25 pm
by STibor
Hi!
Thank you!
Here are the 4-byte program.
Tested with Pic18F252.
Data_Out3 Data_Out4 and variable type integer, byte variable error is the result.