[Thread Prev] [Thread Next]
Hi,
You are right, MWEX does Celcius only.
To convert, ask your students to do some math:
to celcius
waituntil [rm?]
make "value rm
pr :value
end
to farenheit
waituntil [rm?]
make "value rm
make "value (:value * 9 / 5) + 32
pr :value
end
or
to farenheit
waituntil [rm?]
make "value (rm * 9 / 5) + 32
pr :value
end
or
to farenheit
waituntil [rm?]
pr (rm * 9 / 5) + 32
end
-----Original Message-----
From: mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[mailto:mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Erik
Nauman
Sent: Thursday, February 28, 2008 3:03 PM
To: mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: Microworlds and temperature sensor on RCX
I've been using the temperature sensor on the RCX to send values to
MicroWorlds and have students make temperature value spreadsheets and
just noticed that on the Lego Education website they say the RCX can
display temperatures in Celsius AND Fahrenheit. Any idea how you get it
to display the Fahrenheit? In Microworlds EX Robotics help it says only
Celsius is available. Maybe that's a limitation of MWEX.
Thanks, Erik
Previous by thread:
Microworlds and temperature sensor on RCX
Next by thread:
RE: Microworlds and temperature sensor on RCX
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|