For TI-82, -83, and –85 calculators:
|
Program
|
Description
|
|
|
|
|
PROGRAM:COOL
|
|
|
{1,0}®L1:SEND(L1)
|
Rest, clear all probes
|
|
{1,1,10}®L1:SEND(L1)
|
Set temperature probe, measure in °C
|
|
Disp “INTERVAL BETWEEN”
|
|
|
Disp “READINGS (SECS)”
|
|
|
Prompt S
|
Read temperature every S seconds
|
|
Disp “TOTAL NUMBER OF”
|
|
|
Disp “DATA POINTS”
|
|
|
Prompt N
|
Collect N measurements
|
|
Disp “TOTAL TIME (HRS)”
|
|
|
Disp S*N/3600
|
|
|
Disp “ PRESS TRIGGER TO”
|
|
|
Disp “START”
|
|
|
{3,S,N,1,0,0,0,0,1}®
L1:SEND(L1)
|
|
|
prgmGETDATA
|
|
For TI-82 and –83 calculators:
|
Program
|
Description
|
|
|
|
|
PROGRAM:GETDATA
|
|
|
Get(L2):Get(L1)
|
Get temperature data, then time data
|
|
Plot1(Scatter,L1,L2,.):ZoomStat
|
Plot the data in a scatter plot
|
For TI-86 calculators:
|
Program
|
Description
|
|
|
|
|
|
|
PROGRAM:GETDATA
|
|
|
|
Get(L2):Get(L1)
|
Get temperature data, then time data
|
|
|
Plot1(1,L1,L2,1):ZData
|
Plot the data in a scatter plot
|
|
|
Scatter L1,L2
|
|
|
For TI-85 calculators:
|
Program
|
Description
|
|
|
|
|
PROGRAM:COOL
|
|
|
{1,0}®L1:Output(“CBLSEND”,L1)
|
Rest, clear all probes
|
|
{1,1,10}®L1:Output(“CBLSEND”,L1)
|
Set temperature probe, measure in °C
|
|
Disp “INTERVAL BETWEEN”
|
|
|
Disp “READINGS (SECS)”
|
|
|
Prompt S
|
Read temperature every S seconds
|
|
Disp “TOTAL NUMBER OF”
|
|
|
Disp “DATA POINTS”
|
|
|
Prompt N
|
Collect N measurements
|
|
Disp “TOTAL TIME (HRS)”
|
|
|
Disp S*N/3600
|
|
|
Disp “ PRESS TRIGGER TO”
|
|
|
Disp “START”
|
|
|
{3,S,N,1,0,0,0,0,1}®L1
|
|
|
Output(“CBLSEND”,L1)
|
|
|
prgmGETDATA
|
|
|
|
|
|
PROGRAM:GETDATA |
|
|
Input “CBLGET”,L2
|
|
|
Input“CBLGET”,L1
|
|
|
0®xMin:max(L1)®xMax
|
|
|
0®yMin:max(L2)*1.4®yMax
|
|
|
Scatter L1,L2
|
|
If CBLs are used, the data is stored in the list files
(L1 and L2) until needed.