Reading data from Excel file into BS2
SharkBait
Posts: 2
Is there a way to feed data from an excel sheet into a BASIC Stamp 2 so that the stamp will do math for us?
We are trying to get more code memory from the MS5607's sample code found here:
http://forums.parallax.com/showthread.php/134753-Parallax-s-New-Altimeter-Barometer-Module/page2?p=1055924&viewfull=1#post1055924
We don't have enough code memory to include all of the math in this program and also tie in other sensors we want for a balloon project.
We want to read out raw temperature and pressure (dT and and rawP in the code) through the radio into an Excel file for collection, then go back and have a stamp do the math to turn the numbers into something usable once the data is on the ground.
If worst comes to worst, we can digest all of the math in the code and have Excel do it, but we'd much rather have the pre-existing, working code do it if we can.
So, is there any way to set up the stamp to assign a string of data in Excel to variables so that we can treat it like measured data?
Thank you so much for your reply.
We are trying to get more code memory from the MS5607's sample code found here:
http://forums.parallax.com/showthread.php/134753-Parallax-s-New-Altimeter-Barometer-Module/page2?p=1055924&viewfull=1#post1055924
We don't have enough code memory to include all of the math in this program and also tie in other sensors we want for a balloon project.
We want to read out raw temperature and pressure (dT and and rawP in the code) through the radio into an Excel file for collection, then go back and have a stamp do the math to turn the numbers into something usable once the data is on the ground.
If worst comes to worst, we can digest all of the math in the code and have Excel do it, but we'd much rather have the pre-existing, working code do it if we can.
So, is there any way to set up the stamp to assign a string of data in Excel to variables so that we can treat it like measured data?
Thank you so much for your reply.
Comments
Will it put data into a BS2?
-- Tracy