USB
I doubt I’ll consistently do 30 min every single day, but in the last 5 days I’ve done a 30 min workout each day with calorie burn counts of 387, 355, 364, 402, and 398 (warning, I think the numbers are backwards, since they all said 2010/01/01, since I did these before I set the machine’s clock). 1906 calories of exercise in 5 days is pretty impressive compared to my previous week’s workout which mostly just consisted of just walking up a few flights of stairs, instead of the elevator, from the parking garage to my office cube.
I did a few uses of the elliptical before these 5, but I didn’t record it. The USB thing only lets you copy 5 workouts at a time, which is kind of ridiculous for a $1300 machine, when you consider how cheap 100 MB or 1 GB of memory would be.
The USB thing is a really cool idea for someone like me. But the details of the current version are somewhat disappointing. I tried updating the firmware, but it didn’t work. The directions were very simple, see here. But somehow the elliptical doesn’t find the ROM.bin, and says NO SOFTWARE ON USB. It’s a very simple process – but it just didn’t work.
XML
I was also kind of disappointed with how little info the workout XML file saves. I’m very happy that it’s a simple human readable XML file, which is what things like this should be – I’m a huge fan of simple data formats like this. However, I was hoping for more data. Like a snapshot of the current (resistance, incline, wattage, calories per sec, etc) at a time delta, such as every minute or every 5 seconds even. Of course that would probably be overkill.
But one obvious simple thing the XML file is missing is just the name and level of the workout program. It has different workout programs that automatically vary the resistance and incline over time (such as weight loss level 1 to 10, or muscle toner level 1 to 10, manual, or custom workout program uploaded from USB, etc). Also, the XML file has the date, but it’s missing the time of day, which I find very annoying.
That said, overall, I think it’s pretty cool that it auto-records the basic info – date, average pace, calories, distance, total time. For up to 5 workouts, then you copy to the USB stick, and to your computer. I just wish it did a little more beyond that – it could at least add the workout program’s name and the time of day. Anyway, here’s the XML file it generated for my workout 01.
<?xml version="1.0" encoding="utf-8"?>
<workout>
<userid>USER1</userid>
<model>LS13_0E</model>
<summary>
<Year>2011</Year>
<Month>10</Month>
<Date>25</Date>
<Avgpace>13.42</Avgpace>
<Calories>387</Calories>
<Distances>2.19</Distances>
<Totalelev>0</Totalelev>
<TotalTime>1800</TotalTime>
</summary>
</workout>
Website Graphs
And here’s the nifty graphs it gave me on livestrong.com, for those five once-per-day 30 min workouts. The graphs are kind of cool, but they are also kind of bare bones. For one thing there’s no way to delete an incorrect entry – hence that empty 2010/01/01 entry. This is part of MyPlate, and I didn’t even mess with the food tracking (calorie counter) part of the website – I just wanted to try out the workout graphs.

In any event, relative to improved graphs, I’d be much more excited about a firmware update process that actually works, and saves more data to the XML files – again, even just the workout’s start time and the workout’s program name would be a great addition.
3 Digit Display
My friend decided to test what happens when the 3 digit display for calories-per-workout goes over 999, by seeing if he could get it over 999 calories in a 60 min workout. The answer? The display stops at 999, but the machine’s computer keeps counting. It also doesn’t let you enter a weight below 50 pounds or above 350 pounds. He said he’s going to test the distance counter next, since the display only has space for up to 9.99 miles. Warning, 2010/01/01 is wrong – it defaulted to that because the workout was before I set the clock.
<?xml version="1.0" encoding="utf-8"?>
<workout>
<userid>USER2</userid>
<model>LS13_0E</model>
<summary>
<Year>2010</Year>
<Month>1</Month>
<Date>1</Date>
<Avgpace>8.31</Avgpace>
<Calories>1103</Calories>
<Distances>7.05</Distances>
<Totalelev>4730</Totalelev>
<TotalTime>3600</TotalTime>
</summary>
</workout>
Close
Obviously things like the quality of the machine in terms of doing exercise and durability and the physical engineering, are probably more important than the USB toys. However, as a passionate software engineer and computer science graduate, it makes sense for my blog post to be about the workout machine’s computer toys.
Well that’s enough rambling. In the 30+ min it took me to write this, I probably could’ve been doing another 30 min workout
. I hope this inspires someone out there on the internet to work on better health
Pem (Admin) :: 2011/10/30 (Sunday, October 30, 2011) ::
Health / Food, Other ::
No Comments »