Simulations
leshea2
Posts: 83
Can the BS2sx be programmed to run Simulations based on the data stored in it's EEPROM and in some extened EEPROM ?
Thanks !
Thanks !
Comments
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Tech Support
dandreae@parallax.com
Http://www.parallax.com
·
Thanks !
That said, within a program, i could envision using the DATA function to provide different values that are used in other parts of the program to "simulate" operations (for example, data values of 50, 70, 90 that represent temperatures).
e.g.· read the first Data value,·perform the operations you want, read the next data value, perform the operations you want, etc.
the simulation is limited to what the stamp can do.
the basic stamp can perform many simple math functions that can be used in simulations. it has an easy data interface with its eeprom. bit, nibble, byte and word access for effiency. and a simple hyperterminal application could record results in a txt file which you could copy to excell and generate charts and graphs.
is there something specific you had in mind?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
engineer, fireman, bowler, father, WoW addict [noparse];)[/noparse]
It could be very useful in taking temperature measurements, though.