Archive of the former Yahoo!Groups mailing list: ComputerVoltageSources
Subject: Storage
From: "Andrew Scheidler" <xpandrew@...>
Date: 2006-03-15
I've written several sequencers for my PSIM, and for a time spent a lot of hours trying to find a way to allow the program to store information onboard. For example, to take the 64 note values that I had recorded (into an array) and push them into the PSIM's memory so that they would stay there even after power was removed. Then when powered up, the program would grab those 64 stored values and plug them back into the array.
I dinked around with PEEK and POKE but never got anywhere. Is this possible to do with the PSIM? If not, is it something that the new module might be capable of?
Andrew