reading and writing to an EEPROM in V6

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
Stanga
Posts: 35
Joined: Sat Aug 07, 2010 10:17 am
Been thanked: 2 times
Contact:

reading and writing to an EEPROM in V6

Post by Stanga »

I am having a really rough time converting a V5 code set to V6. In V5 there is the EEPROM function in the MISC section that I use to read, write, and monitor specific EEPROM locations that I use.
But I can't find any of that in V6. I can't figure out how to read and write to the EEPROM in a PICF88 in particular, and visually see that the data has been written to the correct location.
Would anyone be able to point me in the right direction? I have looked in the help files etc. but I am no nearer figuring it out after more than a week of trying.

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Re: reading and writing to an EEPROM in V6

Post by QMESAR »

If you go to the search panel and enter EEPROM you will find it
Attachments
1.jpg
1.jpg (44.82 KiB) Viewed 4123 times

Stanga
Posts: 35
Joined: Sat Aug 07, 2010 10:17 am
Been thanked: 2 times
Contact:

Re: reading and writing to an EEPROM in V6

Post by Stanga »

Thanks Qmesar, but that's not the same thing for some reason. In the V5 version you can see the value and location of the data as it is read and written to the EEPROM. If anyone has V5, look in the Misc Tools area for EEPROM to see exactly what I am looking for.

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Re: reading and writing to an EEPROM in V6

Post by kersing »

You need to open the 'Console' window (from the 'View' menu), this will have a tab called 'eeprom1' with the contents of the eeprom.
eeprom-console.png
(15.77 KiB) Downloaded 1924 times
(You need to use the EEPROM from the storage category for this function, not the CAL version)
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Re: reading and writing to an EEPROM in V6

Post by QMESAR »

Yes Kersing is correct in my original post you will see both the EEPROM functions it is only by accident that the CAL one is highlighted you should read the help file for each component which will tell you the function of each of them

Stanga
Posts: 35
Joined: Sat Aug 07, 2010 10:17 am
Been thanked: 2 times
Contact:

Re: reading and writing to an EEPROM in V6

Post by Stanga »

Thanks gents. That did the trick. I would never have found it without your help.

Post Reply