[Thread Prev] [Thread Next]
Ah, I like the conversion option, which is actually what we were working
on in class. So that works out for the better that we're doing the work
we need to do.
Thank you!
Erik Nauman
Middle School Technology Coordinator
The Hewitt School
212-994-2610
-----Original Message-----
From: mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[mailto:mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Alain
Tougas
Sent: Thursday, February 28, 2008 3:13 PM
To: mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: RE: Microworlds and temperature sensor on RCX
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:
RE: Microworlds and temperature sensor on RCX
Next by thread:
If Then statements
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.
|